Uses of Class
com.google.cloud.aiplatform.v1beta1.PersistentResource.State
-
Packages that use PersistentResource.State Package Description com.google.cloud.aiplatform.v1beta1 A client to Vertex AI API -
-
Uses of PersistentResource.State in com.google.cloud.aiplatform.v1beta1
Methods in com.google.cloud.aiplatform.v1beta1 that return PersistentResource.State Modifier and Type Method Description static PersistentResource.State
PersistentResource.State. forNumber(int value)
PersistentResource.State
PersistentResource.Builder. getState()
Output only.PersistentResource.State
PersistentResource. getState()
Output only.PersistentResource.State
PersistentResourceOrBuilder. getState()
Output only.static PersistentResource.State
PersistentResource.State. valueOf(int value)
Deprecated.static PersistentResource.State
PersistentResource.State. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static PersistentResource.State
PersistentResource.State. valueOf(String name)
Returns the enum constant of this type with the specified name.static PersistentResource.State[]
PersistentResource.State. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.aiplatform.v1beta1 that return types with arguments of type PersistentResource.State Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<PersistentResource.State>
PersistentResource.State. internalGetValueMap()
Methods in com.google.cloud.aiplatform.v1beta1 with parameters of type PersistentResource.State Modifier and Type Method Description PersistentResource.Builder
PersistentResource.Builder. setState(PersistentResource.State value)
Output only.
-