Chronicle v1 API - Class DummyLogTypeSettings (1.1.0)

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

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

Settings required by Feeds of DummyLogType(used for testing purposes).

Inheritance

object > DummyLogTypeSettings

Namespace

Google.Cloud.Chronicle.V1

Assembly

Google.Cloud.Chronicle.V1.dll

Constructors

DummyLogTypeSettings()

public DummyLogTypeSettings()

DummyLogTypeSettings(DummyLogTypeSettings)

public DummyLogTypeSettings(DummyLogTypeSettings other)
Parameter
Name Description
other DummyLogTypeSettings

Properties

ApiEndpoint

public string ApiEndpoint { get; set; }

Full API Endpoint.

Property Value
Type Description
string

Authentication

public HttpHeaderAuth Authentication { get; set; }

Input only. Authentication.

Property Value
Type Description
HttpHeaderAuth