Skip to content

Commit 73f508d

Browse files
yoshi-automationchingor13
authored andcommitted
---
yaml --- r: 35191 b: refs/heads/autosynth-websecurityscanner c: 6879d9b h: refs/heads/master i: 35189: dfa4a82 35187: 0ba38a9 35183: 057b646
1 parent 4751579 commit 73f508d

5 files changed

Lines changed: 42 additions & 25 deletions

File tree

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ refs/heads/autosynth-speech: c563dcd420cce0a37c39b1b9c24be1b9ba604dc7
142142
refs/heads/autosynth-tasks: 25d1eafe8cb66b00e3dad765dac74a5b45b83e63
143143
refs/heads/autosynth-texttospeech: 7a3ad430dddaed7a76f2026064502680c9339915
144144
refs/heads/autosynth-trace: 31564421a4b29f8257a6daea7f9a19838ac6459f
145-
refs/heads/autosynth-websecurityscanner: f19e5d0d31f9ab6ad8b9fe4d2904611ceb00ea79
145+
refs/heads/autosynth-websecurityscanner: 6879d9b896d5e5f5ce940e8ba3e4712b4d3c0f0b
146146
refs/heads/bigquerystorage: 06db74d123d7f8a3ef48755c2fcabed09faf8e64
147147
refs/heads/elharo-patch-1: ce159ef828d3c545991ff78e7b6e0d912a9453e9
148148
refs/heads/snyk-fix-r0punm: 1f0e6519ffd9f6cc09bcce1ccdf3fb61b6f4f9b5

branches/autosynth-websecurityscanner/google-cloud-clients/google-cloud-pubsub/src/main/java/com/google/cloud/pubsub/v1/SubscriptionAdminClient.java

Lines changed: 18 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1940,9 +1940,8 @@ public final UnaryCallable<SeekRequest, SeekResponse> seekCallable() {
19401940
* }
19411941
* </code></pre>
19421942
*
1943-
* @param resource REQUIRED: The resource for which the policy is being specified. `resource` is
1944-
* usually specified as a path. For example, a Project resource is specified as
1945-
* `projects/{project}`.
1943+
* @param resource REQUIRED: The resource for which the policy is being specified. See the
1944+
* operation documentation for the appropriate value for this field.
19461945
* @param policy REQUIRED: The complete policy to be applied to the `resource`. The size of the
19471946
* policy is limited to a few 10s of KB. An empty policy is a valid policy but certain Cloud
19481947
* Platform services (such as Projects) might reject them.
@@ -2018,9 +2017,8 @@ public final UnaryCallable<SetIamPolicyRequest, Policy> setIamPolicyCallable() {
20182017
* }
20192018
* </code></pre>
20202019
*
2021-
* @param resource REQUIRED: The resource for which the policy is being requested. `resource` is
2022-
* usually specified as a path. For example, a Project resource is specified as
2023-
* `projects/{project}`.
2020+
* @param resource REQUIRED: The resource for which the policy is being requested. See the
2021+
* operation documentation for the appropriate value for this field.
20242022
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
20252023
*/
20262024
public final Policy getIamPolicy(String resource) {
@@ -2081,6 +2079,10 @@ public final UnaryCallable<GetIamPolicyRequest, Policy> getIamPolicyCallable() {
20812079
* Returns permissions that a caller has on the specified resource. If the resource does not
20822080
* exist, this will return an empty set of permissions, not a NOT_FOUND error.
20832081
*
2082+
* <p>Note: This operation is designed to be used for building permission-aware UIs and
2083+
* command-line tools, not for authorization checking. This operation may "fail open" without
2084+
* warning.
2085+
*
20842086
* <p>Sample code:
20852087
*
20862088
* <pre><code>
@@ -2091,9 +2093,8 @@ public final UnaryCallable<GetIamPolicyRequest, Policy> getIamPolicyCallable() {
20912093
* }
20922094
* </code></pre>
20932095
*
2094-
* @param resource REQUIRED: The resource for which the policy detail is being requested.
2095-
* `resource` is usually specified as a path. For example, a Project resource is specified as
2096-
* `projects/{project}`.
2096+
* @param resource REQUIRED: The resource for which the policy detail is being requested. See the
2097+
* operation documentation for the appropriate value for this field.
20972098
* @param permissions The set of permissions to check for the `resource`. Permissions with
20982099
* wildcards (such as '&#42;' or 'storage.&#42;') are not allowed. For more information see
20992100
* [IAM Overview](https://cloud.google.com/iam/docs/overview#permissions).
@@ -2115,6 +2116,10 @@ public final TestIamPermissionsResponse testIamPermissions(
21152116
* Returns permissions that a caller has on the specified resource. If the resource does not
21162117
* exist, this will return an empty set of permissions, not a NOT_FOUND error.
21172118
*
2119+
* <p>Note: This operation is designed to be used for building permission-aware UIs and
2120+
* command-line tools, not for authorization checking. This operation may "fail open" without
2121+
* warning.
2122+
*
21182123
* <p>Sample code:
21192124
*
21202125
* <pre><code>
@@ -2141,6 +2146,10 @@ public final TestIamPermissionsResponse testIamPermissions(TestIamPermissionsReq
21412146
* Returns permissions that a caller has on the specified resource. If the resource does not
21422147
* exist, this will return an empty set of permissions, not a NOT_FOUND error.
21432148
*
2149+
* <p>Note: This operation is designed to be used for building permission-aware UIs and
2150+
* command-line tools, not for authorization checking. This operation may "fail open" without
2151+
* warning.
2152+
*
21442153
* <p>Sample code:
21452154
*
21462155
* <pre><code>

branches/autosynth-websecurityscanner/google-cloud-clients/google-cloud-pubsub/src/main/java/com/google/cloud/pubsub/v1/TopicAdminClient.java

Lines changed: 18 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -922,9 +922,8 @@ public final UnaryCallable<DeleteTopicRequest, Empty> deleteTopicCallable() {
922922
* }
923923
* </code></pre>
924924
*
925-
* @param resource REQUIRED: The resource for which the policy is being specified. `resource` is
926-
* usually specified as a path. For example, a Project resource is specified as
927-
* `projects/{project}`.
925+
* @param resource REQUIRED: The resource for which the policy is being specified. See the
926+
* operation documentation for the appropriate value for this field.
928927
* @param policy REQUIRED: The complete policy to be applied to the `resource`. The size of the
929928
* policy is limited to a few 10s of KB. An empty policy is a valid policy but certain Cloud
930929
* Platform services (such as Projects) might reject them.
@@ -1000,9 +999,8 @@ public final UnaryCallable<SetIamPolicyRequest, Policy> setIamPolicyCallable() {
1000999
* }
10011000
* </code></pre>
10021001
*
1003-
* @param resource REQUIRED: The resource for which the policy is being requested. `resource` is
1004-
* usually specified as a path. For example, a Project resource is specified as
1005-
* `projects/{project}`.
1002+
* @param resource REQUIRED: The resource for which the policy is being requested. See the
1003+
* operation documentation for the appropriate value for this field.
10061004
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
10071005
*/
10081006
public final Policy getIamPolicy(String resource) {
@@ -1063,6 +1061,10 @@ public final UnaryCallable<GetIamPolicyRequest, Policy> getIamPolicyCallable() {
10631061
* Returns permissions that a caller has on the specified resource. If the resource does not
10641062
* exist, this will return an empty set of permissions, not a NOT_FOUND error.
10651063
*
1064+
* <p>Note: This operation is designed to be used for building permission-aware UIs and
1065+
* command-line tools, not for authorization checking. This operation may "fail open" without
1066+
* warning.
1067+
*
10661068
* <p>Sample code:
10671069
*
10681070
* <pre><code>
@@ -1073,9 +1075,8 @@ public final UnaryCallable<GetIamPolicyRequest, Policy> getIamPolicyCallable() {
10731075
* }
10741076
* </code></pre>
10751077
*
1076-
* @param resource REQUIRED: The resource for which the policy detail is being requested.
1077-
* `resource` is usually specified as a path. For example, a Project resource is specified as
1078-
* `projects/{project}`.
1078+
* @param resource REQUIRED: The resource for which the policy detail is being requested. See the
1079+
* operation documentation for the appropriate value for this field.
10791080
* @param permissions The set of permissions to check for the `resource`. Permissions with
10801081
* wildcards (such as '&#42;' or 'storage.&#42;') are not allowed. For more information see
10811082
* [IAM Overview](https://cloud.google.com/iam/docs/overview#permissions).
@@ -1097,6 +1098,10 @@ public final TestIamPermissionsResponse testIamPermissions(
10971098
* Returns permissions that a caller has on the specified resource. If the resource does not
10981099
* exist, this will return an empty set of permissions, not a NOT_FOUND error.
10991100
*
1101+
* <p>Note: This operation is designed to be used for building permission-aware UIs and
1102+
* command-line tools, not for authorization checking. This operation may "fail open" without
1103+
* warning.
1104+
*
11001105
* <p>Sample code:
11011106
*
11021107
* <pre><code>
@@ -1123,6 +1128,10 @@ public final TestIamPermissionsResponse testIamPermissions(TestIamPermissionsReq
11231128
* Returns permissions that a caller has on the specified resource. If the resource does not
11241129
* exist, this will return an empty set of permissions, not a NOT_FOUND error.
11251130
*
1131+
* <p>Note: This operation is designed to be used for building permission-aware UIs and
1132+
* command-line tools, not for authorization checking. This operation may "fail open" without
1133+
* warning.
1134+
*
11261135
* <p>Sample code:
11271136
*
11281137
* <pre><code>

branches/autosynth-websecurityscanner/google-cloud-clients/google-cloud-pubsub/src/main/java/com/google/cloud/pubsub/v1/stub/PublisherStubSettings.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -490,7 +490,6 @@ public static class Builder extends StubSettings.Builder<PublisherStubSettings,
490490
Lists.<StatusCode.Code>newArrayList(
491491
StatusCode.Code.ABORTED,
492492
StatusCode.Code.CANCELLED,
493-
StatusCode.Code.DEADLINE_EXCEEDED,
494493
StatusCode.Code.INTERNAL,
495494
StatusCode.Code.RESOURCE_EXHAUSTED,
496495
StatusCode.Code.UNAVAILABLE,

branches/autosynth-websecurityscanner/google-cloud-clients/google-cloud-pubsub/synth.metadata

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
{
2-
"updateTime": "2019-05-04T07:50:52.778189Z",
2+
"updateTime": "2019-05-08T07:53:25.339418Z",
33
"sources": [
44
{
55
"generator": {
66
"name": "artman",
7-
"version": "0.18.0",
8-
"dockerImage": "googleapis/artman@sha256:29bd82cc42c43825fde408e63fc955f3f9d07ff9989243d7aa0f91a35c7884dc"
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": "39c876cca5403e7e8282ce2229033cc3cc02962c",
16-
"internalRef": "246561601"
15+
"sha": "51145ff7812d2bb44c1219d0b76dac92a8bd94b2",
16+
"internalRef": "247143125"
1717
}
1818
}
1919
],

0 commit comments

Comments
 (0)