public final class BatchCreateInstancesResponse extends GeneratedMessageV3 implements BatchCreateInstancesResponseOrBuilder
Message for creating batches of instances in a cluster.
Protobuf type google.cloud.alloydb.v1alpha.BatchCreateInstancesResponse
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > BatchCreateInstancesResponseImplements
BatchCreateInstancesResponseOrBuilderStatic Fields
INSTANCES_FIELD_NUMBER
public static final int INSTANCES_FIELD_NUMBER
Type | Description |
int |
Static Methods
getDefaultInstance()
public static BatchCreateInstancesResponse getDefaultInstance()
Type | Description |
BatchCreateInstancesResponse |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
newBuilder()
public static BatchCreateInstancesResponse.Builder newBuilder()
Type | Description |
BatchCreateInstancesResponse.Builder |
newBuilder(BatchCreateInstancesResponse prototype)
public static BatchCreateInstancesResponse.Builder newBuilder(BatchCreateInstancesResponse prototype)
Name | Description |
prototype |
BatchCreateInstancesResponse |
Type | Description |
BatchCreateInstancesResponse.Builder |
parseDelimitedFrom(InputStream input)
public static BatchCreateInstancesResponse parseDelimitedFrom(InputStream input)
Name | Description |
input |
InputStream |
Type | Description |
BatchCreateInstancesResponse |
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static BatchCreateInstancesResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
Type | Description |
BatchCreateInstancesResponse |
Type | Description |
IOException |
parseFrom(byte[] data)
public static BatchCreateInstancesResponse parseFrom(byte[] data)
Name | Description |
data |
byte[] |
Type | Description |
BatchCreateInstancesResponse |
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static BatchCreateInstancesResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
Type | Description |
BatchCreateInstancesResponse |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static BatchCreateInstancesResponse parseFrom(ByteString data)
Name | Description |
data |
ByteString |
Type | Description |
BatchCreateInstancesResponse |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static BatchCreateInstancesResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
Type | Description |
BatchCreateInstancesResponse |
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static BatchCreateInstancesResponse parseFrom(CodedInputStream input)
Name | Description |
input |
CodedInputStream |
Type | Description |
BatchCreateInstancesResponse |
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static BatchCreateInstancesResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Type | Description |
BatchCreateInstancesResponse |
Type | Description |
IOException |
parseFrom(InputStream input)
public static BatchCreateInstancesResponse parseFrom(InputStream input)
Name | Description |
input |
InputStream |
Type | Description |
BatchCreateInstancesResponse |
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static BatchCreateInstancesResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
Type | Description |
BatchCreateInstancesResponse |
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static BatchCreateInstancesResponse parseFrom(ByteBuffer data)
Name | Description |
data |
ByteBuffer |
Type | Description |
BatchCreateInstancesResponse |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static BatchCreateInstancesResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
Type | Description |
BatchCreateInstancesResponse |
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<BatchCreateInstancesResponse> parser()
Type | Description |
Parser<BatchCreateInstancesResponse> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Name | Description |
obj |
Object |
Type | Description |
boolean |
getDefaultInstanceForType()
public BatchCreateInstancesResponse getDefaultInstanceForType()
Type | Description |
BatchCreateInstancesResponse |
getInstances(int index)
public Instance getInstances(int index)
Created instances.
repeated .google.cloud.alloydb.v1alpha.Instance instances = 1;
Name | Description |
index |
int |
Type | Description |
Instance |
getInstancesCount()
public int getInstancesCount()
Created instances.
repeated .google.cloud.alloydb.v1alpha.Instance instances = 1;
Type | Description |
int |
getInstancesList()
public List<Instance> getInstancesList()
Created instances.
repeated .google.cloud.alloydb.v1alpha.Instance instances = 1;
Type | Description |
List<Instance> |
getInstancesOrBuilder(int index)
public InstanceOrBuilder getInstancesOrBuilder(int index)
Created instances.
repeated .google.cloud.alloydb.v1alpha.Instance instances = 1;
Name | Description |
index |
int |
Type | Description |
InstanceOrBuilder |
getInstancesOrBuilderList()
public List<? extends InstanceOrBuilder> getInstancesOrBuilderList()
Created instances.
repeated .google.cloud.alloydb.v1alpha.Instance instances = 1;
Type | Description |
List<? extends com.google.cloud.alloydb.v1alpha.InstanceOrBuilder> |
getParserForType()
public Parser<BatchCreateInstancesResponse> getParserForType()
Type | Description |
Parser<BatchCreateInstancesResponse> |
getSerializedSize()
public int getSerializedSize()
Type | Description |
int |
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Type | Description |
UnknownFieldSet |
hashCode()
public int hashCode()
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
newBuilderForType()
public BatchCreateInstancesResponse.Builder newBuilderForType()
Type | Description |
BatchCreateInstancesResponse.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected BatchCreateInstancesResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Name | Description |
parent |
BuilderParent |
Type | Description |
BatchCreateInstancesResponse.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Name | Description |
unused |
UnusedPrivateParameter |
Type | Description |
Object |
toBuilder()
public BatchCreateInstancesResponse.Builder toBuilder()
Type | Description |
BatchCreateInstancesResponse.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Name | Description |
output |
CodedOutputStream |
Type | Description |
IOException |