Chronicle v1 API - Class PubsubSettings (1.1.0)

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

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

Settings required by Google Cloud Pub/Sub Feeds(HTTP-Push).

Inheritance

object > PubsubSettings

Namespace

Google.Cloud.Chronicle.V1

Assembly

Google.Cloud.Chronicle.V1.dll

Constructors

PubsubSettings()

public PubsubSettings()

PubsubSettings(PubsubSettings)

public PubsubSettings(PubsubSettings other)
Parameter
Name Description
other PubsubSettings

Properties

GoogleServiceAccountEmail

public string GoogleServiceAccountEmail { get; set; }

Google Service Account Email.

Property Value
Type Description
string