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)
Parameter | |
---|---|
Name | Description |
other | ListCollectionIdsResponse |
Properties
CollectionIds
public RepeatedField<string> CollectionIds { get; }
The collection ids.
Property Value | |
---|---|
Type | Description |
RepeatedField<String> |
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 |
IEnumerator<String> |
Explicit Interface Implementations
IEnumerable.GetEnumerator()
IEnumerator IEnumerable.GetEnumerator()
Returns | |
---|---|
Type | Description |
IEnumerator |