Interface CheckResponseOrBuilder (1.80.0)

publicinterface CheckResponseOrBuilderextendsMessageOrBuilder

Implements

MessageOrBuilder

Methods

getCheckErrors(int index)

publicabstractCheckErrorgetCheckErrors(intindex)

Indicate the decision of the check.

If no check errors are present, the service should process the operation. Otherwise the service should use the list of errors to determine the appropriate action.

repeated .google.api.servicecontrol.v1.CheckError check_errors = 2;

Parameter
Name Description
index int
Returns
Type Description
CheckError

getCheckErrorsCount()

publicabstractintgetCheckErrorsCount()

Indicate the decision of the check.

If no check errors are present, the service should process the operation. Otherwise the service should use the list of errors to determine the appropriate action.

repeated .google.api.servicecontrol.v1.CheckError check_errors = 2;

Returns
Type Description
int

getCheckErrorsList()

publicabstractList<CheckError>getCheckErrorsList()

Indicate the decision of the check.

If no check errors are present, the service should process the operation. Otherwise the service should use the list of errors to determine the appropriate action.

repeated .google.api.servicecontrol.v1.CheckError check_errors = 2;

Returns
Type Description
List<CheckError>

getCheckErrorsOrBuilder(int index)

publicabstractCheckErrorOrBuildergetCheckErrorsOrBuilder(intindex)

Indicate the decision of the check.

If no check errors are present, the service should process the operation. Otherwise the service should use the list of errors to determine the appropriate action.

repeated .google.api.servicecontrol.v1.CheckError check_errors = 2;

Parameter
Name Description
index int
Returns
Type Description
CheckErrorOrBuilder

getCheckErrorsOrBuilderList()

publicabstractList<?extendsCheckErrorOrBuilder>getCheckErrorsOrBuilderList()

Indicate the decision of the check.

If no check errors are present, the service should process the operation. Otherwise the service should use the list of errors to determine the appropriate action.

repeated .google.api.servicecontrol.v1.CheckError check_errors = 2;

Returns
Type Description
List<? extends com.google.api.servicecontrol.v1.CheckErrorOrBuilder>

getCheckInfo()

publicabstractCheckResponse.CheckInfogetCheckInfo()

Feedback data returned from the server during processing a Check request.

.google.api.servicecontrol.v1.CheckResponse.CheckInfo check_info = 6;

Returns
Type Description
CheckResponse.CheckInfo

The checkInfo.

getCheckInfoOrBuilder()

publicabstractCheckResponse.CheckInfoOrBuildergetCheckInfoOrBuilder()

Feedback data returned from the server during processing a Check request.

.google.api.servicecontrol.v1.CheckResponse.CheckInfo check_info = 6;

Returns
Type Description
CheckResponse.CheckInfoOrBuilder

getOperationId()

publicabstractStringgetOperationId()

The same operation_id value used in the CheckRequest. Used for logging and diagnostics purposes.

string operation_id = 1;

Returns
Type Description
String

The operationId.

getOperationIdBytes()

publicabstractByteStringgetOperationIdBytes()

The same operation_id value used in the CheckRequest. Used for logging and diagnostics purposes.

string operation_id = 1;

Returns
Type Description
ByteString

The bytes for operationId.

getServiceConfigId()

publicabstractStringgetServiceConfigId()

The actual config id used to process the request.

string service_config_id = 5;

Returns
Type Description
String

The serviceConfigId.

getServiceConfigIdBytes()

publicabstractByteStringgetServiceConfigIdBytes()

The actual config id used to process the request.

string service_config_id = 5;

Returns
Type Description
ByteString

The bytes for serviceConfigId.

getServiceRolloutId()

publicabstractStringgetServiceRolloutId()

The current service rollout id used to process the request.

string service_rollout_id = 11;

Returns
Type Description
String

The serviceRolloutId.

getServiceRolloutIdBytes()

publicabstractByteStringgetServiceRolloutIdBytes()

The current service rollout id used to process the request.

string service_rollout_id = 11;

Returns
Type Description
ByteString

The bytes for serviceRolloutId.

hasCheckInfo()

publicabstractbooleanhasCheckInfo()

Feedback data returned from the server during processing a Check request.

.google.api.servicecontrol.v1.CheckResponse.CheckInfo check_info = 6;

Returns
Type Description
boolean

Whether the checkInfo field is set.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月19日 UTC.