Package com.google.api.servicecontrol.v1
Interface ReportResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ReportResponse,ReportResponse.Builder
public interface ReportResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ReportResponse.ReportErrorgetReportErrors(int index)Partial failures, one for each `Operation` in the request that failed processing.intgetReportErrorsCount()Partial failures, one for each `Operation` in the request that failed processing.List<ReportResponse.ReportError>getReportErrorsList()Partial failures, one for each `Operation` in the request that failed processing.ReportResponse.ReportErrorOrBuildergetReportErrorsOrBuilder(int index)Partial failures, one for each `Operation` in the request that failed processing.List<? extends ReportResponse.ReportErrorOrBuilder>getReportErrorsOrBuilderList()Partial failures, one for each `Operation` in the request that failed processing.StringgetServiceConfigId()The actual config id used to process the request.com.google.protobuf.ByteStringgetServiceConfigIdBytes()The actual config id used to process the request.StringgetServiceRolloutId()The current service rollout id used to process the request.com.google.protobuf.ByteStringgetServiceRolloutIdBytes()The current service rollout id used to process the request.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getReportErrorsList
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 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;
-
getReportErrors
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 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;
-
getReportErrorsCount
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 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;
-
getReportErrorsOrBuilderList
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 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;
-
getReportErrorsOrBuilder
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 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;
-
getServiceConfigId
String getServiceConfigId()
The actual config id used to process the request.
string service_config_id = 2;- Returns:
- The serviceConfigId.
-
getServiceConfigIdBytes
com.google.protobuf.ByteString getServiceConfigIdBytes()
The actual config id used to process the request.
string service_config_id = 2;- Returns:
- The bytes for serviceConfigId.
-
getServiceRolloutId
String getServiceRolloutId()
The current service rollout id used to process the request.
string service_rollout_id = 4;- Returns:
- The serviceRolloutId.
-
getServiceRolloutIdBytes
com.google.protobuf.ByteString getServiceRolloutIdBytes()
The current service rollout id used to process the request.
string service_rollout_id = 4;- Returns:
- The bytes for serviceRolloutId.
-
-