Chronicle v1 API - Class ListFeedsResponse (1.1.0)

public sealed class ListFeedsResponse : IMessage<ListFeedsResponse>, IEquatable<ListFeedsResponse>, IDeepCloneable<ListFeedsResponse>, IBufferMessage, IMessage, IPageResponse<Feed>, IEnumerable<Feed>, IEnumerable

Reference documentation and code samples for the Chronicle v1 API class ListFeedsResponse.

Response message for ListFeed.

Inheritance

object > ListFeedsResponse

Namespace

Google.Cloud.Chronicle.V1

Assembly

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