public sealed class FeedPack : IMessage<FeedPack>, IEquatable<FeedPack>, IDeepCloneable<FeedPack>, IBufferMessage, IMessageReference documentation and code samples for the Chronicle v1 API class FeedPack.
FeedPack is a logical container for related LogTypes for which feeds can be configured.
Namespace
Google.Cloud.Chronicle.V1Assembly
Google.Cloud.Chronicle.V1.dll
Constructors
FeedPack()
public FeedPack()FeedPack(FeedPack)
public FeedPack(FeedPack other)| Parameter | |
|---|---|
| Name | Description |
other |
FeedPack |
Properties
Categories
public RepeatedField<string> Categories { get; }Output only. Categories the featured content is associated with. In case of product feed packs, there will be only one category.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldstring |
|
Description
public string Description { get; set; }Output only. The description of the feed pack.
| Property Value | |
|---|---|
| Type | Description |
string |
|
DisplayName
public string DisplayName { get; set; }Output only. The display name of the feed pack.
| Property Value | |
|---|---|
| Type | Description |
string |
|
FeedPackName
public FeedPackName FeedPackName { get; set; }FeedPackName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
FeedPackName |
|
Hidden
public bool Hidden { get; set; }Output only. Whether the feed pack should be displayed in the Feeds Page.
| Property Value | |
|---|---|
| Type | Description |
bool |
|
Icon
public ByteString Icon { get; set; }Output only. The icon image of the content pack in base64 in png format.
| Property Value | |
|---|---|
| Type | Description |
ByteString |
|
Name
public string Name { get; set; }Identifier. The resource name of the feed pack. Format: projects/{project}/locations/{location}/instances/{instance}/feedPacks/{feed_pack}
| Property Value | |
|---|---|
| Type | Description |
string |
|
PackDocumentation
public string PackDocumentation { get; set; }Output only. Pack specific documentation in markdown format.
| Property Value | |
|---|---|
| Type | Description |
string |
|
PackLogTypes
public RepeatedField<PackLogType> PackLogTypes { get; }Output only. Log types featured in the pack.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldPackLogType |
|
PackType
public FeedPack.Types.PackType PackType { get; set; }Output only. Type of pack.
| Property Value | |
|---|---|
| Type | Description |
FeedPackTypesPackType |
|