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