Uses of Class
com.google.cloud.config.v1.Revision.ErrorCode
-
Packages that use Revision.ErrorCode Package Description com.google.cloud.config.v1 A client to Infrastructure Manager API -
-
Uses of Revision.ErrorCode in com.google.cloud.config.v1
Methods in com.google.cloud.config.v1 that return Revision.ErrorCode Modifier and Type Method Description static Revision.ErrorCode
Revision.ErrorCode. forNumber(int value)
Revision.ErrorCode
Revision.Builder. getErrorCode()
Output only.Revision.ErrorCode
Revision. getErrorCode()
Output only.Revision.ErrorCode
RevisionOrBuilder. getErrorCode()
Output only.static Revision.ErrorCode
Revision.ErrorCode. valueOf(int value)
Deprecated.static Revision.ErrorCode
Revision.ErrorCode. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static Revision.ErrorCode
Revision.ErrorCode. valueOf(String name)
Returns the enum constant of this type with the specified name.static Revision.ErrorCode[]
Revision.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 Revision.ErrorCode Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<Revision.ErrorCode>
Revision.ErrorCode. internalGetValueMap()
Methods in com.google.cloud.config.v1 with parameters of type Revision.ErrorCode Modifier and Type Method Description Revision.Builder
Revision.Builder. setErrorCode(Revision.ErrorCode value)
Output only.
-