Skip to content

Commit 1cbd452

Browse files
yoshi-automationkolea2
authored andcommitted
---
yaml --- r: 18111 b: refs/heads/pubsub-ordering-keys c: cfac767 h: refs/heads/master i: 18109: 9d4feb8 18107: bd82f42 18103: 29f058e 18095: 524f133 18079: 48c6842 18047: 13d1369
1 parent 6e4e9aa commit 1cbd452

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ refs/tags/v0.72.0: a7703f2593ba312c0b2dde6fdfd4f5c764bb55ac
159159
refs/tags/v0.73.0: 21241ea8be9439cc5764c4944cdce21d34ce4f9e
160160
refs/tags/v0.74.0: 9d1f733dbbf790de7b494418523b69c4a9a57638
161161
refs/heads/ignoretest: 23c412ae07af3d0ab1caa2d44d5bc5c0ccb8b31d
162-
refs/heads/pubsub-ordering-keys: e3c0cd73100b8fcf7b376cf95b8814711aa91641
162+
refs/heads/pubsub-ordering-keys: cfac767a5c20f8ae1c0e493b647cf33cf8df93ab
163163
"refs/heads/update_mvn_badge": ae2d773814db0f71197ccf5a8612ee1d8056f8de
164164
refs/tags/v0.75.0: c3673089ae09a897c1b4cf7dfe167fe4f8ab32fb
165165
refs/tags/v0.76.0: 395b016826d3ddf9cb8b34919636df15a4dbd032

branches/pubsub-ordering-keys/google-cloud-clients/google-cloud-asset/src/main/java/com/google/cloud/asset/v1beta1/AssetServiceClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ public final OperationFuture<ExportAssetsResponse, ExportAssetsRequest> exportAs
215215
* .setParent(parent.toString())
216216
* .setOutputConfig(outputConfig)
217217
* .build();
218-
* OperationFuture&lt;Operation&gt; future = assetServiceClient.exportAssetsOperationCallable().futureCall(request);
218+
* OperationFuture&lt;ExportAssetsResponse, ExportAssetsRequest&gt; future = assetServiceClient.exportAssetsOperationCallable().futureCall(request);
219219
* // Do something
220220
* ExportAssetsResponse response = future.get();
221221
* }

branches/pubsub-ordering-keys/google-cloud-clients/google-cloud-asset/synth.metadata

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
{
2-
"updateTime": "2019-01-19T08:33:18.886065Z",
2+
"updateTime": "2019-02-02T08:32:59.368699Z",
33
"sources": [
44
{
55
"generator": {
66
"name": "artman",
7-
"version": "0.16.7",
8-
"dockerImage": "googleapis/artman@sha256:d6c8ced606eb49973ca95d2af7c55a681acc042db0f87d135968349e7bf6dd80"
7+
"version": "0.16.8",
8+
"dockerImage": "googleapis/artman@sha256:75bc07ef34a1de9895c18af54dc503ed3b3f3b52e85062e3360a979d2a0741e7"
99
}
1010
},
1111
{
1212
"git": {
1313
"name": "googleapis",
1414
"remote": "https://github.com/googleapis/googleapis.git",
15-
"sha": "96adaf6de4fa2cabbdd5de560a367bb488e0639b",
16-
"internalRef": "229998977"
15+
"sha": "bce093dab3e65c40eb9a37efbdc960f34df6037a",
16+
"internalRef": "231974277"
1717
}
1818
}
1919
],

0 commit comments

Comments
 (0)