com.google.cloud.alloydb.v1.service
BatchCreateInstancesMetadata
Companion object BatchCreateInstancesMetadata
final case class BatchCreateInstancesMetadata(instanceTargets: Seq[String] = _root_.scala.Seq.empty, instanceStatuses: Map[String, BatchCreateInstanceStatus] = _root_.scala.collection.immutable.Map.empty, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[BatchCreateInstancesMetadata] with Product with Serializable
Message for metadata that is specific to BatchCreateInstances API. NEXT_ID: 3
- instanceTargets
The instances being created in the API call. Each string in this list is the server defined resource path for target instances in the request and for the format of each string, see the comment on the Instance.name field.
- instanceStatuses
A map representing state of the instances involved in the BatchCreateInstances operation during the operation execution. The instance state will be in STATE_UNSPECIFIED state if the instance has not yet been picked up for processing. The key of the map is the name of the instance resource. For the format, see the comment on the Instance.name field.
- Annotations
- @SerialVersionUID()
- Source
- BatchCreateInstancesMetadata.scala
- Alphabetic
- By Inheritance
- BatchCreateInstancesMetadata
- Updatable
- GeneratedMessage
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new BatchCreateInstancesMetadata(instanceTargets: Seq[String] = _root_.scala.Seq.empty, instanceStatuses: Map[String, BatchCreateInstanceStatus] = _root_.scala.collection.immutable.Map.empty, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty)
- instanceTargets
The instances being created in the API call. Each string in this list is the server defined resource path for target instances in the request and for the format of each string, see the comment on the Instance.name field.
- instanceStatuses
A map representing state of the instances involved in the BatchCreateInstances operation during the operation execution. The instance state will be in STATE_UNSPECIFIED state if the instance has not yet been picked up for processing. The key of the map is the name of the instance resource. For the format, see the comment on the Instance.name field.
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def addAllInstanceStatuses(__vs: Iterable[(String, BatchCreateInstanceStatus)]): BatchCreateInstancesMetadata
- def addAllInstanceTargets(__vs: Iterable[String]): BatchCreateInstancesMetadata
- def addInstanceStatuses(__vs: (String, BatchCreateInstanceStatus)*): BatchCreateInstancesMetadata
- def addInstanceTargets(__vs: String*): BatchCreateInstancesMetadata
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clearInstanceStatuses: BatchCreateInstancesMetadata
- def clearInstanceTargets: BatchCreateInstancesMetadata
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def companion: BatchCreateInstancesMetadata.type
- Definition Classes
- BatchCreateInstancesMetadata → GeneratedMessage
- def discardUnknownFields: BatchCreateInstancesMetadata
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getField(__field: FieldDescriptor): PValue
- Definition Classes
- BatchCreateInstancesMetadata → GeneratedMessage
- def getFieldByNumber(__fieldNumber: Int): Any
- Definition Classes
- BatchCreateInstancesMetadata → GeneratedMessage
- val instanceStatuses: Map[String, BatchCreateInstanceStatus]
- val instanceTargets: Seq[String]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def serializedSize: Int
- Definition Classes
- BatchCreateInstancesMetadata → GeneratedMessage
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- final def toByteArray: Array[Byte]
- Definition Classes
- GeneratedMessage
- final def toByteString: ByteString
- Definition Classes
- GeneratedMessage
- final def toPMessage: PMessage
- Definition Classes
- GeneratedMessage
- def toProtoString: String
- Definition Classes
- BatchCreateInstancesMetadata → GeneratedMessage
- val unknownFields: UnknownFieldSet
- def update(ms: (Lens[BatchCreateInstancesMetadata, BatchCreateInstancesMetadata]) => Mutation[BatchCreateInstancesMetadata]*): BatchCreateInstancesMetadata
- Definition Classes
- Updatable
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- def withInstanceStatuses(__v: Map[String, BatchCreateInstanceStatus]): BatchCreateInstancesMetadata
- def withInstanceTargets(__v: Seq[String]): BatchCreateInstancesMetadata
- def withUnknownFields(__v: UnknownFieldSet): BatchCreateInstancesMetadata
- final def writeDelimitedTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
- def writeTo(_output__: CodedOutputStream): Unit
- Definition Classes
- BatchCreateInstancesMetadata → GeneratedMessage
- final def writeTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage