Interface CheckRequestOrBuilder (1.80.0)

publicinterface CheckRequestOrBuilderextendsMessageOrBuilder

Implements

MessageOrBuilder

Methods

getOperation()

publicabstractOperationgetOperation()

The operation to be checked.

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

Returns
Type Description
Operation

The operation.

getOperationOrBuilder()

publicabstractOperationOrBuildergetOperationOrBuilder()

The operation to be checked.

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

Returns
Type Description
OperationOrBuilder

getServiceConfigId()

publicabstractStringgetServiceConfigId()

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
Type Description
String

The serviceConfigId.

getServiceConfigIdBytes()

publicabstractByteStringgetServiceConfigIdBytes()

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
Type Description
ByteString

The bytes for serviceConfigId.

getServiceName()

publicabstractStringgetServiceName()

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
Type Description
String

The serviceName.

getServiceNameBytes()

publicabstractByteStringgetServiceNameBytes()

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
Type Description
ByteString

The bytes for serviceName.

hasOperation()

publicabstractbooleanhasOperation()

The operation to be checked.

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

Returns
Type Description
boolean

Whether the operation 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.