public sealed class ListCollectionIdsResponse : IMessage<ListCollectionIdsResponse>, IEquatable<ListCollectionIdsResponse>, IDeepCloneable<ListCollectionIdsResponse>, IBufferMessage, IMessage, IPageResponse<string>, IEnumerable<string>, IEnumerable
Reference documentation and code samples for the Firestore v1 API class ListCollectionIdsResponse.
The response from [Firestore.ListCollectionIds][google.firestore.v1.Firestore.ListCollectionIds].
Implements
IMessageListCollectionIdsResponse, IEquatableListCollectionIdsResponse, IDeepCloneableListCollectionIdsResponse, IBufferMessage, IMessage, IPageResponsestring, IEnumerablestring, IEnumerableNamespace
Google.Cloud.Firestore.V1Assembly
Google.Cloud.Firestore.V1.dll
Constructors
ListCollectionIdsResponse()
public ListCollectionIdsResponse()
ListCollectionIdsResponse(ListCollectionIdsResponse)
public ListCollectionIdsResponse(ListCollectionIdsResponse other)
Parameter | |
---|---|
Name | Description |
other |
ListCollectionIdsResponse |
Properties
CollectionIds
public RepeatedField<string> CollectionIds { get; }
The collection ids.
Property Value | |
---|---|
Type | Description |
RepeatedFieldstring |
NextPageToken
public string NextPageToken { get; set; }
A page token that may be used to continue the list.
Property Value | |
---|---|
Type | Description |
string |
Methods
GetEnumerator()
public IEnumerator<string> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorstring |