public final class AllocateQuotaRequest extends com.google.protobuf.GeneratedMessage implements AllocateQuotaRequestOrBuilder
Request message for the AllocateQuota method.Protobuf type
google.api.servicecontrol.v1.AllocateQuotaRequest| Modifier and Type | Class and Description |
|---|---|
static class |
AllocateQuotaRequest.AllocationMode
Supported allocation modes.
|
static class |
AllocateQuotaRequest.Builder
Request message for the AllocateQuota method.
|
com.google.protobuf.GeneratedMessage.BuilderParent, com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.FieldAccessorTable, com.google.protobuf.GeneratedMessage.GeneratedExtension<ContainingType extends com.google.protobuf.Message,Type>| Modifier and Type | Field and Description |
|---|---|
static int |
ALLOCATE_OPERATION_FIELD_NUMBER |
static int |
ALLOCATION_MODE_FIELD_NUMBER |
static int |
SERVICE_CONFIG_ID_FIELD_NUMBER |
static int |
SERVICE_NAME_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
QuotaOperation |
getAllocateOperation()
Operation that describes the quota allocation.
|
QuotaOperationOrBuilder |
getAllocateOperationOrBuilder()
Operation that describes the quota allocation.
|
AllocateQuotaRequest.AllocationMode |
getAllocationMode()
Deprecated.
|
int |
getAllocationModeValue()
Deprecated.
|
static AllocateQuotaRequest |
getDefaultInstance() |
AllocateQuotaRequest |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Parser<AllocateQuotaRequest> |
getParserForType() |
int |
getSerializedSize() |
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.
|
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasAllocateOperation()
Operation that describes the quota allocation.
|
int |
hashCode() |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static AllocateQuotaRequest.Builder |
newBuilder() |
static AllocateQuotaRequest.Builder |
newBuilder(AllocateQuotaRequest prototype) |
AllocateQuotaRequest.Builder |
newBuilderForType() |
protected AllocateQuotaRequest.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static AllocateQuotaRequest |
parseDelimitedFrom(java.io.InputStream input) |
static AllocateQuotaRequest |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AllocateQuotaRequest |
parseFrom(byte[] data) |
static AllocateQuotaRequest |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AllocateQuotaRequest |
parseFrom(com.google.protobuf.ByteString data) |
static AllocateQuotaRequest |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AllocateQuotaRequest |
parseFrom(com.google.protobuf.CodedInputStream input) |
static AllocateQuotaRequest |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AllocateQuotaRequest |
parseFrom(java.io.InputStream input) |
static AllocateQuotaRequest |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<AllocateQuotaRequest> |
parser() |
AllocateQuotaRequest.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
computeStringSize, computeStringSizeNoTag, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, newBuilderForType, newFileScopedGeneratedExtension, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, newMessageScopedGeneratedExtension, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int SERVICE_NAME_FIELD_NUMBER
public static final int ALLOCATE_OPERATION_FIELD_NUMBER
public static final int ALLOCATION_MODE_FIELD_NUMBER
public static final int SERVICE_CONFIG_ID_FIELD_NUMBER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessagepublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessagepublic java.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;getServiceName in interface AllocateQuotaRequestOrBuilderpublic 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;getServiceNameBytes in interface AllocateQuotaRequestOrBuilderpublic boolean hasAllocateOperation()
Operation that describes the quota allocation.
optional .google.api.servicecontrol.v1.QuotaOperation allocate_operation = 2;hasAllocateOperation in interface AllocateQuotaRequestOrBuilderpublic QuotaOperation getAllocateOperation()
Operation that describes the quota allocation.
optional .google.api.servicecontrol.v1.QuotaOperation allocate_operation = 2;getAllocateOperation in interface AllocateQuotaRequestOrBuilderpublic QuotaOperationOrBuilder getAllocateOperationOrBuilder()
Operation that describes the quota allocation.
optional .google.api.servicecontrol.v1.QuotaOperation allocate_operation = 2;getAllocateOperationOrBuilder in interface AllocateQuotaRequestOrBuilder@Deprecated public 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];getAllocationModeValue in interface AllocateQuotaRequestOrBuilder@Deprecated public 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];getAllocationMode in interface AllocateQuotaRequestOrBuilderpublic 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;getServiceConfigId in interface AllocateQuotaRequestOrBuilderpublic 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;getServiceConfigIdBytes in interface AllocateQuotaRequestOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessagepublic void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessagejava.io.IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessagepublic boolean equals(java.lang.Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static AllocateQuotaRequest parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AllocateQuotaRequest parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AllocateQuotaRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AllocateQuotaRequest parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AllocateQuotaRequest parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static AllocateQuotaRequest parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static AllocateQuotaRequest parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static AllocateQuotaRequest parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static AllocateQuotaRequest parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static AllocateQuotaRequest parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic AllocateQuotaRequest.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static AllocateQuotaRequest.Builder newBuilder()
public static AllocateQuotaRequest.Builder newBuilder(AllocateQuotaRequest prototype)
public AllocateQuotaRequest.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected AllocateQuotaRequest.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessagepublic static AllocateQuotaRequest getDefaultInstance()
public static com.google.protobuf.Parser<AllocateQuotaRequest> parser()
public com.google.protobuf.Parser<AllocateQuotaRequest> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessagepublic AllocateQuotaRequest getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder