public interface AllocateQuotaRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
QuotaOperation |
getAllocateOperation()
Operation that describes the quota allocation.
|
QuotaOperationOrBuilder |
getAllocateOperationOrBuilder()
Operation that describes the quota allocation.
|
AllocateQuotaRequest.AllocationMode |
getAllocationMode()
Deprecated.
|
int |
getAllocationModeValue()
Deprecated.
|
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()
Name of the service as specified in the service configuration.
|
com.google.protobuf.ByteString |
getServiceNameBytes()
Name of the service as specified in the service configuration.
|
boolean |
hasAllocateOperation()
Operation that describes the quota allocation.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.lang.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.
optional string service_name = 1;com.google.protobuf.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.
optional string service_name = 1;boolean hasAllocateOperation()
Operation that describes the quota allocation.
optional .google.api.servicecontrol.v1.QuotaOperation allocate_operation = 2;QuotaOperation getAllocateOperation()
Operation that describes the quota allocation.
optional .google.api.servicecontrol.v1.QuotaOperation allocate_operation = 2;QuotaOperationOrBuilder getAllocateOperationOrBuilder()
Operation that describes the quota allocation.
optional .google.api.servicecontrol.v1.QuotaOperation allocate_operation = 2;@Deprecated int getAllocationModeValue()
Allocation mode for this operation. Deprecated: use QuotaMode inside the QuotaOperation.
optional .google.api.servicecontrol.v1.AllocateQuotaRequest.AllocationMode allocation_mode = 3 [deprecated = true];@Deprecated AllocateQuotaRequest.AllocationMode getAllocationMode()
Allocation mode for this operation. Deprecated: use QuotaMode inside the QuotaOperation.
optional .google.api.servicecontrol.v1.AllocateQuotaRequest.AllocationMode allocation_mode = 3 [deprecated = true];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.
optional 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.
optional string service_config_id = 4;