Uses of Class
com.google.cloud.config.v1.Deployment.ErrorCode
-
Packages that use Deployment.ErrorCode Package Description com.google.cloud.config.v1 A client to Infrastructure Manager API -
-
Uses of Deployment.ErrorCode in com.google.cloud.config.v1
Methods in com.google.cloud.config.v1 that return Deployment.ErrorCode Modifier and Type Method Description static Deployment.ErrorCode
Deployment.ErrorCode. forNumber(int value)
Deployment.ErrorCode
Deployment.Builder. getErrorCode()
Output only.Deployment.ErrorCode
Deployment. getErrorCode()
Output only.Deployment.ErrorCode
DeploymentOrBuilder. getErrorCode()
Output only.static Deployment.ErrorCode
Deployment.ErrorCode. valueOf(int value)
Deprecated.static Deployment.ErrorCode
Deployment.ErrorCode. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static Deployment.ErrorCode
Deployment.ErrorCode. valueOf(String name)
Returns the enum constant of this type with the specified name.static Deployment.ErrorCode[]
Deployment.ErrorCode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.config.v1 that return types with arguments of type Deployment.ErrorCode Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<Deployment.ErrorCode>
Deployment.ErrorCode. internalGetValueMap()
Methods in com.google.cloud.config.v1 with parameters of type Deployment.ErrorCode Modifier and Type Method Description Deployment.Builder
Deployment.Builder. setErrorCode(Deployment.ErrorCode value)
Output only.
-