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