Interface CheckRequestOrBuilder (1.41.0)

public interface CheckRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getOperation()

public abstract Operation getOperation()

The operation to be checked.

.google.api.servicecontrol.v1.Operation operation = 2;

Returns
TypeDescription
Operation

The operation.

getOperationOrBuilder()

public abstract OperationOrBuilder getOperationOrBuilder()

The operation to be checked.

.google.api.servicecontrol.v1.Operation operation = 2;

Returns
TypeDescription
OperationOrBuilder

getServiceConfigId()

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

Returns
TypeDescription
String

The serviceConfigId.

getServiceConfigIdBytes()

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

Returns
TypeDescription
ByteString

The bytes for serviceConfigId.

getServiceName()

public abstract String getServiceName()

The service name as specified in its service configuration. For example, "pubsub.googleapis.com".

See google.api.Service for the definition of a service name.

string service_name = 1;

Returns
TypeDescription
String

The serviceName.

getServiceNameBytes()

public abstract ByteString getServiceNameBytes()

The service name as specified in its service configuration. For example, "pubsub.googleapis.com".

See google.api.Service for the definition of a service name.

string service_name = 1;

Returns
TypeDescription
ByteString

The bytes for serviceName.

hasOperation()

public abstract boolean hasOperation()

The operation to be checked.

.google.api.servicecontrol.v1.Operation operation = 2;

Returns
TypeDescription
boolean

Whether the operation field is set.