- 1.53.0 (latest)
- 1.52.0
- 1.51.0
- 1.49.0
- 1.48.0
- 1.47.0
- 1.46.0
- 1.45.0
- 1.44.0
- 1.43.0
- 1.42.0
- 1.41.0
- 1.40.0
- 1.39.0
- 1.37.0
- 1.36.0
- 1.35.0
- 1.34.0
- 1.33.0
- 1.32.0
- 1.31.0
- 1.30.0
- 1.29.0
- 1.28.0
- 1.27.0
- 1.24.0
- 1.23.0
- 1.22.0
- 1.21.0
- 1.20.0
- 1.19.0
- 1.18.0
- 1.17.0
- 1.16.0
- 1.15.0
- 1.14.0
- 1.13.0
- 1.12.0
- 1.11.0
- 1.9.0
- 1.8.0
- 1.7.0
- 1.6.0
- 1.5.0
- 1.4.0
- 1.1.10
public static final class CheckError.Builder extends GeneratedMessageV3.Builder<CheckError.Builder> implements CheckErrorOrBuilder
Defines the errors to be returned in google.api.servicecontrol.v1.CheckResponse.check_errors.
Protobuf type google.api.servicecontrol.v1.CheckError
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > CheckError.BuilderImplements
CheckErrorOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public CheckError.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
CheckError.Builder |
build()
public CheckError build()
Type | Description |
CheckError |
buildPartial()
public CheckError buildPartial()
Type | Description |
CheckError |
clear()
public CheckError.Builder clear()
Type | Description |
CheckError.Builder |
clearCode()
public CheckError.Builder clearCode()
The error code.
.google.api.servicecontrol.v1.CheckError.Code code = 1;
Type | Description |
CheckError.Builder | This builder for chaining. |
clearDetail()
public CheckError.Builder clearDetail()
Free-form text providing details on the error cause of the error.
string detail = 2;
Type | Description |
CheckError.Builder | This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
public CheckError.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
CheckError.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public CheckError.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
CheckError.Builder |
clearStatus()
public CheckError.Builder clearStatus()
Contains public information about the check error. If available,
status.code
will be non zero and client can propagate it out as public
error.
.google.rpc.Status status = 3;
Type | Description |
CheckError.Builder |
clearSubject()
public CheckError.Builder clearSubject()
Subject to whom this error applies. See the specific code enum for more details on this field. For example:
- "project:<project-id or project-number>"
- "folder:<folder-id>"
- "organization:<organization-id>"
string subject = 4;
Type | Description |
CheckError.Builder | This builder for chaining. |
clone()
public CheckError.Builder clone()
Type | Description |
CheckError.Builder |
getCode()
public CheckError.Code getCode()
The error code.
.google.api.servicecontrol.v1.CheckError.Code code = 1;
Type | Description |
CheckError.Code | The code. |
getCodeValue()
public int getCodeValue()
The error code.
.google.api.servicecontrol.v1.CheckError.Code code = 1;
Type | Description |
int | The enum numeric value on the wire for code. |
getDefaultInstanceForType()
public CheckError getDefaultInstanceForType()
Type | Description |
CheckError |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
getDetail()
public String getDetail()
Free-form text providing details on the error cause of the error.
string detail = 2;
Type | Description |
String | The detail. |
getDetailBytes()
public ByteString getDetailBytes()
Free-form text providing details on the error cause of the error.
string detail = 2;
Type | Description |
ByteString | The bytes for detail. |
getStatus()
public Status getStatus()
Contains public information about the check error. If available,
status.code
will be non zero and client can propagate it out as public
error.
.google.rpc.Status status = 3;
Type | Description |
com.google.rpc.Status | The status. |
getStatusBuilder()
public Status.Builder getStatusBuilder()
Contains public information about the check error. If available,
status.code
will be non zero and client can propagate it out as public
error.
.google.rpc.Status status = 3;
Type | Description |
com.google.rpc.Status.Builder |
getStatusOrBuilder()
public StatusOrBuilder getStatusOrBuilder()
Contains public information about the check error. If available,
status.code
will be non zero and client can propagate it out as public
error.
.google.rpc.Status status = 3;
Type | Description |
com.google.rpc.StatusOrBuilder |
getSubject()
public String getSubject()
Subject to whom this error applies. See the specific code enum for more details on this field. For example:
- "project:<project-id or project-number>"
- "folder:<folder-id>"
- "organization:<organization-id>"
string subject = 4;
Type | Description |
String | The subject. |
getSubjectBytes()
public ByteString getSubjectBytes()
Subject to whom this error applies. See the specific code enum for more details on this field. For example:
- "project:<project-id or project-number>"
- "folder:<folder-id>"
- "organization:<organization-id>"
string subject = 4;
Type | Description |
ByteString | The bytes for subject. |
hasStatus()
public boolean hasStatus()
Contains public information about the check error. If available,
status.code
will be non zero and client can propagate it out as public
error.
.google.rpc.Status status = 3;
Type | Description |
boolean | Whether the status field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeFrom(CheckError other)
public CheckError.Builder mergeFrom(CheckError other)
Name | Description |
other | CheckError |
Type | Description |
CheckError.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public CheckError.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
CheckError.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public CheckError.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
CheckError.Builder |
mergeStatus(Status value)
public CheckError.Builder mergeStatus(Status value)
Contains public information about the check error. If available,
status.code
will be non zero and client can propagate it out as public
error.
.google.rpc.Status status = 3;
Name | Description |
value | com.google.rpc.Status |
Type | Description |
CheckError.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final CheckError.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
CheckError.Builder |
setCode(CheckError.Code value)
public CheckError.Builder setCode(CheckError.Code value)
The error code.
.google.api.servicecontrol.v1.CheckError.Code code = 1;
Name | Description |
value | CheckError.Code The code to set. |
Type | Description |
CheckError.Builder | This builder for chaining. |
setCodeValue(int value)
public CheckError.Builder setCodeValue(int value)
The error code.
.google.api.servicecontrol.v1.CheckError.Code code = 1;
Name | Description |
value | int The enum numeric value on the wire for code to set. |
Type | Description |
CheckError.Builder | This builder for chaining. |
setDetail(String value)
public CheckError.Builder setDetail(String value)
Free-form text providing details on the error cause of the error.
string detail = 2;
Name | Description |
value | String The detail to set. |
Type | Description |
CheckError.Builder | This builder for chaining. |
setDetailBytes(ByteString value)
public CheckError.Builder setDetailBytes(ByteString value)
Free-form text providing details on the error cause of the error.
string detail = 2;
Name | Description |
value | ByteString The bytes for detail to set. |
Type | Description |
CheckError.Builder | This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
public CheckError.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
CheckError.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public CheckError.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
CheckError.Builder |
setStatus(Status value)
public CheckError.Builder setStatus(Status value)
Contains public information about the check error. If available,
status.code
will be non zero and client can propagate it out as public
error.
.google.rpc.Status status = 3;
Name | Description |
value | com.google.rpc.Status |
Type | Description |
CheckError.Builder |
setStatus(Status.Builder builderForValue)
public CheckError.Builder setStatus(Status.Builder builderForValue)
Contains public information about the check error. If available,
status.code
will be non zero and client can propagate it out as public
error.
.google.rpc.Status status = 3;
Name | Description |
builderForValue | com.google.rpc.Status.Builder |
Type | Description |
CheckError.Builder |
setSubject(String value)
public CheckError.Builder setSubject(String value)
Subject to whom this error applies. See the specific code enum for more details on this field. For example:
- "project:<project-id or project-number>"
- "folder:<folder-id>"
- "organization:<organization-id>"
string subject = 4;
Name | Description |
value | String The subject to set. |
Type | Description |
CheckError.Builder | This builder for chaining. |
setSubjectBytes(ByteString value)
public CheckError.Builder setSubjectBytes(ByteString value)
Subject to whom this error applies. See the specific code enum for more details on this field. For example:
- "project:<project-id or project-number>"
- "folder:<folder-id>"
- "organization:<organization-id>"
string subject = 4;
Name | Description |
value | ByteString The bytes for subject to set. |
Type | Description |
CheckError.Builder | This builder for chaining. |
setUnknownFields(UnknownFieldSet unknownFields)
public final CheckError.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
CheckError.Builder |