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