Skip to content

Commit a072b96

Browse files
yoshi-automationchingor13
authored andcommitted
---
yaml --- r: 34471 b: refs/heads/autosynth-tasks c: 84832d7 h: refs/heads/master i: 34469: fff0664 34467: 55e600e 34463: 7e2a09a
1 parent 1afee6e commit a072b96

3 files changed

Lines changed: 34 additions & 24 deletions

File tree

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ refs/heads/autosynth-redis: 2b698ebe7faaa0b93246576a88941682e0888e57
139139
refs/heads/autosynth-scheduler: a3de6480746d1cd586ca8b9d75c55a636f371539
140140
refs/heads/autosynth-spanner: d963fe4368e79cf6abae5d511785e8ced8ac57f4
141141
refs/heads/autosynth-speech: c563dcd420cce0a37c39b1b9c24be1b9ba604dc7
142-
refs/heads/autosynth-tasks: c2bd80396710e21064dfdd92a20b5d4cee38b26f
142+
refs/heads/autosynth-tasks: 84832d77a92d3a95945cc345fb95d90d04fe4d31
143143
refs/heads/autosynth-texttospeech: 2c442fe0b7f089fbab266edfe4dd83c532e82dd0
144144
refs/heads/autosynth-trace: c94eef6e4d9c6fd24888216e28ca7271959c1cf0
145145
refs/heads/autosynth-websecurityscanner: fa561b356aabcd92d415ae8dc88fd8d87dbc5b23

branches/autosynth-tasks/google-cloud-clients/google-cloud-kms/src/main/java/com/google/cloud/kms/v1/KeyManagementServiceClient.java

Lines changed: 28 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -2487,9 +2487,8 @@ public final AsymmetricSignResponse asymmetricSign(AsymmetricSignRequest request
24872487
* }
24882488
* </code></pre>
24892489
*
2490-
* @param resource REQUIRED: The resource for which the policy is being specified. `resource` is
2491-
* usually specified as a path. For example, a Project resource is specified as
2492-
* `projects/{project}`.
2490+
* @param resource REQUIRED: The resource for which the policy is being specified. See the
2491+
* operation documentation for the appropriate value for this field.
24932492
* @param policy REQUIRED: The complete policy to be applied to the `resource`. The size of the
24942493
* policy is limited to a few 10s of KB. An empty policy is a valid policy but certain Cloud
24952494
* Platform services (such as Projects) might reject them.
@@ -2519,9 +2518,8 @@ public final Policy setIamPolicy(KeyName resource, Policy policy) {
25192518
* }
25202519
* </code></pre>
25212520
*
2522-
* @param resource REQUIRED: The resource for which the policy is being specified. `resource` is
2523-
* usually specified as a path. For example, a Project resource is specified as
2524-
* `projects/{project}`.
2521+
* @param resource REQUIRED: The resource for which the policy is being specified. See the
2522+
* operation documentation for the appropriate value for this field.
25252523
* @param policy REQUIRED: The complete policy to be applied to the `resource`. The size of the
25262524
* policy is limited to a few 10s of KB. An empty policy is a valid policy but certain Cloud
25272525
* Platform services (such as Projects) might reject them.
@@ -2597,9 +2595,8 @@ public final UnaryCallable<SetIamPolicyRequest, Policy> setIamPolicyCallable() {
25972595
* }
25982596
* </code></pre>
25992597
*
2600-
* @param resource REQUIRED: The resource for which the policy is being requested. `resource` is
2601-
* usually specified as a path. For example, a Project resource is specified as
2602-
* `projects/{project}`.
2598+
* @param resource REQUIRED: The resource for which the policy is being requested. See the
2599+
* operation documentation for the appropriate value for this field.
26032600
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
26042601
*/
26052602
public final Policy getIamPolicy(KeyName resource) {
@@ -2625,9 +2622,8 @@ public final Policy getIamPolicy(KeyName resource) {
26252622
* }
26262623
* </code></pre>
26272624
*
2628-
* @param resource REQUIRED: The resource for which the policy is being requested. `resource` is
2629-
* usually specified as a path. For example, a Project resource is specified as
2630-
* `projects/{project}`.
2625+
* @param resource REQUIRED: The resource for which the policy is being requested. See the
2626+
* operation documentation for the appropriate value for this field.
26312627
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
26322628
*/
26332629
public final Policy getIamPolicy(String resource) {
@@ -2688,6 +2684,10 @@ public final UnaryCallable<GetIamPolicyRequest, Policy> getIamPolicyCallable() {
26882684
* Returns permissions that a caller has on the specified resource. If the resource does not
26892685
* exist, this will return an empty set of permissions, not a NOT_FOUND error.
26902686
*
2687+
* <p>Note: This operation is designed to be used for building permission-aware UIs and
2688+
* command-line tools, not for authorization checking. This operation may "fail open" without
2689+
* warning.
2690+
*
26912691
* <p>Sample code:
26922692
*
26932693
* <pre><code>
@@ -2698,9 +2698,8 @@ public final UnaryCallable<GetIamPolicyRequest, Policy> getIamPolicyCallable() {
26982698
* }
26992699
* </code></pre>
27002700
*
2701-
* @param resource REQUIRED: The resource for which the policy detail is being requested.
2702-
* `resource` is usually specified as a path. For example, a Project resource is specified as
2703-
* `projects/{project}`.
2701+
* @param resource REQUIRED: The resource for which the policy detail is being requested. See the
2702+
* operation documentation for the appropriate value for this field.
27042703
* @param permissions The set of permissions to check for the `resource`. Permissions with
27052704
* wildcards (such as '&#42;' or 'storage.&#42;') are not allowed. For more information see
27062705
* [IAM Overview](https://cloud.google.com/iam/docs/overview#permissions).
@@ -2722,6 +2721,10 @@ public final TestIamPermissionsResponse testIamPermissions(
27222721
* Returns permissions that a caller has on the specified resource. If the resource does not
27232722
* exist, this will return an empty set of permissions, not a NOT_FOUND error.
27242723
*
2724+
* <p>Note: This operation is designed to be used for building permission-aware UIs and
2725+
* command-line tools, not for authorization checking. This operation may "fail open" without
2726+
* warning.
2727+
*
27252728
* <p>Sample code:
27262729
*
27272730
* <pre><code>
@@ -2732,9 +2735,8 @@ public final TestIamPermissionsResponse testIamPermissions(
27322735
* }
27332736
* </code></pre>
27342737
*
2735-
* @param resource REQUIRED: The resource for which the policy detail is being requested.
2736-
* `resource` is usually specified as a path. For example, a Project resource is specified as
2737-
* `projects/{project}`.
2738+
* @param resource REQUIRED: The resource for which the policy detail is being requested. See the
2739+
* operation documentation for the appropriate value for this field.
27382740
* @param permissions The set of permissions to check for the `resource`. Permissions with
27392741
* wildcards (such as '&#42;' or 'storage.&#42;') are not allowed. For more information see
27402742
* [IAM Overview](https://cloud.google.com/iam/docs/overview#permissions).
@@ -2756,6 +2758,10 @@ public final TestIamPermissionsResponse testIamPermissions(
27562758
* Returns permissions that a caller has on the specified resource. If the resource does not
27572759
* exist, this will return an empty set of permissions, not a NOT_FOUND error.
27582760
*
2761+
* <p>Note: This operation is designed to be used for building permission-aware UIs and
2762+
* command-line tools, not for authorization checking. This operation may "fail open" without
2763+
* warning.
2764+
*
27592765
* <p>Sample code:
27602766
*
27612767
* <pre><code>
@@ -2782,6 +2788,10 @@ public final TestIamPermissionsResponse testIamPermissions(TestIamPermissionsReq
27822788
* Returns permissions that a caller has on the specified resource. If the resource does not
27832789
* exist, this will return an empty set of permissions, not a NOT_FOUND error.
27842790
*
2791+
* <p>Note: This operation is designed to be used for building permission-aware UIs and
2792+
* command-line tools, not for authorization checking. This operation may "fail open" without
2793+
* warning.
2794+
*
27852795
* <p>Sample code:
27862796
*
27872797
* <pre><code>

branches/autosynth-tasks/google-cloud-clients/google-cloud-kms/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-16T07:47:27.651382Z",
2+
"updateTime": "2019-05-07T07:47:54.252934Z",
33
"sources": [
44
{
55
"generator": {
66
"name": "artman",
7-
"version": "0.16.25",
8-
"dockerImage": "googleapis/artman@sha256:d9597f983d1d4e61272c63cb97b7d8f8234da9999526c35d357de3d781f0ec1b"
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": "b7f88d8827df8a78e1bb1d56b0f56a1bc23c6359",
16-
"internalRef": "243675277"
15+
"sha": "5aeb4179d0c424be6b1b228bce7ec75ec24f3d12",
16+
"internalRef": "246901187"
1717
}
1818
}
1919
],

0 commit comments

Comments
 (0)