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