Class UpdateTopicRequest
Request for the UpdateTopic method.
Implements
Inherited Members
Namespace: Google.Apis.Pubsub.v1.Data
Assembly: Google.Apis.Pubsub.v1.dll
Syntax
public class UpdateTopicRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Topic
Required. The updated topic object.
Declaration
[JsonProperty("topic")]
public virtual Topic Topic { get; set; }
Property Value
| Type | Description |
|---|---|
| Topic |
UpdateMask
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.
Declaration
[JsonProperty("updateMask")]
public virtual object UpdateMask { get; set; }
Property Value
| Type | Description |
|---|---|
| object |