Class CheckError.Builder (1.40.0)

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

Implements

CheckErrorOrBuilder

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public CheckError.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
CheckError.Builder
Overrides

build()

public CheckError build()
Returns
TypeDescription
CheckError

buildPartial()

public CheckError buildPartial()
Returns
TypeDescription
CheckError

clear()

public CheckError.Builder clear()
Returns
TypeDescription
CheckError.Builder
Overrides

clearCode()

public CheckError.Builder clearCode()

The error code.

.google.api.servicecontrol.v1.CheckError.Code code = 1;

Returns
TypeDescription
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;

Returns
TypeDescription
CheckError.Builder

This builder for chaining.

clearField(Descriptors.FieldDescriptor field)

public CheckError.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
CheckError.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public CheckError.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
CheckError.Builder
Overrides

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;

Returns
TypeDescription
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;

Returns
TypeDescription
CheckError.Builder

This builder for chaining.

clone()

public CheckError.Builder clone()
Returns
TypeDescription
CheckError.Builder
Overrides

getCode()

public CheckError.Code getCode()

The error code.

.google.api.servicecontrol.v1.CheckError.Code code = 1;

Returns
TypeDescription
CheckError.Code

The code.

getCodeValue()

public int getCodeValue()

The error code.

.google.api.servicecontrol.v1.CheckError.Code code = 1;

Returns
TypeDescription
int

The enum numeric value on the wire for code.

getDefaultInstanceForType()

public CheckError getDefaultInstanceForType()
Returns
TypeDescription
CheckError

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getDetail()

public String getDetail()

Free-form text providing details on the error cause of the error.

string detail = 2;

Returns
TypeDescription
String

The detail.

getDetailBytes()

public ByteString getDetailBytes()

Free-form text providing details on the error cause of the error.

string detail = 2;

Returns
TypeDescription
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;

Returns
TypeDescription
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;

Returns
TypeDescription
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;

Returns
TypeDescription
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;

Returns
TypeDescription
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;

Returns
TypeDescription
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;

Returns
TypeDescription
boolean

Whether the status field is set.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(CheckError other)

public CheckError.Builder mergeFrom(CheckError other)
Parameter
NameDescription
otherCheckError
Returns
TypeDescription
CheckError.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public CheckError.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
CheckError.Builder
Overrides
Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public CheckError.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
CheckError.Builder
Overrides

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;

Parameter
NameDescription
valuecom.google.rpc.Status
Returns
TypeDescription
CheckError.Builder

mergeUnknownFields(UnknownFieldSet unknownFields)

public final CheckError.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
CheckError.Builder
Overrides

setCode(CheckError.Code value)

public CheckError.Builder setCode(CheckError.Code value)

The error code.

.google.api.servicecontrol.v1.CheckError.Code code = 1;

Parameter
NameDescription
valueCheckError.Code

The code to set.

Returns
TypeDescription
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;

Parameter
NameDescription
valueint

The enum numeric value on the wire for code to set.

Returns
TypeDescription
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;

Parameter
NameDescription
valueString

The detail to set.

Returns
TypeDescription
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;

Parameter
NameDescription
valueByteString

The bytes for detail to set.

Returns
TypeDescription
CheckError.Builder

This builder for chaining.

setField(Descriptors.FieldDescriptor field, Object value)

public CheckError.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
CheckError.Builder
Overrides

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public CheckError.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
CheckError.Builder
Overrides

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;

Parameter
NameDescription
valuecom.google.rpc.Status
Returns
TypeDescription
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;

Parameter
NameDescription
builderForValuecom.google.rpc.Status.Builder
Returns
TypeDescription
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;

Parameter
NameDescription
valueString

The subject to set.

Returns
TypeDescription
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;

Parameter
NameDescription
valueByteString

The bytes for subject to set.

Returns
TypeDescription
CheckError.Builder

This builder for chaining.

setUnknownFields(UnknownFieldSet unknownFields)

public final CheckError.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
CheckError.Builder
Overrides