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
- (::Array<::Google::Analytics::Admin::V1alpha::UpdateUserLinkRequest>) — Required. The requests specifying the user links to update. A maximum of 1000 user links can be updated in a batch.
#requests=
def requests=(value) -> ::Array<::Google::Analytics::Admin::V1alpha::UpdateUserLinkRequest>
Parameter
- value (::Array<::Google::Analytics::Admin::V1alpha::UpdateUserLinkRequest>) — Required. The requests specifying the user links to update. A maximum of 1000 user links can be updated in a batch.
Returns
- (::Array<::Google::Analytics::Admin::V1alpha::UpdateUserLinkRequest>) — Required. The requests specifying the user links to update. A maximum of 1000 user links can be updated in a batch.