public static final class ReportResponse.ReportError.Builder extends GeneratedMessageV3.Builder<ReportResponse.ReportError.Builder> implements ReportResponse.ReportErrorOrBuilder
Represents the processing error of one
Operation in the request.
Protobuf type google.api.servicecontrol.v1.ReportResponse.ReportError
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()
public static final Descriptors.Descriptor getDescriptor()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ReportResponse.ReportError.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public ReportResponse.ReportError build()
buildPartial()
public ReportResponse.ReportError buildPartial()
clear()
public ReportResponse.ReportError.Builder clear()
Overrides
clearField(Descriptors.FieldDescriptor field)
public ReportResponse.ReportError.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public ReportResponse.ReportError.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clearOperationId()
public ReportResponse.ReportError.Builder clearOperationId()
The
Operation.operation_id
value from the request.
string operation_id = 1;
clearStatus()
public ReportResponse.ReportError.Builder clearStatus()
Details of the error when processing the
Operation.
.google.rpc.Status status = 2;
clone()
public ReportResponse.ReportError.Builder clone()
Overrides
getDefaultInstanceForType()
public ReportResponse.ReportError getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getOperationId()
public String getOperationId()
The
Operation.operation_id
value from the request.
string operation_id = 1;
Returns |
Type |
Description |
String |
The operationId.
|
getOperationIdBytes()
public ByteString getOperationIdBytes()
The
Operation.operation_id
value from the request.
string operation_id = 1;
Returns |
Type |
Description |
ByteString |
The bytes for operationId.
|
getStatus()
public Status getStatus()
Details of the error when processing the
Operation.
.google.rpc.Status status = 2;
Returns |
Type |
Description |
com.google.rpc.Status |
The status.
|
getStatusBuilder()
public Status.Builder getStatusBuilder()
Details of the error when processing the
Operation.
.google.rpc.Status status = 2;
Returns |
Type |
Description |
com.google.rpc.Status.Builder |
|
getStatusOrBuilder()
public StatusOrBuilder getStatusOrBuilder()
Details of the error when processing the
Operation.
.google.rpc.Status status = 2;
Returns |
Type |
Description |
com.google.rpc.StatusOrBuilder |
|
hasStatus()
public boolean hasStatus()
Details of the error when processing the
Operation.
.google.rpc.Status status = 2;
Returns |
Type |
Description |
boolean |
Whether the status field is set.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(ReportResponse.ReportError other)
public ReportResponse.ReportError.Builder mergeFrom(ReportResponse.ReportError other)
public ReportResponse.ReportError.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public ReportResponse.ReportError.Builder mergeFrom(Message other)
Parameter |
Name |
Description |
other |
Message
|
Overrides
mergeStatus(Status value)
public ReportResponse.ReportError.Builder mergeStatus(Status value)
Details of the error when processing the
Operation.
.google.rpc.Status status = 2;
Parameter |
Name |
Description |
value |
com.google.rpc.Status
|
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ReportResponse.ReportError.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
setField(Descriptors.FieldDescriptor field, Object value)
public ReportResponse.ReportError.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setOperationId(String value)
public ReportResponse.ReportError.Builder setOperationId(String value)
The
Operation.operation_id
value from the request.
string operation_id = 1;
Parameter |
Name |
Description |
value |
String
The operationId to set.
|
setOperationIdBytes(ByteString value)
public ReportResponse.ReportError.Builder setOperationIdBytes(ByteString value)
The
Operation.operation_id
value from the request.
string operation_id = 1;
Parameter |
Name |
Description |
value |
ByteString
The bytes for operationId to set.
|
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ReportResponse.ReportError.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setStatus(Status value)
public ReportResponse.ReportError.Builder setStatus(Status value)
Details of the error when processing the
Operation.
.google.rpc.Status status = 2;
Parameter |
Name |
Description |
value |
com.google.rpc.Status
|
setStatus(Status.Builder builderForValue)
public ReportResponse.ReportError.Builder setStatus(Status.Builder builderForValue)
Details of the error when processing the
Operation.
.google.rpc.Status status = 2;
Parameter |
Name |
Description |
builderForValue |
com.google.rpc.Status.Builder
|
setUnknownFields(UnknownFieldSet unknownFields)
public final ReportResponse.ReportError.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides