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