Class: Google::Analytics::Admin::V1alpha::BatchGetAccessBindingsRequest
- Inherits:
-
Object
- Object
- Google::Analytics::Admin::V1alpha::BatchGetAccessBindingsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb
Overview
Request message for BatchGetAccessBindings RPC.
Instance Attribute Summary collapse
-
#names ⇒ ::Array<::String>
Required.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#names ⇒ ::Array<::String>
Returns Required. The names of the access bindings to retrieve. A maximum of 1000 access bindings can be retrieved in a batch. Formats:
- accounts/{account}/accessBindings/{accessBinding}
- properties/{property}/accessBindings/{accessBinding}.
1753 1754 1755 1756 |
# File 'proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb', line 1753 class BatchGetAccessBindingsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The account or property that owns the access bindings. The parent of all provided values for the 'names' field must match this field. Formats:
- accounts/{account}
- properties/{property}.
1753 1754 1755 1756 |
# File 'proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb', line 1753 class BatchGetAccessBindingsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |