Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

UpdateTopicRequest

import type { UpdateTopicRequest } from "https://googleapis.deno.dev/v1/pubsub:v1.ts";

Request for the UpdateTopic method.

interface UpdateTopicRequest {
topic?: Topic;
updateMask?: string;
}

§Properties

§
topic?: Topic
[src]

Required. The updated topic object.

§
updateMask?: string
[src]

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.