Send feedback
Class InstanceConfig (6.25.1)
Stay organized with collections
Save and categorize content based on your preferences.
Version 6.25.1 keyboard_arrow_down
public final class InstanceConfig extends GeneratedMessageV3 implements InstanceConfigOrBuilder
A possible configuration for a Cloud Spanner instance. Configurations
define the geographic placement of nodes and their replication.
Protobuf type google.spanner.admin.instance.v1.InstanceConfig
Static Fields
DISPLAY_NAME_FIELD_NUMBER
public static final int DISPLAY_NAME_FIELD_NUMBER
Field Value Type Description int
LEADER_OPTIONS_FIELD_NUMBER
public static final int LEADER_OPTIONS_FIELD_NUMBER
Field Value Type Description int
NAME_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
Field Value Type Description int
REPLICAS_FIELD_NUMBER
public static final int REPLICAS_FIELD_NUMBER
Field Value Type Description int
Static Methods
getDefaultInstance()
public static InstanceConfig getDefaultInstance ()
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
newBuilder()
public static InstanceConfig . Builder newBuilder ()
newBuilder(InstanceConfig prototype)
public static InstanceConfig . Builder newBuilder ( InstanceConfig prototype )
public static InstanceConfig parseDelimitedFrom ( InputStream input )
public static InstanceConfig parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(byte[] data)
public static InstanceConfig parseFrom ( byte [] data )
Parameter Name Description data
byte []
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static InstanceConfig parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteString data)
public static InstanceConfig parseFrom ( ByteString data )
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static InstanceConfig parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static InstanceConfig parseFrom ( CodedInputStream input )
public static InstanceConfig parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static InstanceConfig parseFrom ( InputStream input )
public static InstanceConfig parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteBuffer data)
public static InstanceConfig parseFrom ( ByteBuffer data )
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static InstanceConfig parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
parser()
public static Parser<InstanceConfig> parser ()
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter Name Description obj
Object
Overrides
getDefaultInstanceForType()
public InstanceConfig getDefaultInstanceForType ()
getDisplayName()
public String getDisplayName ()
The name of this instance configuration as it appears in UIs.
string display_name = 2;
Returns Type Description String
The displayName.
getDisplayNameBytes()
public ByteString getDisplayNameBytes ()
The name of this instance configuration as it appears in UIs.
string display_name = 2;
Returns Type Description ByteString
The bytes for displayName.
getLeaderOptions(int index)
public String getLeaderOptions ( int index )
Allowed values of the \u201cdefault_leader\u201d schema option for databases in
instances that use this instance configuration.
repeated string leader_options = 4;
Parameter Name Description index
int
The index of the element to return.
Returns Type Description String
The leaderOptions at the given index.
getLeaderOptionsBytes(int index)
public ByteString getLeaderOptionsBytes ( int index )
Allowed values of the \u201cdefault_leader\u201d schema option for databases in
instances that use this instance configuration.
repeated string leader_options = 4;
Parameter Name Description index
int
The index of the value to return.
Returns Type Description ByteString
The bytes of the leaderOptions at the given index.
getLeaderOptionsCount()
public int getLeaderOptionsCount ()
Allowed values of the \u201cdefault_leader\u201d schema option for databases in
instances that use this instance configuration.
repeated string leader_options = 4;
Returns Type Description int
The count of leaderOptions.
getLeaderOptionsList()
public ProtocolStringList getLeaderOptionsList ()
Allowed values of the \u201cdefault_leader\u201d schema option for databases in
instances that use this instance configuration.
repeated string leader_options = 4;
getName()
A unique identifier for the instance configuration. Values
are of the form
projects/<project>/instanceConfigs/a-z *
string name = 1;
Returns Type Description String
The name.
getNameBytes()
public ByteString getNameBytes ()
A unique identifier for the instance configuration. Values
are of the form
projects/<project>/instanceConfigs/a-z *
string name = 1;
Returns Type Description ByteString
The bytes for name.
getParserForType()
public Parser<InstanceConfig> getParserForType ()
Overrides
getReplicas(int index)
public ReplicaInfo getReplicas ( int index )
The geographic placement of nodes in this instance configuration and their
replication properties.
repeated .google.spanner.admin.instance.v1.ReplicaInfo replicas = 3;
Parameter Name Description index
int
getReplicasCount()
public int getReplicasCount ()
The geographic placement of nodes in this instance configuration and their
replication properties.
repeated .google.spanner.admin.instance.v1.ReplicaInfo replicas = 3;
Returns Type Description int
getReplicasList()
public List<ReplicaInfo> getReplicasList ()
The geographic placement of nodes in this instance configuration and their
replication properties.
repeated .google.spanner.admin.instance.v1.ReplicaInfo replicas = 3;
getReplicasOrBuilder(int index)
public ReplicaInfoOrBuilder getReplicasOrBuilder ( int index )
The geographic placement of nodes in this instance configuration and their
replication properties.
repeated .google.spanner.admin.instance.v1.ReplicaInfo replicas = 3;
Parameter Name Description index
int
getReplicasOrBuilderList()
public List <? extends ReplicaInfoOrBuilder > getReplicasOrBuilderList ()
The geographic placement of nodes in this instance configuration and their
replication properties.
repeated .google.spanner.admin.instance.v1.ReplicaInfo replicas = 3;
Returns Type Description List <? extends com.google.spanner.admin.instance.v1.ReplicaInfoOrBuilder >
getSerializedSize()
public int getSerializedSize ()
Returns Type Description int
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields ()
Overrides
hashCode()
Returns Type Description int
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
newBuilderForType()
public InstanceConfig . Builder newBuilderForType ()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected InstanceConfig . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Overrides
toBuilder()
public InstanceConfig . 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-27 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-27 UTC."],[],[]]