public sealed class ImportPushLogsRequest : IMessage<ImportPushLogsRequest>, IEquatable<ImportPushLogsRequest>, IDeepCloneable<ImportPushLogsRequest>, IBufferMessage, IMessageReference documentation and code samples for the Chronicle v1 API class ImportPushLogsRequest.
ImportPushLogsRequest request message.
Implements
IMessageImportPushLogsRequest, IEquatableImportPushLogsRequest, IDeepCloneableImportPushLogsRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Chronicle.V1Assembly
Google.Cloud.Chronicle.V1.dll
Constructors
ImportPushLogsRequest()
public ImportPushLogsRequest()ImportPushLogsRequest(ImportPushLogsRequest)
public ImportPushLogsRequest(ImportPushLogsRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ImportPushLogsRequest |
Properties
HttpBody
public HttpBody HttpBody { get; set; }Required. The raw HTTP body is bound to this field. All log entries must be valid UTF-8. A single invalid event will cause the entire request to be rejected.
| Property Value | |
|---|---|
| Type | Description |
HttpBody |
|
Parent
public string Parent { get; set; }Required. The parent, which owns this collection of logs. Format: projects/{project}/locations/{location}/instances/{instance}/feeds/{feed}
| Property Value | |
|---|---|
| Type | Description |
string |
|
ParentAsFeedName
public FeedName ParentAsFeedName { get; set; }| Property Value | |
|---|---|
| Type | Description |
FeedName |
|
Secret
public string Secret { get; set; }Immutable. The secret for the feed.
| Property Value | |
|---|---|
| Type | Description |
string |
|