lib/google/cloud/bigtable/admin/v2/doc/google/iam/v1/iam_policy.rb in google-cloud-bigtable-0.3.1 vs lib/google/cloud/bigtable/admin/v2/doc/google/iam/v1/iam_policy.rb in google-cloud-bigtable-0.4.0
- old
+ new
@@ -18,12 +18,11 @@
module V1
# Request message for `SetIamPolicy` method.
# @!attribute [rw] resource
# @return [String]
# REQUIRED: The resource for which the policy is being specified.
- # `resource` is usually specified as a path. For example, a Project
- # resource is specified as `projects/{project}`.
+ # See the operation documentation for the appropriate value for this field.
# @!attribute [rw] policy
# @return [Google::Iam::V1::Policy]
# REQUIRED: The complete policy to be applied to the `resource`. The size of
# the policy is limited to a few 10s of KB. An empty policy is a
# valid policy but certain Cloud Platform services (such as Projects)
@@ -32,19 +31,17 @@
# Request message for `GetIamPolicy` method.
# @!attribute [rw] resource
# @return [String]
# REQUIRED: The resource for which the policy is being requested.
- # `resource` is usually specified as a path. For example, a Project
- # resource is specified as `projects/{project}`.
+ # See the operation documentation for the appropriate value for this field.
class GetIamPolicyRequest; end
# Request message for `TestIamPermissions` method.
# @!attribute [rw] resource
# @return [String]
# REQUIRED: The resource for which the policy detail is being requested.
- # `resource` is usually specified as a path. For example, a Project
- # resource is specified as `projects/{project}`.
+ # See the operation documentation for the appropriate value for this field.
# @!attribute [rw] permissions
# @return [Array<String>]
# The set of permissions to check for the `resource`. Permissions with
# wildcards (such as '*' or 'storage.*') are not allowed. For more
# information see
\ No newline at end of file