@@ -43,12 +43,12 @@ class ProjectsTopics extends \Google\Service\Resource
4343 * (https://cloud.google.com/pubsub/docs/pubsub-basics#resource_names).
4444 * (topics.create)
4545 *
46- * @param string $name Required. The name of the topic. It must have the format
47- * `"projects/{project}/topics/{topic}"`. `{topic}` must start with a letter,
48- * and contain only letters (`[A-Za-z]`), numbers (`[0-9]`), dashes (`-`),
49- * underscores (`_`), periods (`.`), tildes (`~`), plus (`+`) or percent signs
50- * (`%`). It must be between 3 and 255 characters in length, and it must not
51- * start with `"goog"`.
46+ * @param string $name Required. Identifier. The name of the topic. It must have
47+ * the format `"projects/{project}/topics/{topic}"`. `{topic}` must start with a
48+ * letter, and contain only letters (`[A-Za-z]`), numbers (`[0-9]`), dashes
49+ * (`-`), underscores (`_`), periods (`.`), tildes (`~`), plus (`+`) or percent
50+ * signs (`%`). It must be between 3 and 255 characters in length, and it must
51+ * not start with `"goog"`.
5252 * @param Topic $postBody
5353 * @param array $optParams Optional parameters.
5454 * @return Topic
@@ -67,8 +67,8 @@ public function create($name, Topic $postBody, $optParams = [])
6767 * subscriptions. Existing subscriptions to this topic are not deleted, but
6868 * their `topic` field is set to `_deleted-topic_`. (topics.delete)
6969 *
70- * @param string $topic Required. Name of the topic to delete. Format is
71- * `projects/{project}/topics/{topic}`.
70+ * @param string $topic Required. Identifier. Name of the topic to delete.
71+ * Format is `projects/{project}/topics/{topic}`.
7272 * @param array $optParams Optional parameters.
7373 * @return PubsubEmpty
7474 * @throws \Google\Service\Exception
@@ -82,8 +82,8 @@ public function delete($topic, $optParams = [])
8282 /**
8383 * Gets the configuration of a topic. (topics.get)
8484 *
85- * @param string $topic Required. The name of the topic to get. Format is
86- * `projects/{project}/topics/{topic}`.
85+ * @param string $topic Required. Identifier. The name of the topic to get.
86+ * Format is `projects/{project}/topics/{topic}`.
8787 * @param array $optParams Optional parameters.
8888 * @return Topic
8989 * @throws \Google\Service\Exception
@@ -128,8 +128,8 @@ public function getIamPolicy($resource, $optParams = [])
128128 /**
129129 * Lists matching topics. (topics.listProjectsTopics)
130130 *
131- * @param string $project Required. The name of the project in which to list
132- * topics. Format is `projects/{project-id}`.
131+ * @param string $project Required. Identifier. The name of the project in which
132+ * to list topics. Format is `projects/{project-id}`.
133133 * @param array $optParams Optional parameters.
134134 *
135135 * @opt_param int pageSize Optional. Maximum number of topics to return.
@@ -150,12 +150,12 @@ public function listProjectsTopics($project, $optParams = [])
150150 * mask. Note that certain properties of a topic are not modifiable.
151151 * (topics.patch)
152152 *
153- * @param string $name Required. The name of the topic. It must have the format
154- * `"projects/{project}/topics/{topic}"`. `{topic}` must start with a letter,
155- * and contain only letters (`[A-Za-z]`), numbers (`[0-9]`), dashes (`-`),
156- * underscores (`_`), periods (`.`), tildes (`~`), plus (`+`) or percent signs
157- * (`%`). It must be between 3 and 255 characters in length, and it must not
158- * start with `"goog"`.
153+ * @param string $name Required. Identifier. The name of the topic. It must have
154+ * the format `"projects/{project}/topics/{topic}"`. `{topic}` must start with a
155+ * letter, and contain only letters (`[A-Za-z]`), numbers (`[0-9]`), dashes
156+ * (`-`), underscores (`_`), periods (`.`), tildes (`~`), plus (`+`) or percent
157+ * signs (`%`). It must be between 3 and 255 characters in length, and it must
158+ * not start with `"goog"`.
159159 * @param UpdateTopicRequest $postBody
160160 * @param array $optParams Optional parameters.
161161 * @return Topic
@@ -171,8 +171,8 @@ public function patch($name, UpdateTopicRequest $postBody, $optParams = [])
171171 * Adds one or more messages to the topic. Returns `NOT_FOUND` if the topic does
172172 * not exist. (topics.publish)
173173 *
174- * @param string $topic Required. The messages in the request will be published
175- * on this topic. Format is `projects/{project}/topics/{topic}`.
174+ * @param string $topic Required. Identifier. The messages in the request will
175+ * be published on this topic. Format is `projects/{project}/topics/{topic}`.
176176 * @param PublishRequest $postBody
177177 * @param array $optParams Optional parameters.
178178 * @return PublishResponse
0 commit comments