Uses of Class
com.google.cloud.metastore.v1.Service.ReleaseChannel
-
Packages that use Service.ReleaseChannel Package Description com.google.cloud.metastore.v1 A client to Dataproc Metastore API -
-
Uses of Service.ReleaseChannel in com.google.cloud.metastore.v1
Methods in com.google.cloud.metastore.v1 that return Service.ReleaseChannel Modifier and Type Method Description static Service.ReleaseChannel
Service.ReleaseChannel. forNumber(int value)
Service.ReleaseChannel
Service.Builder. getReleaseChannel()
Immutable.Service.ReleaseChannel
Service. getReleaseChannel()
Immutable.Service.ReleaseChannel
ServiceOrBuilder. getReleaseChannel()
Immutable.static Service.ReleaseChannel
Service.ReleaseChannel. valueOf(int value)
Deprecated.static Service.ReleaseChannel
Service.ReleaseChannel. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static Service.ReleaseChannel
Service.ReleaseChannel. valueOf(String name)
Returns the enum constant of this type with the specified name.static Service.ReleaseChannel[]
Service.ReleaseChannel. 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.ReleaseChannel Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<Service.ReleaseChannel>
Service.ReleaseChannel. internalGetValueMap()
Methods in com.google.cloud.metastore.v1 with parameters of type Service.ReleaseChannel Modifier and Type Method Description Service.Builder
Service.Builder. setReleaseChannel(Service.ReleaseChannel value)
Immutable.
-