You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: branches/autosynth-iamcredentials/google-cloud-clients/google-cloud-containeranalysis/src/main/java/com/google/cloud/devtools/containeranalysis/v1beta1/ContainerAnalysisV1Beta1Client.java
+12-18Lines changed: 12 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -199,9 +199,8 @@ public ContainerAnalysisV1Beta1Stub getStub() {
199
199
* }
200
200
* </code></pre>
201
201
*
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.
205
204
* @param policy REQUIRED: The complete policy to be applied to the `resource`. The size of the
206
205
* policy is limited to a few 10s of KB. An empty policy is a valid policy but certain Cloud
207
206
* Platform services (such as Projects) might reject them.
@@ -236,9 +235,8 @@ public final Policy setIamPolicy(IamResourceName resource, Policy policy) {
236
235
* }
237
236
* </code></pre>
238
237
*
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.
242
240
* @param policy REQUIRED: The complete policy to be applied to the `resource`. The size of the
243
241
* policy is limited to a few 10s of KB. An empty policy is a valid policy but certain Cloud
244
242
* Platform services (such as Projects) might reject them.
@@ -328,9 +326,8 @@ public final UnaryCallable<SetIamPolicyRequest, Policy> setIamPolicyCallable() {
328
326
* }
329
327
* </code></pre>
330
328
*
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.
334
331
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
0 commit comments