Uses of Class
com.google.cloud.optimization.v1.AsyncModelMetadata.State
-
Packages that use AsyncModelMetadata.State Package Description com.google.cloud.optimization.v1 A client to Cloud Optimization API -
-
Uses of AsyncModelMetadata.State in com.google.cloud.optimization.v1
Methods in com.google.cloud.optimization.v1 that return AsyncModelMetadata.State Modifier and Type Method Description static AsyncModelMetadata.State
AsyncModelMetadata.State. forNumber(int value)
AsyncModelMetadata.State
AsyncModelMetadata.Builder. getState()
The state of the current operation.AsyncModelMetadata.State
AsyncModelMetadata. getState()
The state of the current operation.AsyncModelMetadata.State
AsyncModelMetadataOrBuilder. getState()
The state of the current operation.static AsyncModelMetadata.State
AsyncModelMetadata.State. valueOf(int value)
Deprecated.static AsyncModelMetadata.State
AsyncModelMetadata.State. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static AsyncModelMetadata.State
AsyncModelMetadata.State. valueOf(String name)
Returns the enum constant of this type with the specified name.static AsyncModelMetadata.State[]
AsyncModelMetadata.State. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.optimization.v1 that return types with arguments of type AsyncModelMetadata.State Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<AsyncModelMetadata.State>
AsyncModelMetadata.State. internalGetValueMap()
Methods in com.google.cloud.optimization.v1 with parameters of type AsyncModelMetadata.State Modifier and Type Method Description AsyncModelMetadata.Builder
AsyncModelMetadata.Builder. setState(AsyncModelMetadata.State value)
The state of the current operation.
-