public interface ReportResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ReportResponse.ReportError |
getReportErrors(int index)
Partial failures, one for each `Operation` in the request that failed
processing.
|
int |
getReportErrorsCount()
Partial failures, one for each `Operation` in the request that failed
processing.
|
java.util.List<ReportResponse.ReportError> |
getReportErrorsList()
Partial failures, one for each `Operation` in the request that failed
processing.
|
ReportResponse.ReportErrorOrBuilder |
getReportErrorsOrBuilder(int index)
Partial failures, one for each `Operation` in the request that failed
processing.
|
java.util.List<? extends ReportResponse.ReportErrorOrBuilder> |
getReportErrorsOrBuilderList()
Partial failures, one for each `Operation` in the request that failed
processing.
|
java.lang.String |
getServiceConfigId()
The actual config id used to process the request.
|
com.google.protobuf.ByteString |
getServiceConfigIdBytes()
The actual config id used to process the request.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.util.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:
1. 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.
2. 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.
3. A failed RPC status indicates a complete failure where none of the
`Operations` in the request succeeded.
repeated .google.api.servicecontrol.v1.ReportResponse.ReportError report_errors = 1;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:
1. 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.
2. 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.
3. A failed RPC status indicates a complete failure where none of the
`Operations` in the request succeeded.
repeated .google.api.servicecontrol.v1.ReportResponse.ReportError report_errors = 1;int getReportErrorsCount()
Partial failures, one for each `Operation` in the request that failed
processing. There are three possible combinations of the RPC status:
1. 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.
2. 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.
3. A failed RPC status indicates a complete failure where none of the
`Operations` in the request succeeded.
repeated .google.api.servicecontrol.v1.ReportResponse.ReportError report_errors = 1;java.util.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:
1. 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.
2. 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.
3. A failed RPC status indicates a complete failure where none of the
`Operations` in the request succeeded.
repeated .google.api.servicecontrol.v1.ReportResponse.ReportError report_errors = 1;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:
1. 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.
2. 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.
3. A failed RPC status indicates a complete failure where none of the
`Operations` in the request succeeded.
repeated .google.api.servicecontrol.v1.ReportResponse.ReportError report_errors = 1;java.lang.String getServiceConfigId()
The actual config id used to process the request.
optional string service_config_id = 2;com.google.protobuf.ByteString getServiceConfigIdBytes()
The actual config id used to process the request.
optional string service_config_id = 2;