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