Class: Google::Analytics::Admin::V1alpha::ChangeHistoryChange

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

Overview

A description of a change to a single Google Analytics resource.

Defined Under Namespace

Classes: ChangeHistoryResource

Instance Attribute Summary collapse

Instance Attribute Details

#action::Google::Analytics::Admin::V1alpha::ActionType

Returns The type of action that changed this resource.

Returns:



569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 569

class ChangeHistoryChange
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # A snapshot of a resource as before or after the result of a change in
  # change history.
  # @!attribute [rw] account
  #   @return [::Google::Analytics::Admin::V1alpha::Account]
  #     A snapshot of an Account resource in change history.
  # @!attribute [rw] property
  #   @return [::Google::Analytics::Admin::V1alpha::Property]
  #     A snapshot of a Property resource in change history.
  # @!attribute [rw] firebase_link
  #   @return [::Google::Analytics::Admin::V1alpha::FirebaseLink]
  #     A snapshot of a FirebaseLink resource in change history.
  # @!attribute [rw] google_ads_link
  #   @return [::Google::Analytics::Admin::V1alpha::GoogleAdsLink]
  #     A snapshot of a GoogleAdsLink resource in change history.
  # @!attribute [rw] google_signals_settings
  #   @return [::Google::Analytics::Admin::V1alpha::GoogleSignalsSettings]
  #     A snapshot of a GoogleSignalsSettings resource in change history.
  # @!attribute [rw] display_video_360_advertiser_link
  #   @return [::Google::Analytics::Admin::V1alpha::DisplayVideo360AdvertiserLink]
  #     A snapshot of a DisplayVideo360AdvertiserLink resource in change
  #     history.
  # @!attribute [rw] display_video_360_advertiser_link_proposal
  #   @return [::Google::Analytics::Admin::V1alpha::DisplayVideo360AdvertiserLinkProposal]
  #     A snapshot of a DisplayVideo360AdvertiserLinkProposal resource in
  #     change history.
  # @!attribute [rw] conversion_event
  #   @return [::Google::Analytics::Admin::V1alpha::ConversionEvent]
  #     A snapshot of a ConversionEvent resource in change history.
  # @!attribute [rw] measurement_protocol_secret
  #   @return [::Google::Analytics::Admin::V1alpha::MeasurementProtocolSecret]
  #     A snapshot of a MeasurementProtocolSecret resource in change history.
  # @!attribute [rw] custom_dimension
  #   @return [::Google::Analytics::Admin::V1alpha::CustomDimension]
  #     A snapshot of a CustomDimension resource in change history.
  # @!attribute [rw] custom_metric
  #   @return [::Google::Analytics::Admin::V1alpha::CustomMetric]
  #     A snapshot of a CustomMetric resource in change history.
  # @!attribute [rw] data_retention_settings
  #   @return [::Google::Analytics::Admin::V1alpha::DataRetentionSettings]
  #     A snapshot of a data retention settings resource in change history.
  # @!attribute [rw] search_ads_360_link
  #   @return [::Google::Analytics::Admin::V1alpha::SearchAds360Link]
  #     A snapshot of a SearchAds360Link resource in change history.
  # @!attribute [rw] data_stream
  #   @return [::Google::Analytics::Admin::V1alpha::DataStream]
  #     A snapshot of a DataStream resource in change history.
  # @!attribute [rw] attribution_settings
  #   @return [::Google::Analytics::Admin::V1alpha::AttributionSettings]
  #     A snapshot of AttributionSettings resource in change history.
  # @!attribute [rw] expanded_data_set
  #   @return [::Google::Analytics::Admin::V1alpha::ExpandedDataSet]
  #     A snapshot of an ExpandedDataSet resource in change history.
  # @!attribute [rw] channel_group
  #   @return [::Google::Analytics::Admin::V1alpha::ChannelGroup]
  #     A snapshot of a ChannelGroup resource in change history.
  # @!attribute [rw] bigquery_link
  #   @return [::Google::Analytics::Admin::V1alpha::BigQueryLink]
  #     A snapshot of a BigQuery link resource in change history.
  # @!attribute [rw] enhanced_measurement_settings
  #   @return [::Google::Analytics::Admin::V1alpha::EnhancedMeasurementSettings]
  #     A snapshot of EnhancedMeasurementSettings resource in change history.
  # @!attribute [rw] data_redaction_settings
  #   @return [::Google::Analytics::Admin::V1alpha::DataRedactionSettings]
  #     A snapshot of DataRedactionSettings resource in change history.
  # @!attribute [rw] skadnetwork_conversion_value_schema
  #   @return [::Google::Analytics::Admin::V1alpha::SKAdNetworkConversionValueSchema]
  #     A snapshot of SKAdNetworkConversionValueSchema resource in change
  #     history.
  # @!attribute [rw] adsense_link
  #   @return [::Google::Analytics::Admin::V1alpha::AdSenseLink]
  #     A snapshot of an AdSenseLink resource in change history.
  # @!attribute [rw] audience
  #   @return [::Google::Analytics::Admin::V1alpha::Audience]
  #     A snapshot of an Audience resource in change history.
  # @!attribute [rw] event_create_rule
  #   @return [::Google::Analytics::Admin::V1alpha::EventCreateRule]
  #     A snapshot of an EventCreateRule resource in change history.
  # @!attribute [rw] calculated_metric
  #   @return [::Google::Analytics::Admin::V1alpha::CalculatedMetric]
  #     A snapshot of a CalculatedMetric resource in change history.
  class ChangeHistoryResource
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#resource::String

Returns Resource name of the resource whose changes are described by this entry.

Returns:

  • (::String)

    Resource name of the resource whose changes are described by this entry.



569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 569

class ChangeHistoryChange
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # A snapshot of a resource as before or after the result of a change in
  # change history.
  # @!attribute [rw] account
  #   @return [::Google::Analytics::Admin::V1alpha::Account]
  #     A snapshot of an Account resource in change history.
  # @!attribute [rw] property
  #   @return [::Google::Analytics::Admin::V1alpha::Property]
  #     A snapshot of a Property resource in change history.
  # @!attribute [rw] firebase_link
  #   @return [::Google::Analytics::Admin::V1alpha::FirebaseLink]
  #     A snapshot of a FirebaseLink resource in change history.
  # @!attribute [rw] google_ads_link
  #   @return [::Google::Analytics::Admin::V1alpha::GoogleAdsLink]
  #     A snapshot of a GoogleAdsLink resource in change history.
  # @!attribute [rw] google_signals_settings
  #   @return [::Google::Analytics::Admin::V1alpha::GoogleSignalsSettings]
  #     A snapshot of a GoogleSignalsSettings resource in change history.
  # @!attribute [rw] display_video_360_advertiser_link
  #   @return [::Google::Analytics::Admin::V1alpha::DisplayVideo360AdvertiserLink]
  #     A snapshot of a DisplayVideo360AdvertiserLink resource in change
  #     history.
  # @!attribute [rw] display_video_360_advertiser_link_proposal
  #   @return [::Google::Analytics::Admin::V1alpha::DisplayVideo360AdvertiserLinkProposal]
  #     A snapshot of a DisplayVideo360AdvertiserLinkProposal resource in
  #     change history.
  # @!attribute [rw] conversion_event
  #   @return [::Google::Analytics::Admin::V1alpha::ConversionEvent]
  #     A snapshot of a ConversionEvent resource in change history.
  # @!attribute [rw] measurement_protocol_secret
  #   @return [::Google::Analytics::Admin::V1alpha::MeasurementProtocolSecret]
  #     A snapshot of a MeasurementProtocolSecret resource in change history.
  # @!attribute [rw] custom_dimension
  #   @return [::Google::Analytics::Admin::V1alpha::CustomDimension]
  #     A snapshot of a CustomDimension resource in change history.
  # @!attribute [rw] custom_metric
  #   @return [::Google::Analytics::Admin::V1alpha::CustomMetric]
  #     A snapshot of a CustomMetric resource in change history.
  # @!attribute [rw] data_retention_settings
  #   @return [::Google::Analytics::Admin::V1alpha::DataRetentionSettings]
  #     A snapshot of a data retention settings resource in change history.
  # @!attribute [rw] search_ads_360_link
  #   @return [::Google::Analytics::Admin::V1alpha::SearchAds360Link]
  #     A snapshot of a SearchAds360Link resource in change history.
  # @!attribute [rw] data_stream
  #   @return [::Google::Analytics::Admin::V1alpha::DataStream]
  #     A snapshot of a DataStream resource in change history.
  # @!attribute [rw] attribution_settings
  #   @return [::Google::Analytics::Admin::V1alpha::AttributionSettings]
  #     A snapshot of AttributionSettings resource in change history.
  # @!attribute [rw] expanded_data_set
  #   @return [::Google::Analytics::Admin::V1alpha::ExpandedDataSet]
  #     A snapshot of an ExpandedDataSet resource in change history.
  # @!attribute [rw] channel_group
  #   @return [::Google::Analytics::Admin::V1alpha::ChannelGroup]
  #     A snapshot of a ChannelGroup resource in change history.
  # @!attribute [rw] bigquery_link
  #   @return [::Google::Analytics::Admin::V1alpha::BigQueryLink]
  #     A snapshot of a BigQuery link resource in change history.
  # @!attribute [rw] enhanced_measurement_settings
  #   @return [::Google::Analytics::Admin::V1alpha::EnhancedMeasurementSettings]
  #     A snapshot of EnhancedMeasurementSettings resource in change history.
  # @!attribute [rw] data_redaction_settings
  #   @return [::Google::Analytics::Admin::V1alpha::DataRedactionSettings]
  #     A snapshot of DataRedactionSettings resource in change history.
  # @!attribute [rw] skadnetwork_conversion_value_schema
  #   @return [::Google::Analytics::Admin::V1alpha::SKAdNetworkConversionValueSchema]
  #     A snapshot of SKAdNetworkConversionValueSchema resource in change
  #     history.
  # @!attribute [rw] adsense_link
  #   @return [::Google::Analytics::Admin::V1alpha::AdSenseLink]
  #     A snapshot of an AdSenseLink resource in change history.
  # @!attribute [rw] audience
  #   @return [::Google::Analytics::Admin::V1alpha::Audience]
  #     A snapshot of an Audience resource in change history.
  # @!attribute [rw] event_create_rule
  #   @return [::Google::Analytics::Admin::V1alpha::EventCreateRule]
  #     A snapshot of an EventCreateRule resource in change history.
  # @!attribute [rw] calculated_metric
  #   @return [::Google::Analytics::Admin::V1alpha::CalculatedMetric]
  #     A snapshot of a CalculatedMetric resource in change history.
  class ChangeHistoryResource
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#resource_after_change::Google::Analytics::Admin::V1alpha::ChangeHistoryChange::ChangeHistoryResource

Returns Resource contents from after the change was made. If this resource was deleted in this change, this field will be missing.

Returns:



569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 569

class ChangeHistoryChange
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # A snapshot of a resource as before or after the result of a change in
  # change history.
  # @!attribute [rw] account
  #   @return [::Google::Analytics::Admin::V1alpha::Account]
  #     A snapshot of an Account resource in change history.
  # @!attribute [rw] property
  #   @return [::Google::Analytics::Admin::V1alpha::Property]
  #     A snapshot of a Property resource in change history.
  # @!attribute [rw] firebase_link
  #   @return [::Google::Analytics::Admin::V1alpha::FirebaseLink]
  #     A snapshot of a FirebaseLink resource in change history.
  # @!attribute [rw] google_ads_link
  #   @return [::Google::Analytics::Admin::V1alpha::GoogleAdsLink]
  #     A snapshot of a GoogleAdsLink resource in change history.
  # @!attribute [rw] google_signals_settings
  #   @return [::Google::Analytics::Admin::V1alpha::GoogleSignalsSettings]
  #     A snapshot of a GoogleSignalsSettings resource in change history.
  # @!attribute [rw] display_video_360_advertiser_link
  #   @return [::Google::Analytics::Admin::V1alpha::DisplayVideo360AdvertiserLink]
  #     A snapshot of a DisplayVideo360AdvertiserLink resource in change
  #     history.
  # @!attribute [rw] display_video_360_advertiser_link_proposal
  #   @return [::Google::Analytics::Admin::V1alpha::DisplayVideo360AdvertiserLinkProposal]
  #     A snapshot of a DisplayVideo360AdvertiserLinkProposal resource in
  #     change history.
  # @!attribute [rw] conversion_event
  #   @return [::Google::Analytics::Admin::V1alpha::ConversionEvent]
  #     A snapshot of a ConversionEvent resource in change history.
  # @!attribute [rw] measurement_protocol_secret
  #   @return [::Google::Analytics::Admin::V1alpha::MeasurementProtocolSecret]
  #     A snapshot of a MeasurementProtocolSecret resource in change history.
  # @!attribute [rw] custom_dimension
  #   @return [::Google::Analytics::Admin::V1alpha::CustomDimension]
  #     A snapshot of a CustomDimension resource in change history.
  # @!attribute [rw] custom_metric
  #   @return [::Google::Analytics::Admin::V1alpha::CustomMetric]
  #     A snapshot of a CustomMetric resource in change history.
  # @!attribute [rw] data_retention_settings
  #   @return [::Google::Analytics::Admin::V1alpha::DataRetentionSettings]
  #     A snapshot of a data retention settings resource in change history.
  # @!attribute [rw] search_ads_360_link
  #   @return [::Google::Analytics::Admin::V1alpha::SearchAds360Link]
  #     A snapshot of a SearchAds360Link resource in change history.
  # @!attribute [rw] data_stream
  #   @return [::Google::Analytics::Admin::V1alpha::DataStream]
  #     A snapshot of a DataStream resource in change history.
  # @!attribute [rw] attribution_settings
  #   @return [::Google::Analytics::Admin::V1alpha::AttributionSettings]
  #     A snapshot of AttributionSettings resource in change history.
  # @!attribute [rw] expanded_data_set
  #   @return [::Google::Analytics::Admin::V1alpha::ExpandedDataSet]
  #     A snapshot of an ExpandedDataSet resource in change history.
  # @!attribute [rw] channel_group
  #   @return [::Google::Analytics::Admin::V1alpha::ChannelGroup]
  #     A snapshot of a ChannelGroup resource in change history.
  # @!attribute [rw] bigquery_link
  #   @return [::Google::Analytics::Admin::V1alpha::BigQueryLink]
  #     A snapshot of a BigQuery link resource in change history.
  # @!attribute [rw] enhanced_measurement_settings
  #   @return [::Google::Analytics::Admin::V1alpha::EnhancedMeasurementSettings]
  #     A snapshot of EnhancedMeasurementSettings resource in change history.
  # @!attribute [rw] data_redaction_settings
  #   @return [::Google::Analytics::Admin::V1alpha::DataRedactionSettings]
  #     A snapshot of DataRedactionSettings resource in change history.
  # @!attribute [rw] skadnetwork_conversion_value_schema
  #   @return [::Google::Analytics::Admin::V1alpha::SKAdNetworkConversionValueSchema]
  #     A snapshot of SKAdNetworkConversionValueSchema resource in change
  #     history.
  # @!attribute [rw] adsense_link
  #   @return [::Google::Analytics::Admin::V1alpha::AdSenseLink]
  #     A snapshot of an AdSenseLink resource in change history.
  # @!attribute [rw] audience
  #   @return [::Google::Analytics::Admin::V1alpha::Audience]
  #     A snapshot of an Audience resource in change history.
  # @!attribute [rw] event_create_rule
  #   @return [::Google::Analytics::Admin::V1alpha::EventCreateRule]
  #     A snapshot of an EventCreateRule resource in change history.
  # @!attribute [rw] calculated_metric
  #   @return [::Google::Analytics::Admin::V1alpha::CalculatedMetric]
  #     A snapshot of a CalculatedMetric resource in change history.
  class ChangeHistoryResource
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#resource_before_change::Google::Analytics::Admin::V1alpha::ChangeHistoryChange::ChangeHistoryResource

Returns Resource contents from before the change was made. If this resource was created in this change, this field will be missing.

Returns:



569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 569

class ChangeHistoryChange
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # A snapshot of a resource as before or after the result of a change in
  # change history.
  # @!attribute [rw] account
  #   @return [::Google::Analytics::Admin::V1alpha::Account]
  #     A snapshot of an Account resource in change history.
  # @!attribute [rw] property
  #   @return [::Google::Analytics::Admin::V1alpha::Property]
  #     A snapshot of a Property resource in change history.
  # @!attribute [rw] firebase_link
  #   @return [::Google::Analytics::Admin::V1alpha::FirebaseLink]
  #     A snapshot of a FirebaseLink resource in change history.
  # @!attribute [rw] google_ads_link
  #   @return [::Google::Analytics::Admin::V1alpha::GoogleAdsLink]
  #     A snapshot of a GoogleAdsLink resource in change history.
  # @!attribute [rw] google_signals_settings
  #   @return [::Google::Analytics::Admin::V1alpha::GoogleSignalsSettings]
  #     A snapshot of a GoogleSignalsSettings resource in change history.
  # @!attribute [rw] display_video_360_advertiser_link
  #   @return [::Google::Analytics::Admin::V1alpha::DisplayVideo360AdvertiserLink]
  #     A snapshot of a DisplayVideo360AdvertiserLink resource in change
  #     history.
  # @!attribute [rw] display_video_360_advertiser_link_proposal
  #   @return [::Google::Analytics::Admin::V1alpha::DisplayVideo360AdvertiserLinkProposal]
  #     A snapshot of a DisplayVideo360AdvertiserLinkProposal resource in
  #     change history.
  # @!attribute [rw] conversion_event
  #   @return [::Google::Analytics::Admin::V1alpha::ConversionEvent]
  #     A snapshot of a ConversionEvent resource in change history.
  # @!attribute [rw] measurement_protocol_secret
  #   @return [::Google::Analytics::Admin::V1alpha::MeasurementProtocolSecret]
  #     A snapshot of a MeasurementProtocolSecret resource in change history.
  # @!attribute [rw] custom_dimension
  #   @return [::Google::Analytics::Admin::V1alpha::CustomDimension]
  #     A snapshot of a CustomDimension resource in change history.
  # @!attribute [rw] custom_metric
  #   @return [::Google::Analytics::Admin::V1alpha::CustomMetric]
  #     A snapshot of a CustomMetric resource in change history.
  # @!attribute [rw] data_retention_settings
  #   @return [::Google::Analytics::Admin::V1alpha::DataRetentionSettings]
  #     A snapshot of a data retention settings resource in change history.
  # @!attribute [rw] search_ads_360_link
  #   @return [::Google::Analytics::Admin::V1alpha::SearchAds360Link]
  #     A snapshot of a SearchAds360Link resource in change history.
  # @!attribute [rw] data_stream
  #   @return [::Google::Analytics::Admin::V1alpha::DataStream]
  #     A snapshot of a DataStream resource in change history.
  # @!attribute [rw] attribution_settings
  #   @return [::Google::Analytics::Admin::V1alpha::AttributionSettings]
  #     A snapshot of AttributionSettings resource in change history.
  # @!attribute [rw] expanded_data_set
  #   @return [::Google::Analytics::Admin::V1alpha::ExpandedDataSet]
  #     A snapshot of an ExpandedDataSet resource in change history.
  # @!attribute [rw] channel_group
  #   @return [::Google::Analytics::Admin::V1alpha::ChannelGroup]
  #     A snapshot of a ChannelGroup resource in change history.
  # @!attribute [rw] bigquery_link
  #   @return [::Google::Analytics::Admin::V1alpha::BigQueryLink]
  #     A snapshot of a BigQuery link resource in change history.
  # @!attribute [rw] enhanced_measurement_settings
  #   @return [::Google::Analytics::Admin::V1alpha::EnhancedMeasurementSettings]
  #     A snapshot of EnhancedMeasurementSettings resource in change history.
  # @!attribute [rw] data_redaction_settings
  #   @return [::Google::Analytics::Admin::V1alpha::DataRedactionSettings]
  #     A snapshot of DataRedactionSettings resource in change history.
  # @!attribute [rw] skadnetwork_conversion_value_schema
  #   @return [::Google::Analytics::Admin::V1alpha::SKAdNetworkConversionValueSchema]
  #     A snapshot of SKAdNetworkConversionValueSchema resource in change
  #     history.
  # @!attribute [rw] adsense_link
  #   @return [::Google::Analytics::Admin::V1alpha::AdSenseLink]
  #     A snapshot of an AdSenseLink resource in change history.
  # @!attribute [rw] audience
  #   @return [::Google::Analytics::Admin::V1alpha::Audience]
  #     A snapshot of an Audience resource in change history.
  # @!attribute [rw] event_create_rule
  #   @return [::Google::Analytics::Admin::V1alpha::EventCreateRule]
  #     A snapshot of an EventCreateRule resource in change history.
  # @!attribute [rw] calculated_metric
  #   @return [::Google::Analytics::Admin::V1alpha::CalculatedMetric]
  #     A snapshot of a CalculatedMetric resource in change history.
  class ChangeHistoryResource
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end