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