public sealed class ListFeedPacksResponse : IMessage<ListFeedPacksResponse>, IEquatable<ListFeedPacksResponse>, IDeepCloneable<ListFeedPacksResponse>, IBufferMessage, IMessage, IPageResponse<FeedPack>, IEnumerable<FeedPack>, IEnumerableReference documentation and code samples for the Chronicle v1 API class ListFeedPacksResponse.
Response message for ListFeedPacks.
Implements
IMessageListFeedPacksResponse, IEquatableListFeedPacksResponse, IDeepCloneableListFeedPacksResponse, IBufferMessage, IMessage, IPageResponseFeedPack, IEnumerableFeedPack, IEnumerableNamespace
Google.Cloud.Chronicle.V1Assembly
Google.Cloud.Chronicle.V1.dll
Constructors
ListFeedPacksResponse()
public ListFeedPacksResponse()ListFeedPacksResponse(ListFeedPacksResponse)
public ListFeedPacksResponse(ListFeedPacksResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListFeedPacksResponse |
Properties
FeedPacks
public RepeatedField<FeedPack> FeedPacks { get; }List of feeds packs.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldFeedPack |
|
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<FeedPack> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumeratorFeedPack |
|