Uses of Class
com.google.cloud.notebooks.v1.ExecutionTemplate.ScaleTier
-
Packages that use ExecutionTemplate.ScaleTier Package Description com.google.cloud.notebooks.v1 A client to Notebooks API -
-
Uses of ExecutionTemplate.ScaleTier in com.google.cloud.notebooks.v1
Methods in com.google.cloud.notebooks.v1 that return ExecutionTemplate.ScaleTier Modifier and Type Method Description static ExecutionTemplate.ScaleTier
ExecutionTemplate.ScaleTier. forNumber(int value)
ExecutionTemplate.ScaleTier
ExecutionTemplate.Builder. getScaleTier()
Deprecated.google.cloud.notebooks.v1.ExecutionTemplate.scale_tier is deprecated.ExecutionTemplate.ScaleTier
ExecutionTemplate. getScaleTier()
Deprecated.google.cloud.notebooks.v1.ExecutionTemplate.scale_tier is deprecated.ExecutionTemplate.ScaleTier
ExecutionTemplateOrBuilder. getScaleTier()
Deprecated.google.cloud.notebooks.v1.ExecutionTemplate.scale_tier is deprecated.static ExecutionTemplate.ScaleTier
ExecutionTemplate.ScaleTier. valueOf(int value)
Deprecated.static ExecutionTemplate.ScaleTier
ExecutionTemplate.ScaleTier. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static ExecutionTemplate.ScaleTier
ExecutionTemplate.ScaleTier. valueOf(String name)
Returns the enum constant of this type with the specified name.static ExecutionTemplate.ScaleTier[]
ExecutionTemplate.ScaleTier. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.notebooks.v1 that return types with arguments of type ExecutionTemplate.ScaleTier Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<ExecutionTemplate.ScaleTier>
ExecutionTemplate.ScaleTier. internalGetValueMap()
Methods in com.google.cloud.notebooks.v1 with parameters of type ExecutionTemplate.ScaleTier Modifier and Type Method Description ExecutionTemplate.Builder
ExecutionTemplate.Builder. setScaleTier(ExecutionTemplate.ScaleTier value)
Deprecated.google.cloud.notebooks.v1.ExecutionTemplate.scale_tier is deprecated.
-