Class: Google::Analytics::Admin::V1alpha::ChangeHistoryChange
- Inherits:
-
Object
- Object
- Google::Analytics::Admin::V1alpha::ChangeHistoryChange
- 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
-
#action ⇒ ::Google::Analytics::Admin::V1alpha::ActionType
The type of action that changed this resource.
-
#resource ⇒ ::String
Resource name of the resource whose changes are described by this entry.
-
#resource_after_change ⇒ ::Google::Analytics::Admin::V1alpha::ChangeHistoryChange::ChangeHistoryResource
Resource contents from after the change was made.
-
#resource_before_change ⇒ ::Google::Analytics::Admin::V1alpha::ChangeHistoryChange::ChangeHistoryResource
Resource contents from before the change was made.
Instance Attribute Details
#action ⇒ ::Google::Analytics::Admin::V1alpha::ActionType
Returns The type of action that changed this resource.
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 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 |
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 496 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] 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. 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.
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 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 |
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 496 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] 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. 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.
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 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 |
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 496 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] 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. 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.
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 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 |
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 496 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] 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. class ChangeHistoryResource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |