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.StatePhase.State. forNumber(int value)Phase.StatePhase.Builder. getState()Output only.Phase.StatePhase. getState()Output only.Phase.StatePhaseOrBuilder. getState()Output only.static Phase.StatePhase.State. valueOf(int value)Deprecated.static Phase.StatePhase.State. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static Phase.StatePhase.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.BuilderPhase.Builder. setState(Phase.State value)Output only.
-