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