public sealed class ListFeedsResponse : IMessage<ListFeedsResponse>, IEquatable<ListFeedsResponse>, IDeepCloneable<ListFeedsResponse>, IBufferMessage, IMessage, IPageResponse<Feed>, IEnumerable<Feed>, IEnumerableReference documentation and code samples for the Chronicle v1 API class ListFeedsResponse.
Response message for ListFeed.
Implements
IMessageListFeedsResponse, IEquatableListFeedsResponse, IDeepCloneableListFeedsResponse, IBufferMessage, IMessage, IPageResponseFeed, IEnumerableFeed, IEnumerableNamespace
Google.Cloud.Chronicle.V1Assembly
Google.Cloud.Chronicle.V1.dll
Constructors
ListFeedsResponse()
public ListFeedsResponse()ListFeedsResponse(ListFeedsResponse)
public ListFeedsResponse(ListFeedsResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListFeedsResponse |
Properties
Feeds
public RepeatedField<Feed> Feeds { get; }List of feeds.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldFeed |
|
NextPageToken
public string NextPageToken { get; set; }A token, which can be sent as page_token to retrieve the next page.
If this field is omitted, there are no subsequent pages.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Methods
GetEnumerator()
public IEnumerator<Feed> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumeratorFeed |
|