Class CheckError.Builder (1.46.0)
Stay organized with collections
Save and categorize content based on your preferences.
- 1.80.0 (latest)
- 1.78.0
- 1.76.0
- 1.75.0
- 1.74.0
- 1.73.0
- 1.72.0
- 1.70.0
- 1.68.0
- 1.67.0
- 1.64.0
- 1.63.0
- 1.62.0
- 1.60.0
- 1.59.0
- 1.58.0
- 1.57.0
- 1.56.0
- 1.55.0
- 1.54.0
- 1.53.0
- 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
publicstaticfinalclass CheckError.BuilderextendsGeneratedMessageV3.Builder<CheckError.Builder>implementsCheckErrorOrBuilderDefines 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
CheckErrorOrBuilderInherited Members
Static Methods
getDescriptor()
publicstaticfinalDescriptors.DescriptorgetDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
publicCheckError.BuilderaddRepeatedField(Descriptors.FieldDescriptorfield,Objectvalue)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
CheckError.Builder |
|
build()
publicCheckErrorbuild()| Returns | |
|---|---|
| Type | Description |
CheckError |
|
buildPartial()
publicCheckErrorbuildPartial()| Returns | |
|---|---|
| Type | Description |
CheckError |
|
clear()
publicCheckError.Builderclear()| Returns | |
|---|---|
| Type | Description |
CheckError.Builder |
|
clearCode()
publicCheckError.BuilderclearCode()The error code.
.google.api.servicecontrol.v1.CheckError.Code code = 1;
| Returns | |
|---|---|
| Type | Description |
CheckError.Builder |
This builder for chaining. |
clearDetail()
publicCheckError.BuilderclearDetail()Free-form text providing details on the error cause of the error.
string detail = 2;
| Returns | |
|---|---|
| Type | Description |
CheckError.Builder |
This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
publicCheckError.BuilderclearField(Descriptors.FieldDescriptorfield)| Parameter | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
| Returns | |
|---|---|
| Type | Description |
CheckError.Builder |
|
clearOneof(Descriptors.OneofDescriptor oneof)
publicCheckError.BuilderclearOneof(Descriptors.OneofDescriptoroneof)| Parameter | |
|---|---|
| Name | Description |
oneof |
OneofDescriptor |
| Returns | |
|---|---|
| Type | Description |
CheckError.Builder |
|
clearStatus()
publicCheckError.BuilderclearStatus() 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;
| Returns | |
|---|---|
| Type | Description |
CheckError.Builder |
|
clearSubject()
publicCheckError.BuilderclearSubject()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;
| Returns | |
|---|---|
| Type | Description |
CheckError.Builder |
This builder for chaining. |
clone()
publicCheckError.Builderclone()| Returns | |
|---|---|
| Type | Description |
CheckError.Builder |
|
getCode()
publicCheckError.CodegetCode()The error code.
.google.api.servicecontrol.v1.CheckError.Code code = 1;
| Returns | |
|---|---|
| Type | Description |
CheckError.Code |
The code. |
getCodeValue()
publicintgetCodeValue()The error code.
.google.api.servicecontrol.v1.CheckError.Code code = 1;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for code. |
getDefaultInstanceForType()
publicCheckErrorgetDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
CheckError |
|
getDescriptorForType()
publicDescriptors.DescriptorgetDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getDetail()
publicStringgetDetail()Free-form text providing details on the error cause of the error.
string detail = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The detail. |
getDetailBytes()
publicByteStringgetDetailBytes()Free-form text providing details on the error cause of the error.
string detail = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for detail. |
getStatus()
publicStatusgetStatus() 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;
| Returns | |
|---|---|
| Type | Description |
com.google.rpc.Status |
The status. |
getStatusBuilder()
publicStatus.BuildergetStatusBuilder() 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;
| Returns | |
|---|---|
| Type | Description |
com.google.rpc.Status.Builder |
|
getStatusOrBuilder()
publicStatusOrBuildergetStatusOrBuilder() 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;
| Returns | |
|---|---|
| Type | Description |
com.google.rpc.StatusOrBuilder |
|
getSubject()
publicStringgetSubject()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;
| Returns | |
|---|---|
| Type | Description |
String |
The subject. |
getSubjectBytes()
publicByteStringgetSubjectBytes()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;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for subject. |
hasStatus()
publicbooleanhasStatus() 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;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the status field is set. |
internalGetFieldAccessorTable()
protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
publicfinalbooleanisInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(CheckError other)
publicCheckError.BuildermergeFrom(CheckErrorother)| Parameter | |
|---|---|
| Name | Description |
other |
CheckError |
| Returns | |
|---|---|
| Type | Description |
CheckError.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
publicCheckError.BuildermergeFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
CheckError.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
publicCheckError.BuildermergeFrom(Messageother)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
CheckError.Builder |
|
mergeStatus(Status value)
publicCheckError.BuildermergeStatus(Statusvalue) 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;
| Parameter | |
|---|---|
| Name | Description |
value |
com.google.rpc.Status |
| Returns | |
|---|---|
| Type | Description |
CheckError.Builder |
|
mergeUnknownFields(UnknownFieldSet unknownFields)
publicfinalCheckError.BuildermergeUnknownFields(UnknownFieldSetunknownFields)| Parameter | |
|---|---|
| Name | Description |
unknownFields |
UnknownFieldSet |
| Returns | |
|---|---|
| Type | Description |
CheckError.Builder |
|
setCode(CheckError.Code value)
publicCheckError.BuildersetCode(CheckError.Codevalue)The error code.
.google.api.servicecontrol.v1.CheckError.Code code = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
CheckError.Code The code to set. |
| Returns | |
|---|---|
| Type | Description |
CheckError.Builder |
This builder for chaining. |
setCodeValue(int value)
publicCheckError.BuildersetCodeValue(intvalue)The error code.
.google.api.servicecontrol.v1.CheckError.Code code = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
int The enum numeric value on the wire for code to set. |
| Returns | |
|---|---|
| Type | Description |
CheckError.Builder |
This builder for chaining. |
setDetail(String value)
publicCheckError.BuildersetDetail(Stringvalue)Free-form text providing details on the error cause of the error.
string detail = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
String The detail to set. |
| Returns | |
|---|---|
| Type | Description |
CheckError.Builder |
This builder for chaining. |
setDetailBytes(ByteString value)
publicCheckError.BuildersetDetailBytes(ByteStringvalue)Free-form text providing details on the error cause of the error.
string detail = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteString The bytes for detail to set. |
| Returns | |
|---|---|
| Type | Description |
CheckError.Builder |
This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
publicCheckError.BuildersetField(Descriptors.FieldDescriptorfield,Objectvalue)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
CheckError.Builder |
|
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
publicCheckError.BuildersetRepeatedField(Descriptors.FieldDescriptorfield,intindex,Objectvalue)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
CheckError.Builder |
|
setStatus(Status value)
publicCheckError.BuildersetStatus(Statusvalue) 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;
| Parameter | |
|---|---|
| Name | Description |
value |
com.google.rpc.Status |
| Returns | |
|---|---|
| Type | Description |
CheckError.Builder |
|
setStatus(Status.Builder builderForValue)
publicCheckError.BuildersetStatus(Status.BuilderbuilderForValue) 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;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
com.google.rpc.Status.Builder |
| Returns | |
|---|---|
| Type | Description |
CheckError.Builder |
|
setSubject(String value)
publicCheckError.BuildersetSubject(Stringvalue)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;
| Parameter | |
|---|---|
| Name | Description |
value |
String The subject to set. |
| Returns | |
|---|---|
| Type | Description |
CheckError.Builder |
This builder for chaining. |
setSubjectBytes(ByteString value)
publicCheckError.BuildersetSubjectBytes(ByteStringvalue)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;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteString The bytes for subject to set. |
| Returns | |
|---|---|
| Type | Description |
CheckError.Builder |
This builder for chaining. |
setUnknownFields(UnknownFieldSet unknownFields)
publicfinalCheckError.BuildersetUnknownFields(UnknownFieldSetunknownFields)| Parameter | |
|---|---|
| Name | Description |
unknownFields |
UnknownFieldSet |
| Returns | |
|---|---|
| Type | Description |
CheckError.Builder |
|