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-pubsub/google-cloud-clients/google-cloud-bigtable/src/main/java/com/google/cloud/bigtable/admin/v2/BaseBigtableInstanceAdminClient.java
+6-9Lines changed: 6 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -1796,9 +1796,8 @@ public final UnaryCallable<DeleteAppProfileRequest, Empty> deleteAppProfileCalla
1796
1796
* }
1797
1797
* </code></pre>
1798
1798
*
1799
-
* @param resource REQUIRED: The resource for which the policy is being requested. `resource` is
1800
-
* usually specified as a path. For example, a Project resource is specified as
1801
-
* `projects/{project}`.
1799
+
* @param resource REQUIRED: The resource for which the policy is being requested. See the
1800
+
* operation documentation for the appropriate value for this field.
1802
1801
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
1803
1802
*/
1804
1803
publicfinalPolicygetIamPolicy(Stringresource) {
@@ -1868,9 +1867,8 @@ public final UnaryCallable<GetIamPolicyRequest, Policy> getIamPolicyCallable() {
1868
1867
* }
1869
1868
* </code></pre>
1870
1869
*
1871
-
* @param resource REQUIRED: The resource for which the policy is being specified. `resource` is
1872
-
* usually specified as a path. For example, a Project resource is specified as
1873
-
* `projects/{project}`.
1870
+
* @param resource REQUIRED: The resource for which the policy is being specified. See the
1871
+
* operation documentation for the appropriate value for this field.
1874
1872
* @param policy REQUIRED: The complete policy to be applied to the `resource`. The size of the
1875
1873
* policy is limited to a few 10s of KB. An empty policy is a valid policy but certain Cloud
1876
1874
* Platform services (such as Projects) might reject them.
@@ -1946,9 +1944,8 @@ public final UnaryCallable<SetIamPolicyRequest, Policy> setIamPolicyCallable() {
1946
1944
* }
1947
1945
* </code></pre>
1948
1946
*
1949
-
* @param resource REQUIRED: The resource for which the policy detail is being requested.
1950
-
* `resource` is usually specified as a path. For example, a Project resource is specified as
1951
-
* `projects/{project}`.
1947
+
* @param resource REQUIRED: The resource for which the policy detail is being requested. See the
1948
+
* operation documentation for the appropriate value for this field.
1952
1949
* @param permissions The set of permissions to check for the `resource`. Permissions with
1953
1950
* wildcards (such as '*' or 'storage.*') are not allowed. For more information see
0 commit comments