Send feedback
Class CreateCloudInstanceAction (6.62.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 6.62.0 keyboard_arrow_down
public final class CreateCloudInstanceAction extends GeneratedMessageV3 implements CreateCloudInstanceActionOrBuilder
Action that creates a Cloud Spanner instance.
Protobuf type google.spanner.executor.v1.CreateCloudInstanceAction
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
AUTOSCALING_CONFIG_FIELD_NUMBER
public static final int AUTOSCALING_CONFIG_FIELD_NUMBER
Field Value Type Description int
INSTANCE_CONFIG_ID_FIELD_NUMBER
public static final int INSTANCE_CONFIG_ID_FIELD_NUMBER
Field Value Type Description int
INSTANCE_ID_FIELD_NUMBER
public static final int INSTANCE_ID_FIELD_NUMBER
Field Value Type Description int
LABELS_FIELD_NUMBER
public static final int LABELS_FIELD_NUMBER
Field Value Type Description int
NODE_COUNT_FIELD_NUMBER
public static final int NODE_COUNT_FIELD_NUMBER
Field Value Type Description int
PROCESSING_UNITS_FIELD_NUMBER
public static final int PROCESSING_UNITS_FIELD_NUMBER
Field Value Type Description int
PROJECT_ID_FIELD_NUMBER
public static final int PROJECT_ID_FIELD_NUMBER
Field Value Type Description int
Static Methods
getDefaultInstance()
public static CreateCloudInstanceAction getDefaultInstance ()
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
newBuilder()
public static CreateCloudInstanceAction . Builder newBuilder ()
newBuilder(CreateCloudInstanceAction prototype)
public static CreateCloudInstanceAction . Builder newBuilder ( CreateCloudInstanceAction prototype )
public static CreateCloudInstanceAction parseDelimitedFrom ( InputStream input )
public static CreateCloudInstanceAction parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(byte[] data)
public static CreateCloudInstanceAction parseFrom ( byte [] data )
Parameter Name Description data
byte []
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static CreateCloudInstanceAction parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteString data)
public static CreateCloudInstanceAction parseFrom ( ByteString data )
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static CreateCloudInstanceAction parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static CreateCloudInstanceAction parseFrom ( CodedInputStream input )
public static CreateCloudInstanceAction parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static CreateCloudInstanceAction parseFrom ( InputStream input )
public static CreateCloudInstanceAction parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteBuffer data)
public static CreateCloudInstanceAction parseFrom ( ByteBuffer data )
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static CreateCloudInstanceAction parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
parser()
public static Parser<CreateCloudInstanceAction> parser ()
Methods
containsLabels(String key)
public boolean containsLabels ( String key )
labels.
map<string, string> labels = 5;
Parameter Name Description key
String
equals(Object obj)
public boolean equals ( Object obj )
Parameter Name Description obj
Object
Overrides
getAutoscalingConfig()
public AutoscalingConfig getAutoscalingConfig ()
The autoscaling config for this instance. If non-empty, an autoscaling
instance will be created (processing_units and node_count should be set to
0 if used).
optional .google.spanner.admin.instance.v1.AutoscalingConfig autoscaling_config = 7;
getAutoscalingConfigOrBuilder()
public AutoscalingConfigOrBuilder getAutoscalingConfigOrBuilder ()
The autoscaling config for this instance. If non-empty, an autoscaling
instance will be created (processing_units and node_count should be set to
0 if used).
optional .google.spanner.admin.instance.v1.AutoscalingConfig autoscaling_config = 7;
getDefaultInstanceForType()
public CreateCloudInstanceAction getDefaultInstanceForType ()
getInstanceConfigId()
public String getInstanceConfigId ()
Instance config ID, e.g. "test-config".
string instance_config_id = 3;
Returns Type Description String
The instanceConfigId.
getInstanceConfigIdBytes()
public ByteString getInstanceConfigIdBytes ()
Instance config ID, e.g. "test-config".
string instance_config_id = 3;
Returns Type Description ByteString
The bytes for instanceConfigId.
getInstanceId()
public String getInstanceId ()
Cloud instance ID (not path), e.g. "test-instance".
string instance_id = 1;
Returns Type Description String
The instanceId.
getInstanceIdBytes()
public ByteString getInstanceIdBytes ()
Cloud instance ID (not path), e.g. "test-instance".
string instance_id = 1;
Returns Type Description ByteString
The bytes for instanceId.
getLabels()
public Map<String , String > getLabels ()
getLabelsCount()
public int getLabelsCount ()
labels.
map<string, string> labels = 5;
Returns Type Description int
getLabelsMap()
public Map<String , String > getLabelsMap ()
labels.
map<string, string> labels = 5;
getLabelsOrDefault(String key, String defaultValue)
public String getLabelsOrDefault ( String key , String defaultValue )
labels.
map<string, string> labels = 5;
getLabelsOrThrow(String key)
public String getLabelsOrThrow ( String key )
labels.
map<string, string> labels = 5;
Parameter Name Description key
String
getNodeCount()
public int getNodeCount ()
Number of nodes (processing_units should not be set or set to 0 if used).
optional int32 node_count = 4;
Returns Type Description int
The nodeCount.
getParserForType()
public Parser<CreateCloudInstanceAction> getParserForType ()
Overrides
getProcessingUnits()
public int getProcessingUnits ()
Number of processing units (node_count should be set to 0 if used).
optional int32 processing_units = 6;
Returns Type Description int
The processingUnits.
getProjectId()
public String getProjectId ()
Cloud project ID, e.g. "spanner-cloud-systest".
string project_id = 2;
Returns Type Description String
The projectId.
getProjectIdBytes()
public ByteString getProjectIdBytes ()
Cloud project ID, e.g. "spanner-cloud-systest".
string project_id = 2;
Returns Type Description ByteString
The bytes for projectId.
getSerializedSize()
public int getSerializedSize ()
Returns Type Description int
Overrides
hasAutoscalingConfig()
public boolean hasAutoscalingConfig ()
The autoscaling config for this instance. If non-empty, an autoscaling
instance will be created (processing_units and node_count should be set to
0 if used).
optional .google.spanner.admin.instance.v1.AutoscalingConfig autoscaling_config = 7;
Returns Type Description boolean
Whether the autoscalingConfig field is set.
hasNodeCount()
public boolean hasNodeCount ()
Number of nodes (processing_units should not be set or set to 0 if used).
optional int32 node_count = 4;
Returns Type Description boolean
Whether the nodeCount field is set.
hasProcessingUnits()
public boolean hasProcessingUnits ()
Number of processing units (node_count should be set to 0 if used).
optional int32 processing_units = 6;
Returns Type Description boolean
Whether the processingUnits field is set.
hashCode()
Returns Type Description int
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
internalGetMapFieldReflection(int number)
protected MapFieldReflectionAccessor internalGetMapFieldReflection ( int number )
Parameter Name Description number
int
Returns Type Description com.google.protobuf.MapFieldReflectionAccessor
Overrides
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
isInitialized()
public final boolean isInitialized ()
Overrides
newBuilderForType()
public CreateCloudInstanceAction . Builder newBuilderForType ()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected CreateCloudInstanceAction . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Overrides
toBuilder()
public CreateCloudInstanceAction . Builder toBuilder ()
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-28 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-28 UTC."],[],[]]