Skip to content

Commit 6fca1e2

Browse files
yoshi-automationkolea2
authored andcommitted
---
yaml --- r: 18117 b: refs/heads/pubsub-ordering-keys c: 17ec9ac h: refs/heads/master i: 18115: 9300d43
1 parent 6a1eafd commit 6fca1e2

3 files changed

Lines changed: 11 additions & 11 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: 6e7ef816e569b274a5898dcb3406232526db95e6
162+
refs/heads/pubsub-ordering-keys: 17ec9ac1d1a20bc00512dfab4ad1ca01fdc19e69
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-securitycenter/src/main/java/com/google/cloud/securitycenter/v1beta1/SecurityCenterClient.java

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1261,7 +1261,7 @@ public final UnaryCallable<ListSourcesRequest, ListSourcesResponse> listSourcesC
12611261
* <pre><code>
12621262
* try (SecurityCenterClient securityCenterClient = SecurityCenterClient.create()) {
12631263
* OrganizationName parent = OrganizationName.of("[ORGANIZATION]");
1264-
* Empty response = securityCenterClient.runAssetDiscoveryAsync(parent).get();
1264+
* securityCenterClient.runAssetDiscoveryAsync(parent).get();
12651265
* }
12661266
* </code></pre>
12671267
*
@@ -1292,7 +1292,7 @@ public final OperationFuture<Empty, Empty> runAssetDiscoveryAsync(OrganizationNa
12921292
* <pre><code>
12931293
* try (SecurityCenterClient securityCenterClient = SecurityCenterClient.create()) {
12941294
* OrganizationName parent = OrganizationName.of("[ORGANIZATION]");
1295-
* Empty response = securityCenterClient.runAssetDiscoveryAsync(parent.toString()).get();
1295+
* securityCenterClient.runAssetDiscoveryAsync(parent.toString()).get();
12961296
* }
12971297
* </code></pre>
12981298
*
@@ -1324,7 +1324,7 @@ public final OperationFuture<Empty, Empty> runAssetDiscoveryAsync(String parent)
13241324
* RunAssetDiscoveryRequest request = RunAssetDiscoveryRequest.newBuilder()
13251325
* .setParent(parent.toString())
13261326
* .build();
1327-
* Empty response = securityCenterClient.runAssetDiscoveryAsync(request).get();
1327+
* securityCenterClient.runAssetDiscoveryAsync(request).get();
13281328
* }
13291329
* </code></pre>
13301330
*
@@ -1353,9 +1353,9 @@ public final OperationFuture<Empty, Empty> runAssetDiscoveryAsync(
13531353
* RunAssetDiscoveryRequest request = RunAssetDiscoveryRequest.newBuilder()
13541354
* .setParent(parent.toString())
13551355
* .build();
1356-
* OperationFuture&lt;Operation&gt; future = securityCenterClient.runAssetDiscoveryOperationCallable().futureCall(request);
1356+
* OperationFuture&lt;Empty, Empty&gt; future = securityCenterClient.runAssetDiscoveryOperationCallable().futureCall(request);
13571357
* // Do something
1358-
* Empty response = future.get();
1358+
* future.get();
13591359
* }
13601360
* </code></pre>
13611361
*/

branches/pubsub-ordering-keys/google-cloud-clients/google-cloud-securitycenter/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-17T08:50:12.007255Z",
2+
"updateTime": "2019-02-02T08:46:39.989912Z",
33
"sources": [
44
{
55
"generator": {
66
"name": "artman",
7-
"version": "0.16.6",
8-
"dockerImage": "googleapis/artman@sha256:12722f2ca3fbc3b53cc6aa5f0e569d7d221b46bd876a2136497089dec5e3634e"
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": "0ac60e21a1aa86c07c1836865b35308ba8178b05",
16-
"internalRef": "229626798"
15+
"sha": "bce093dab3e65c40eb9a37efbdc960f34df6037a",
16+
"internalRef": "231974277"
1717
}
1818
}
1919
],

0 commit comments

Comments
 (0)