public sealed class ListFeedPacksRequest : IMessage<ListFeedPacksRequest>, IEquatable<ListFeedPacksRequest>, IDeepCloneable<ListFeedPacksRequest>, IBufferMessage, IMessage, IPageRequestReference documentation and code samples for the Chronicle v1 API class ListFeedPacksRequest.
Request message for ListFeedPacks.
Implements
IMessageListFeedPacksRequest, IEquatableListFeedPacksRequest, IDeepCloneableListFeedPacksRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.Chronicle.V1Assembly
Google.Cloud.Chronicle.V1.dll
Constructors
ListFeedPacksRequest()
public ListFeedPacksRequest()ListFeedPacksRequest(ListFeedPacksRequest)
public ListFeedPacksRequest(ListFeedPacksRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ListFeedPacksRequest |
Properties
PageSize
public int PageSize { get; set; }Optional. The maximum number of feed content packs to return. The service may return fewer than this value. If unspecified, at most 50 feed content packs 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; }Optional. A page token, received from a previous ListFeedPacks call.
Provide this to retrieve the subsequent page. When paginating, all other
parameters provided to ListFeedPacks must match the call that provided
the page token.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Parent
public string Parent { get; set; }Required. The parent resource where this content pack 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 |
|