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:



479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 479

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] data_stream
  #   @return [::Google::Analytics::Admin::V1alpha::DataStream]
  #     A snapshot of a DataStream 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.



479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 479

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] data_stream
  #   @return [::Google::Analytics::Admin::V1alpha::DataStream]
  #     A snapshot of a DataStream 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:



479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 479

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] data_stream
  #   @return [::Google::Analytics::Admin::V1alpha::DataStream]
  #     A snapshot of a DataStream 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:



479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 479

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] data_stream
  #   @return [::Google::Analytics::Admin::V1alpha::DataStream]
  #     A snapshot of a DataStream resource in change history.
  class ChangeHistoryResource
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end