Uses of Enum
com.google.spanner.admin.instance.v1.ReplicaInfo.ReplicaType
-
Uses of ReplicaInfo.ReplicaType in com.google.spanner.admin.instance.v1
Methods in com.google.spanner.admin.instance.v1 that return ReplicaInfo.ReplicaTypeModifier and TypeMethodDescriptionstatic ReplicaInfo.ReplicaTypeReplicaInfo.ReplicaType.forNumber(int value) ReplicaInfo.Builder.getType()The type of replica.ReplicaInfo.getType()The type of replica.ReplicaInfoOrBuilder.getType()The type of replica.static ReplicaInfo.ReplicaTypeReplicaInfo.ReplicaType.valueOf(int value) Deprecated.static ReplicaInfo.ReplicaTypeReplicaInfo.ReplicaType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static ReplicaInfo.ReplicaTypeReturns the enum constant of this type with the specified name.static ReplicaInfo.ReplicaType[]ReplicaInfo.ReplicaType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.spanner.admin.instance.v1 that return types with arguments of type ReplicaInfo.ReplicaTypeModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<ReplicaInfo.ReplicaType>ReplicaInfo.ReplicaType.internalGetValueMap()Methods in com.google.spanner.admin.instance.v1 with parameters of type ReplicaInfo.ReplicaTypeModifier and TypeMethodDescriptionReplicaInfo.Builder.setType(ReplicaInfo.ReplicaType value) The type of replica.