ComposeObjectRequest

com.google.storage.v2.storage.ComposeObjectRequest
See theComposeObjectRequest companion class
object ComposeObjectRequest extends GeneratedMessageCompanion[ComposeObjectRequest]

Attributes

Companion
class
Source
ComposeObjectRequest.scala
Graph
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[ComposeObjectRequest]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type

Members list

Type members

Classlikes

implicit class ComposeObjectRequestLens[UpperPB](_l: Lens[UpperPB, ComposeObjectRequest]) extends ObjectLens[UpperPB, ComposeObjectRequest]

Attributes

Source
ComposeObjectRequest.scala
Supertypes
class ObjectLens[UpperPB, ComposeObjectRequest]
trait Lens[UpperPB, ComposeObjectRequest]
trait Serializable
class Object
trait Matchable
class Any
Show all
final case class SourceObject(name: String, generation: Long, objectPreconditions: Option[ObjectPreconditions], unknownFields: UnknownFieldSet) extends GeneratedMessage, Updatable[SourceObject]

Description of a source object for a composition request.

Description of a source object for a composition request.

Value parameters

generation

The generation of this object to use as the source.

name

Required. The source object's name. All source objects must reside in the same bucket.

objectPreconditions

Conditions that must be met for this operation to execute.

Attributes

Companion
object
Source
ComposeObjectRequest.scala
Supertypes
trait Updatable[SourceObject]
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object SourceObject extends GeneratedMessageCompanion[SourceObject]

Attributes

Companion
class
Source
ComposeObjectRequest.scala
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[SourceObject]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source
Mirror.scala

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source
Mirror.scala
type ValueType = A

Attributes

Inherited from:
GeneratedMessageCompanion
Source
GeneratedMessageCompanion.scala

Value members

Concrete methods

def enumCompanionForFieldNumber(`__fieldNumber`: Int): GeneratedEnumCompanion[_]

Attributes

Source
ComposeObjectRequest.scala
def javaDescriptor: Descriptor

Returns the Java descriptors for this message.

Returns the Java descriptors for this message. It is recommended to use scalaDescriptors. The Java descriptors are available even when Java conversions is disabled, however they are not available in Scala.js or scala-native.

Attributes

Source
ComposeObjectRequest.scala
def messageCompanionForFieldNumber(`__number`: Int): GeneratedMessageCompanion[_]

Attributes

Source
ComposeObjectRequest.scala
def of(destination: Option[Object], sourceObjects: Seq[SourceObject], destinationPredefinedAcl: String, ifGenerationMatch: Option[Long], ifMetagenerationMatch: Option[Long], kmsKey: String, commonObjectRequestParams: Option[CommonObjectRequestParams], objectChecksums: Option[ObjectChecksums]): ComposeObjectRequest

Attributes

Source
ComposeObjectRequest.scala
def parseFrom(`_input__`: CodedInputStream): ComposeObjectRequest

Parses a message from a CodedInputStream.

Parses a message from a CodedInputStream.

Attributes

Source
ComposeObjectRequest.scala
def scalaDescriptor: Descriptor

Attributes

Source
ComposeObjectRequest.scala

Inherited methods

def enumCompanionForField(field: FieldDescriptor): GeneratedEnumCompanion[_]

Attributes

Inherited from:
GeneratedMessageCompanion
Source
GeneratedMessageCompanion.scala
def fromAscii(s: String): A

Attributes

Inherited from:
GeneratedMessageCompanion
Source
GeneratedMessageCompanion.scala
def merge(a: ComposeObjectRequest, input: CodedInputStream): A

Merges the given message with the additional fields in the steam.

Merges the given message with the additional fields in the steam.

Attributes

Inherited from:
GeneratedMessageCompanion
Source
GeneratedMessageCompanion.scala
def messageCompanionForField(field: FieldDescriptor): GeneratedMessageCompanion[_]

Attributes

Inherited from:
GeneratedMessageCompanion
Source
GeneratedMessageCompanion.scala
def parseDelimitedFrom(input: InputStream): Option[A]

Attributes

Inherited from:
GeneratedMessageCompanion
Source
GeneratedMessageCompanion.scala
def parseDelimitedFrom(input: CodedInputStream): Option[A]

Attributes

Inherited from:
GeneratedMessageCompanion
Source
GeneratedMessageCompanion.scala
def parseFrom(s: Array[Byte]): A

Attributes

Inherited from:
GeneratedMessageCompanion
Source
GeneratedMessageCompanion.scala
def parseFrom(input: InputStream): A

Attributes

Inherited from:
GeneratedMessageCompanion
Source
GeneratedMessageCompanion.scala
def streamFromDelimitedInput(input: InputStream): Stream[A]

Attributes

Inherited from:
GeneratedMessageCompanion
Source
GeneratedMessageCompanion.scala

Attributes

Inherited from:
GeneratedMessageCompanion
Source
GeneratedMessageCompanion.scala
def validate(s: Array[Byte]): Try[A]

Attributes

Inherited from:
GeneratedMessageCompanion
Source
GeneratedMessageCompanion.scala
def validateAscii(s: String): Either[TextFormatError, A]

Attributes

Inherited from:
GeneratedMessageCompanion
Source
GeneratedMessageCompanion.scala

Concrete fields

Attributes

Source
ComposeObjectRequest.scala
final val KMS_KEY_FIELD_NUMBER: 6

Attributes

Source
ComposeObjectRequest.scala
lazy val nestedMessagesCompanions: Seq[GeneratedMessageCompanion[_ <: GeneratedMessage]]

Attributes

Source
ComposeObjectRequest.scala

Implicits

Implicits

final implicit def ComposeObjectRequestLens[UpperPB](_l: Lens[UpperPB, ComposeObjectRequest]): ComposeObjectRequestLens[UpperPB]

Attributes

Source
ComposeObjectRequest.scala
implicit def messageCompanion: GeneratedMessageCompanion[ComposeObjectRequest]

Attributes

Source
ComposeObjectRequest.scala
implicit def messageReads: Reads[ComposeObjectRequest]

Attributes

Source
ComposeObjectRequest.scala