Class ListQuotaGroupsResponse (0.4.0)

public final class ListQuotaGroupsResponse extends GeneratedMessageV3 implements ListQuotaGroupsResponseOrBuilder

Response message for the ListMethodGroups method.

Protobuf type google.shopping.merchant.quota.v1beta.ListQuotaGroupsResponse

Static Fields

NEXT_PAGE_TOKEN_FIELD_NUMBER

public static final int NEXT_PAGE_TOKEN_FIELD_NUMBER
Field Value
TypeDescription
int

QUOTA_GROUPS_FIELD_NUMBER

public static final int QUOTA_GROUPS_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static ListQuotaGroupsResponse getDefaultInstance()
Returns
TypeDescription
ListQuotaGroupsResponse

getDescriptor()

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

newBuilder()

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

newBuilder(ListQuotaGroupsResponse prototype)

public static ListQuotaGroupsResponse.Builder newBuilder(ListQuotaGroupsResponse prototype)
Parameter
NameDescription
prototypeListQuotaGroupsResponse
Returns
TypeDescription
ListQuotaGroupsResponse.Builder

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

Methods

equals(Object obj)

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

getDefaultInstanceForType()

public ListQuotaGroupsResponse getDefaultInstanceForType()
Returns
TypeDescription
ListQuotaGroupsResponse

getNextPageToken()

public String getNextPageToken()

A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

string next_page_token = 2;

Returns
TypeDescription
String

The nextPageToken.

getNextPageTokenBytes()

public ByteString getNextPageTokenBytes()

A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

string next_page_token = 2;

Returns
TypeDescription
ByteString

The bytes for nextPageToken.

getParserForType()

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

getQuotaGroups(int index)

public QuotaGroup getQuotaGroups(int index)

The methods, current quota usage and limits per each group. The quota is shared between all methods in the group. The groups are sorted in descending order based on quotaUsage.

repeated .google.shopping.merchant.quota.v1beta.QuotaGroup quota_groups = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
QuotaGroup

getQuotaGroupsCount()

public int getQuotaGroupsCount()

The methods, current quota usage and limits per each group. The quota is shared between all methods in the group. The groups are sorted in descending order based on quotaUsage.

repeated .google.shopping.merchant.quota.v1beta.QuotaGroup quota_groups = 1;

Returns
TypeDescription
int

getQuotaGroupsList()

public List<QuotaGroup> getQuotaGroupsList()

The methods, current quota usage and limits per each group. The quota is shared between all methods in the group. The groups are sorted in descending order based on quotaUsage.

repeated .google.shopping.merchant.quota.v1beta.QuotaGroup quota_groups = 1;

Returns
TypeDescription
List<QuotaGroup>

getQuotaGroupsOrBuilder(int index)

public QuotaGroupOrBuilder getQuotaGroupsOrBuilder(int index)

The methods, current quota usage and limits per each group. The quota is shared between all methods in the group. The groups are sorted in descending order based on quotaUsage.

repeated .google.shopping.merchant.quota.v1beta.QuotaGroup quota_groups = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
QuotaGroupOrBuilder

getQuotaGroupsOrBuilderList()

public List<? extends QuotaGroupOrBuilder> getQuotaGroupsOrBuilderList()

The methods, current quota usage and limits per each group. The quota is shared between all methods in the group. The groups are sorted in descending order based on quotaUsage.

repeated .google.shopping.merchant.quota.v1beta.QuotaGroup quota_groups = 1;

Returns
TypeDescription
List<? extends com.google.shopping.merchant.quota.v1beta.QuotaGroupOrBuilder>

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

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 ListQuotaGroupsResponse.Builder newBuilderForType()
Returns
TypeDescription
ListQuotaGroupsResponse.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

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

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

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

toBuilder()

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

writeTo(CodedOutputStream output)

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