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.StateAsyncModelMetadata.State. forNumber(int value)AsyncModelMetadata.StateAsyncModelMetadata.Builder. getState()The state of the current operation.AsyncModelMetadata.StateAsyncModelMetadata. getState()The state of the current operation.AsyncModelMetadata.StateAsyncModelMetadataOrBuilder. getState()The state of the current operation.static AsyncModelMetadata.StateAsyncModelMetadata.State. valueOf(int value)Deprecated.static AsyncModelMetadata.StateAsyncModelMetadata.State. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static AsyncModelMetadata.StateAsyncModelMetadata.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.BuilderAsyncModelMetadata.Builder. setState(AsyncModelMetadata.State value)The state of the current operation.
-