public sealed class ListPartitionsResponse : IMessage<ListPartitionsResponse>, IEquatable<ListPartitionsResponse>, IDeepCloneable<ListPartitionsResponse>, IBufferMessage, IMessage, IPageResponse<Partition>, IEnumerable<Partition>, IEnumerable
List metadata partitions response.
Implements
IMessage<ListPartitionsResponse>, IEquatable<ListPartitionsResponse>, IDeepCloneable<ListPartitionsResponse>, IBufferMessage, IMessage, IPageResponse<Partition>, IEnumerable<Partition>, IEnumerableNamespace
Google.Cloud.Dataplex.V1Assembly
Google.Cloud.Dataplex.V1.dll
Constructors
ListPartitionsResponse()
public ListPartitionsResponse()
ListPartitionsResponse(ListPartitionsResponse)
public ListPartitionsResponse(ListPartitionsResponse other)
Parameter | |
---|---|
Name | Description |
other | ListPartitionsResponse |
Properties
NextPageToken
public string NextPageToken { get; set; }
Token to retrieve the next page of results, or empty if there are no remaining results in the list.
Property Value | |
---|---|
Type | Description |
String |
Partitions
public RepeatedField<Partition> Partitions { get; }
Partitions under the specified parent entity.
Property Value | |
---|---|
Type | Description |
RepeatedField<Partition> |
Methods
GetEnumerator()
public IEnumerator<Partition> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumerator<Partition> |
Explicit Interface Implementations
IEnumerable.GetEnumerator()
IEnumerator IEnumerable.GetEnumerator()
Returns | |
---|---|
Type | Description |
IEnumerator |