Class: Google::Analytics::Admin::V1alpha::CreateReportingDataAnnotationRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb

Overview

Request message for CreateReportingDataAnnotation RPC.

Instance Attribute Summary collapse

Instance Attribute Details

#parent::String

Returns Required. The property for which to create a Reporting Data Annotation. Format: properties/property_id Example: properties/123.

Returns:

  • (::String)

    Required. The property for which to create a Reporting Data Annotation. Format: properties/property_id Example: properties/123



2699
2700
2701
2702
# File 'proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb', line 2699

class CreateReportingDataAnnotationRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#reporting_data_annotation::Google::Analytics::Admin::V1alpha::ReportingDataAnnotation

Returns Required. The Reporting Data Annotation to create.

Returns:



2699
2700
2701
2702
# File 'proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb', line 2699

class CreateReportingDataAnnotationRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end