Interface AllocateQuotaRequestOrBuilder (1.42.0)

public interface AllocateQuotaRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAllocateOperation()

public abstract QuotaOperation getAllocateOperation()

Operation that describes the quota allocation.

.google.api.servicecontrol.v1.QuotaOperation allocate_operation = 2;

Returns
TypeDescription
QuotaOperation

The allocateOperation.

getAllocateOperationOrBuilder()

public abstract QuotaOperationOrBuilder getAllocateOperationOrBuilder()

Operation that describes the quota allocation.

.google.api.servicecontrol.v1.QuotaOperation allocate_operation = 2;

Returns
TypeDescription
QuotaOperationOrBuilder

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()

Name of the service as specified in the 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()

Name of the service as specified in the 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.

hasAllocateOperation()

public abstract boolean hasAllocateOperation()

Operation that describes the quota allocation.

.google.api.servicecontrol.v1.QuotaOperation allocate_operation = 2;

Returns
TypeDescription
boolean

Whether the allocateOperation field is set.