Class CheckError.Builder (1.42.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
Type Description
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public CheckError.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
CheckError.Builder
Overrides

build()

public CheckError build()
Returns
Type Description
CheckError

buildPartial()

public CheckError buildPartial()
Returns
Type Description
CheckError

clear()

public CheckError.Builder clear()
Returns
Type Description
CheckError.Builder
Overrides

clearCode()

public CheckError.Builder clearCode()

The error code.

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

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

Returns
Type Description
CheckError.Builder

This builder for chaining.

clearField(Descriptors.FieldDescriptor field)

public CheckError.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
CheckError.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public CheckError.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
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
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;

Returns
Type Description
CheckError.Builder

This builder for chaining.

clone()

public CheckError.Builder clone()
Returns
Type Description
CheckError.Builder
Overrides

getCode()

public CheckError.Code getCode()

The error code.

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

Returns
Type Description
CheckError.Code

The code.

getCodeValue()

public int getCodeValue()

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()

public CheckError getDefaultInstanceForType()
Returns
Type Description
CheckError

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getDetail()

public String getDetail()

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

string detail = 2;

Returns
Type Description
String

The detail.

getDetailBytes()

public ByteString getDetailBytes()

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

string detail = 2;

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

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

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

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

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

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

Returns
Type Description
boolean

Whether the status field is set.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(CheckError other)

public CheckError.Builder mergeFrom(CheckError other)
Parameter
Name Description
other CheckError
Returns
Type Description
CheckError.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public CheckError.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
CheckError.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public CheckError.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
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
Name Description
value com.google.rpc.Status
Returns
Type Description
CheckError.Builder

mergeUnknownFields(UnknownFieldSet unknownFields)

public final CheckError.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
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
Name Description
value CheckError.Code

The code to set.

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

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)

public CheckError.Builder setDetail(String value)

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)

public CheckError.Builder setDetailBytes(ByteString value)

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)

public CheckError.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
CheckError.Builder
Overrides

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

public CheckError.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
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
Name Description
value com.google.rpc.Status
Returns
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;

Parameter
Name Description
builderForValue com.google.rpc.Status.Builder
Returns
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;

Parameter
Name Description
value String

The subject to set.

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

Parameter
Name Description
value ByteString

The bytes for subject to set.

Returns
Type Description
CheckError.Builder

This builder for chaining.

setUnknownFields(UnknownFieldSet unknownFields)

public final CheckError.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
CheckError.Builder
Overrides