Skip to content

Commit

Permalink
[CHANGE ME] Re-generated PubSub to pick up changes in the API or clie…
Browse files Browse the repository at this point in the history
…nt library generator.
  • Loading branch information
yoshi-automation committed Mar 1, 2019
1 parent a30e73b commit 1435ab5
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 23 deletions.
6 changes: 3 additions & 3 deletions PubSub/src/V1/CreateSnapshotRequest.php

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

17 changes: 10 additions & 7 deletions PubSub/src/V1/Gapic/SubscriberGapicClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -382,9 +382,10 @@ public function __construct(array $options = [])
* If the name is not provided in the request, the server will assign a random
* name for this subscription on the same project as the topic, conforming
* to the
* [resource name format](https://cloud.google.com/pubsub/docs/admin#resource_names).
* The generated name is populated in the returned Subscription object.
* Note that for REST API requests, you must specify a name in the request.
* [resource name
* format](https://cloud.google.com/pubsub/docs/admin#resource_names). The
* generated name is populated in the returned Subscription object. Note that
* for REST API requests, you must specify a name in the request.
*
* Sample code:
* ```
Expand Down Expand Up @@ -441,7 +442,8 @@ public function __construct(array $options = [])
* messages are not expunged from the subscription's backlog, even if they are
* acknowledged, until they fall out of the `message_retention_duration`
* window. This must be true if you would like to
* <a href="https://cloud.google.com/pubsub/docs/replay-overview#seek_to_a_time">
* <a
* href="https://cloud.google.com/pubsub/docs/replay-overview#seek_to_a_time">
* Seek to a timestamp</a>.
* <br><br>
* <b>BETA:</b> This feature is part of a beta release. This API might be
Expand Down Expand Up @@ -1131,9 +1133,10 @@ public function listSnapshots($project, array $optionalArgs = [])
* the request, the server will assign a random
* name for this snapshot on the same project as the subscription, conforming
* to the
* [resource name format](https://cloud.google.com/pubsub/docs/admin#resource_names).
* The generated name is populated in the returned Snapshot object. Note that
* for REST API requests, you must specify a name in the request.
* [resource name
* format](https://cloud.google.com/pubsub/docs/admin#resource_names). The
* generated name is populated in the returned Snapshot object. Note that for
* REST API requests, you must specify a name in the request.
*
* Sample code:
* ```
Expand Down
14 changes: 8 additions & 6 deletions PubSub/src/V1/SubscriberGrpcClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,10 @@ public function __construct($hostname, $opts, $channel = null) {
* If the name is not provided in the request, the server will assign a random
* name for this subscription on the same project as the topic, conforming
* to the
* [resource name format](https://cloud.google.com/pubsub/docs/admin#resource_names).
* The generated name is populated in the returned Subscription object.
* Note that for REST API requests, you must specify a name in the request.
* [resource name
* format](https://cloud.google.com/pubsub/docs/admin#resource_names). The
* generated name is populated in the returned Subscription object. Note that
* for REST API requests, you must specify a name in the request.
* @param \Google\Cloud\PubSub\V1\Subscription $argument input argument
* @param array $metadata metadata
* @param array $options call options
Expand Down Expand Up @@ -273,9 +274,10 @@ public function ListSnapshots(\Google\Cloud\PubSub\V1\ListSnapshotsRequest $argu
* the request, the server will assign a random
* name for this snapshot on the same project as the subscription, conforming
* to the
* [resource name format](https://cloud.google.com/pubsub/docs/admin#resource_names).
* The generated name is populated in the returned Snapshot object. Note that
* for REST API requests, you must specify a name in the request.
* [resource name
* format](https://cloud.google.com/pubsub/docs/admin#resource_names). The
* generated name is populated in the returned Snapshot object. Note that for
* REST API requests, you must specify a name in the request.
* @param \Google\Cloud\PubSub\V1\CreateSnapshotRequest $argument input argument
* @param array $metadata metadata
* @param array $options call options
Expand Down
12 changes: 8 additions & 4 deletions PubSub/src/V1/Subscription.php

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

6 changes: 3 additions & 3 deletions PubSub/synth.metadata
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"updateTime": "2019-02-28T11:01:19.729022Z",
"updateTime": "2019-03-01T11:01:53.183810Z",
"sources": [
{
"generator": {
Expand All @@ -12,8 +12,8 @@
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "9c769d3a0e67e4df9b9e8eee480124c2700a7e6c",
"internalRef": "235997788"
"sha": "41d72d444fbe445f4da89e13be02078734fb7875",
"internalRef": "236230004"
}
}
],
Expand Down

0 comments on commit 1435ab5

Please sign in to comment.