Skip to content

Commit

Permalink
feat: add client id to streaming pull config (#2657)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed Jan 31, 2020
1 parent eb4d88d commit a6e31ae
Show file tree
Hide file tree
Showing 6 changed files with 282 additions and 220 deletions.
320 changes: 160 additions & 160 deletions PubSub/metadata/V1/Pubsub.php

Large diffs are not rendered by default.

52 changes: 24 additions & 28 deletions PubSub/src/V1/CreateSnapshotRequest.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 6 additions & 7 deletions PubSub/src/V1/Gapic/SubscriberGapicClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -1236,13 +1236,12 @@ public function listSnapshots($project, array $optionalArgs = [])
* }
* ```
*
* @param string $name Optional user-provided name for this snapshot.
* If the name is not provided in the request, the server will assign a random
* name for this snapshot on the same project as the subscription.
* Note that for REST API requests, you must specify a name. See the
* <a href="https://cloud.google.com/pubsub/docs/admin#resource_names">
* resource name rules</a>.
* Format is `projects/{project}/snapshots/{snap}`.
* @param string $name User-provided name for this snapshot. If the name is not provided in the
* request, the server will assign a random name for this snapshot on the same
* project as the subscription. Note that for REST API requests, you must
* specify a name. See the <a
* href="https://cloud.google.com/pubsub/docs/admin#resource_names"> resource
* name rules</a>. Format is `projects/{project}/snapshots/{snap}`.
* @param string $subscription The subscription whose backlog the snapshot retains.
* Specifically, the created snapshot is guaranteed to retain:
* (a) The existing backlog on the subscription. More precisely, this is
Expand Down
52 changes: 32 additions & 20 deletions PubSub/src/V1/PubsubMessage.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

54 changes: 54 additions & 0 deletions PubSub/src/V1/StreamingPullRequest.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 6 additions & 5 deletions PubSub/synth.metadata

Large diffs are not rendered by default.

0 comments on commit a6e31ae

Please sign in to comment.