Uses of Class
com.google.cloud.filestore.v1.Instance.Tier
-
Packages that use Instance.Tier Package Description com.google.cloud.filestore.v1 A client to Cloud Filestore API -
-
Uses of Instance.Tier in com.google.cloud.filestore.v1
Methods in com.google.cloud.filestore.v1 that return Instance.Tier Modifier and Type Method Description static Instance.TierInstance.Tier. forNumber(int value)Instance.TierBackup.Builder. getSourceInstanceTier()Output only.Instance.TierBackup. getSourceInstanceTier()Output only.Instance.TierBackupOrBuilder. getSourceInstanceTier()Output only.Instance.TierInstance.Builder. getTier()The service tier of the instance.Instance.TierInstance. getTier()The service tier of the instance.Instance.TierInstanceOrBuilder. getTier()The service tier of the instance.static Instance.TierInstance.Tier. valueOf(int value)Deprecated.static Instance.TierInstance.Tier. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static Instance.TierInstance.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.v1 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.v1 with parameters of type Instance.Tier Modifier and Type Method Description Backup.BuilderBackup.Builder. setSourceInstanceTier(Instance.Tier value)Output only.Instance.BuilderInstance.Builder. setTier(Instance.Tier value)The service tier of the instance.
-