Uses of Class
com.google.cloud.filestore.v1beta1.Instance.Tier
-
Packages that use Instance.Tier Package Description com.google.cloud.filestore.v1beta1 A client to Cloud Filestore API -
-
Uses of Instance.Tier in com.google.cloud.filestore.v1beta1
Methods in com.google.cloud.filestore.v1beta1 that return Instance.Tier Modifier and Type Method Description static Instance.Tier
Instance.Tier. forNumber(int value)
Instance.Tier
Backup.Builder. getSourceInstanceTier()
Output only.Instance.Tier
Backup. getSourceInstanceTier()
Output only.Instance.Tier
BackupOrBuilder. getSourceInstanceTier()
Output only.Instance.Tier
Instance.Builder. getTier()
The service tier of the instance.Instance.Tier
Instance. getTier()
The service tier of the instance.Instance.Tier
InstanceOrBuilder. getTier()
The service tier of the instance.static Instance.Tier
Instance.Tier. valueOf(int value)
Deprecated.static Instance.Tier
Instance.Tier. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static Instance.Tier
Instance.Tier. valueOf(String name)
Returns the enum constant of this type with the specified name.static Instance.Tier[]
Instance.Tier. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.filestore.v1beta1 that return types with arguments of type Instance.Tier Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<Instance.Tier>
Instance.Tier. internalGetValueMap()
Methods in com.google.cloud.filestore.v1beta1 with parameters of type Instance.Tier Modifier and Type Method Description Backup.Builder
Backup.Builder. setSourceInstanceTier(Instance.Tier value)
Output only.Instance.Builder
Instance.Builder. setTier(Instance.Tier value)
The service tier of the instance.
-