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
Required.
-
#web_data_stream ⇒ ::Google::Analytics::Admin::V1alpha::WebDataStream
Required.
Instance Attribute Details
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns Required. The list of fields to be updated. Field names must be in snake case (e.g., "field_to_update"). Omitted fields will not be updated. To replace the entire entity, use one path with the string "*" to match all fields.
466 467 468 469 |
# File 'proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb', line 466 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.
466 467 468 469 |
# File 'proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb', line 466 class UpdateWebDataStreamRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |