public sealed class CustomAPIQueryAuth : IMessage<CustomAPIQueryAuth>, IEquatable<CustomAPIQueryAuth>, IDeepCloneable<CustomAPIQueryAuth>, IBufferMessage, IMessageReference documentation and code samples for the Chronicle v1 API class CustomAPIQueryAuth.
CustomAPIQueryAuth lists URL Query parameters for custom API auth.
Implements
IMessageCustomAPIQueryAuth, IEquatableCustomAPIQueryAuth, IDeepCloneableCustomAPIQueryAuth, IBufferMessage, IMessageNamespace
Google.Cloud.Chronicle.V1Assembly
Google.Cloud.Chronicle.V1.dll
Constructors
CustomAPIQueryAuth()
public CustomAPIQueryAuth()CustomAPIQueryAuth(CustomAPIQueryAuth)
public CustomAPIQueryAuth(CustomAPIQueryAuth other)| Parameter | |
|---|---|
| Name | Description |
other |
CustomAPIQueryAuth |
Properties
QueryKeyValues
public RepeatedField<CustomAPIQueryKeyValue> QueryKeyValues { get; }Optional. Add URL Query parameter key-value pairs.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldCustomAPIQueryKeyValue |
|