public final class ListCollectionIdsResponse extends GeneratedMessageV3 implements ListCollectionIdsResponseOrBuilder
The response from Firestore.ListCollectionIds.
Protobuf type google.firestore.v1.ListCollectionIdsResponse
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > ListCollectionIdsResponseImplements
ListCollectionIdsResponseOrBuilderStatic Fields
COLLECTION_IDS_FIELD_NUMBER
public static final int COLLECTION_IDS_FIELD_NUMBER
Type | Description |
int |
NEXT_PAGE_TOKEN_FIELD_NUMBER
public static final int NEXT_PAGE_TOKEN_FIELD_NUMBER
Type | Description |
int |
Static Methods
getDefaultInstance()
public static ListCollectionIdsResponse getDefaultInstance()
Type | Description |
ListCollectionIdsResponse |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
newBuilder()
public static ListCollectionIdsResponse.Builder newBuilder()
Type | Description |
ListCollectionIdsResponse.Builder |
newBuilder(ListCollectionIdsResponse prototype)
public static ListCollectionIdsResponse.Builder newBuilder(ListCollectionIdsResponse prototype)
Name | Description |
prototype | ListCollectionIdsResponse |
Type | Description |
ListCollectionIdsResponse.Builder |
parseDelimitedFrom(InputStream input)
public static ListCollectionIdsResponse parseDelimitedFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
ListCollectionIdsResponse |
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ListCollectionIdsResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ListCollectionIdsResponse |
Type | Description |
IOException |
parseFrom(byte[] data)
public static ListCollectionIdsResponse parseFrom(byte[] data)
Name | Description |
data | byte[] |
Type | Description |
ListCollectionIdsResponse |
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ListCollectionIdsResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | byte[] |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ListCollectionIdsResponse |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static ListCollectionIdsResponse parseFrom(ByteString data)
Name | Description |
data | ByteString |
Type | Description |
ListCollectionIdsResponse |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ListCollectionIdsResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteString |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ListCollectionIdsResponse |
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static ListCollectionIdsResponse parseFrom(CodedInputStream input)
Name | Description |
input | CodedInputStream |
Type | Description |
ListCollectionIdsResponse |
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static ListCollectionIdsResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ListCollectionIdsResponse |
Type | Description |
IOException |
parseFrom(InputStream input)
public static ListCollectionIdsResponse parseFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
ListCollectionIdsResponse |
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ListCollectionIdsResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ListCollectionIdsResponse |
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static ListCollectionIdsResponse parseFrom(ByteBuffer data)
Name | Description |
data | ByteBuffer |
Type | Description |
ListCollectionIdsResponse |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ListCollectionIdsResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteBuffer |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ListCollectionIdsResponse |
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<ListCollectionIdsResponse> parser()
Type | Description |
Parser<ListCollectionIdsResponse> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Name | Description |
obj | Object |
Type | Description |
boolean |
getCollectionIds(int index)
public String getCollectionIds(int index)
The collection ids.
repeated string collection_ids = 1;
Name | Description |
index | int The index of the element to return. |
Type | Description |
String | The collectionIds at the given index. |
getCollectionIdsBytes(int index)
public ByteString getCollectionIdsBytes(int index)
The collection ids.
repeated string collection_ids = 1;
Name | Description |
index | int The index of the value to return. |
Type | Description |
ByteString | The bytes of the collectionIds at the given index. |
getCollectionIdsCount()
public int getCollectionIdsCount()
The collection ids.
repeated string collection_ids = 1;
Type | Description |
int | The count of collectionIds. |
getCollectionIdsList()
public ProtocolStringList getCollectionIdsList()
The collection ids.
repeated string collection_ids = 1;
Type | Description |
ProtocolStringList | A list containing the collectionIds. |
getDefaultInstanceForType()
public ListCollectionIdsResponse getDefaultInstanceForType()
Type | Description |
ListCollectionIdsResponse |
getNextPageToken()
public String getNextPageToken()
A page token that may be used to continue the list.
string next_page_token = 2;
Type | Description |
String | The nextPageToken. |
getNextPageTokenBytes()
public ByteString getNextPageTokenBytes()
A page token that may be used to continue the list.
string next_page_token = 2;
Type | Description |
ByteString | The bytes for nextPageToken. |
getParserForType()
public Parser<ListCollectionIdsResponse> getParserForType()
Type | Description |
Parser<ListCollectionIdsResponse> |
getSerializedSize()
public int getSerializedSize()
Type | Description |
int |
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Type | Description |
UnknownFieldSet |
hashCode()
public int hashCode()
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
newBuilderForType()
public ListCollectionIdsResponse.Builder newBuilderForType()
Type | Description |
ListCollectionIdsResponse.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ListCollectionIdsResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Name | Description |
parent | BuilderParent |
Type | Description |
ListCollectionIdsResponse.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Name | Description |
unused | UnusedPrivateParameter |
Type | Description |
Object |
toBuilder()
public ListCollectionIdsResponse.Builder toBuilder()
Type | Description |
ListCollectionIdsResponse.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Name | Description |
output | CodedOutputStream |
Type | Description |
IOException |