Class: Google::Analytics::Admin::V1alpha::UpdateDisplayVideo360AdvertiserLinkRequest
- Inherits:
-
Object
- Object
- Google::Analytics::Admin::V1alpha::UpdateDisplayVideo360AdvertiserLinkRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb
Overview
Request message for UpdateDisplayVideo360AdvertiserLink RPC.
Instance Attribute Summary collapse
-
#display_video_360_advertiser_link ⇒ ::Google::Analytics::Admin::V1alpha::DisplayVideo360AdvertiserLink
The DisplayVideo360AdvertiserLink to update.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Required.
Instance Attribute Details
#display_video_360_advertiser_link ⇒ ::Google::Analytics::Admin::V1alpha::DisplayVideo360AdvertiserLink
Returns The DisplayVideo360AdvertiserLink to update.
1074 1075 1076 1077 |
# File 'proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb', line 1074 class UpdateDisplayVideo360AdvertiserLinkRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns Required. The list of fields to be updated. Omitted fields will not be updated. To replace the entire entity, use one path with the string "*" to match all fields.
1074 1075 1076 1077 |
# File 'proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb', line 1074 class UpdateDisplayVideo360AdvertiserLinkRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |