Uses of Class
com.google.cloud.metastore.v1.Service.Tier
-
Packages that use Service.Tier Package Description com.google.cloud.metastore.v1 A client to Dataproc Metastore API -
-
Uses of Service.Tier in com.google.cloud.metastore.v1
Methods in com.google.cloud.metastore.v1 that return Service.Tier Modifier and Type Method Description static Service.Tier
Service.Tier. forNumber(int value)
Service.Tier
Service.Builder. getTier()
The tier of the service.Service.Tier
Service. getTier()
The tier of the service.Service.Tier
ServiceOrBuilder. getTier()
The tier of the service.static Service.Tier
Service.Tier. valueOf(int value)
Deprecated.static Service.Tier
Service.Tier. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static Service.Tier
Service.Tier. valueOf(String name)
Returns the enum constant of this type with the specified name.static Service.Tier[]
Service.Tier. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.metastore.v1 that return types with arguments of type Service.Tier Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<Service.Tier>
Service.Tier. internalGetValueMap()
Methods in com.google.cloud.metastore.v1 with parameters of type Service.Tier Modifier and Type Method Description Service.Builder
Service.Builder. setTier(Service.Tier value)
The tier of the service.
-