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