public sealed class Feed : IMessage<Feed>, IEquatable<Feed>, IDeepCloneable<Feed>, IBufferMessage, IMessageReference documentation and code samples for the Chronicle v1 API class Feed.
Feed is a resource that contains feed information needed to create a feed.
Namespace
Google.Cloud.Chronicle.V1Assembly
Google.Cloud.Chronicle.V1.dll
Constructors
Feed()
public Feed()Feed(Feed)
public Feed(Feed other)| Parameter | |
|---|---|
| Name | Description |
other |
Feed |
Properties
Details
public FeedDetails Details { get; set; }Additional details of the feed, these details are dynamic and will be different for each of the feeds.
| Property Value | |
|---|---|
| Type | Description |
FeedDetails |
|
DisplayName
public string DisplayName { get; set; }Customer-provided feed name.
| Property Value | |
|---|---|
| Type | Description |
string |
|
FailureDetails
public FeedFailureDetails FailureDetails { get; set; }Output only. Failure details for the feed. If the feed is in the failure state, this field will contain the details of the error cause and actions.
| Property Value | |
|---|---|
| Type | Description |
FeedFailureDetails |
|
FailureMsg
public string FailureMsg { get; set; }Output only. Details about the most recent failure when feed state is FAILED.
| Property Value | |
|---|---|
| Type | Description |
string |
|
FeedName
public FeedName FeedName { get; set; }| Property Value | |
|---|---|
| Type | Description |
FeedName |
|
LastFeedInitiationTime
public Timestamp LastFeedInitiationTime { get; set; }Output only. Latest timestamp when the transfer was successful for the feed.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|
Name
public string Name { get; set; }The resource name of the feed. Format: projects/{project}/locations/{location}/instances/{instance}/feeds/{feed}
| Property Value | |
|---|---|
| Type | Description |
string |
|
ReadOnly
public bool ReadOnly { get; set; }Output only. Whether this feed can be updated or deleted.
| Property Value | |
|---|---|
| Type | Description |
bool |
|
ReferenceId
public string ReferenceId { get; set; }Output only. Reference ID, this field will contain the legacy id of the feed.
| Property Value | |
|---|---|
| Type | Description |
string |
|
State
public Feed.Types.State State { get; set; }Output only. State of the feed.
| Property Value | |
|---|---|
| Type | Description |
FeedTypesState |
|
Uid
public string Uid { get; set; }Output only. Unique identifier for the feed.
| Property Value | |
|---|---|
| Type | Description |
string |
|