public static final class DirectedReadOptions.ReplicaSelection extends GeneratedMessageV3 implements DirectedReadOptions.ReplicaSelectionOrBuilder
The directed read replica selector.
Callers must provide one or more of the following fields for replica
selection:
location
- The location must be one of the regions within the
multi-region configuration of your database.
type
- The type of the replica.
Some examples of using replica_selectors are:
location:us-east1
--> The "us-east1" replica(s) of any available type
will be used to process the request.
type:READ_ONLY
--> The "READ_ONLY" type replica(s) in nearest
available location will be used to process the
request.
location:us-east1 type:READ_ONLY
--> The "READ_ONLY" type replica(s)
in location "us-east1" will be used to process
the request.
Protobuf type google.spanner.v1.DirectedReadOptions.ReplicaSelection
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
LOCATION_FIELD_NUMBER
public static final int LOCATION_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
TYPE_FIELD_NUMBER
public static final int TYPE_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static DirectedReadOptions.ReplicaSelection getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static DirectedReadOptions.ReplicaSelection.Builder newBuilder()
newBuilder(DirectedReadOptions.ReplicaSelection prototype)
public static DirectedReadOptions.ReplicaSelection.Builder newBuilder(DirectedReadOptions.ReplicaSelection prototype)
public static DirectedReadOptions.ReplicaSelection parseDelimitedFrom(InputStream input)
public static DirectedReadOptions.ReplicaSelection parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static DirectedReadOptions.ReplicaSelection parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static DirectedReadOptions.ReplicaSelection parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static DirectedReadOptions.ReplicaSelection parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static DirectedReadOptions.ReplicaSelection parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static DirectedReadOptions.ReplicaSelection parseFrom(CodedInputStream input)
public static DirectedReadOptions.ReplicaSelection parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static DirectedReadOptions.ReplicaSelection parseFrom(InputStream input)
public static DirectedReadOptions.ReplicaSelection parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters |
Name |
Description |
input |
InputStream
|
extensionRegistry |
|