public interface CheckResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
CheckError |
getCheckErrors(int index)
Indicate the decision of the check.
|
int |
getCheckErrorsCount()
Indicate the decision of the check.
|
java.util.List<CheckError> |
getCheckErrorsList()
Indicate the decision of the check.
|
CheckErrorOrBuilder |
getCheckErrorsOrBuilder(int index)
Indicate the decision of the check.
|
java.util.List<? extends CheckErrorOrBuilder> |
getCheckErrorsOrBuilderList()
Indicate the decision of the check.
|
java.lang.String |
getOperationId()
The same operation_id value used in the CheckRequest.
|
com.google.protobuf.ByteString |
getOperationIdBytes()
The same operation_id value used in the CheckRequest.
|
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.lang.String getOperationId()
The same operation_id value used in the CheckRequest. Used for logging and diagnostics purposes.
optional string operation_id = 1;com.google.protobuf.ByteString getOperationIdBytes()
The same operation_id value used in the CheckRequest. Used for logging and diagnostics purposes.
optional string operation_id = 1;java.util.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;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;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;java.util.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;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;java.lang.String getServiceConfigId()
The actual config id used to process the request.
optional string service_config_id = 5;com.google.protobuf.ByteString getServiceConfigIdBytes()
The actual config id used to process the request.
optional string service_config_id = 5;