public interface CheckRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Operation |
getOperation()
The operation to be checked.
|
OperationOrBuilder |
getOperationOrBuilder()
The operation to be checked.
|
java.lang.String |
getServiceConfigId()
Specifies which version of service configuration should be used to process
the request.
|
com.google.protobuf.ByteString |
getServiceConfigIdBytes()
Specifies which version of service configuration should be used to process
the request.
|
java.lang.String |
getServiceName()
The service name as specified in its service configuration.
|
com.google.protobuf.ByteString |
getServiceNameBytes()
The service name as specified in its service configuration.
|
boolean |
hasOperation()
The operation to be checked.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.lang.String getServiceName()
The service name as specified in its service configuration. For example, `"pubsub.googleapis.com"`. See [google.api.Service][google.api.Service] for the definition of a service name.
string service_name = 1;com.google.protobuf.ByteString getServiceNameBytes()
The service name as specified in its service configuration. For example, `"pubsub.googleapis.com"`. See [google.api.Service][google.api.Service] for the definition of a service name.
string service_name = 1;boolean hasOperation()
The operation to be checked.
.google.api.servicecontrol.v1.Operation operation = 2;Operation getOperation()
The operation to be checked.
.google.api.servicecontrol.v1.Operation operation = 2;OperationOrBuilder getOperationOrBuilder()
The operation to be checked.
.google.api.servicecontrol.v1.Operation operation = 2;java.lang.String getServiceConfigId()
Specifies which version of service configuration should be used to process the request. If unspecified or no matching version can be found, the latest one will be used.
string service_config_id = 4;com.google.protobuf.ByteString getServiceConfigIdBytes()
Specifies which version of service configuration should be used to process the request. If unspecified or no matching version can be found, the latest one will be used.
string service_config_id = 4;