Google Analytics Admin V1alpha API - Class Google::Analytics::Admin::V1alpha::BatchUpdateUserLinksRequest (v0.11.0)

Reference documentation and code samples for the Google Analytics Admin V1alpha API class Google::Analytics::Admin::V1alpha::BatchUpdateUserLinksRequest.

Request message for BatchUpdateUserLinks RPC.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#parent

def parent() -> ::String
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

#parent=

def parent=(value) -> ::String
Parameter
  • value (::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
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

#requests

def requests() -> ::Array<::Google::Analytics::Admin::V1alpha::UpdateUserLinkRequest>
Returns

#requests=

def requests=(value) -> ::Array<::Google::Analytics::Admin::V1alpha::UpdateUserLinkRequest>
Parameter
Returns