Uses of Class
com.google.cloud.alloydb.v1beta.BatchCreateInstanceStatus
-
Packages that use BatchCreateInstanceStatus Package Description com.google.cloud.alloydb.v1beta A client to AlloyDB API -
-
Uses of BatchCreateInstanceStatus in com.google.cloud.alloydb.v1beta
Methods in com.google.cloud.alloydb.v1beta that return BatchCreateInstanceStatus Modifier and Type Method Description BatchCreateInstanceStatus
BatchCreateInstanceStatus.Builder. build()
BatchCreateInstanceStatus
BatchCreateInstanceStatus.Builder. buildPartial()
static BatchCreateInstanceStatus
BatchCreateInstanceStatus. getDefaultInstance()
BatchCreateInstanceStatus
BatchCreateInstanceStatus.Builder. getDefaultInstanceForType()
BatchCreateInstanceStatus
BatchCreateInstanceStatus. getDefaultInstanceForType()
BatchCreateInstanceStatus
BatchCreateInstancesMetadata.Builder. getInstanceStatusesOrDefault(String key, BatchCreateInstanceStatus defaultValue)
A map representing state of the instances involved in the BatchCreateInstances operation during the operation execution.BatchCreateInstanceStatus
BatchCreateInstancesMetadata. getInstanceStatusesOrDefault(String key, BatchCreateInstanceStatus defaultValue)
A map representing state of the instances involved in the BatchCreateInstances operation during the operation execution.BatchCreateInstanceStatus
BatchCreateInstancesMetadataOrBuilder. getInstanceStatusesOrDefault(String key, BatchCreateInstanceStatus defaultValue)
A map representing state of the instances involved in the BatchCreateInstances operation during the operation execution.BatchCreateInstanceStatus
BatchCreateInstancesMetadata.Builder. getInstanceStatusesOrThrow(String key)
A map representing state of the instances involved in the BatchCreateInstances operation during the operation execution.BatchCreateInstanceStatus
BatchCreateInstancesMetadata. getInstanceStatusesOrThrow(String key)
A map representing state of the instances involved in the BatchCreateInstances operation during the operation execution.BatchCreateInstanceStatus
BatchCreateInstancesMetadataOrBuilder. getInstanceStatusesOrThrow(String key)
A map representing state of the instances involved in the BatchCreateInstances operation during the operation execution.static BatchCreateInstanceStatus
BatchCreateInstanceStatus. parseDelimitedFrom(InputStream input)
static BatchCreateInstanceStatus
BatchCreateInstanceStatus. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchCreateInstanceStatus
BatchCreateInstanceStatus. parseFrom(byte[] data)
static BatchCreateInstanceStatus
BatchCreateInstanceStatus. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchCreateInstanceStatus
BatchCreateInstanceStatus. parseFrom(com.google.protobuf.ByteString data)
static BatchCreateInstanceStatus
BatchCreateInstanceStatus. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchCreateInstanceStatus
BatchCreateInstanceStatus. parseFrom(com.google.protobuf.CodedInputStream input)
static BatchCreateInstanceStatus
BatchCreateInstanceStatus. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchCreateInstanceStatus
BatchCreateInstanceStatus. parseFrom(InputStream input)
static BatchCreateInstanceStatus
BatchCreateInstanceStatus. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchCreateInstanceStatus
BatchCreateInstanceStatus. parseFrom(ByteBuffer data)
static BatchCreateInstanceStatus
BatchCreateInstanceStatus. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.alloydb.v1beta that return types with arguments of type BatchCreateInstanceStatus Modifier and Type Method Description Map<String,BatchCreateInstanceStatus>
BatchCreateInstancesMetadata.Builder. getInstanceStatuses()
Deprecated.Map<String,BatchCreateInstanceStatus>
BatchCreateInstancesMetadata. getInstanceStatuses()
Deprecated.Map<String,BatchCreateInstanceStatus>
BatchCreateInstancesMetadataOrBuilder. getInstanceStatuses()
Deprecated.Map<String,BatchCreateInstanceStatus>
BatchCreateInstancesMetadata.Builder. getInstanceStatusesMap()
A map representing state of the instances involved in the BatchCreateInstances operation during the operation execution.Map<String,BatchCreateInstanceStatus>
BatchCreateInstancesMetadata. getInstanceStatusesMap()
A map representing state of the instances involved in the BatchCreateInstances operation during the operation execution.Map<String,BatchCreateInstanceStatus>
BatchCreateInstancesMetadataOrBuilder. getInstanceStatusesMap()
A map representing state of the instances involved in the BatchCreateInstances operation during the operation execution.Map<String,BatchCreateInstanceStatus>
BatchCreateInstancesMetadata.Builder. getMutableInstanceStatuses()
Deprecated.com.google.protobuf.Parser<BatchCreateInstanceStatus>
BatchCreateInstanceStatus. getParserForType()
static com.google.protobuf.Parser<BatchCreateInstanceStatus>
BatchCreateInstanceStatus. parser()
Methods in com.google.cloud.alloydb.v1beta with parameters of type BatchCreateInstanceStatus Modifier and Type Method Description BatchCreateInstanceStatus
BatchCreateInstancesMetadata.Builder. getInstanceStatusesOrDefault(String key, BatchCreateInstanceStatus defaultValue)
A map representing state of the instances involved in the BatchCreateInstances operation during the operation execution.BatchCreateInstanceStatus
BatchCreateInstancesMetadata. getInstanceStatusesOrDefault(String key, BatchCreateInstanceStatus defaultValue)
A map representing state of the instances involved in the BatchCreateInstances operation during the operation execution.BatchCreateInstanceStatus
BatchCreateInstancesMetadataOrBuilder. getInstanceStatusesOrDefault(String key, BatchCreateInstanceStatus defaultValue)
A map representing state of the instances involved in the BatchCreateInstances operation during the operation execution.BatchCreateInstanceStatus.Builder
BatchCreateInstanceStatus.Builder. mergeFrom(BatchCreateInstanceStatus other)
static BatchCreateInstanceStatus.Builder
BatchCreateInstanceStatus. newBuilder(BatchCreateInstanceStatus prototype)
BatchCreateInstancesMetadata.Builder
BatchCreateInstancesMetadata.Builder. putInstanceStatuses(String key, BatchCreateInstanceStatus value)
A map representing state of the instances involved in the BatchCreateInstances operation during the operation execution.Method parameters in com.google.cloud.alloydb.v1beta with type arguments of type BatchCreateInstanceStatus Modifier and Type Method Description BatchCreateInstancesMetadata.Builder
BatchCreateInstancesMetadata.Builder. putAllInstanceStatuses(Map<String,BatchCreateInstanceStatus> values)
A map representing state of the instances involved in the BatchCreateInstances operation during the operation execution.
-