Interface CheckResponseOrBuilder (1.41.0)

public interface CheckResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCheckErrors(int index)

public abstract CheckError getCheckErrors(int index)

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
NameDescription
indexint
Returns
TypeDescription
CheckError

getCheckErrorsCount()

public abstract int getCheckErrorsCount()

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
TypeDescription
int

getCheckErrorsList()

public abstract List<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
TypeDescription
List<CheckError>

getCheckErrorsOrBuilder(int index)

public abstract CheckErrorOrBuilder getCheckErrorsOrBuilder(int index)

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
NameDescription
indexint
Returns
TypeDescription
CheckErrorOrBuilder

getCheckErrorsOrBuilderList()

public abstract List<? extends CheckErrorOrBuilder> 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
TypeDescription
List<? extends com.google.api.servicecontrol.v1.CheckErrorOrBuilder>

getCheckInfo()

public abstract CheckResponse.CheckInfo getCheckInfo()

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

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

Returns
TypeDescription
CheckResponse.CheckInfo

The checkInfo.

getCheckInfoOrBuilder()

public abstract CheckResponse.CheckInfoOrBuilder getCheckInfoOrBuilder()

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

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

Returns
TypeDescription
CheckResponse.CheckInfoOrBuilder

getOperationId()

public abstract String getOperationId()

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

string operation_id = 1;

Returns
TypeDescription
String

The operationId.

getOperationIdBytes()

public abstract ByteString getOperationIdBytes()

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

string operation_id = 1;

Returns
TypeDescription
ByteString

The bytes for operationId.

getServiceConfigId()

public abstract String getServiceConfigId()

The actual config id used to process the request.

string service_config_id = 5;

Returns
TypeDescription
String

The serviceConfigId.

getServiceConfigIdBytes()

public abstract ByteString getServiceConfigIdBytes()

The actual config id used to process the request.

string service_config_id = 5;

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 = 11;

Returns
TypeDescription
String

The serviceRolloutId.

getServiceRolloutIdBytes()

public abstract ByteString getServiceRolloutIdBytes()

The current service rollout id used to process the request.

string service_rollout_id = 11;

Returns
TypeDescription
ByteString

The bytes for serviceRolloutId.

hasCheckInfo()

public abstract boolean hasCheckInfo()

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

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

Returns
TypeDescription
boolean

Whether the checkInfo field is set.