Class: Google::Analytics::Admin::V1alpha::UpdateReportingDataAnnotationRequest
- Inherits:
-
Object
- Object
- Google::Analytics::Admin::V1alpha::UpdateReportingDataAnnotationRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb
Overview
Request message for UpdateReportingDataAnnotation RPC.
Instance Attribute Summary collapse
-
#reporting_data_annotation ⇒ ::Google::Analytics::Admin::V1alpha::ReportingDataAnnotation
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Optional.
Instance Attribute Details
#reporting_data_annotation ⇒ ::Google::Analytics::Admin::V1alpha::ReportingDataAnnotation
Returns Required. The Reporting Data Annotation to update.
2809 2810 2811 2812 |
# File 'proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb', line 2809 class UpdateReportingDataAnnotationRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns Optional. The list of fields to update. Field names must be in snake case (for example, "field_to_update"). Omitted fields will not be updated. To replace the entire entity, use one path with the string "*" to match all fields.
2809 2810 2811 2812 |
# File 'proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb', line 2809 class UpdateReportingDataAnnotationRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |