Uses of Class
com.google.cloud.config.v1.Revision.State
-
Packages that use Revision.State Package Description com.google.cloud.config.v1 A client to Infrastructure Manager API -
-
Uses of Revision.State in com.google.cloud.config.v1
Methods in com.google.cloud.config.v1 that return Revision.State Modifier and Type Method Description static Revision.State
Revision.State. forNumber(int value)
Revision.State
Revision.Builder. getState()
Output only.Revision.State
Revision. getState()
Output only.Revision.State
RevisionOrBuilder. getState()
Output only.static Revision.State
Revision.State. valueOf(int value)
Deprecated.static Revision.State
Revision.State. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static Revision.State
Revision.State. valueOf(String name)
Returns the enum constant of this type with the specified name.static Revision.State[]
Revision.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 Revision.State Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<Revision.State>
Revision.State. internalGetValueMap()
Methods in com.google.cloud.config.v1 with parameters of type Revision.State Modifier and Type Method Description Revision.Builder
Revision.Builder. setState(Revision.State value)
Output only.
-