Skip to content

Commit 0db8f3d

Browse files
yoshi-automationchingor13
authored andcommitted
---
yaml --- r: 31907 b: refs/heads/autosynth-datastore c: c6b571c h: refs/heads/master i: 31905: 0da250b 31903: 38a29bd
1 parent 48ac30f commit 0db8f3d

3 files changed

Lines changed: 18 additions & 24 deletions

File tree

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ refs/heads/autosynth-bigquerystorage: a345f72d7a6358e9fea9dcdae94ec85a27da3088
127127
refs/heads/autosynth-bigtable: 2a6af7e2959fd79c99b8ca5d773f29a6434b546d
128128
refs/heads/autosynth-bigtable-admin: 6379a2bc712f2736c83de0e009b4d26da4fa82ca
129129
refs/heads/autosynth-containeranalysis: 18d210f81f17cf74864d0db2c29e834302f74f2a
130-
refs/heads/autosynth-datastore: eae4a9dbbb9785de7ccfe78291a06aa27d984e39
130+
refs/heads/autosynth-datastore: c6b571c3c96335fffd441c13a72449c7090149cb
131131
refs/heads/autosynth-dialogflow: 841930a680ebe370c9fc6ae824465f6bc51a5a46
132132
refs/heads/autosynth-errorreporting: 3f176c20b55dfaaa8fc32f28d82b31784b93e636
133133
refs/heads/autosynth-firestore: 983c75e4fb1076502c8cac73ef0538bdb10884f3

branches/autosynth-datastore/google-cloud-clients/google-cloud-containeranalysis/src/main/java/com/google/cloud/devtools/containeranalysis/v1beta1/ContainerAnalysisV1Beta1Client.java

Lines changed: 12 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -199,9 +199,8 @@ public ContainerAnalysisV1Beta1Stub getStub() {
199199
* }
200200
* </code></pre>
201201
*
202-
* @param resource REQUIRED: The resource for which the policy is being specified. `resource` is
203-
* usually specified as a path. For example, a Project resource is specified as
204-
* `projects/{project}`.
202+
* @param resource REQUIRED: The resource for which the policy is being specified. See the
203+
* operation documentation for the appropriate value for this field.
205204
* @param policy REQUIRED: The complete policy to be applied to the `resource`. The size of the
206205
* policy is limited to a few 10s of KB. An empty policy is a valid policy but certain Cloud
207206
* Platform services (such as Projects) might reject them.
@@ -236,9 +235,8 @@ public final Policy setIamPolicy(IamResourceName resource, Policy policy) {
236235
* }
237236
* </code></pre>
238237
*
239-
* @param resource REQUIRED: The resource for which the policy is being specified. `resource` is
240-
* usually specified as a path. For example, a Project resource is specified as
241-
* `projects/{project}`.
238+
* @param resource REQUIRED: The resource for which the policy is being specified. See the
239+
* operation documentation for the appropriate value for this field.
242240
* @param policy REQUIRED: The complete policy to be applied to the `resource`. The size of the
243241
* policy is limited to a few 10s of KB. An empty policy is a valid policy but certain Cloud
244242
* Platform services (such as Projects) might reject them.
@@ -328,9 +326,8 @@ public final UnaryCallable<SetIamPolicyRequest, Policy> setIamPolicyCallable() {
328326
* }
329327
* </code></pre>
330328
*
331-
* @param resource REQUIRED: The resource for which the policy is being requested. `resource` is
332-
* usually specified as a path. For example, a Project resource is specified as
333-
* `projects/{project}`.
329+
* @param resource REQUIRED: The resource for which the policy is being requested. See the
330+
* operation documentation for the appropriate value for this field.
334331
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
335332
*/
336333
public final Policy getIamPolicy(IamResourceName resource) {
@@ -360,9 +357,8 @@ public final Policy getIamPolicy(IamResourceName resource) {
360357
* }
361358
* </code></pre>
362359
*
363-
* @param resource REQUIRED: The resource for which the policy is being requested. `resource` is
364-
* usually specified as a path. For example, a Project resource is specified as
365-
* `projects/{project}`.
360+
* @param resource REQUIRED: The resource for which the policy is being requested. See the
361+
* operation documentation for the appropriate value for this field.
366362
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
367363
*/
368364
public final Policy getIamPolicy(String resource) {
@@ -444,9 +440,8 @@ public final UnaryCallable<GetIamPolicyRequest, Policy> getIamPolicyCallable() {
444440
* }
445441
* </code></pre>
446442
*
447-
* @param resource REQUIRED: The resource for which the policy detail is being requested.
448-
* `resource` is usually specified as a path. For example, a Project resource is specified as
449-
* `projects/{project}`.
443+
* @param resource REQUIRED: The resource for which the policy detail is being requested. See the
444+
* operation documentation for the appropriate value for this field.
450445
* @param permissions The set of permissions to check for the `resource`. Permissions with
451446
* wildcards (such as '&#42;' or 'storage.&#42;') are not allowed. For more information see
452447
* [IAM Overview](https://cloud.google.com/iam/docs/overview#permissions).
@@ -481,9 +476,8 @@ public final TestIamPermissionsResponse testIamPermissions(
481476
* }
482477
* </code></pre>
483478
*
484-
* @param resource REQUIRED: The resource for which the policy detail is being requested.
485-
* `resource` is usually specified as a path. For example, a Project resource is specified as
486-
* `projects/{project}`.
479+
* @param resource REQUIRED: The resource for which the policy detail is being requested. See the
480+
* operation documentation for the appropriate value for this field.
487481
* @param permissions The set of permissions to check for the `resource`. Permissions with
488482
* wildcards (such as '&#42;' or 'storage.&#42;') are not allowed. For more information see
489483
* [IAM Overview](https://cloud.google.com/iam/docs/overview#permissions).

branches/autosynth-datastore/google-cloud-clients/google-cloud-containeranalysis/synth.metadata

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
{
2-
"updateTime": "2019-04-02T07:39:28.731187Z",
2+
"updateTime": "2019-05-07T07:39:23.514320Z",
33
"sources": [
44
{
55
"generator": {
66
"name": "artman",
7-
"version": "0.16.22",
8-
"dockerImage": "googleapis/artman@sha256:e7f9554322a8aa1416c122c918fdc4cdec8cfe816f027fc948dec0be7edef320"
7+
"version": "0.19.0",
8+
"dockerImage": "googleapis/artman@sha256:d3df563538225ac6caac45d8ad86499500211d1bcb2536955a6dbda15e1b368e"
99
}
1010
},
1111
{
1212
"git": {
1313
"name": "googleapis",
1414
"remote": "https://github.com/googleapis/googleapis.git",
15-
"sha": "6c48ab5aef47dc14e02e2dc718d232a28067129d",
16-
"internalRef": "241437588"
15+
"sha": "5aeb4179d0c424be6b1b228bce7ec75ec24f3d12",
16+
"internalRef": "246901187"
1717
}
1818
}
1919
],

0 commit comments

Comments
 (0)