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.ErrorCodeDeployment.ErrorCode. forNumber(int value)Deployment.ErrorCodeDeployment.Builder. getErrorCode()Output only.Deployment.ErrorCodeDeployment. getErrorCode()Output only.Deployment.ErrorCodeDeploymentOrBuilder. getErrorCode()Output only.static Deployment.ErrorCodeDeployment.ErrorCode. valueOf(int value)Deprecated.static Deployment.ErrorCodeDeployment.ErrorCode. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static Deployment.ErrorCodeDeployment.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.BuilderDeployment.Builder. setErrorCode(Deployment.ErrorCode value)Output only.
-