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.FailureCause
PredeployJobRun.FailureCause. forNumber(int value)
PredeployJobRun.FailureCause
PredeployJobRun.Builder. getFailureCause()
Output only.PredeployJobRun.FailureCause
PredeployJobRun. getFailureCause()
Output only.PredeployJobRun.FailureCause
PredeployJobRunOrBuilder. getFailureCause()
Output only.static PredeployJobRun.FailureCause
PredeployJobRun.FailureCause. valueOf(int value)
Deprecated.static PredeployJobRun.FailureCause
PredeployJobRun.FailureCause. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static PredeployJobRun.FailureCause
PredeployJobRun.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.Builder
PredeployJobRun.Builder. setFailureCause(PredeployJobRun.FailureCause value)
Output only.
-