Class: Google::Analytics::Admin::V1alpha::UpdateExpandedDataSetRequest
- Inherits:
-
Object
- Object
- Google::Analytics::Admin::V1alpha::UpdateExpandedDataSetRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb
Overview
Request message for UpdateExpandedDataSet RPC.
Instance Attribute Summary collapse
-
#expanded_data_set ⇒ ::Google::Analytics::Admin::V1alpha::ExpandedDataSet
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Required.
Instance Attribute Details
#expanded_data_set ⇒ ::Google::Analytics::Admin::V1alpha::ExpandedDataSet
Returns Required. The ExpandedDataSet to update.
The resource's name
field is used to identify the ExpandedDataSet to be
updated.
1932 1933 1934 1935 |
# File 'proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb', line 1932 class UpdateExpandedDataSetRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#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.
1932 1933 1934 1935 |
# File 'proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb', line 1932 class UpdateExpandedDataSetRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |