public sealed class ListCollectionIdsResponse : IMessage<ListCollectionIdsResponse>, IEquatable<ListCollectionIdsResponse>, IDeepCloneable<ListCollectionIdsResponse>, IBufferMessage, IMessage, IPageResponse<string>, IEnumerable<string>, IEnumerable
The response from [Firestore.ListCollectionIds][google.firestore.v1.Firestore.ListCollectionIds].
Implements
IMessage<ListCollectionIdsResponse>, IEquatable<ListCollectionIdsResponse>, IDeepCloneable<ListCollectionIdsResponse>, IBufferMessage, IMessage, IPageResponse<String>, IEnumerable<String>, IEnumerableNamespace
Google.Cloud.Firestore.V1Assembly
Google.Cloud.Firestore.V1.dll
Constructors
ListCollectionIdsResponse()
public ListCollectionIdsResponse()
ListCollectionIdsResponse(ListCollectionIdsResponse)
public ListCollectionIdsResponse(ListCollectionIdsResponse other)
Name | Description |
other | ListCollectionIdsResponse |
Properties
CollectionIds
public RepeatedField<string> CollectionIds { get; }
The collection ids.
Type | Description |
RepeatedField<String> |
NextPageToken
public string NextPageToken { get; set; }
A page token that may be used to continue the list.
Type | Description |
String |
Methods
GetEnumerator()
public IEnumerator<string> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Type | Description |
IEnumerator<String> |
Explicit Interface Implementations
IEnumerable.GetEnumerator()
IEnumerator IEnumerable.GetEnumerator()
Type | Description |
IEnumerator |