Class ReportResponse.ReportError (1.41.0)

public static final class ReportResponse.ReportError extends GeneratedMessageV3 implements ReportResponse.ReportErrorOrBuilder

Represents the processing error of one Operation in the request.

Protobuf type google.api.servicecontrol.v1.ReportResponse.ReportError

Static Fields

OPERATION_ID_FIELD_NUMBER

public static final int OPERATION_ID_FIELD_NUMBER
Field Value
TypeDescription
int

STATUS_FIELD_NUMBER

public static final int STATUS_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static ReportResponse.ReportError getDefaultInstance()
Returns
TypeDescription
ReportResponse.ReportError

getDescriptor()

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

newBuilder()

public static ReportResponse.ReportError.Builder newBuilder()
Returns
TypeDescription
ReportResponse.ReportError.Builder

newBuilder(ReportResponse.ReportError prototype)

public static ReportResponse.ReportError.Builder newBuilder(ReportResponse.ReportError prototype)
Parameter
NameDescription
prototypeReportResponse.ReportError
Returns
TypeDescription
ReportResponse.ReportError.Builder

parseDelimitedFrom(InputStream input)

public static ReportResponse.ReportError parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
ReportResponse.ReportError
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ReportResponse.ReportError parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ReportResponse.ReportError
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static ReportResponse.ReportError parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
ReportResponse.ReportError
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static ReportResponse.ReportError parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ReportResponse.ReportError
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static ReportResponse.ReportError parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
ReportResponse.ReportError
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static ReportResponse.ReportError parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ReportResponse.ReportError
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static ReportResponse.ReportError parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
ReportResponse.ReportError
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static ReportResponse.ReportError parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ReportResponse.ReportError
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static ReportResponse.ReportError parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
ReportResponse.ReportError
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ReportResponse.ReportError parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ReportResponse.ReportError
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static ReportResponse.ReportError parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
ReportResponse.ReportError
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static ReportResponse.ReportError parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ReportResponse.ReportError
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<ReportResponse.ReportError> parser()
Returns
TypeDescription
Parser<ReportError>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getDefaultInstanceForType()

public ReportResponse.ReportError getDefaultInstanceForType()
Returns
TypeDescription
ReportResponse.ReportError

getOperationId()

public String getOperationId()

The Operation.operation_id value from the request.

string operation_id = 1;

Returns
TypeDescription
String

The operationId.

getOperationIdBytes()

public ByteString getOperationIdBytes()

The Operation.operation_id value from the request.

string operation_id = 1;

Returns
TypeDescription
ByteString

The bytes for operationId.

getParserForType()

public Parser<ReportResponse.ReportError> getParserForType()
Returns
TypeDescription
Parser<ReportError>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

getStatus()

public Status getStatus()

Details of the error when processing the Operation.

.google.rpc.Status status = 2;

Returns
TypeDescription
com.google.rpc.Status

The status.

getStatusOrBuilder()

public StatusOrBuilder getStatusOrBuilder()

Details of the error when processing the Operation.

.google.rpc.Status status = 2;

Returns
TypeDescription
com.google.rpc.StatusOrBuilder

hasStatus()

public boolean hasStatus()

Details of the error when processing the Operation.

.google.rpc.Status status = 2;

Returns
TypeDescription
boolean

Whether the status field is set.

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public ReportResponse.ReportError.Builder newBuilderForType()
Returns
TypeDescription
ReportResponse.ReportError.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected ReportResponse.ReportError.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
ReportResponse.ReportError.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public ReportResponse.ReportError.Builder toBuilder()
Returns
TypeDescription
ReportResponse.ReportError.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException