Class ListQuotaInfosResponse (0.10.0)

public final class ListQuotaInfosResponse extends GeneratedMessageV3 implements ListQuotaInfosResponseOrBuilder

Message for response to listing QuotaInfos

Protobuf type google.api.cloudquotas.v1.ListQuotaInfosResponse

Static Fields

NEXT_PAGE_TOKEN_FIELD_NUMBER

public static final int NEXT_PAGE_TOKEN_FIELD_NUMBER
Field Value
TypeDescription
int

QUOTA_INFOS_FIELD_NUMBER

public static final int QUOTA_INFOS_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static ListQuotaInfosResponse getDefaultInstance()
Returns
TypeDescription
ListQuotaInfosResponse

getDescriptor()

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

newBuilder()

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

newBuilder(ListQuotaInfosResponse prototype)

public static ListQuotaInfosResponse.Builder newBuilder(ListQuotaInfosResponse prototype)
Parameter
NameDescription
prototypeListQuotaInfosResponse
Returns
TypeDescription
ListQuotaInfosResponse.Builder

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

Methods

equals(Object obj)

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

getDefaultInstanceForType()

public ListQuotaInfosResponse getDefaultInstanceForType()
Returns
TypeDescription
ListQuotaInfosResponse

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<ListQuotaInfosResponse> getParserForType()
Returns
TypeDescription
Parser<ListQuotaInfosResponse>
Overrides

getQuotaInfos(int index)

public QuotaInfo getQuotaInfos(int index)

The list of QuotaInfo

repeated .google.api.cloudquotas.v1.QuotaInfo quota_infos = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
QuotaInfo

getQuotaInfosCount()

public int getQuotaInfosCount()

The list of QuotaInfo

repeated .google.api.cloudquotas.v1.QuotaInfo quota_infos = 1;

Returns
TypeDescription
int

getQuotaInfosList()

public List<QuotaInfo> getQuotaInfosList()

The list of QuotaInfo

repeated .google.api.cloudquotas.v1.QuotaInfo quota_infos = 1;

Returns
TypeDescription
List<QuotaInfo>

getQuotaInfosOrBuilder(int index)

public QuotaInfoOrBuilder getQuotaInfosOrBuilder(int index)

The list of QuotaInfo

repeated .google.api.cloudquotas.v1.QuotaInfo quota_infos = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
QuotaInfoOrBuilder

getQuotaInfosOrBuilderList()

public List<? extends QuotaInfoOrBuilder> getQuotaInfosOrBuilderList()

The list of QuotaInfo

repeated .google.api.cloudquotas.v1.QuotaInfo quota_infos = 1;

Returns
TypeDescription
List<? extends com.google.api.cloudquotas.v1.QuotaInfoOrBuilder>

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

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

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

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

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

toBuilder()

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

writeTo(CodedOutputStream output)

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