Class: Google::Analytics::Admin::V1alpha::BatchUpdateUserLinksRequest

Inherits:
Object
  • Object
show all
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

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.

Returns:

  • (::String)

    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.

Returns:



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