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.FailureCauseRollout.FailureCause. forNumber(int value)Rollout.FailureCauseRollout.Builder. getDeployFailureCause()Output only.Rollout.FailureCauseRollout. getDeployFailureCause()Output only.Rollout.FailureCauseRolloutOrBuilder. getDeployFailureCause()Output only.static Rollout.FailureCauseRollout.FailureCause. valueOf(int value)Deprecated.static Rollout.FailureCauseRollout.FailureCause. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static Rollout.FailureCauseRollout.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.BuilderRollout.Builder. setDeployFailureCause(Rollout.FailureCause value)Output only.
-