Uses of Enum
com.google.spanner.v1.Tablet.Role
-
Uses of Tablet.Role in com.google.spanner.v1
Methods in com.google.spanner.v1 that return Tablet.RoleModifier and TypeMethodDescriptionstatic Tablet.RoleTablet.Role.forNumber(int value) Tablet.Builder.getRole()The role of the tablet.Tablet.getRole()The role of the tablet.TabletOrBuilder.getRole()The role of the tablet.static Tablet.RoleTablet.Role.valueOf(int value) Deprecated.static Tablet.RoleTablet.Role.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static Tablet.RoleReturns the enum constant of this type with the specified name.static Tablet.Role[]Tablet.Role.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.spanner.v1 that return types with arguments of type Tablet.RoleModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<Tablet.Role>Tablet.Role.internalGetValueMap()Methods in com.google.spanner.v1 with parameters of type Tablet.RoleModifier and TypeMethodDescriptionTablet.Builder.setRole(Tablet.Role value) The role of the tablet.