Class AllocateQuotaRequest (1.41.0)

public final class AllocateQuotaRequest extends GeneratedMessageV3 implements AllocateQuotaRequestOrBuilder

Request message for the AllocateQuota method.

Protobuf type google.api.servicecontrol.v1.AllocateQuotaRequest

Static Fields

ALLOCATE_OPERATION_FIELD_NUMBER

public static final int ALLOCATE_OPERATION_FIELD_NUMBER
Field Value
TypeDescription
int

SERVICE_CONFIG_ID_FIELD_NUMBER

public static final int SERVICE_CONFIG_ID_FIELD_NUMBER
Field Value
TypeDescription
int

SERVICE_NAME_FIELD_NUMBER

public static final int SERVICE_NAME_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static AllocateQuotaRequest getDefaultInstance()
Returns
TypeDescription
AllocateQuotaRequest

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static AllocateQuotaRequest.Builder newBuilder()
Returns
TypeDescription
AllocateQuotaRequest.Builder

newBuilder(AllocateQuotaRequest prototype)

public static AllocateQuotaRequest.Builder newBuilder(AllocateQuotaRequest prototype)
Parameter
NameDescription
prototypeAllocateQuotaRequest
Returns
TypeDescription
AllocateQuotaRequest.Builder

parseDelimitedFrom(InputStream input)

public static AllocateQuotaRequest parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
AllocateQuotaRequest
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static AllocateQuotaRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
AllocateQuotaRequest
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static AllocateQuotaRequest parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
AllocateQuotaRequest
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static AllocateQuotaRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
AllocateQuotaRequest
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static AllocateQuotaRequest parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
AllocateQuotaRequest
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static AllocateQuotaRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
AllocateQuotaRequest
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static AllocateQuotaRequest parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
AllocateQuotaRequest
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static AllocateQuotaRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
AllocateQuotaRequest
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static AllocateQuotaRequest parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
AllocateQuotaRequest
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static AllocateQuotaRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
AllocateQuotaRequest
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static AllocateQuotaRequest parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
AllocateQuotaRequest
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static AllocateQuotaRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
AllocateQuotaRequest
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<AllocateQuotaRequest> parser()
Returns
TypeDescription
Parser<AllocateQuotaRequest>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getAllocateOperation()

public QuotaOperation getAllocateOperation()

Operation that describes the quota allocation.

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

Returns
TypeDescription
QuotaOperation

The allocateOperation.

getAllocateOperationOrBuilder()

public QuotaOperationOrBuilder getAllocateOperationOrBuilder()

Operation that describes the quota allocation.

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

Returns
TypeDescription
QuotaOperationOrBuilder

getDefaultInstanceForType()

public AllocateQuotaRequest getDefaultInstanceForType()
Returns
TypeDescription
AllocateQuotaRequest

getParserForType()

public Parser<AllocateQuotaRequest> getParserForType()
Returns
TypeDescription
Parser<AllocateQuotaRequest>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

getServiceConfigId()

public 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 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 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 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 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.

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public AllocateQuotaRequest.Builder newBuilderForType()
Returns
TypeDescription
AllocateQuotaRequest.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected AllocateQuotaRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
AllocateQuotaRequest.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public AllocateQuotaRequest.Builder toBuilder()
Returns
TypeDescription
AllocateQuotaRequest.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException