public final class ReportResponse extends GeneratedMessageV3 implements ReportResponseOrBuilder
Response message for the Report method.
Protobuf type google.api.servicecontrol.v1.ReportResponse
Static Fields
REPORT_ERRORS_FIELD_NUMBER
public static final int REPORT_ERRORS_FIELD_NUMBER
Field Value
SERVICE_CONFIG_ID_FIELD_NUMBER
public static final int SERVICE_CONFIG_ID_FIELD_NUMBER
Field Value
SERVICE_ROLLOUT_ID_FIELD_NUMBER
public static final int SERVICE_ROLLOUT_ID_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static ReportResponse getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static ReportResponse.Builder newBuilder()
Returns
newBuilder(ReportResponse prototype)
public static ReportResponse.Builder newBuilder(ReportResponse prototype)
Parameter
Returns
public static ReportResponse parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static ReportResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static ReportResponse parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ReportResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static ReportResponse parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ReportResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static ReportResponse parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static ReportResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static ReportResponse parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static ReportResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static ReportResponse parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ReportResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<ReportResponse> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getDefaultInstanceForType()
public ReportResponse getDefaultInstanceForType()
Returns
getParserForType()
public Parser<ReportResponse> getParserForType()
Returns
Overrides
getReportErrors(int index)
public ReportResponse.ReportError getReportErrors(int index)
Partial failures, one for each Operation
in the request that failed
processing. There are three possible combinations of the RPC status:
- The combination of a successful RPC status and an empty
report_errors
list indicates a complete success where all Operations
in the
request are processed successfully.
- The combination of a successful RPC status and a non-empty
report_errors
list indicates a partial success where some
Operations
in the request succeeded. Each
Operation
that failed processing has a corresponding item
in this list.
- A failed RPC status indicates a general non-deterministic failure.
When this happens, it's impossible to know which of the
'Operations' in the request succeeded or failed.
repeated .google.api.servicecontrol.v1.ReportResponse.ReportError report_errors = 1;
Parameter
Returns
getReportErrorsCount()
public int getReportErrorsCount()
Partial failures, one for each Operation
in the request that failed
processing. There are three possible combinations of the RPC status:
- The combination of a successful RPC status and an empty
report_errors
list indicates a complete success where all Operations
in the
request are processed successfully.
- The combination of a successful RPC status and a non-empty
report_errors
list indicates a partial success where some
Operations
in the request succeeded. Each
Operation
that failed processing has a corresponding item
in this list.
- A failed RPC status indicates a general non-deterministic failure.
When this happens, it's impossible to know which of the
'Operations' in the request succeeded or failed.
repeated .google.api.servicecontrol.v1.ReportResponse.ReportError report_errors = 1;
Returns
getReportErrorsList()
public List<ReportResponse.ReportError> getReportErrorsList()
Partial failures, one for each Operation
in the request that failed
processing. There are three possible combinations of the RPC status:
- The combination of a successful RPC status and an empty
report_errors
list indicates a complete success where all Operations
in the
request are processed successfully.
- The combination of a successful RPC status and a non-empty
report_errors
list indicates a partial success where some
Operations
in the request succeeded. Each
Operation
that failed processing has a corresponding item
in this list.
- A failed RPC status indicates a general non-deterministic failure.
When this happens, it's impossible to know which of the
'Operations' in the request succeeded or failed.
repeated .google.api.servicecontrol.v1.ReportResponse.ReportError report_errors = 1;
Returns
getReportErrorsOrBuilder(int index)
public ReportResponse.ReportErrorOrBuilder getReportErrorsOrBuilder(int index)
Partial failures, one for each Operation
in the request that failed
processing. There are three possible combinations of the RPC status:
- The combination of a successful RPC status and an empty
report_errors
list indicates a complete success where all Operations
in the
request are processed successfully.
- The combination of a successful RPC status and a non-empty
report_errors
list indicates a partial success where some
Operations
in the request succeeded. Each
Operation
that failed processing has a corresponding item
in this list.
- A failed RPC status indicates a general non-deterministic failure.
When this happens, it's impossible to know which of the
'Operations' in the request succeeded or failed.
repeated .google.api.servicecontrol.v1.ReportResponse.ReportError report_errors = 1;
Parameter
Returns
getReportErrorsOrBuilderList()
public List<? extends ReportResponse.ReportErrorOrBuilder> getReportErrorsOrBuilderList()
Partial failures, one for each Operation
in the request that failed
processing. There are three possible combinations of the RPC status:
- The combination of a successful RPC status and an empty
report_errors
list indicates a complete success where all Operations
in the
request are processed successfully.
- The combination of a successful RPC status and a non-empty
report_errors
list indicates a partial success where some
Operations
in the request succeeded. Each
Operation
that failed processing has a corresponding item
in this list.
- A failed RPC status indicates a general non-deterministic failure.
When this happens, it's impossible to know which of the
'Operations' in the request succeeded or failed.
repeated .google.api.servicecontrol.v1.ReportResponse.ReportError report_errors = 1;
Returns
Type | Description |
List<? extends com.google.api.servicecontrol.v1.ReportResponse.ReportErrorOrBuilder> | |
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getServiceConfigId()
public String getServiceConfigId()
The actual config id used to process the request.
string service_config_id = 2;
Returns
Type | Description |
String | The serviceConfigId.
|
getServiceConfigIdBytes()
public ByteString getServiceConfigIdBytes()
The actual config id used to process the request.
string service_config_id = 2;
Returns
Type | Description |
ByteString | The bytes for serviceConfigId.
|
getServiceRolloutId()
public String getServiceRolloutId()
The current service rollout id used to process the request.
string service_rollout_id = 4;
Returns
Type | Description |
String | The serviceRolloutId.
|
getServiceRolloutIdBytes()
public ByteString getServiceRolloutIdBytes()
The current service rollout id used to process the request.
string service_rollout_id = 4;
Returns
Type | Description |
ByteString | The bytes for serviceRolloutId.
|
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public ReportResponse.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ReportResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public ReportResponse.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions