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