Class ListCollectionIdsResponse (2.4.0)

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].

Inheritance

Object > ListCollectionIdsResponse

Namespace

Google.Cloud.Firestore.V1

Assembly

Google.Cloud.Firestore.V1.dll

Constructors

ListCollectionIdsResponse()

public ListCollectionIdsResponse()

ListCollectionIdsResponse(ListCollectionIdsResponse)

public ListCollectionIdsResponse(ListCollectionIdsResponse other)
Parameter
NameDescription
otherListCollectionIdsResponse

Properties

CollectionIds

public RepeatedField<string> CollectionIds { get; }

The collection ids.

Property Value
TypeDescription
RepeatedField<String>

NextPageToken

public string NextPageToken { get; set; }

A page token that may be used to continue the list.

Property Value
TypeDescription
String

Methods

GetEnumerator()

public IEnumerator<string> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
TypeDescription
IEnumerator<String>

Explicit Interface Implementations

IEnumerable.GetEnumerator()

IEnumerator IEnumerable.GetEnumerator()
Returns
TypeDescription
IEnumerator