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