Uses of Enum
com.google.spanner.admin.instance.v1.Instance.InstanceType
-
Uses of Instance.InstanceType in com.google.spanner.admin.instance.v1
Methods in com.google.spanner.admin.instance.v1 that return Instance.InstanceTypeModifier and TypeMethodDescriptionstatic Instance.InstanceTypeInstance.InstanceType.forNumber(int value) Instance.Builder.getInstanceType()The `InstanceType` of the current instance.Instance.getInstanceType()The `InstanceType` of the current instance.InstanceOrBuilder.getInstanceType()The `InstanceType` of the current instance.static Instance.InstanceTypeInstance.InstanceType.valueOf(int value) Deprecated.static Instance.InstanceTypeInstance.InstanceType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static Instance.InstanceTypeReturns the enum constant of this type with the specified name.static Instance.InstanceType[]Instance.InstanceType.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 Instance.InstanceTypeModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<Instance.InstanceType>Instance.InstanceType.internalGetValueMap()Methods in com.google.spanner.admin.instance.v1 with parameters of type Instance.InstanceTypeModifier and TypeMethodDescriptionInstance.Builder.setInstanceType(Instance.InstanceType value) The `InstanceType` of the current instance.