Class: Google::Analytics::Admin::V1alpha::BatchUpdateUserLinksRequest
- Inherits:
-
Object
- Object
- Google::Analytics::Admin::V1alpha::BatchUpdateUserLinksRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb
Overview
Request message for BatchUpdateUserLinks RPC.
Instance Attribute Summary collapse
-
#parent ⇒ ::String
Required.
-
#requests ⇒ ::Array<::Google::Analytics::Admin::V1alpha::UpdateUserLinkRequest>
Required.
Instance Attribute Details
#parent ⇒ ::String
Returns Required. The account or property that all user links in the request are for. The parent field in the UpdateUserLinkRequest messages must either be empty or match this field. Example format: accounts/1234.
395 396 397 398 |
# File 'proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb', line 395 class BatchUpdateUserLinksRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#requests ⇒ ::Array<::Google::Analytics::Admin::V1alpha::UpdateUserLinkRequest>
Returns Required. The requests specifying the user links to update. A maximum of 1000 user links can be updated in a batch.
395 396 397 398 |
# File 'proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb', line 395 class BatchUpdateUserLinksRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |