Class: Google::Analytics::Admin::V1alpha::UpdatePropertyRequest
- Inherits:
-
Object
- Object
- Google::Analytics::Admin::V1alpha::UpdatePropertyRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb
Overview
Request message for UpdateProperty RPC.
Instance Attribute Summary collapse
-
#property ⇒ ::Google::Analytics::Admin::V1alpha::Property
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
The list of fields to be updated.
Instance Attribute Details
#property ⇒ ::Google::Analytics::Admin::V1alpha::Property
Returns Required. The property to update.
The property's name field is used to identify the property to be
updated.
186 187 188 189 |
# File 'proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb', line 186 class UpdatePropertyRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns The list of fields to be updated. Omitted fields will not be updated.
186 187 188 189 |
# File 'proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb', line 186 class UpdatePropertyRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |