public sealed class ListFeedsRequest : IMessage<ListFeedsRequest>, IEquatable<ListFeedsRequest>, IDeepCloneable<ListFeedsRequest>, IBufferMessage, IMessage, IPageRequestReference documentation and code samples for the Chronicle v1 API class ListFeedsRequest.
Request message for ListFeed.
Implements
IMessageListFeedsRequest, IEquatableListFeedsRequest, IDeepCloneableListFeedsRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.Chronicle.V1Assembly
Google.Cloud.Chronicle.V1.dll
Constructors
ListFeedsRequest()
public ListFeedsRequest()ListFeedsRequest(ListFeedsRequest)
public ListFeedsRequest(ListFeedsRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ListFeedsRequest |
Properties
PageSize
public int PageSize { get; set; }The maximum number of feeds to return. The service may return fewer than this value. If unspecified, at most 100 feeds will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.
| Property Value | |
|---|---|
| Type | Description |
int |
|
PageToken
public string PageToken { get; set; }A page token, received from a previous ListFeeds call. Provide this to
retrieve the subsequent page.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Parent
public string Parent { get; set; }Required. The parent resource where this Feed will be created. Format: projects/{project}/locations/{location}/instances/{instance}
| Property Value | |
|---|---|
| Type | Description |
string |
|
ParentAsInstanceName
public InstanceName ParentAsInstanceName { get; set; }InstanceName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description |
InstanceName |
|