public sealed class UpdateTopicRequest : IMessage<UpdateTopicRequest>, IEquatable<UpdateTopicRequest>, IDeepCloneable<UpdateTopicRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Pub/Sub v1 API class UpdateTopicRequest.
Request for the UpdateTopic method.
Implements
IMessageUpdateTopicRequest, IEquatableUpdateTopicRequest, IDeepCloneableUpdateTopicRequest, IBufferMessage, IMessageNamespace
Google.Cloud.PubSub.V1Assembly
Google.Cloud.PubSub.V1.dll
Constructors
UpdateTopicRequest()
public UpdateTopicRequest()
UpdateTopicRequest(UpdateTopicRequest)
public UpdateTopicRequest(UpdateTopicRequest other)
Parameter | |
---|---|
Name | Description |
other |
UpdateTopicRequest |
Properties
Topic
public Topic Topic { get; set; }
Required. The updated topic object.
Property Value | |
---|---|
Type | Description |
Topic |
UpdateMask
public FieldMask UpdateMask { get; set; }
Required. Indicates which fields in the provided topic to update. Must be
specified and non-empty. Note that if update_mask
contains
"message_storage_policy" but the message_storage_policy
is not set in
the topic
provided above, then the updated value is determined by the
policy configured at the project or organization level.
Property Value | |
---|---|
Type | Description |
FieldMask |