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-websecurityscanner/google-cloud-clients/google-cloud-iot/src/main/java/com/google/cloud/iot/v1/DeviceManagerClient.java
+12-18Lines changed: 12 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -1512,9 +1512,8 @@ public final ListDeviceStatesResponse listDeviceStates(ListDeviceStatesRequest r
1512
1512
* }
1513
1513
* </code></pre>
1514
1514
*
1515
-
* @param resource REQUIRED: The resource for which the policy is being specified. `resource` is
1516
-
* usually specified as a path. For example, a Project resource is specified as
1517
-
* `projects/{project}`.
1515
+
* @param resource REQUIRED: The resource for which the policy is being specified. See the
1516
+
* operation documentation for the appropriate value for this field.
1518
1517
* @param policy REQUIRED: The complete policy to be applied to the `resource`. The size of the
1519
1518
* policy is limited to a few 10s of KB. An empty policy is a valid policy but certain Cloud
1520
1519
* Platform services (such as Projects) might reject them.
@@ -1544,9 +1543,8 @@ public final Policy setIamPolicy(RegistryName resource, Policy policy) {
1544
1543
* }
1545
1544
* </code></pre>
1546
1545
*
1547
-
* @param resource REQUIRED: The resource for which the policy is being specified. `resource` is
1548
-
* usually specified as a path. For example, a Project resource is specified as
1549
-
* `projects/{project}`.
1546
+
* @param resource REQUIRED: The resource for which the policy is being specified. See the
1547
+
* operation documentation for the appropriate value for this field.
1550
1548
* @param policy REQUIRED: The complete policy to be applied to the `resource`. The size of the
1551
1549
* policy is limited to a few 10s of KB. An empty policy is a valid policy but certain Cloud
1552
1550
* Platform services (such as Projects) might reject them.
@@ -1622,9 +1620,8 @@ public final UnaryCallable<SetIamPolicyRequest, Policy> setIamPolicyCallable() {
1622
1620
* }
1623
1621
* </code></pre>
1624
1622
*
1625
-
* @param resource REQUIRED: The resource for which the policy is being requested. `resource` is
1626
-
* usually specified as a path. For example, a Project resource is specified as
1627
-
* `projects/{project}`.
1623
+
* @param resource REQUIRED: The resource for which the policy is being requested. See the
1624
+
* operation documentation for the appropriate value for this field.
1628
1625
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
0 commit comments