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
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
OPERATION_ID_FIELD_NUMBER
public static final int OPERATION_ID_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
STATUS_FIELD_NUMBER
public static final int STATUS_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static ReportResponse.ReportError getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static ReportResponse.ReportError.Builder newBuilder()
newBuilder(ReportResponse.ReportError prototype)
public static ReportResponse.ReportError.Builder newBuilder(ReportResponse.ReportError prototype)
public static ReportResponse.ReportError parseDelimitedFrom(InputStream input)
public static ReportResponse.ReportError parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static ReportResponse.ReportError parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ReportResponse.ReportError parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static ReportResponse.ReportError parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ReportResponse.ReportError parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ReportResponse.ReportError parseFrom(CodedInputStream input)
public static ReportResponse.ReportError parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static ReportResponse.ReportError parseFrom(InputStream input)
public static ReportResponse.ReportError parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static ReportResponse.ReportError parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ReportResponse.ReportError parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<ReportResponse.ReportError> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
getDefaultInstanceForType()
public ReportResponse.ReportError getDefaultInstanceForType()
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.
|
getParserForType()
public Parser<ReportResponse.ReportError> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
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.
|
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.
|
hashCode()
Returns |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public ReportResponse.ReportError.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ReportResponse.ReportError.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public ReportResponse.ReportError.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides