Enum ReplicaInfo.ReplicaType (6.62.0)

public enum ReplicaInfo.ReplicaType extends Enum<ReplicaInfo.ReplicaType>

Indicates the type of the replica. See the replica types documentation at https://cloud.google.com/spanner/docs/replication#replica_types for more details.

Static Fields

NameDescription
READ_ONLY
READ_WRITE
TYPE_UNSPECIFIED
WITNESS

Static Methods

NameDescription
fromProto(ReplicaInfo.ReplicaType proto)
valueOf(String name)
values()