public sealed class CustomAPIResponseConfig : IMessage<CustomAPIResponseConfig>, IEquatable<CustomAPIResponseConfig>, IDeepCloneable<CustomAPIResponseConfig>, IBufferMessage, IMessageReference documentation and code samples for the Chronicle v1 API class CustomAPIResponseConfig.
Configuration for handling the API response.
Implements
IMessageCustomAPIResponseConfig, IEquatableCustomAPIResponseConfig, IDeepCloneableCustomAPIResponseConfig, IBufferMessage, IMessageNamespace
Google.Cloud.Chronicle.V1Assembly
Google.Cloud.Chronicle.V1.dll
Constructors
CustomAPIResponseConfig()
public CustomAPIResponseConfig()CustomAPIResponseConfig(CustomAPIResponseConfig)
public CustomAPIResponseConfig(CustomAPIResponseConfig other)| Parameter | |
|---|---|
| Name | Description |
other |
CustomAPIResponseConfig |
Properties
TargetDataPath
public RepeatedField<string> TargetDataPath { get; }Required. Enter the exact path in the API's response payload where the list of target log entries is located.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldstring |
|