You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: update generated retry timings for publish and pull rpcs via synth (#43)
* fix: update generated retry settings for pull and publish rpcs via synth
Co-authored-by: Alex Hong <hongalex@google.com>
Co-authored-by: Alex Hong <9397363+hongalex@users.noreply.github.com>
Copy file name to clipboardExpand all lines: google/cloud/pubsub_v1/gapic/publisher_client.py
+26-24Lines changed: 26 additions & 24 deletions
Original file line number
Diff line number
Diff line change
@@ -260,12 +260,12 @@ def create_topic(
260
260
>>> response = client.create_topic(name)
261
261
262
262
Args:
263
-
name (str): The name of the topic. It must have the format
264
-
`"projects/{project}/topics/{topic}"`. `{topic}` must start with a letter,
265
-
and contain only letters (`[A-Za-z]`), numbers (`[0-9]`), dashes (`-`),
266
-
underscores (`_`), periods (`.`), tildes (`~`), plus (`+`) or percent
267
-
signs (`%`). It must be between 3 and 255 characters in length, and it
268
-
must not start with `"goog"`.
263
+
name (str): Required. The name of the topic. It must have the format
264
+
``"projects/{project}/topics/{topic}"``. ``{topic}`` must start with a
265
+
letter, and contain only letters (``[A-Za-z]``), numbers (``[0-9]``),
266
+
dashes (``-``), underscores (``_``), periods (``.``), tildes (``~``),
267
+
plus (``+``) or percent signs (``%``). It must be between 3 and 255
268
+
characters in length, and it must not start with ``"goog"``.
269
269
labels (dict[str -> str]): See <a href="https://cloud.google.com/pubsub/docs/labels"> Creating and
270
270
managing labels</a>.
271
271
message_storage_policy (Union[dict, ~google.cloud.pubsub_v1.types.MessageStoragePolicy]): Policy constraining the set of Google Cloud Platform regions where messages
0 commit comments