Class CheckError.Builder (1.52.0)

publicstaticfinalclass CheckError.BuilderextendsGeneratedMessageV3.Builder<CheckError.Builder>implementsCheckErrorOrBuilder

Defines the errors to be returned in google.api.servicecontrol.v1.CheckResponse.check_errors.

Protobuf type google.api.servicecontrol.v1.CheckError

Implements

CheckErrorOrBuilder

Inherited Members

com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)

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
Overrides

build()

publicCheckErrorbuild()
Returns
Type Description
CheckError

buildPartial()

publicCheckErrorbuildPartial()
Returns
Type Description
CheckError

clear()

publicCheckError.Builderclear()
Returns
Type Description
CheckError.Builder
Overrides

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
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

publicCheckError.BuilderclearOneof(Descriptors.OneofDescriptoroneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
CheckError.Builder
Overrides

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
Overrides

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
Overrides

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
Overrides

isInitialized()

publicfinalbooleanisInitialized()
Returns
Type Description
boolean
Overrides

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
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

publicCheckError.BuildermergeFrom(Messageother)
Parameter
Name Description
other Message
Returns
Type Description
CheckError.Builder
Overrides

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
Overrides

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
Overrides

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
Overrides

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
Overrides

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月19日 UTC.