Interface ReportResponseOrBuilder (1.41.0)

public interface ReportResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getReportErrors(int index)

public abstract 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;

Parameter
NameDescription
indexint
Returns
TypeDescription
ReportResponse.ReportError

getReportErrorsCount()

public abstract 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;

Returns
TypeDescription
int

getReportErrorsList()

public abstract 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;

Returns
TypeDescription
List<ReportError>

getReportErrorsOrBuilder(int index)

public abstract 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;

Parameter
NameDescription
indexint
Returns
TypeDescription
ReportResponse.ReportErrorOrBuilder

getReportErrorsOrBuilderList()

public abstract 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;

Returns
TypeDescription
List<? extends com.google.api.servicecontrol.v1.ReportResponse.ReportErrorOrBuilder>

getServiceConfigId()

public abstract String getServiceConfigId()

The actual config id used to process the request.

string service_config_id = 2;

Returns
TypeDescription
String

The serviceConfigId.

getServiceConfigIdBytes()

public abstract ByteString getServiceConfigIdBytes()

The actual config id used to process the request.

string service_config_id = 2;

Returns
TypeDescription
ByteString

The bytes for serviceConfigId.

getServiceRolloutId()

public abstract String getServiceRolloutId()

The current service rollout id used to process the request.

string service_rollout_id = 4;

Returns
TypeDescription
String

The serviceRolloutId.

getServiceRolloutIdBytes()

public abstract ByteString getServiceRolloutIdBytes()

The current service rollout id used to process the request.

string service_rollout_id = 4;

Returns
TypeDescription
ByteString

The bytes for serviceRolloutId.