Class: Google::Analytics::Admin::V1alpha::UpdateCustomDimensionRequest
- Inherits:
-
Object
- Object
- Google::Analytics::Admin::V1alpha::UpdateCustomDimensionRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb
Overview
Request message for UpdateCustomDimension RPC.
Instance Attribute Summary collapse
-
#custom_dimension ⇒ ::Google::Analytics::Admin::V1alpha::CustomDimension
The CustomDimension to update.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Required.
Instance Attribute Details
#custom_dimension ⇒ ::Google::Analytics::Admin::V1alpha::CustomDimension
Returns The CustomDimension to update.
1279 1280 1281 1282 |
# File 'proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb', line 1279 class UpdateCustomDimensionRequest 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.
1279 1280 1281 1282 |
# File 'proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb', line 1279 class UpdateCustomDimensionRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |