Skip to content

Commit

Permalink
Regenerate asset client (#4426)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation authored and kolea2 committed Feb 5, 2019
1 parent e3c0cd7 commit cfac767
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ public final OperationFuture<ExportAssetsResponse, ExportAssetsRequest> exportAs
* .setParent(parent.toString())
* .setOutputConfig(outputConfig)
* .build();
* OperationFuture&lt;Operation&gt; future = assetServiceClient.exportAssetsOperationCallable().futureCall(request);
* OperationFuture&lt;ExportAssetsResponse, ExportAssetsRequest&gt; future = assetServiceClient.exportAssetsOperationCallable().futureCall(request);
* // Do something
* ExportAssetsResponse response = future.get();
* }
Expand Down
10 changes: 5 additions & 5 deletions google-cloud-clients/google-cloud-asset/synth.metadata
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"updateTime": "2019-01-19T08:33:18.886065Z",
"updateTime": "2019-02-02T08:32:59.368699Z",
"sources": [
{
"generator": {
"name": "artman",
"version": "0.16.7",
"dockerImage": "googleapis/artman@sha256:d6c8ced606eb49973ca95d2af7c55a681acc042db0f87d135968349e7bf6dd80"
"version": "0.16.8",
"dockerImage": "googleapis/artman@sha256:75bc07ef34a1de9895c18af54dc503ed3b3f3b52e85062e3360a979d2a0741e7"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "96adaf6de4fa2cabbdd5de560a367bb488e0639b",
"internalRef": "229998977"
"sha": "bce093dab3e65c40eb9a37efbdc960f34df6037a",
"internalRef": "231974277"
}
}
],
Expand Down

0 comments on commit cfac767

Please sign in to comment.