Chronicle v1 API - Class CustomAPIResponseConfig (1.1.0)

public sealed class CustomAPIResponseConfig : IMessage<CustomAPIResponseConfig>, IEquatable<CustomAPIResponseConfig>, IDeepCloneable<CustomAPIResponseConfig>, IBufferMessage, IMessage

Reference documentation and code samples for the Chronicle v1 API class CustomAPIResponseConfig.

Configuration for handling the API response.

Inheritance

object > CustomAPIResponseConfig

Namespace

Google.Cloud.Chronicle.V1

Assembly

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