Class Topic (2.4.0)

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

A topic resource.

Inheritance

Object > Topic

Implements

Google.Protobuf.IMessage<Topic>, IEquatable<Topic>, Google.Protobuf.IDeepCloneable<Topic>, Google.Protobuf.IBufferMessage, Google.Protobuf.IMessage

Namespace

Google.Cloud.PubSub.V1

Assembly

Google.Cloud.PubSub.V1.dll

Constructors

Topic()

public Topic()

Topic(Topic)

public Topic(Topic other)
Parameter
NameDescription
otherTopic

Properties

KmsKeyName

public string KmsKeyName { get; set; }

The resource name of the Cloud KMS CryptoKey to be used to protect access to messages published on this topic.

The expected format is projects/*/locations/*/keyRings/*/cryptoKeys/*.

Property Value
TypeDescription
String

Labels

public MapField<string, string> Labels { get; }
Property Value
TypeDescription
Google.Protobuf.Collections.MapField<String, String>

MessageStoragePolicy

public MessageStoragePolicy MessageStoragePolicy { get; set; }

Policy constraining the set of Google Cloud Platform regions where messages published to the topic may be stored. If not present, then no constraints are in effect.

Property Value
TypeDescription
MessageStoragePolicy

Name

public string Name { get; set; }

Required. The name of the topic. It must have the format &quot;projects/{project}/topics/{topic}&quot;. {topic} must start with a letter, and contain only letters ([A-Za-z]), numbers ([0-9]), dashes (-), underscores (_), periods (.), tildes (~), plus (+) or percent signs (%). It must be between 3 and 255 characters in length, and it must not start with &quot;goog&quot;.

Property Value
TypeDescription
String

SatisfiesPzs

public bool SatisfiesPzs { get; set; }

Reserved for future use. This field is set only in responses from the server; it is ignored if it is set in any requests.

Property Value
TypeDescription
Boolean

SchemaSettings

public SchemaSettings SchemaSettings { get; set; }

Settings for validating messages published against a schema.

EXPERIMENTAL: Schema support is in development and may not work yet.

Property Value
TypeDescription
SchemaSettings

TopicName

public TopicName TopicName { get; set; }

TopicName-typed view over the Name resource name property.

Property Value
TypeDescription
TopicName