public sealed class PubsubSettings : IMessage<PubsubSettings>, IEquatable<PubsubSettings>, IDeepCloneable<PubsubSettings>, IBufferMessage, IMessageReference documentation and code samples for the Chronicle v1 API class PubsubSettings.
Settings required by Google Cloud Pub/Sub Feeds(HTTP-Push).
Implements
IMessagePubsubSettings, IEquatablePubsubSettings, IDeepCloneablePubsubSettings, IBufferMessage, IMessageNamespace
Google.Cloud.Chronicle.V1Assembly
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 |
|