google-analytics-admin-v1alpha 0.40.0 → 0.41.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/google/analytics/admin/v1alpha/analytics_admin_pb.rb +2 -1
- data/lib/google/analytics/admin/v1alpha/analytics_admin_service/client.rb +128 -34
- data/lib/google/analytics/admin/v1alpha/analytics_admin_service/paths.rb +14 -0
- data/lib/google/analytics/admin/v1alpha/analytics_admin_service/rest/client.rb +121 -34
- data/lib/google/analytics/admin/v1alpha/analytics_admin_service/rest/service_stub.rb +61 -0
- data/lib/google/analytics/admin/v1alpha/analytics_admin_services_pb.rb +3 -1
- data/lib/google/analytics/admin/v1alpha/resources_pb.rb +2 -1
- data/lib/google/analytics/admin/v1alpha/version.rb +1 -1
- data/proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb +44 -33
- data/proto_docs/google/analytics/admin/v1alpha/resources.rb +93 -65
- data/proto_docs/google/api/client.rb +4 -0
- data/proto_docs/google/type/date.rb +10 -7
- metadata +1 -1
|
@@ -22,9 +22,9 @@ module Google
|
|
|
22
22
|
module Admin
|
|
23
23
|
module V1alpha
|
|
24
24
|
# A resource message representing a Google Analytics account.
|
|
25
|
-
# @!attribute [
|
|
25
|
+
# @!attribute [rw] name
|
|
26
26
|
# @return [::String]
|
|
27
|
-
#
|
|
27
|
+
# Identifier. Resource name of this account.
|
|
28
28
|
# Format: accounts/\\{account}
|
|
29
29
|
# Example: "accounts/100"
|
|
30
30
|
# @!attribute [r] create_time
|
|
@@ -54,9 +54,9 @@ module Google
|
|
|
54
54
|
end
|
|
55
55
|
|
|
56
56
|
# A resource message representing a Google Analytics property.
|
|
57
|
-
# @!attribute [
|
|
57
|
+
# @!attribute [rw] name
|
|
58
58
|
# @return [::String]
|
|
59
|
-
#
|
|
59
|
+
# Identifier. Resource name of this property.
|
|
60
60
|
# Format: properties/\\{property_id}
|
|
61
61
|
# Example: "properties/1000"
|
|
62
62
|
# @!attribute [rw] property_type
|
|
@@ -146,9 +146,9 @@ module Google
|
|
|
146
146
|
# IOS_APP_DATA_STREAM.
|
|
147
147
|
#
|
|
148
148
|
# Note: The following fields are mutually exclusive: `ios_app_stream_data`, `web_stream_data`, `android_app_stream_data`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
|
149
|
-
# @!attribute [
|
|
149
|
+
# @!attribute [rw] name
|
|
150
150
|
# @return [::String]
|
|
151
|
-
#
|
|
151
|
+
# Identifier. Resource name of this Data Stream.
|
|
152
152
|
# Format: properties/\\{property_id}/dataStreams/\\{stream_id}
|
|
153
153
|
# Example: "properties/1000/dataStreams/2000"
|
|
154
154
|
# @!attribute [rw] type
|
|
@@ -235,9 +235,9 @@ module Google
|
|
|
235
235
|
end
|
|
236
236
|
|
|
237
237
|
# A link between a Google Analytics property and a Firebase project.
|
|
238
|
-
# @!attribute [
|
|
238
|
+
# @!attribute [rw] name
|
|
239
239
|
# @return [::String]
|
|
240
|
-
#
|
|
240
|
+
# Identifier. Example format: properties/1234/firebaseLinks/5678
|
|
241
241
|
# @!attribute [rw] project
|
|
242
242
|
# @return [::String]
|
|
243
243
|
# Immutable. Firebase project resource name. When creating a FirebaseLink,
|
|
@@ -257,9 +257,9 @@ module Google
|
|
|
257
257
|
|
|
258
258
|
# Read-only resource with the tag for sending data from a website to a
|
|
259
259
|
# DataStream. Only present for web DataStream resources.
|
|
260
|
-
# @!attribute [
|
|
260
|
+
# @!attribute [rw] name
|
|
261
261
|
# @return [::String]
|
|
262
|
-
#
|
|
262
|
+
# Identifier. Resource name for this GlobalSiteTag resource.
|
|
263
263
|
# Format: properties/\\{property_id}/dataStreams/\\{stream_id}/globalSiteTag
|
|
264
264
|
# Example: "properties/123/dataStreams/456/globalSiteTag"
|
|
265
265
|
# @!attribute [rw] snippet
|
|
@@ -272,9 +272,9 @@ module Google
|
|
|
272
272
|
end
|
|
273
273
|
|
|
274
274
|
# A link between a Google Analytics property and a Google Ads account.
|
|
275
|
-
# @!attribute [
|
|
275
|
+
# @!attribute [rw] name
|
|
276
276
|
# @return [::String]
|
|
277
|
-
#
|
|
277
|
+
# Identifier. Format:
|
|
278
278
|
# properties/\\{propertyId}/googleAdsLinks/\\{googleAdsLinkId}
|
|
279
279
|
#
|
|
280
280
|
# Note: googleAdsLinkId is not the Google Ads customer ID.
|
|
@@ -307,9 +307,9 @@ module Google
|
|
|
307
307
|
|
|
308
308
|
# A resource message representing data sharing settings of a Google Analytics
|
|
309
309
|
# account.
|
|
310
|
-
# @!attribute [
|
|
310
|
+
# @!attribute [rw] name
|
|
311
311
|
# @return [::String]
|
|
312
|
-
#
|
|
312
|
+
# Identifier. Resource name.
|
|
313
313
|
# Format: accounts/\\{account}/dataSharingSettings
|
|
314
314
|
# Example: "accounts/1000/dataSharingSettings"
|
|
315
315
|
# @!attribute [rw] sharing_with_google_support_enabled
|
|
@@ -360,7 +360,7 @@ module Google
|
|
|
360
360
|
# all its child Google Analytics properties.
|
|
361
361
|
# @!attribute [rw] name
|
|
362
362
|
# @return [::String]
|
|
363
|
-
# Resource name for this account summary.
|
|
363
|
+
# Identifier. Resource name for this account summary.
|
|
364
364
|
# Format: accountSummaries/\\{account_id}
|
|
365
365
|
# Example: "accountSummaries/1000"
|
|
366
366
|
# @!attribute [rw] account
|
|
@@ -404,10 +404,10 @@ module Google
|
|
|
404
404
|
end
|
|
405
405
|
|
|
406
406
|
# A secret value used for sending hits to Measurement Protocol.
|
|
407
|
-
# @!attribute [
|
|
407
|
+
# @!attribute [rw] name
|
|
408
408
|
# @return [::String]
|
|
409
|
-
#
|
|
410
|
-
#
|
|
409
|
+
# Identifier. Resource name of this secret. This secret may be a child of any
|
|
410
|
+
# type of stream. Format:
|
|
411
411
|
# properties/\\{property}/dataStreams/\\{dataStream}/measurementProtocolSecrets/\\{measurementProtocolSecret}
|
|
412
412
|
# @!attribute [rw] display_name
|
|
413
413
|
# @return [::String]
|
|
@@ -423,9 +423,9 @@ module Google
|
|
|
423
423
|
end
|
|
424
424
|
|
|
425
425
|
# SKAdNetwork conversion value schema of an iOS stream.
|
|
426
|
-
# @!attribute [
|
|
426
|
+
# @!attribute [rw] name
|
|
427
427
|
# @return [::String]
|
|
428
|
-
#
|
|
428
|
+
# Identifier. Resource name of the schema. This will be child of ONLY an iOS
|
|
429
429
|
# stream, and there can be at most one such child under an iOS stream.
|
|
430
430
|
# Format:
|
|
431
431
|
# properties/\\{property}/dataStreams/\\{dataStream}/sKAdNetworkConversionValueSchema
|
|
@@ -607,150 +607,155 @@ module Google
|
|
|
607
607
|
# @return [::Google::Analytics::Admin::V1alpha::Account]
|
|
608
608
|
# A snapshot of an Account resource in change history.
|
|
609
609
|
#
|
|
610
|
-
# Note: The following fields are mutually exclusive: `account`, `property`, `firebase_link`, `google_ads_link`, `google_signals_settings`, `display_video_360_advertiser_link`, `display_video_360_advertiser_link_proposal`, `conversion_event`, `measurement_protocol_secret`, `custom_dimension`, `custom_metric`, `data_retention_settings`, `search_ads_360_link`, `data_stream`, `attribution_settings`, `expanded_data_set`, `channel_group`, `bigquery_link`, `enhanced_measurement_settings`, `data_redaction_settings`, `skadnetwork_conversion_value_schema`, `adsense_link`, `audience`, `event_create_rule`, `key_event`, `calculated_metric`, `reporting_data_annotation`, `subproperty_sync_config`, `reporting_identity_settings`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
|
610
|
+
# Note: The following fields are mutually exclusive: `account`, `property`, `firebase_link`, `google_ads_link`, `google_signals_settings`, `display_video_360_advertiser_link`, `display_video_360_advertiser_link_proposal`, `conversion_event`, `measurement_protocol_secret`, `custom_dimension`, `custom_metric`, `data_retention_settings`, `search_ads_360_link`, `data_stream`, `attribution_settings`, `expanded_data_set`, `channel_group`, `bigquery_link`, `enhanced_measurement_settings`, `data_redaction_settings`, `skadnetwork_conversion_value_schema`, `adsense_link`, `audience`, `event_create_rule`, `key_event`, `calculated_metric`, `reporting_data_annotation`, `subproperty_sync_config`, `reporting_identity_settings`, `user_provided_data_settings`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
|
611
611
|
# @!attribute [rw] property
|
|
612
612
|
# @return [::Google::Analytics::Admin::V1alpha::Property]
|
|
613
613
|
# A snapshot of a Property resource in change history.
|
|
614
614
|
#
|
|
615
|
-
# Note: The following fields are mutually exclusive: `property`, `account`, `firebase_link`, `google_ads_link`, `google_signals_settings`, `display_video_360_advertiser_link`, `display_video_360_advertiser_link_proposal`, `conversion_event`, `measurement_protocol_secret`, `custom_dimension`, `custom_metric`, `data_retention_settings`, `search_ads_360_link`, `data_stream`, `attribution_settings`, `expanded_data_set`, `channel_group`, `bigquery_link`, `enhanced_measurement_settings`, `data_redaction_settings`, `skadnetwork_conversion_value_schema`, `adsense_link`, `audience`, `event_create_rule`, `key_event`, `calculated_metric`, `reporting_data_annotation`, `subproperty_sync_config`, `reporting_identity_settings`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
|
615
|
+
# Note: The following fields are mutually exclusive: `property`, `account`, `firebase_link`, `google_ads_link`, `google_signals_settings`, `display_video_360_advertiser_link`, `display_video_360_advertiser_link_proposal`, `conversion_event`, `measurement_protocol_secret`, `custom_dimension`, `custom_metric`, `data_retention_settings`, `search_ads_360_link`, `data_stream`, `attribution_settings`, `expanded_data_set`, `channel_group`, `bigquery_link`, `enhanced_measurement_settings`, `data_redaction_settings`, `skadnetwork_conversion_value_schema`, `adsense_link`, `audience`, `event_create_rule`, `key_event`, `calculated_metric`, `reporting_data_annotation`, `subproperty_sync_config`, `reporting_identity_settings`, `user_provided_data_settings`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
|
616
616
|
# @!attribute [rw] firebase_link
|
|
617
617
|
# @return [::Google::Analytics::Admin::V1alpha::FirebaseLink]
|
|
618
618
|
# A snapshot of a FirebaseLink resource in change history.
|
|
619
619
|
#
|
|
620
|
-
# Note: The following fields are mutually exclusive: `firebase_link`, `account`, `property`, `google_ads_link`, `google_signals_settings`, `display_video_360_advertiser_link`, `display_video_360_advertiser_link_proposal`, `conversion_event`, `measurement_protocol_secret`, `custom_dimension`, `custom_metric`, `data_retention_settings`, `search_ads_360_link`, `data_stream`, `attribution_settings`, `expanded_data_set`, `channel_group`, `bigquery_link`, `enhanced_measurement_settings`, `data_redaction_settings`, `skadnetwork_conversion_value_schema`, `adsense_link`, `audience`, `event_create_rule`, `key_event`, `calculated_metric`, `reporting_data_annotation`, `subproperty_sync_config`, `reporting_identity_settings`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
|
620
|
+
# Note: The following fields are mutually exclusive: `firebase_link`, `account`, `property`, `google_ads_link`, `google_signals_settings`, `display_video_360_advertiser_link`, `display_video_360_advertiser_link_proposal`, `conversion_event`, `measurement_protocol_secret`, `custom_dimension`, `custom_metric`, `data_retention_settings`, `search_ads_360_link`, `data_stream`, `attribution_settings`, `expanded_data_set`, `channel_group`, `bigquery_link`, `enhanced_measurement_settings`, `data_redaction_settings`, `skadnetwork_conversion_value_schema`, `adsense_link`, `audience`, `event_create_rule`, `key_event`, `calculated_metric`, `reporting_data_annotation`, `subproperty_sync_config`, `reporting_identity_settings`, `user_provided_data_settings`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
|
621
621
|
# @!attribute [rw] google_ads_link
|
|
622
622
|
# @return [::Google::Analytics::Admin::V1alpha::GoogleAdsLink]
|
|
623
623
|
# A snapshot of a GoogleAdsLink resource in change history.
|
|
624
624
|
#
|
|
625
|
-
# Note: The following fields are mutually exclusive: `google_ads_link`, `account`, `property`, `firebase_link`, `google_signals_settings`, `display_video_360_advertiser_link`, `display_video_360_advertiser_link_proposal`, `conversion_event`, `measurement_protocol_secret`, `custom_dimension`, `custom_metric`, `data_retention_settings`, `search_ads_360_link`, `data_stream`, `attribution_settings`, `expanded_data_set`, `channel_group`, `bigquery_link`, `enhanced_measurement_settings`, `data_redaction_settings`, `skadnetwork_conversion_value_schema`, `adsense_link`, `audience`, `event_create_rule`, `key_event`, `calculated_metric`, `reporting_data_annotation`, `subproperty_sync_config`, `reporting_identity_settings`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
|
625
|
+
# Note: The following fields are mutually exclusive: `google_ads_link`, `account`, `property`, `firebase_link`, `google_signals_settings`, `display_video_360_advertiser_link`, `display_video_360_advertiser_link_proposal`, `conversion_event`, `measurement_protocol_secret`, `custom_dimension`, `custom_metric`, `data_retention_settings`, `search_ads_360_link`, `data_stream`, `attribution_settings`, `expanded_data_set`, `channel_group`, `bigquery_link`, `enhanced_measurement_settings`, `data_redaction_settings`, `skadnetwork_conversion_value_schema`, `adsense_link`, `audience`, `event_create_rule`, `key_event`, `calculated_metric`, `reporting_data_annotation`, `subproperty_sync_config`, `reporting_identity_settings`, `user_provided_data_settings`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
|
626
626
|
# @!attribute [rw] google_signals_settings
|
|
627
627
|
# @return [::Google::Analytics::Admin::V1alpha::GoogleSignalsSettings]
|
|
628
628
|
# A snapshot of a GoogleSignalsSettings resource in change history.
|
|
629
629
|
#
|
|
630
|
-
# Note: The following fields are mutually exclusive: `google_signals_settings`, `account`, `property`, `firebase_link`, `google_ads_link`, `display_video_360_advertiser_link`, `display_video_360_advertiser_link_proposal`, `conversion_event`, `measurement_protocol_secret`, `custom_dimension`, `custom_metric`, `data_retention_settings`, `search_ads_360_link`, `data_stream`, `attribution_settings`, `expanded_data_set`, `channel_group`, `bigquery_link`, `enhanced_measurement_settings`, `data_redaction_settings`, `skadnetwork_conversion_value_schema`, `adsense_link`, `audience`, `event_create_rule`, `key_event`, `calculated_metric`, `reporting_data_annotation`, `subproperty_sync_config`, `reporting_identity_settings`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
|
630
|
+
# Note: The following fields are mutually exclusive: `google_signals_settings`, `account`, `property`, `firebase_link`, `google_ads_link`, `display_video_360_advertiser_link`, `display_video_360_advertiser_link_proposal`, `conversion_event`, `measurement_protocol_secret`, `custom_dimension`, `custom_metric`, `data_retention_settings`, `search_ads_360_link`, `data_stream`, `attribution_settings`, `expanded_data_set`, `channel_group`, `bigquery_link`, `enhanced_measurement_settings`, `data_redaction_settings`, `skadnetwork_conversion_value_schema`, `adsense_link`, `audience`, `event_create_rule`, `key_event`, `calculated_metric`, `reporting_data_annotation`, `subproperty_sync_config`, `reporting_identity_settings`, `user_provided_data_settings`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
|
631
631
|
# @!attribute [rw] display_video_360_advertiser_link
|
|
632
632
|
# @return [::Google::Analytics::Admin::V1alpha::DisplayVideo360AdvertiserLink]
|
|
633
633
|
# A snapshot of a DisplayVideo360AdvertiserLink resource in change
|
|
634
634
|
# history.
|
|
635
635
|
#
|
|
636
|
-
# Note: The following fields are mutually exclusive: `display_video_360_advertiser_link`, `account`, `property`, `firebase_link`, `google_ads_link`, `google_signals_settings`, `display_video_360_advertiser_link_proposal`, `conversion_event`, `measurement_protocol_secret`, `custom_dimension`, `custom_metric`, `data_retention_settings`, `search_ads_360_link`, `data_stream`, `attribution_settings`, `expanded_data_set`, `channel_group`, `bigquery_link`, `enhanced_measurement_settings`, `data_redaction_settings`, `skadnetwork_conversion_value_schema`, `adsense_link`, `audience`, `event_create_rule`, `key_event`, `calculated_metric`, `reporting_data_annotation`, `subproperty_sync_config`, `reporting_identity_settings`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
|
636
|
+
# Note: The following fields are mutually exclusive: `display_video_360_advertiser_link`, `account`, `property`, `firebase_link`, `google_ads_link`, `google_signals_settings`, `display_video_360_advertiser_link_proposal`, `conversion_event`, `measurement_protocol_secret`, `custom_dimension`, `custom_metric`, `data_retention_settings`, `search_ads_360_link`, `data_stream`, `attribution_settings`, `expanded_data_set`, `channel_group`, `bigquery_link`, `enhanced_measurement_settings`, `data_redaction_settings`, `skadnetwork_conversion_value_schema`, `adsense_link`, `audience`, `event_create_rule`, `key_event`, `calculated_metric`, `reporting_data_annotation`, `subproperty_sync_config`, `reporting_identity_settings`, `user_provided_data_settings`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
|
637
637
|
# @!attribute [rw] display_video_360_advertiser_link_proposal
|
|
638
638
|
# @return [::Google::Analytics::Admin::V1alpha::DisplayVideo360AdvertiserLinkProposal]
|
|
639
639
|
# A snapshot of a DisplayVideo360AdvertiserLinkProposal resource in
|
|
640
640
|
# change history.
|
|
641
641
|
#
|
|
642
|
-
# Note: The following fields are mutually exclusive: `display_video_360_advertiser_link_proposal`, `account`, `property`, `firebase_link`, `google_ads_link`, `google_signals_settings`, `display_video_360_advertiser_link`, `conversion_event`, `measurement_protocol_secret`, `custom_dimension`, `custom_metric`, `data_retention_settings`, `search_ads_360_link`, `data_stream`, `attribution_settings`, `expanded_data_set`, `channel_group`, `bigquery_link`, `enhanced_measurement_settings`, `data_redaction_settings`, `skadnetwork_conversion_value_schema`, `adsense_link`, `audience`, `event_create_rule`, `key_event`, `calculated_metric`, `reporting_data_annotation`, `subproperty_sync_config`, `reporting_identity_settings`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
|
642
|
+
# Note: The following fields are mutually exclusive: `display_video_360_advertiser_link_proposal`, `account`, `property`, `firebase_link`, `google_ads_link`, `google_signals_settings`, `display_video_360_advertiser_link`, `conversion_event`, `measurement_protocol_secret`, `custom_dimension`, `custom_metric`, `data_retention_settings`, `search_ads_360_link`, `data_stream`, `attribution_settings`, `expanded_data_set`, `channel_group`, `bigquery_link`, `enhanced_measurement_settings`, `data_redaction_settings`, `skadnetwork_conversion_value_schema`, `adsense_link`, `audience`, `event_create_rule`, `key_event`, `calculated_metric`, `reporting_data_annotation`, `subproperty_sync_config`, `reporting_identity_settings`, `user_provided_data_settings`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
|
643
643
|
# @!attribute [rw] conversion_event
|
|
644
644
|
# @return [::Google::Analytics::Admin::V1alpha::ConversionEvent]
|
|
645
645
|
# A snapshot of a ConversionEvent resource in change history.
|
|
646
646
|
#
|
|
647
|
-
# Note: The following fields are mutually exclusive: `conversion_event`, `account`, `property`, `firebase_link`, `google_ads_link`, `google_signals_settings`, `display_video_360_advertiser_link`, `display_video_360_advertiser_link_proposal`, `measurement_protocol_secret`, `custom_dimension`, `custom_metric`, `data_retention_settings`, `search_ads_360_link`, `data_stream`, `attribution_settings`, `expanded_data_set`, `channel_group`, `bigquery_link`, `enhanced_measurement_settings`, `data_redaction_settings`, `skadnetwork_conversion_value_schema`, `adsense_link`, `audience`, `event_create_rule`, `key_event`, `calculated_metric`, `reporting_data_annotation`, `subproperty_sync_config`, `reporting_identity_settings`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
|
647
|
+
# Note: The following fields are mutually exclusive: `conversion_event`, `account`, `property`, `firebase_link`, `google_ads_link`, `google_signals_settings`, `display_video_360_advertiser_link`, `display_video_360_advertiser_link_proposal`, `measurement_protocol_secret`, `custom_dimension`, `custom_metric`, `data_retention_settings`, `search_ads_360_link`, `data_stream`, `attribution_settings`, `expanded_data_set`, `channel_group`, `bigquery_link`, `enhanced_measurement_settings`, `data_redaction_settings`, `skadnetwork_conversion_value_schema`, `adsense_link`, `audience`, `event_create_rule`, `key_event`, `calculated_metric`, `reporting_data_annotation`, `subproperty_sync_config`, `reporting_identity_settings`, `user_provided_data_settings`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
|
648
648
|
# @!attribute [rw] measurement_protocol_secret
|
|
649
649
|
# @return [::Google::Analytics::Admin::V1alpha::MeasurementProtocolSecret]
|
|
650
650
|
# A snapshot of a MeasurementProtocolSecret resource in change history.
|
|
651
651
|
#
|
|
652
|
-
# Note: The following fields are mutually exclusive: `measurement_protocol_secret`, `account`, `property`, `firebase_link`, `google_ads_link`, `google_signals_settings`, `display_video_360_advertiser_link`, `display_video_360_advertiser_link_proposal`, `conversion_event`, `custom_dimension`, `custom_metric`, `data_retention_settings`, `search_ads_360_link`, `data_stream`, `attribution_settings`, `expanded_data_set`, `channel_group`, `bigquery_link`, `enhanced_measurement_settings`, `data_redaction_settings`, `skadnetwork_conversion_value_schema`, `adsense_link`, `audience`, `event_create_rule`, `key_event`, `calculated_metric`, `reporting_data_annotation`, `subproperty_sync_config`, `reporting_identity_settings`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
|
652
|
+
# Note: The following fields are mutually exclusive: `measurement_protocol_secret`, `account`, `property`, `firebase_link`, `google_ads_link`, `google_signals_settings`, `display_video_360_advertiser_link`, `display_video_360_advertiser_link_proposal`, `conversion_event`, `custom_dimension`, `custom_metric`, `data_retention_settings`, `search_ads_360_link`, `data_stream`, `attribution_settings`, `expanded_data_set`, `channel_group`, `bigquery_link`, `enhanced_measurement_settings`, `data_redaction_settings`, `skadnetwork_conversion_value_schema`, `adsense_link`, `audience`, `event_create_rule`, `key_event`, `calculated_metric`, `reporting_data_annotation`, `subproperty_sync_config`, `reporting_identity_settings`, `user_provided_data_settings`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
|
653
653
|
# @!attribute [rw] custom_dimension
|
|
654
654
|
# @return [::Google::Analytics::Admin::V1alpha::CustomDimension]
|
|
655
655
|
# A snapshot of a CustomDimension resource in change history.
|
|
656
656
|
#
|
|
657
|
-
# Note: The following fields are mutually exclusive: `custom_dimension`, `account`, `property`, `firebase_link`, `google_ads_link`, `google_signals_settings`, `display_video_360_advertiser_link`, `display_video_360_advertiser_link_proposal`, `conversion_event`, `measurement_protocol_secret`, `custom_metric`, `data_retention_settings`, `search_ads_360_link`, `data_stream`, `attribution_settings`, `expanded_data_set`, `channel_group`, `bigquery_link`, `enhanced_measurement_settings`, `data_redaction_settings`, `skadnetwork_conversion_value_schema`, `adsense_link`, `audience`, `event_create_rule`, `key_event`, `calculated_metric`, `reporting_data_annotation`, `subproperty_sync_config`, `reporting_identity_settings`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
|
657
|
+
# Note: The following fields are mutually exclusive: `custom_dimension`, `account`, `property`, `firebase_link`, `google_ads_link`, `google_signals_settings`, `display_video_360_advertiser_link`, `display_video_360_advertiser_link_proposal`, `conversion_event`, `measurement_protocol_secret`, `custom_metric`, `data_retention_settings`, `search_ads_360_link`, `data_stream`, `attribution_settings`, `expanded_data_set`, `channel_group`, `bigquery_link`, `enhanced_measurement_settings`, `data_redaction_settings`, `skadnetwork_conversion_value_schema`, `adsense_link`, `audience`, `event_create_rule`, `key_event`, `calculated_metric`, `reporting_data_annotation`, `subproperty_sync_config`, `reporting_identity_settings`, `user_provided_data_settings`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
|
658
658
|
# @!attribute [rw] custom_metric
|
|
659
659
|
# @return [::Google::Analytics::Admin::V1alpha::CustomMetric]
|
|
660
660
|
# A snapshot of a CustomMetric resource in change history.
|
|
661
661
|
#
|
|
662
|
-
# Note: The following fields are mutually exclusive: `custom_metric`, `account`, `property`, `firebase_link`, `google_ads_link`, `google_signals_settings`, `display_video_360_advertiser_link`, `display_video_360_advertiser_link_proposal`, `conversion_event`, `measurement_protocol_secret`, `custom_dimension`, `data_retention_settings`, `search_ads_360_link`, `data_stream`, `attribution_settings`, `expanded_data_set`, `channel_group`, `bigquery_link`, `enhanced_measurement_settings`, `data_redaction_settings`, `skadnetwork_conversion_value_schema`, `adsense_link`, `audience`, `event_create_rule`, `key_event`, `calculated_metric`, `reporting_data_annotation`, `subproperty_sync_config`, `reporting_identity_settings`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
|
662
|
+
# Note: The following fields are mutually exclusive: `custom_metric`, `account`, `property`, `firebase_link`, `google_ads_link`, `google_signals_settings`, `display_video_360_advertiser_link`, `display_video_360_advertiser_link_proposal`, `conversion_event`, `measurement_protocol_secret`, `custom_dimension`, `data_retention_settings`, `search_ads_360_link`, `data_stream`, `attribution_settings`, `expanded_data_set`, `channel_group`, `bigquery_link`, `enhanced_measurement_settings`, `data_redaction_settings`, `skadnetwork_conversion_value_schema`, `adsense_link`, `audience`, `event_create_rule`, `key_event`, `calculated_metric`, `reporting_data_annotation`, `subproperty_sync_config`, `reporting_identity_settings`, `user_provided_data_settings`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
|
663
663
|
# @!attribute [rw] data_retention_settings
|
|
664
664
|
# @return [::Google::Analytics::Admin::V1alpha::DataRetentionSettings]
|
|
665
665
|
# A snapshot of a data retention settings resource in change history.
|
|
666
666
|
#
|
|
667
|
-
# Note: The following fields are mutually exclusive: `data_retention_settings`, `account`, `property`, `firebase_link`, `google_ads_link`, `google_signals_settings`, `display_video_360_advertiser_link`, `display_video_360_advertiser_link_proposal`, `conversion_event`, `measurement_protocol_secret`, `custom_dimension`, `custom_metric`, `search_ads_360_link`, `data_stream`, `attribution_settings`, `expanded_data_set`, `channel_group`, `bigquery_link`, `enhanced_measurement_settings`, `data_redaction_settings`, `skadnetwork_conversion_value_schema`, `adsense_link`, `audience`, `event_create_rule`, `key_event`, `calculated_metric`, `reporting_data_annotation`, `subproperty_sync_config`, `reporting_identity_settings`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
|
667
|
+
# Note: The following fields are mutually exclusive: `data_retention_settings`, `account`, `property`, `firebase_link`, `google_ads_link`, `google_signals_settings`, `display_video_360_advertiser_link`, `display_video_360_advertiser_link_proposal`, `conversion_event`, `measurement_protocol_secret`, `custom_dimension`, `custom_metric`, `search_ads_360_link`, `data_stream`, `attribution_settings`, `expanded_data_set`, `channel_group`, `bigquery_link`, `enhanced_measurement_settings`, `data_redaction_settings`, `skadnetwork_conversion_value_schema`, `adsense_link`, `audience`, `event_create_rule`, `key_event`, `calculated_metric`, `reporting_data_annotation`, `subproperty_sync_config`, `reporting_identity_settings`, `user_provided_data_settings`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
|
668
668
|
# @!attribute [rw] search_ads_360_link
|
|
669
669
|
# @return [::Google::Analytics::Admin::V1alpha::SearchAds360Link]
|
|
670
670
|
# A snapshot of a SearchAds360Link resource in change history.
|
|
671
671
|
#
|
|
672
|
-
# Note: The following fields are mutually exclusive: `search_ads_360_link`, `account`, `property`, `firebase_link`, `google_ads_link`, `google_signals_settings`, `display_video_360_advertiser_link`, `display_video_360_advertiser_link_proposal`, `conversion_event`, `measurement_protocol_secret`, `custom_dimension`, `custom_metric`, `data_retention_settings`, `data_stream`, `attribution_settings`, `expanded_data_set`, `channel_group`, `bigquery_link`, `enhanced_measurement_settings`, `data_redaction_settings`, `skadnetwork_conversion_value_schema`, `adsense_link`, `audience`, `event_create_rule`, `key_event`, `calculated_metric`, `reporting_data_annotation`, `subproperty_sync_config`, `reporting_identity_settings`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
|
672
|
+
# Note: The following fields are mutually exclusive: `search_ads_360_link`, `account`, `property`, `firebase_link`, `google_ads_link`, `google_signals_settings`, `display_video_360_advertiser_link`, `display_video_360_advertiser_link_proposal`, `conversion_event`, `measurement_protocol_secret`, `custom_dimension`, `custom_metric`, `data_retention_settings`, `data_stream`, `attribution_settings`, `expanded_data_set`, `channel_group`, `bigquery_link`, `enhanced_measurement_settings`, `data_redaction_settings`, `skadnetwork_conversion_value_schema`, `adsense_link`, `audience`, `event_create_rule`, `key_event`, `calculated_metric`, `reporting_data_annotation`, `subproperty_sync_config`, `reporting_identity_settings`, `user_provided_data_settings`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
|
673
673
|
# @!attribute [rw] data_stream
|
|
674
674
|
# @return [::Google::Analytics::Admin::V1alpha::DataStream]
|
|
675
675
|
# A snapshot of a DataStream resource in change history.
|
|
676
676
|
#
|
|
677
|
-
# Note: The following fields are mutually exclusive: `data_stream`, `account`, `property`, `firebase_link`, `google_ads_link`, `google_signals_settings`, `display_video_360_advertiser_link`, `display_video_360_advertiser_link_proposal`, `conversion_event`, `measurement_protocol_secret`, `custom_dimension`, `custom_metric`, `data_retention_settings`, `search_ads_360_link`, `attribution_settings`, `expanded_data_set`, `channel_group`, `bigquery_link`, `enhanced_measurement_settings`, `data_redaction_settings`, `skadnetwork_conversion_value_schema`, `adsense_link`, `audience`, `event_create_rule`, `key_event`, `calculated_metric`, `reporting_data_annotation`, `subproperty_sync_config`, `reporting_identity_settings`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
|
677
|
+
# Note: The following fields are mutually exclusive: `data_stream`, `account`, `property`, `firebase_link`, `google_ads_link`, `google_signals_settings`, `display_video_360_advertiser_link`, `display_video_360_advertiser_link_proposal`, `conversion_event`, `measurement_protocol_secret`, `custom_dimension`, `custom_metric`, `data_retention_settings`, `search_ads_360_link`, `attribution_settings`, `expanded_data_set`, `channel_group`, `bigquery_link`, `enhanced_measurement_settings`, `data_redaction_settings`, `skadnetwork_conversion_value_schema`, `adsense_link`, `audience`, `event_create_rule`, `key_event`, `calculated_metric`, `reporting_data_annotation`, `subproperty_sync_config`, `reporting_identity_settings`, `user_provided_data_settings`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
|
678
678
|
# @!attribute [rw] attribution_settings
|
|
679
679
|
# @return [::Google::Analytics::Admin::V1alpha::AttributionSettings]
|
|
680
680
|
# A snapshot of AttributionSettings resource in change history.
|
|
681
681
|
#
|
|
682
|
-
# Note: The following fields are mutually exclusive: `attribution_settings`, `account`, `property`, `firebase_link`, `google_ads_link`, `google_signals_settings`, `display_video_360_advertiser_link`, `display_video_360_advertiser_link_proposal`, `conversion_event`, `measurement_protocol_secret`, `custom_dimension`, `custom_metric`, `data_retention_settings`, `search_ads_360_link`, `data_stream`, `expanded_data_set`, `channel_group`, `bigquery_link`, `enhanced_measurement_settings`, `data_redaction_settings`, `skadnetwork_conversion_value_schema`, `adsense_link`, `audience`, `event_create_rule`, `key_event`, `calculated_metric`, `reporting_data_annotation`, `subproperty_sync_config`, `reporting_identity_settings`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
|
682
|
+
# Note: The following fields are mutually exclusive: `attribution_settings`, `account`, `property`, `firebase_link`, `google_ads_link`, `google_signals_settings`, `display_video_360_advertiser_link`, `display_video_360_advertiser_link_proposal`, `conversion_event`, `measurement_protocol_secret`, `custom_dimension`, `custom_metric`, `data_retention_settings`, `search_ads_360_link`, `data_stream`, `expanded_data_set`, `channel_group`, `bigquery_link`, `enhanced_measurement_settings`, `data_redaction_settings`, `skadnetwork_conversion_value_schema`, `adsense_link`, `audience`, `event_create_rule`, `key_event`, `calculated_metric`, `reporting_data_annotation`, `subproperty_sync_config`, `reporting_identity_settings`, `user_provided_data_settings`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
|
683
683
|
# @!attribute [rw] expanded_data_set
|
|
684
684
|
# @return [::Google::Analytics::Admin::V1alpha::ExpandedDataSet]
|
|
685
685
|
# A snapshot of an ExpandedDataSet resource in change history.
|
|
686
686
|
#
|
|
687
|
-
# Note: The following fields are mutually exclusive: `expanded_data_set`, `account`, `property`, `firebase_link`, `google_ads_link`, `google_signals_settings`, `display_video_360_advertiser_link`, `display_video_360_advertiser_link_proposal`, `conversion_event`, `measurement_protocol_secret`, `custom_dimension`, `custom_metric`, `data_retention_settings`, `search_ads_360_link`, `data_stream`, `attribution_settings`, `channel_group`, `bigquery_link`, `enhanced_measurement_settings`, `data_redaction_settings`, `skadnetwork_conversion_value_schema`, `adsense_link`, `audience`, `event_create_rule`, `key_event`, `calculated_metric`, `reporting_data_annotation`, `subproperty_sync_config`, `reporting_identity_settings`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
|
687
|
+
# Note: The following fields are mutually exclusive: `expanded_data_set`, `account`, `property`, `firebase_link`, `google_ads_link`, `google_signals_settings`, `display_video_360_advertiser_link`, `display_video_360_advertiser_link_proposal`, `conversion_event`, `measurement_protocol_secret`, `custom_dimension`, `custom_metric`, `data_retention_settings`, `search_ads_360_link`, `data_stream`, `attribution_settings`, `channel_group`, `bigquery_link`, `enhanced_measurement_settings`, `data_redaction_settings`, `skadnetwork_conversion_value_schema`, `adsense_link`, `audience`, `event_create_rule`, `key_event`, `calculated_metric`, `reporting_data_annotation`, `subproperty_sync_config`, `reporting_identity_settings`, `user_provided_data_settings`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
|
688
688
|
# @!attribute [rw] channel_group
|
|
689
689
|
# @return [::Google::Analytics::Admin::V1alpha::ChannelGroup]
|
|
690
690
|
# A snapshot of a ChannelGroup resource in change history.
|
|
691
691
|
#
|
|
692
|
-
# Note: The following fields are mutually exclusive: `channel_group`, `account`, `property`, `firebase_link`, `google_ads_link`, `google_signals_settings`, `display_video_360_advertiser_link`, `display_video_360_advertiser_link_proposal`, `conversion_event`, `measurement_protocol_secret`, `custom_dimension`, `custom_metric`, `data_retention_settings`, `search_ads_360_link`, `data_stream`, `attribution_settings`, `expanded_data_set`, `bigquery_link`, `enhanced_measurement_settings`, `data_redaction_settings`, `skadnetwork_conversion_value_schema`, `adsense_link`, `audience`, `event_create_rule`, `key_event`, `calculated_metric`, `reporting_data_annotation`, `subproperty_sync_config`, `reporting_identity_settings`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
|
692
|
+
# Note: The following fields are mutually exclusive: `channel_group`, `account`, `property`, `firebase_link`, `google_ads_link`, `google_signals_settings`, `display_video_360_advertiser_link`, `display_video_360_advertiser_link_proposal`, `conversion_event`, `measurement_protocol_secret`, `custom_dimension`, `custom_metric`, `data_retention_settings`, `search_ads_360_link`, `data_stream`, `attribution_settings`, `expanded_data_set`, `bigquery_link`, `enhanced_measurement_settings`, `data_redaction_settings`, `skadnetwork_conversion_value_schema`, `adsense_link`, `audience`, `event_create_rule`, `key_event`, `calculated_metric`, `reporting_data_annotation`, `subproperty_sync_config`, `reporting_identity_settings`, `user_provided_data_settings`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
|
693
693
|
# @!attribute [rw] bigquery_link
|
|
694
694
|
# @return [::Google::Analytics::Admin::V1alpha::BigQueryLink]
|
|
695
695
|
# A snapshot of a BigQuery link resource in change history.
|
|
696
696
|
#
|
|
697
|
-
# Note: The following fields are mutually exclusive: `bigquery_link`, `account`, `property`, `firebase_link`, `google_ads_link`, `google_signals_settings`, `display_video_360_advertiser_link`, `display_video_360_advertiser_link_proposal`, `conversion_event`, `measurement_protocol_secret`, `custom_dimension`, `custom_metric`, `data_retention_settings`, `search_ads_360_link`, `data_stream`, `attribution_settings`, `expanded_data_set`, `channel_group`, `enhanced_measurement_settings`, `data_redaction_settings`, `skadnetwork_conversion_value_schema`, `adsense_link`, `audience`, `event_create_rule`, `key_event`, `calculated_metric`, `reporting_data_annotation`, `subproperty_sync_config`, `reporting_identity_settings`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
|
697
|
+
# Note: The following fields are mutually exclusive: `bigquery_link`, `account`, `property`, `firebase_link`, `google_ads_link`, `google_signals_settings`, `display_video_360_advertiser_link`, `display_video_360_advertiser_link_proposal`, `conversion_event`, `measurement_protocol_secret`, `custom_dimension`, `custom_metric`, `data_retention_settings`, `search_ads_360_link`, `data_stream`, `attribution_settings`, `expanded_data_set`, `channel_group`, `enhanced_measurement_settings`, `data_redaction_settings`, `skadnetwork_conversion_value_schema`, `adsense_link`, `audience`, `event_create_rule`, `key_event`, `calculated_metric`, `reporting_data_annotation`, `subproperty_sync_config`, `reporting_identity_settings`, `user_provided_data_settings`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
|
698
698
|
# @!attribute [rw] enhanced_measurement_settings
|
|
699
699
|
# @return [::Google::Analytics::Admin::V1alpha::EnhancedMeasurementSettings]
|
|
700
700
|
# A snapshot of EnhancedMeasurementSettings resource in change history.
|
|
701
701
|
#
|
|
702
|
-
# Note: The following fields are mutually exclusive: `enhanced_measurement_settings`, `account`, `property`, `firebase_link`, `google_ads_link`, `google_signals_settings`, `display_video_360_advertiser_link`, `display_video_360_advertiser_link_proposal`, `conversion_event`, `measurement_protocol_secret`, `custom_dimension`, `custom_metric`, `data_retention_settings`, `search_ads_360_link`, `data_stream`, `attribution_settings`, `expanded_data_set`, `channel_group`, `bigquery_link`, `data_redaction_settings`, `skadnetwork_conversion_value_schema`, `adsense_link`, `audience`, `event_create_rule`, `key_event`, `calculated_metric`, `reporting_data_annotation`, `subproperty_sync_config`, `reporting_identity_settings`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
|
702
|
+
# Note: The following fields are mutually exclusive: `enhanced_measurement_settings`, `account`, `property`, `firebase_link`, `google_ads_link`, `google_signals_settings`, `display_video_360_advertiser_link`, `display_video_360_advertiser_link_proposal`, `conversion_event`, `measurement_protocol_secret`, `custom_dimension`, `custom_metric`, `data_retention_settings`, `search_ads_360_link`, `data_stream`, `attribution_settings`, `expanded_data_set`, `channel_group`, `bigquery_link`, `data_redaction_settings`, `skadnetwork_conversion_value_schema`, `adsense_link`, `audience`, `event_create_rule`, `key_event`, `calculated_metric`, `reporting_data_annotation`, `subproperty_sync_config`, `reporting_identity_settings`, `user_provided_data_settings`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
|
703
703
|
# @!attribute [rw] data_redaction_settings
|
|
704
704
|
# @return [::Google::Analytics::Admin::V1alpha::DataRedactionSettings]
|
|
705
705
|
# A snapshot of DataRedactionSettings resource in change history.
|
|
706
706
|
#
|
|
707
|
-
# Note: The following fields are mutually exclusive: `data_redaction_settings`, `account`, `property`, `firebase_link`, `google_ads_link`, `google_signals_settings`, `display_video_360_advertiser_link`, `display_video_360_advertiser_link_proposal`, `conversion_event`, `measurement_protocol_secret`, `custom_dimension`, `custom_metric`, `data_retention_settings`, `search_ads_360_link`, `data_stream`, `attribution_settings`, `expanded_data_set`, `channel_group`, `bigquery_link`, `enhanced_measurement_settings`, `skadnetwork_conversion_value_schema`, `adsense_link`, `audience`, `event_create_rule`, `key_event`, `calculated_metric`, `reporting_data_annotation`, `subproperty_sync_config`, `reporting_identity_settings`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
|
707
|
+
# Note: The following fields are mutually exclusive: `data_redaction_settings`, `account`, `property`, `firebase_link`, `google_ads_link`, `google_signals_settings`, `display_video_360_advertiser_link`, `display_video_360_advertiser_link_proposal`, `conversion_event`, `measurement_protocol_secret`, `custom_dimension`, `custom_metric`, `data_retention_settings`, `search_ads_360_link`, `data_stream`, `attribution_settings`, `expanded_data_set`, `channel_group`, `bigquery_link`, `enhanced_measurement_settings`, `skadnetwork_conversion_value_schema`, `adsense_link`, `audience`, `event_create_rule`, `key_event`, `calculated_metric`, `reporting_data_annotation`, `subproperty_sync_config`, `reporting_identity_settings`, `user_provided_data_settings`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
|
708
708
|
# @!attribute [rw] skadnetwork_conversion_value_schema
|
|
709
709
|
# @return [::Google::Analytics::Admin::V1alpha::SKAdNetworkConversionValueSchema]
|
|
710
710
|
# A snapshot of SKAdNetworkConversionValueSchema resource in change
|
|
711
711
|
# history.
|
|
712
712
|
#
|
|
713
|
-
# Note: The following fields are mutually exclusive: `skadnetwork_conversion_value_schema`, `account`, `property`, `firebase_link`, `google_ads_link`, `google_signals_settings`, `display_video_360_advertiser_link`, `display_video_360_advertiser_link_proposal`, `conversion_event`, `measurement_protocol_secret`, `custom_dimension`, `custom_metric`, `data_retention_settings`, `search_ads_360_link`, `data_stream`, `attribution_settings`, `expanded_data_set`, `channel_group`, `bigquery_link`, `enhanced_measurement_settings`, `data_redaction_settings`, `adsense_link`, `audience`, `event_create_rule`, `key_event`, `calculated_metric`, `reporting_data_annotation`, `subproperty_sync_config`, `reporting_identity_settings`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
|
713
|
+
# Note: The following fields are mutually exclusive: `skadnetwork_conversion_value_schema`, `account`, `property`, `firebase_link`, `google_ads_link`, `google_signals_settings`, `display_video_360_advertiser_link`, `display_video_360_advertiser_link_proposal`, `conversion_event`, `measurement_protocol_secret`, `custom_dimension`, `custom_metric`, `data_retention_settings`, `search_ads_360_link`, `data_stream`, `attribution_settings`, `expanded_data_set`, `channel_group`, `bigquery_link`, `enhanced_measurement_settings`, `data_redaction_settings`, `adsense_link`, `audience`, `event_create_rule`, `key_event`, `calculated_metric`, `reporting_data_annotation`, `subproperty_sync_config`, `reporting_identity_settings`, `user_provided_data_settings`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
|
714
714
|
# @!attribute [rw] adsense_link
|
|
715
715
|
# @return [::Google::Analytics::Admin::V1alpha::AdSenseLink]
|
|
716
716
|
# A snapshot of an AdSenseLink resource in change history.
|
|
717
717
|
#
|
|
718
|
-
# Note: The following fields are mutually exclusive: `adsense_link`, `account`, `property`, `firebase_link`, `google_ads_link`, `google_signals_settings`, `display_video_360_advertiser_link`, `display_video_360_advertiser_link_proposal`, `conversion_event`, `measurement_protocol_secret`, `custom_dimension`, `custom_metric`, `data_retention_settings`, `search_ads_360_link`, `data_stream`, `attribution_settings`, `expanded_data_set`, `channel_group`, `bigquery_link`, `enhanced_measurement_settings`, `data_redaction_settings`, `skadnetwork_conversion_value_schema`, `audience`, `event_create_rule`, `key_event`, `calculated_metric`, `reporting_data_annotation`, `subproperty_sync_config`, `reporting_identity_settings`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
|
718
|
+
# Note: The following fields are mutually exclusive: `adsense_link`, `account`, `property`, `firebase_link`, `google_ads_link`, `google_signals_settings`, `display_video_360_advertiser_link`, `display_video_360_advertiser_link_proposal`, `conversion_event`, `measurement_protocol_secret`, `custom_dimension`, `custom_metric`, `data_retention_settings`, `search_ads_360_link`, `data_stream`, `attribution_settings`, `expanded_data_set`, `channel_group`, `bigquery_link`, `enhanced_measurement_settings`, `data_redaction_settings`, `skadnetwork_conversion_value_schema`, `audience`, `event_create_rule`, `key_event`, `calculated_metric`, `reporting_data_annotation`, `subproperty_sync_config`, `reporting_identity_settings`, `user_provided_data_settings`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
|
719
719
|
# @!attribute [rw] audience
|
|
720
720
|
# @return [::Google::Analytics::Admin::V1alpha::Audience]
|
|
721
721
|
# A snapshot of an Audience resource in change history.
|
|
722
722
|
#
|
|
723
|
-
# Note: The following fields are mutually exclusive: `audience`, `account`, `property`, `firebase_link`, `google_ads_link`, `google_signals_settings`, `display_video_360_advertiser_link`, `display_video_360_advertiser_link_proposal`, `conversion_event`, `measurement_protocol_secret`, `custom_dimension`, `custom_metric`, `data_retention_settings`, `search_ads_360_link`, `data_stream`, `attribution_settings`, `expanded_data_set`, `channel_group`, `bigquery_link`, `enhanced_measurement_settings`, `data_redaction_settings`, `skadnetwork_conversion_value_schema`, `adsense_link`, `event_create_rule`, `key_event`, `calculated_metric`, `reporting_data_annotation`, `subproperty_sync_config`, `reporting_identity_settings`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
|
723
|
+
# Note: The following fields are mutually exclusive: `audience`, `account`, `property`, `firebase_link`, `google_ads_link`, `google_signals_settings`, `display_video_360_advertiser_link`, `display_video_360_advertiser_link_proposal`, `conversion_event`, `measurement_protocol_secret`, `custom_dimension`, `custom_metric`, `data_retention_settings`, `search_ads_360_link`, `data_stream`, `attribution_settings`, `expanded_data_set`, `channel_group`, `bigquery_link`, `enhanced_measurement_settings`, `data_redaction_settings`, `skadnetwork_conversion_value_schema`, `adsense_link`, `event_create_rule`, `key_event`, `calculated_metric`, `reporting_data_annotation`, `subproperty_sync_config`, `reporting_identity_settings`, `user_provided_data_settings`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
|
724
724
|
# @!attribute [rw] event_create_rule
|
|
725
725
|
# @return [::Google::Analytics::Admin::V1alpha::EventCreateRule]
|
|
726
726
|
# A snapshot of an EventCreateRule resource in change history.
|
|
727
727
|
#
|
|
728
|
-
# Note: The following fields are mutually exclusive: `event_create_rule`, `account`, `property`, `firebase_link`, `google_ads_link`, `google_signals_settings`, `display_video_360_advertiser_link`, `display_video_360_advertiser_link_proposal`, `conversion_event`, `measurement_protocol_secret`, `custom_dimension`, `custom_metric`, `data_retention_settings`, `search_ads_360_link`, `data_stream`, `attribution_settings`, `expanded_data_set`, `channel_group`, `bigquery_link`, `enhanced_measurement_settings`, `data_redaction_settings`, `skadnetwork_conversion_value_schema`, `adsense_link`, `audience`, `key_event`, `calculated_metric`, `reporting_data_annotation`, `subproperty_sync_config`, `reporting_identity_settings`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
|
728
|
+
# Note: The following fields are mutually exclusive: `event_create_rule`, `account`, `property`, `firebase_link`, `google_ads_link`, `google_signals_settings`, `display_video_360_advertiser_link`, `display_video_360_advertiser_link_proposal`, `conversion_event`, `measurement_protocol_secret`, `custom_dimension`, `custom_metric`, `data_retention_settings`, `search_ads_360_link`, `data_stream`, `attribution_settings`, `expanded_data_set`, `channel_group`, `bigquery_link`, `enhanced_measurement_settings`, `data_redaction_settings`, `skadnetwork_conversion_value_schema`, `adsense_link`, `audience`, `key_event`, `calculated_metric`, `reporting_data_annotation`, `subproperty_sync_config`, `reporting_identity_settings`, `user_provided_data_settings`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
|
729
729
|
# @!attribute [rw] key_event
|
|
730
730
|
# @return [::Google::Analytics::Admin::V1alpha::KeyEvent]
|
|
731
731
|
# A snapshot of a KeyEvent resource in change history.
|
|
732
732
|
#
|
|
733
|
-
# Note: The following fields are mutually exclusive: `key_event`, `account`, `property`, `firebase_link`, `google_ads_link`, `google_signals_settings`, `display_video_360_advertiser_link`, `display_video_360_advertiser_link_proposal`, `conversion_event`, `measurement_protocol_secret`, `custom_dimension`, `custom_metric`, `data_retention_settings`, `search_ads_360_link`, `data_stream`, `attribution_settings`, `expanded_data_set`, `channel_group`, `bigquery_link`, `enhanced_measurement_settings`, `data_redaction_settings`, `skadnetwork_conversion_value_schema`, `adsense_link`, `audience`, `event_create_rule`, `calculated_metric`, `reporting_data_annotation`, `subproperty_sync_config`, `reporting_identity_settings`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
|
733
|
+
# Note: The following fields are mutually exclusive: `key_event`, `account`, `property`, `firebase_link`, `google_ads_link`, `google_signals_settings`, `display_video_360_advertiser_link`, `display_video_360_advertiser_link_proposal`, `conversion_event`, `measurement_protocol_secret`, `custom_dimension`, `custom_metric`, `data_retention_settings`, `search_ads_360_link`, `data_stream`, `attribution_settings`, `expanded_data_set`, `channel_group`, `bigquery_link`, `enhanced_measurement_settings`, `data_redaction_settings`, `skadnetwork_conversion_value_schema`, `adsense_link`, `audience`, `event_create_rule`, `calculated_metric`, `reporting_data_annotation`, `subproperty_sync_config`, `reporting_identity_settings`, `user_provided_data_settings`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
|
734
734
|
# @!attribute [rw] calculated_metric
|
|
735
735
|
# @return [::Google::Analytics::Admin::V1alpha::CalculatedMetric]
|
|
736
736
|
# A snapshot of a CalculatedMetric resource in change history.
|
|
737
737
|
#
|
|
738
|
-
# Note: The following fields are mutually exclusive: `calculated_metric`, `account`, `property`, `firebase_link`, `google_ads_link`, `google_signals_settings`, `display_video_360_advertiser_link`, `display_video_360_advertiser_link_proposal`, `conversion_event`, `measurement_protocol_secret`, `custom_dimension`, `custom_metric`, `data_retention_settings`, `search_ads_360_link`, `data_stream`, `attribution_settings`, `expanded_data_set`, `channel_group`, `bigquery_link`, `enhanced_measurement_settings`, `data_redaction_settings`, `skadnetwork_conversion_value_schema`, `adsense_link`, `audience`, `event_create_rule`, `key_event`, `reporting_data_annotation`, `subproperty_sync_config`, `reporting_identity_settings`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
|
738
|
+
# Note: The following fields are mutually exclusive: `calculated_metric`, `account`, `property`, `firebase_link`, `google_ads_link`, `google_signals_settings`, `display_video_360_advertiser_link`, `display_video_360_advertiser_link_proposal`, `conversion_event`, `measurement_protocol_secret`, `custom_dimension`, `custom_metric`, `data_retention_settings`, `search_ads_360_link`, `data_stream`, `attribution_settings`, `expanded_data_set`, `channel_group`, `bigquery_link`, `enhanced_measurement_settings`, `data_redaction_settings`, `skadnetwork_conversion_value_schema`, `adsense_link`, `audience`, `event_create_rule`, `key_event`, `reporting_data_annotation`, `subproperty_sync_config`, `reporting_identity_settings`, `user_provided_data_settings`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
|
739
739
|
# @!attribute [rw] reporting_data_annotation
|
|
740
740
|
# @return [::Google::Analytics::Admin::V1alpha::ReportingDataAnnotation]
|
|
741
741
|
# A snapshot of a ReportingDataAnnotation resource in change history.
|
|
742
742
|
#
|
|
743
|
-
# Note: The following fields are mutually exclusive: `reporting_data_annotation`, `account`, `property`, `firebase_link`, `google_ads_link`, `google_signals_settings`, `display_video_360_advertiser_link`, `display_video_360_advertiser_link_proposal`, `conversion_event`, `measurement_protocol_secret`, `custom_dimension`, `custom_metric`, `data_retention_settings`, `search_ads_360_link`, `data_stream`, `attribution_settings`, `expanded_data_set`, `channel_group`, `bigquery_link`, `enhanced_measurement_settings`, `data_redaction_settings`, `skadnetwork_conversion_value_schema`, `adsense_link`, `audience`, `event_create_rule`, `key_event`, `calculated_metric`, `subproperty_sync_config`, `reporting_identity_settings`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
|
743
|
+
# Note: The following fields are mutually exclusive: `reporting_data_annotation`, `account`, `property`, `firebase_link`, `google_ads_link`, `google_signals_settings`, `display_video_360_advertiser_link`, `display_video_360_advertiser_link_proposal`, `conversion_event`, `measurement_protocol_secret`, `custom_dimension`, `custom_metric`, `data_retention_settings`, `search_ads_360_link`, `data_stream`, `attribution_settings`, `expanded_data_set`, `channel_group`, `bigquery_link`, `enhanced_measurement_settings`, `data_redaction_settings`, `skadnetwork_conversion_value_schema`, `adsense_link`, `audience`, `event_create_rule`, `key_event`, `calculated_metric`, `subproperty_sync_config`, `reporting_identity_settings`, `user_provided_data_settings`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
|
744
744
|
# @!attribute [rw] subproperty_sync_config
|
|
745
745
|
# @return [::Google::Analytics::Admin::V1alpha::SubpropertySyncConfig]
|
|
746
746
|
# A snapshot of a SubpropertySyncConfig resource in change history.
|
|
747
747
|
#
|
|
748
|
-
# Note: The following fields are mutually exclusive: `subproperty_sync_config`, `account`, `property`, `firebase_link`, `google_ads_link`, `google_signals_settings`, `display_video_360_advertiser_link`, `display_video_360_advertiser_link_proposal`, `conversion_event`, `measurement_protocol_secret`, `custom_dimension`, `custom_metric`, `data_retention_settings`, `search_ads_360_link`, `data_stream`, `attribution_settings`, `expanded_data_set`, `channel_group`, `bigquery_link`, `enhanced_measurement_settings`, `data_redaction_settings`, `skadnetwork_conversion_value_schema`, `adsense_link`, `audience`, `event_create_rule`, `key_event`, `calculated_metric`, `reporting_data_annotation`, `reporting_identity_settings`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
|
748
|
+
# Note: The following fields are mutually exclusive: `subproperty_sync_config`, `account`, `property`, `firebase_link`, `google_ads_link`, `google_signals_settings`, `display_video_360_advertiser_link`, `display_video_360_advertiser_link_proposal`, `conversion_event`, `measurement_protocol_secret`, `custom_dimension`, `custom_metric`, `data_retention_settings`, `search_ads_360_link`, `data_stream`, `attribution_settings`, `expanded_data_set`, `channel_group`, `bigquery_link`, `enhanced_measurement_settings`, `data_redaction_settings`, `skadnetwork_conversion_value_schema`, `adsense_link`, `audience`, `event_create_rule`, `key_event`, `calculated_metric`, `reporting_data_annotation`, `reporting_identity_settings`, `user_provided_data_settings`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
|
749
749
|
# @!attribute [rw] reporting_identity_settings
|
|
750
750
|
# @return [::Google::Analytics::Admin::V1alpha::ReportingIdentitySettings]
|
|
751
751
|
# A snapshot of a ReportingIdentitySettings resource in change history.
|
|
752
752
|
#
|
|
753
|
-
# Note: The following fields are mutually exclusive: `reporting_identity_settings`, `account`, `property`, `firebase_link`, `google_ads_link`, `google_signals_settings`, `display_video_360_advertiser_link`, `display_video_360_advertiser_link_proposal`, `conversion_event`, `measurement_protocol_secret`, `custom_dimension`, `custom_metric`, `data_retention_settings`, `search_ads_360_link`, `data_stream`, `attribution_settings`, `expanded_data_set`, `channel_group`, `bigquery_link`, `enhanced_measurement_settings`, `data_redaction_settings`, `skadnetwork_conversion_value_schema`, `adsense_link`, `audience`, `event_create_rule`, `key_event`, `calculated_metric`, `reporting_data_annotation`, `subproperty_sync_config`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
|
753
|
+
# Note: The following fields are mutually exclusive: `reporting_identity_settings`, `account`, `property`, `firebase_link`, `google_ads_link`, `google_signals_settings`, `display_video_360_advertiser_link`, `display_video_360_advertiser_link_proposal`, `conversion_event`, `measurement_protocol_secret`, `custom_dimension`, `custom_metric`, `data_retention_settings`, `search_ads_360_link`, `data_stream`, `attribution_settings`, `expanded_data_set`, `channel_group`, `bigquery_link`, `enhanced_measurement_settings`, `data_redaction_settings`, `skadnetwork_conversion_value_schema`, `adsense_link`, `audience`, `event_create_rule`, `key_event`, `calculated_metric`, `reporting_data_annotation`, `subproperty_sync_config`, `user_provided_data_settings`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
|
754
|
+
# @!attribute [rw] user_provided_data_settings
|
|
755
|
+
# @return [::Google::Analytics::Admin::V1alpha::UserProvidedDataSettings]
|
|
756
|
+
# A snapshot of a UserProvidedDataSettings resource in change history.
|
|
757
|
+
#
|
|
758
|
+
# Note: The following fields are mutually exclusive: `user_provided_data_settings`, `account`, `property`, `firebase_link`, `google_ads_link`, `google_signals_settings`, `display_video_360_advertiser_link`, `display_video_360_advertiser_link_proposal`, `conversion_event`, `measurement_protocol_secret`, `custom_dimension`, `custom_metric`, `data_retention_settings`, `search_ads_360_link`, `data_stream`, `attribution_settings`, `expanded_data_set`, `channel_group`, `bigquery_link`, `enhanced_measurement_settings`, `data_redaction_settings`, `skadnetwork_conversion_value_schema`, `adsense_link`, `audience`, `event_create_rule`, `key_event`, `calculated_metric`, `reporting_data_annotation`, `subproperty_sync_config`, `reporting_identity_settings`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
|
754
759
|
class ChangeHistoryResource
|
|
755
760
|
include ::Google::Protobuf::MessageExts
|
|
756
761
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
@@ -759,9 +764,9 @@ module Google
|
|
|
759
764
|
|
|
760
765
|
# A link between a Google Analytics property and a Display & Video 360
|
|
761
766
|
# advertiser.
|
|
762
|
-
# @!attribute [
|
|
767
|
+
# @!attribute [rw] name
|
|
763
768
|
# @return [::String]
|
|
764
|
-
#
|
|
769
|
+
# Identifier. The resource name for this DisplayVideo360AdvertiserLink
|
|
765
770
|
# resource. Format:
|
|
766
771
|
# properties/\\{propertyId}/displayVideo360AdvertiserLinks/\\{linkId}
|
|
767
772
|
#
|
|
@@ -800,9 +805,9 @@ module Google
|
|
|
800
805
|
# A proposal is converted to a DisplayVideo360AdvertiserLink once approved.
|
|
801
806
|
# Google Analytics admins approve inbound proposals while Display & Video 360
|
|
802
807
|
# admins approve outbound proposals.
|
|
803
|
-
# @!attribute [
|
|
808
|
+
# @!attribute [rw] name
|
|
804
809
|
# @return [::String]
|
|
805
|
-
#
|
|
810
|
+
# Identifier. The resource name for this
|
|
806
811
|
# DisplayVideo360AdvertiserLinkProposal resource. Format:
|
|
807
812
|
# properties/\\{propertyId}/displayVideo360AdvertiserLinkProposals/\\{proposalId}
|
|
808
813
|
#
|
|
@@ -844,9 +849,9 @@ module Google
|
|
|
844
849
|
end
|
|
845
850
|
|
|
846
851
|
# A link between a Google Analytics property and a Search Ads 360 entity.
|
|
847
|
-
# @!attribute [
|
|
852
|
+
# @!attribute [rw] name
|
|
848
853
|
# @return [::String]
|
|
849
|
-
#
|
|
854
|
+
# Identifier. The resource name for this SearchAds360Link resource.
|
|
850
855
|
# Format: properties/\\{propertyId}/searchAds360Links/\\{linkId}
|
|
851
856
|
#
|
|
852
857
|
# Note: linkId is not the Search Ads 360 advertiser ID
|
|
@@ -900,9 +905,9 @@ module Google
|
|
|
900
905
|
end
|
|
901
906
|
|
|
902
907
|
# A conversion event in a Google Analytics property.
|
|
903
|
-
# @!attribute [
|
|
908
|
+
# @!attribute [rw] name
|
|
904
909
|
# @return [::String]
|
|
905
|
-
#
|
|
910
|
+
# Identifier. Resource name of this conversion event.
|
|
906
911
|
# Format: properties/\\{property}/conversionEvents/\\{conversion_event}
|
|
907
912
|
# @!attribute [rw] event_name
|
|
908
913
|
# @return [::String]
|
|
@@ -1052,9 +1057,9 @@ module Google
|
|
|
1052
1057
|
end
|
|
1053
1058
|
|
|
1054
1059
|
# A definition for a CustomDimension.
|
|
1055
|
-
# @!attribute [
|
|
1060
|
+
# @!attribute [rw] name
|
|
1056
1061
|
# @return [::String]
|
|
1057
|
-
#
|
|
1062
|
+
# Identifier. Resource name for this CustomDimension resource.
|
|
1058
1063
|
# Format: properties/\\{property}/customDimensions/\\{customDimension}
|
|
1059
1064
|
# @!attribute [rw] parameter_name
|
|
1060
1065
|
# @return [::String]
|
|
@@ -1111,9 +1116,9 @@ module Google
|
|
|
1111
1116
|
end
|
|
1112
1117
|
|
|
1113
1118
|
# A definition for a custom metric.
|
|
1114
|
-
# @!attribute [
|
|
1119
|
+
# @!attribute [rw] name
|
|
1115
1120
|
# @return [::String]
|
|
1116
|
-
#
|
|
1121
|
+
# Identifier. Resource name for this CustomMetric resource.
|
|
1117
1122
|
# Format: properties/\\{property}/customMetrics/\\{customMetric}
|
|
1118
1123
|
# @!attribute [rw] parameter_name
|
|
1119
1124
|
# @return [::String]
|
|
@@ -1213,9 +1218,9 @@ module Google
|
|
|
1213
1218
|
end
|
|
1214
1219
|
|
|
1215
1220
|
# A definition for a calculated metric.
|
|
1216
|
-
# @!attribute [
|
|
1221
|
+
# @!attribute [rw] name
|
|
1217
1222
|
# @return [::String]
|
|
1218
|
-
#
|
|
1223
|
+
# Identifier. Resource name for this CalculatedMetric.
|
|
1219
1224
|
# Format: 'properties/\\{property_id}/calculatedMetrics/\\{calculated_metric_id}'
|
|
1220
1225
|
# @!attribute [rw] description
|
|
1221
1226
|
# @return [::String]
|
|
@@ -1307,9 +1312,9 @@ module Google
|
|
|
1307
1312
|
end
|
|
1308
1313
|
|
|
1309
1314
|
# Settings values for data retention. This is a singleton resource.
|
|
1310
|
-
# @!attribute [
|
|
1315
|
+
# @!attribute [rw] name
|
|
1311
1316
|
# @return [::String]
|
|
1312
|
-
#
|
|
1317
|
+
# Identifier. Resource name for this DataRetentionSetting resource.
|
|
1313
1318
|
# Format: properties/\\{property}/dataRetentionSettings
|
|
1314
1319
|
# @!attribute [rw] event_data_retention
|
|
1315
1320
|
# @return [::Google::Analytics::Admin::V1alpha::DataRetentionSettings::RetentionDuration]
|
|
@@ -1819,6 +1824,26 @@ module Google
|
|
|
1819
1824
|
end
|
|
1820
1825
|
end
|
|
1821
1826
|
|
|
1827
|
+
# Configuration for user-provided data collection. This is a singleton resource
|
|
1828
|
+
# for a Google Analytics property.
|
|
1829
|
+
# @!attribute [rw] name
|
|
1830
|
+
# @return [::String]
|
|
1831
|
+
# Identifier. Resource name of this setting.
|
|
1832
|
+
# Format: properties/\\{property}/userProvidedDataSettings
|
|
1833
|
+
# Example: "properties/1000/userProvidedDataSettings"
|
|
1834
|
+
# @!attribute [rw] user_provided_data_collection_enabled
|
|
1835
|
+
# @return [::Boolean]
|
|
1836
|
+
# Optional. Whether this property accepts user-provided data sent to it.
|
|
1837
|
+
# @!attribute [rw] automatically_detected_data_collection_enabled
|
|
1838
|
+
# @return [::Boolean]
|
|
1839
|
+
# Optional. Whether this property allows a Google Tag to automatically
|
|
1840
|
+
# collect user-provided data from your website. This setting only takes
|
|
1841
|
+
# effect if `user_provided_data_collection_enabled` is also true.
|
|
1842
|
+
class UserProvidedDataSettings
|
|
1843
|
+
include ::Google::Protobuf::MessageExts
|
|
1844
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
1845
|
+
end
|
|
1846
|
+
|
|
1822
1847
|
# The category selected for this property, used for industry benchmarking.
|
|
1823
1848
|
module IndustryCategory
|
|
1824
1849
|
# Industry category unspecified
|
|
@@ -2037,6 +2062,9 @@ module Google
|
|
|
2037
2062
|
|
|
2038
2063
|
# ReportingIdentitySettings resource
|
|
2039
2064
|
REPORTING_IDENTITY_SETTINGS = 34
|
|
2065
|
+
|
|
2066
|
+
# UserProvidedDataSettings resource
|
|
2067
|
+
USER_PROVIDED_DATA_SETTINGS = 35
|
|
2040
2068
|
end
|
|
2041
2069
|
|
|
2042
2070
|
# Status of the Google Signals settings.
|
|
@@ -31,6 +31,8 @@ module Google
|
|
|
31
31
|
# @!attribute [rw] selective_gapic_generation
|
|
32
32
|
# @return [::Google::Api::SelectiveGapicGeneration]
|
|
33
33
|
# Configuration for which RPCs should be generated in the GAPIC client.
|
|
34
|
+
#
|
|
35
|
+
# Note: This field should not be used in most cases.
|
|
34
36
|
class CommonLanguageSettings
|
|
35
37
|
include ::Google::Protobuf::MessageExts
|
|
36
38
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
@@ -441,6 +443,8 @@ module Google
|
|
|
441
443
|
|
|
442
444
|
# This message is used to configure the generation of a subset of the RPCs in
|
|
443
445
|
# a service for client libraries.
|
|
446
|
+
#
|
|
447
|
+
# Note: This feature should not be used in most cases.
|
|
444
448
|
# @!attribute [rw] methods
|
|
445
449
|
# @return [::Array<::String>]
|
|
446
450
|
# An allowlist of the fully qualified names of RPCs that should be included
|
|
@@ -24,14 +24,17 @@ module Google
|
|
|
24
24
|
# date is relative to the Gregorian Calendar. This can represent one of the
|
|
25
25
|
# following:
|
|
26
26
|
#
|
|
27
|
-
# * A full date, with non-zero year, month, and day values
|
|
28
|
-
# * A month and day
|
|
29
|
-
# * A year on its own, with zero month and day
|
|
30
|
-
# * A year and month
|
|
31
|
-
#
|
|
27
|
+
# * A full date, with non-zero year, month, and day values.
|
|
28
|
+
# * A month and day, with a zero year (for example, an anniversary).
|
|
29
|
+
# * A year on its own, with a zero month and a zero day.
|
|
30
|
+
# * A year and month, with a zero day (for example, a credit card expiration
|
|
31
|
+
# date).
|
|
32
32
|
#
|
|
33
|
-
# Related types
|
|
34
|
-
#
|
|
33
|
+
# Related types:
|
|
34
|
+
#
|
|
35
|
+
# * [google.type.TimeOfDay][google.type.TimeOfDay]
|
|
36
|
+
# * [google.type.DateTime][google.type.DateTime]
|
|
37
|
+
# * {::Google::Protobuf::Timestamp google.protobuf.Timestamp}
|
|
35
38
|
# @!attribute [rw] year
|
|
36
39
|
# @return [::Integer]
|
|
37
40
|
# Year of the date. Must be from 1 to 9999, or 0 to specify a date without
|