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