Class: Google::Analytics::Admin::V1alpha::UpdateWebDataStreamRequest
- Inherits:
-
Object
- Object
- Google::Analytics::Admin::V1alpha::UpdateWebDataStreamRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb
Overview
Request message for UpdateWebDataStream RPC.
Instance Attribute Summary collapse
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
The list of fields to be updated.
-
#web_data_stream ⇒ ::Google::Analytics::Admin::V1alpha::WebDataStream
Required.
Instance Attribute Details
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns The list of fields to be updated. Omitted fields will not be updated.
458 459 460 461 |
# File 'proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb', line 458 class UpdateWebDataStreamRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#web_data_stream ⇒ ::Google::Analytics::Admin::V1alpha::WebDataStream
Returns Required. The web stream to update.
The name field is used to identify the web stream to be updated.
458 459 460 461 |
# File 'proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb', line 458 class UpdateWebDataStreamRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |