Class: Google::Analytics::Admin::V1alpha::BatchCreateAccessBindingsRequest
- Inherits:
-
Object
- Object
- Google::Analytics::Admin::V1alpha::BatchCreateAccessBindingsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb
Overview
Request message for BatchCreateAccessBindings RPC.
Instance Attribute Summary collapse
-
#parent ⇒ ::String
Required.
-
#requests ⇒ ::Array<::Google::Analytics::Admin::V1alpha::CreateAccessBindingRequest>
Required.
Instance Attribute Details
#parent ⇒ ::String
Returns Required. The account or property that owns the access bindings. The parent field in the CreateAccessBindingRequest messages must either be empty or match this field. Formats:
- accounts/{account}
- properties/{property}.
1830 1831 1832 1833 |
# File 'proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb', line 1830 class BatchCreateAccessBindingsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#requests ⇒ ::Array<::Google::Analytics::Admin::V1alpha::CreateAccessBindingRequest>
Returns Required. The requests specifying the access bindings to create. A maximum of 1000 access bindings can be created in a batch.
1830 1831 1832 1833 |
# File 'proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb', line 1830 class BatchCreateAccessBindingsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |