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: google-cloud-clients/google-cloud-spanner/src/main/java/com/google/cloud/spanner/admin/database/v1/DatabaseAdminClient.java
+6-9Lines changed: 6 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -977,9 +977,8 @@ public final GetDatabaseDdlResponse getDatabaseDdl(GetDatabaseDdlRequest request
977
977
* }
978
978
* </code></pre>
979
979
*
980
-
* @param resource REQUIRED: The resource for which the policy is being specified. `resource` is
981
-
* usually specified as a path. For example, a Project resource is specified as
982
-
* `projects/{project}`.
980
+
* @param resource REQUIRED: The resource for which the policy is being specified. See the
981
+
* operation documentation for the appropriate value for this field.
983
982
* @param policy REQUIRED: The complete policy to be applied to the `resource`. The size of the
984
983
* policy is limited to a few 10s of KB. An empty policy is a valid policy but certain Cloud
985
984
* Platform services (such as Projects) might reject them.
@@ -1064,9 +1063,8 @@ public final UnaryCallable<SetIamPolicyRequest, Policy> setIamPolicyCallable() {
1064
1063
* }
1065
1064
* </code></pre>
1066
1065
*
1067
-
* @param resource REQUIRED: The resource for which the policy is being requested. `resource` is
1068
-
* usually specified as a path. For example, a Project resource is specified as
1069
-
* `projects/{project}`.
1066
+
* @param resource REQUIRED: The resource for which the policy is being requested. See the
1067
+
* operation documentation for the appropriate value for this field.
1070
1068
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
1071
1069
*/
1072
1070
publicfinalPolicygetIamPolicy(Stringresource) {
@@ -1146,9 +1144,8 @@ public final UnaryCallable<GetIamPolicyRequest, Policy> getIamPolicyCallable() {
1146
1144
* }
1147
1145
* </code></pre>
1148
1146
*
1149
-
* @param resource REQUIRED: The resource for which the policy detail is being requested.
1150
-
* `resource` is usually specified as a path. For example, a Project resource is specified as
1151
-
* `projects/{project}`.
1147
+
* @param resource REQUIRED: The resource for which the policy detail is being requested. See the
1148
+
* operation documentation for the appropriate value for this field.
1152
1149
* @param permissions The set of permissions to check for the `resource`. Permissions with
1153
1150
* wildcards (such as '*' or 'storage.*') are not allowed. For more information see
Copy file name to clipboardExpand all lines: google-cloud-clients/google-cloud-spanner/src/main/java/com/google/cloud/spanner/admin/instance/v1/InstanceAdminClient.java
+6-9Lines changed: 6 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -1345,9 +1345,8 @@ public final UnaryCallable<DeleteInstanceRequest, Empty> deleteInstanceCallable(
1345
1345
* }
1346
1346
* </code></pre>
1347
1347
*
1348
-
* @param resource REQUIRED: The resource for which the policy is being specified. `resource` is
1349
-
* usually specified as a path. For example, a Project resource is specified as
1350
-
* `projects/{project}`.
1348
+
* @param resource REQUIRED: The resource for which the policy is being specified. See the
1349
+
* operation documentation for the appropriate value for this field.
1351
1350
* @param policy REQUIRED: The complete policy to be applied to the `resource`. The size of the
1352
1351
* policy is limited to a few 10s of KB. An empty policy is a valid policy but certain Cloud
1353
1352
* Platform services (such as Projects) might reject them.
@@ -1432,9 +1431,8 @@ public final UnaryCallable<SetIamPolicyRequest, Policy> setIamPolicyCallable() {
1432
1431
* }
1433
1432
* </code></pre>
1434
1433
*
1435
-
* @param resource REQUIRED: The resource for which the policy is being requested. `resource` is
1436
-
* usually specified as a path. For example, a Project resource is specified as
1437
-
* `projects/{project}`.
1434
+
* @param resource REQUIRED: The resource for which the policy is being requested. See the
1435
+
* operation documentation for the appropriate value for this field.
1438
1436
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
1439
1437
*/
1440
1438
publicfinalPolicygetIamPolicy(Stringresource) {
@@ -1514,9 +1512,8 @@ public final UnaryCallable<GetIamPolicyRequest, Policy> getIamPolicyCallable() {
1514
1512
* }
1515
1513
* </code></pre>
1516
1514
*
1517
-
* @param resource REQUIRED: The resource for which the policy detail is being requested.
1518
-
* `resource` is usually specified as a path. For example, a Project resource is specified as
1519
-
* `projects/{project}`.
1515
+
* @param resource REQUIRED: The resource for which the policy detail is being requested. See the
1516
+
* operation documentation for the appropriate value for this field.
1520
1517
* @param permissions The set of permissions to check for the `resource`. Permissions with
1521
1518
* wildcards (such as '*' or 'storage.*') are not allowed. For more information see
0 commit comments