google-apis-analyticsadmin_v1alpha 0.88.0 → 0.89.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/CHANGELOG.md +4 -0
- data/lib/google/apis/analyticsadmin_v1alpha/classes.rb +65 -22
- data/lib/google/apis/analyticsadmin_v1alpha/gem_version.rb +2 -2
- data/lib/google/apis/analyticsadmin_v1alpha/representations.rb +17 -0
- data/lib/google/apis/analyticsadmin_v1alpha/service.rb +117 -84
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 582385ec257d561ca66327e8517fd631e5fe6bfba898696a8d68c195264e8a63
|
|
4
|
+
data.tar.gz: 1a1cd89cf49afbd77ff3c95fb06942e11c97ef32d7b2a8e82e5e5274a7af1c3d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 215a49bc34a47acef6d1a0d87b68a2f2a384cb18095b06e8044dc5f3a3c7a111490199afd4cd79b2cb0f28ecdbf43f18d060f8303b065f1687c233797fbf68ec
|
|
7
|
+
data.tar.gz: c929f2d8f3c1f0aa979fc135747a0bf3d4ed9c2b6a9ab0ee611be21cdca34a4fe765a1025e579bec4556e28dd79ec850fe523a2af57964fa96a86875374112c8
|
data/CHANGELOG.md
CHANGED
|
@@ -634,7 +634,7 @@ module Google
|
|
|
634
634
|
# @return [String]
|
|
635
635
|
attr_accessor :gmp_organization
|
|
636
636
|
|
|
637
|
-
#
|
|
637
|
+
# Identifier. Resource name of this account. Format: accounts/`account` Example:
|
|
638
638
|
# "accounts/100"
|
|
639
639
|
# Corresponds to the JSON property `name`
|
|
640
640
|
# @return [String]
|
|
@@ -682,8 +682,8 @@ module Google
|
|
|
682
682
|
# @return [String]
|
|
683
683
|
attr_accessor :display_name
|
|
684
684
|
|
|
685
|
-
# Resource name for this account summary. Format: accountSummaries/`
|
|
686
|
-
# Example: "accountSummaries/1000"
|
|
685
|
+
# Identifier. Resource name for this account summary. Format: accountSummaries/`
|
|
686
|
+
# account_id` Example: "accountSummaries/1000"
|
|
687
687
|
# Corresponds to the JSON property `name`
|
|
688
688
|
# @return [String]
|
|
689
689
|
attr_accessor :name
|
|
@@ -1686,7 +1686,7 @@ module Google
|
|
|
1686
1686
|
# @return [String]
|
|
1687
1687
|
attr_accessor :metric_unit
|
|
1688
1688
|
|
|
1689
|
-
#
|
|
1689
|
+
# Identifier. Resource name for this CalculatedMetric. Format: 'properties/`
|
|
1690
1690
|
# property_id`/calculatedMetrics/`calculated_metric_id`'
|
|
1691
1691
|
# Corresponds to the JSON property `name`
|
|
1692
1692
|
# @return [String]
|
|
@@ -1931,6 +1931,12 @@ module Google
|
|
|
1931
1931
|
# @return [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaSubpropertySyncConfig]
|
|
1932
1932
|
attr_accessor :subproperty_sync_config
|
|
1933
1933
|
|
|
1934
|
+
# Configuration for user-provided data collection. This is a singleton resource
|
|
1935
|
+
# for a Google Analytics property.
|
|
1936
|
+
# Corresponds to the JSON property `userProvidedDataSettings`
|
|
1937
|
+
# @return [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaUserProvidedDataSettings]
|
|
1938
|
+
attr_accessor :user_provided_data_settings
|
|
1939
|
+
|
|
1934
1940
|
def initialize(**args)
|
|
1935
1941
|
update!(**args)
|
|
1936
1942
|
end
|
|
@@ -1966,6 +1972,7 @@ module Google
|
|
|
1966
1972
|
@search_ads360_link = args[:search_ads360_link] if args.key?(:search_ads360_link)
|
|
1967
1973
|
@skadnetwork_conversion_value_schema = args[:skadnetwork_conversion_value_schema] if args.key?(:skadnetwork_conversion_value_schema)
|
|
1968
1974
|
@subproperty_sync_config = args[:subproperty_sync_config] if args.key?(:subproperty_sync_config)
|
|
1975
|
+
@user_provided_data_settings = args[:user_provided_data_settings] if args.key?(:user_provided_data_settings)
|
|
1969
1976
|
end
|
|
1970
1977
|
end
|
|
1971
1978
|
|
|
@@ -2264,7 +2271,7 @@ module Google
|
|
|
2264
2271
|
# @return [String]
|
|
2265
2272
|
attr_accessor :event_name
|
|
2266
2273
|
|
|
2267
|
-
#
|
|
2274
|
+
# Identifier. Resource name of this conversion event. Format: properties/`
|
|
2268
2275
|
# property`/conversionEvents/`conversion_event`
|
|
2269
2276
|
# Corresponds to the JSON property `name`
|
|
2270
2277
|
# @return [String]
|
|
@@ -2471,7 +2478,7 @@ module Google
|
|
|
2471
2478
|
# @return [String]
|
|
2472
2479
|
attr_accessor :display_name
|
|
2473
2480
|
|
|
2474
|
-
#
|
|
2481
|
+
# Identifier. Resource name for this CustomDimension resource. Format:
|
|
2475
2482
|
# properties/`property`/customDimensions/`customDimension`
|
|
2476
2483
|
# Corresponds to the JSON property `name`
|
|
2477
2484
|
# @return [String]
|
|
@@ -2530,7 +2537,7 @@ module Google
|
|
|
2530
2537
|
# @return [String]
|
|
2531
2538
|
attr_accessor :measurement_unit
|
|
2532
2539
|
|
|
2533
|
-
#
|
|
2540
|
+
# Identifier. Resource name for this CustomMetric resource. Format: properties/`
|
|
2534
2541
|
# property`/customMetrics/`customMetric`
|
|
2535
2542
|
# Corresponds to the JSON property `name`
|
|
2536
2543
|
# @return [String]
|
|
@@ -2629,7 +2636,7 @@ module Google
|
|
|
2629
2636
|
# @return [String]
|
|
2630
2637
|
attr_accessor :event_data_retention
|
|
2631
2638
|
|
|
2632
|
-
#
|
|
2639
|
+
# Identifier. Resource name for this DataRetentionSetting resource. Format:
|
|
2633
2640
|
# properties/`property`/dataRetentionSettings
|
|
2634
2641
|
# Corresponds to the JSON property `name`
|
|
2635
2642
|
# @return [String]
|
|
@@ -2665,7 +2672,7 @@ module Google
|
|
|
2665
2672
|
class GoogleAnalyticsAdminV1alphaDataSharingSettings
|
|
2666
2673
|
include Google::Apis::Core::Hashable
|
|
2667
2674
|
|
|
2668
|
-
#
|
|
2675
|
+
# Identifier. Resource name. Format: accounts/`account`/dataSharingSettings
|
|
2669
2676
|
# Example: "accounts/1000/dataSharingSettings"
|
|
2670
2677
|
# Corresponds to the JSON property `name`
|
|
2671
2678
|
# @return [String]
|
|
@@ -2757,9 +2764,8 @@ module Google
|
|
|
2757
2764
|
# @return [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaDataStreamIosAppStreamData]
|
|
2758
2765
|
attr_accessor :ios_app_stream_data
|
|
2759
2766
|
|
|
2760
|
-
#
|
|
2761
|
-
#
|
|
2762
|
-
# 2000"
|
|
2767
|
+
# Identifier. Resource name of this Data Stream. Format: properties/`property_id`
|
|
2768
|
+
# /dataStreams/`stream_id` Example: "properties/1000/dataStreams/2000"
|
|
2763
2769
|
# Corresponds to the JSON property `name`
|
|
2764
2770
|
# @return [String]
|
|
2765
2771
|
attr_accessor :name
|
|
@@ -2944,7 +2950,7 @@ module Google
|
|
|
2944
2950
|
attr_accessor :cost_data_sharing_enabled
|
|
2945
2951
|
alias_method :cost_data_sharing_enabled?, :cost_data_sharing_enabled
|
|
2946
2952
|
|
|
2947
|
-
#
|
|
2953
|
+
# Identifier. The resource name for this DisplayVideo360AdvertiserLink resource.
|
|
2948
2954
|
# Format: properties/`propertyId`/displayVideo360AdvertiserLinks/`linkId` Note:
|
|
2949
2955
|
# linkId is not the Display & Video 360 Advertiser ID
|
|
2950
2956
|
# Corresponds to the JSON property `name`
|
|
@@ -3011,7 +3017,7 @@ module Google
|
|
|
3011
3017
|
# @return [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaLinkProposalStatusDetails]
|
|
3012
3018
|
attr_accessor :link_proposal_status_details
|
|
3013
3019
|
|
|
3014
|
-
#
|
|
3020
|
+
# Identifier. The resource name for this DisplayVideo360AdvertiserLinkProposal
|
|
3015
3021
|
# resource. Format: properties/`propertyId`/
|
|
3016
3022
|
# displayVideo360AdvertiserLinkProposals/`proposalId` Note: proposalId is not
|
|
3017
3023
|
# the Display & Video 360 Advertiser ID
|
|
@@ -3520,7 +3526,7 @@ module Google
|
|
|
3520
3526
|
# @return [String]
|
|
3521
3527
|
attr_accessor :create_time
|
|
3522
3528
|
|
|
3523
|
-
#
|
|
3529
|
+
# Identifier. Example format: properties/1234/firebaseLinks/5678
|
|
3524
3530
|
# Corresponds to the JSON property `name`
|
|
3525
3531
|
# @return [String]
|
|
3526
3532
|
attr_accessor :name
|
|
@@ -3551,8 +3557,8 @@ module Google
|
|
|
3551
3557
|
class GoogleAnalyticsAdminV1alphaGlobalSiteTag
|
|
3552
3558
|
include Google::Apis::Core::Hashable
|
|
3553
3559
|
|
|
3554
|
-
#
|
|
3555
|
-
#
|
|
3560
|
+
# Identifier. Resource name for this GlobalSiteTag resource. Format: properties/`
|
|
3561
|
+
# property_id`/dataStreams/`stream_id`/globalSiteTag Example: "properties/123/
|
|
3556
3562
|
# dataStreams/456/globalSiteTag"
|
|
3557
3563
|
# Corresponds to the JSON property `name`
|
|
3558
3564
|
# @return [String]
|
|
@@ -3610,7 +3616,7 @@ module Google
|
|
|
3610
3616
|
# @return [String]
|
|
3611
3617
|
attr_accessor :customer_id
|
|
3612
3618
|
|
|
3613
|
-
#
|
|
3619
|
+
# Identifier. Format: properties/`propertyId`/googleAdsLinks/`googleAdsLinkId`
|
|
3614
3620
|
# Note: googleAdsLinkId is not the Google Ads customer ID.
|
|
3615
3621
|
# Corresponds to the JSON property `name`
|
|
3616
3622
|
# @return [String]
|
|
@@ -4608,7 +4614,7 @@ module Google
|
|
|
4608
4614
|
# @return [String]
|
|
4609
4615
|
attr_accessor :display_name
|
|
4610
4616
|
|
|
4611
|
-
#
|
|
4617
|
+
# Identifier. Resource name of this secret. This secret may be a child of any
|
|
4612
4618
|
# type of stream. Format: properties/`property`/dataStreams/`dataStream`/
|
|
4613
4619
|
# measurementProtocolSecrets/`measurementProtocolSecret`
|
|
4614
4620
|
# Corresponds to the JSON property `name`
|
|
@@ -4770,7 +4776,7 @@ module Google
|
|
|
4770
4776
|
# @return [String]
|
|
4771
4777
|
attr_accessor :industry_category
|
|
4772
4778
|
|
|
4773
|
-
#
|
|
4779
|
+
# Identifier. Resource name of this property. Format: properties/`property_id`
|
|
4774
4780
|
# Example: "properties/1000"
|
|
4775
4781
|
# Corresponds to the JSON property `name`
|
|
4776
4782
|
# @return [String]
|
|
@@ -5346,7 +5352,7 @@ module Google
|
|
|
5346
5352
|
attr_accessor :apply_conversion_values
|
|
5347
5353
|
alias_method :apply_conversion_values?, :apply_conversion_values
|
|
5348
5354
|
|
|
5349
|
-
#
|
|
5355
|
+
# Identifier. Resource name of the schema. This will be child of ONLY an iOS
|
|
5350
5356
|
# stream, and there can be at most one such child under an iOS stream. Format:
|
|
5351
5357
|
# properties/`property`/dataStreams/`dataStream`/
|
|
5352
5358
|
# sKAdNetworkConversionValueSchema
|
|
@@ -5424,7 +5430,7 @@ module Google
|
|
|
5424
5430
|
attr_accessor :cost_data_sharing_enabled
|
|
5425
5431
|
alias_method :cost_data_sharing_enabled?, :cost_data_sharing_enabled
|
|
5426
5432
|
|
|
5427
|
-
#
|
|
5433
|
+
# Identifier. The resource name for this SearchAds360Link resource. Format:
|
|
5428
5434
|
# properties/`propertyId`/searchAds360Links/`linkId` Note: linkId is not the
|
|
5429
5435
|
# Search Ads 360 advertiser ID
|
|
5430
5436
|
# Corresponds to the JSON property `name`
|
|
@@ -5854,6 +5860,43 @@ module Google
|
|
|
5854
5860
|
end
|
|
5855
5861
|
end
|
|
5856
5862
|
|
|
5863
|
+
# Configuration for user-provided data collection. This is a singleton resource
|
|
5864
|
+
# for a Google Analytics property.
|
|
5865
|
+
class GoogleAnalyticsAdminV1alphaUserProvidedDataSettings
|
|
5866
|
+
include Google::Apis::Core::Hashable
|
|
5867
|
+
|
|
5868
|
+
# Optional. Whether this property allows a Google Tag to automatically collect
|
|
5869
|
+
# user-provided data from your website. This setting only takes effect if `
|
|
5870
|
+
# user_provided_data_collection_enabled` is also true.
|
|
5871
|
+
# Corresponds to the JSON property `automaticallyDetectedDataCollectionEnabled`
|
|
5872
|
+
# @return [Boolean]
|
|
5873
|
+
attr_accessor :automatically_detected_data_collection_enabled
|
|
5874
|
+
alias_method :automatically_detected_data_collection_enabled?, :automatically_detected_data_collection_enabled
|
|
5875
|
+
|
|
5876
|
+
# Identifier. Resource name of this setting. Format: properties/`property`/
|
|
5877
|
+
# userProvidedDataSettings Example: "properties/1000/userProvidedDataSettings"
|
|
5878
|
+
# Corresponds to the JSON property `name`
|
|
5879
|
+
# @return [String]
|
|
5880
|
+
attr_accessor :name
|
|
5881
|
+
|
|
5882
|
+
# Optional. Whether this property accepts user-provided data sent to it.
|
|
5883
|
+
# Corresponds to the JSON property `userProvidedDataCollectionEnabled`
|
|
5884
|
+
# @return [Boolean]
|
|
5885
|
+
attr_accessor :user_provided_data_collection_enabled
|
|
5886
|
+
alias_method :user_provided_data_collection_enabled?, :user_provided_data_collection_enabled
|
|
5887
|
+
|
|
5888
|
+
def initialize(**args)
|
|
5889
|
+
update!(**args)
|
|
5890
|
+
end
|
|
5891
|
+
|
|
5892
|
+
# Update properties of this object
|
|
5893
|
+
def update!(**args)
|
|
5894
|
+
@automatically_detected_data_collection_enabled = args[:automatically_detected_data_collection_enabled] if args.key?(:automatically_detected_data_collection_enabled)
|
|
5895
|
+
@name = args[:name] if args.key?(:name)
|
|
5896
|
+
@user_provided_data_collection_enabled = args[:user_provided_data_collection_enabled] if args.key?(:user_provided_data_collection_enabled)
|
|
5897
|
+
end
|
|
5898
|
+
end
|
|
5899
|
+
|
|
5857
5900
|
# A generic empty message that you can re-use to avoid defining duplicated empty
|
|
5858
5901
|
# messages in your APIs. A typical example is to use it as the request or the
|
|
5859
5902
|
# response type of an API method. For instance: service Foo ` rpc Bar(google.
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module AnalyticsadminV1alpha
|
|
18
18
|
# Version of the google-apis-analyticsadmin_v1alpha gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.89.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260412"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -988,6 +988,12 @@ module Google
|
|
|
988
988
|
include Google::Apis::Core::JsonObjectSupport
|
|
989
989
|
end
|
|
990
990
|
|
|
991
|
+
class GoogleAnalyticsAdminV1alphaUserProvidedDataSettings
|
|
992
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
993
|
+
|
|
994
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
995
|
+
end
|
|
996
|
+
|
|
991
997
|
class GoogleProtobufEmpty
|
|
992
998
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
993
999
|
|
|
@@ -1597,6 +1603,8 @@ module Google
|
|
|
1597
1603
|
|
|
1598
1604
|
property :subproperty_sync_config, as: 'subpropertySyncConfig', class: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaSubpropertySyncConfig, decorator: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaSubpropertySyncConfig::Representation
|
|
1599
1605
|
|
|
1606
|
+
property :user_provided_data_settings, as: 'userProvidedDataSettings', class: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaUserProvidedDataSettings, decorator: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaUserProvidedDataSettings::Representation
|
|
1607
|
+
|
|
1600
1608
|
end
|
|
1601
1609
|
end
|
|
1602
1610
|
|
|
@@ -2655,6 +2663,15 @@ module Google
|
|
|
2655
2663
|
end
|
|
2656
2664
|
end
|
|
2657
2665
|
|
|
2666
|
+
class GoogleAnalyticsAdminV1alphaUserProvidedDataSettings
|
|
2667
|
+
# @private
|
|
2668
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2669
|
+
property :automatically_detected_data_collection_enabled, as: 'automaticallyDetectedDataCollectionEnabled'
|
|
2670
|
+
property :name, as: 'name'
|
|
2671
|
+
property :user_provided_data_collection_enabled, as: 'userProvidedDataCollectionEnabled'
|
|
2672
|
+
end
|
|
2673
|
+
end
|
|
2674
|
+
|
|
2658
2675
|
class GoogleProtobufEmpty
|
|
2659
2676
|
# @private
|
|
2660
2677
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -58,15 +58,15 @@ module Google
|
|
|
58
58
|
|
|
59
59
|
# Returns summaries of all accounts accessible by the caller.
|
|
60
60
|
# @param [Fixnum] page_size
|
|
61
|
-
# The maximum number of AccountSummary resources to return. The
|
|
62
|
-
# return fewer than this value, even if there are additional pages.
|
|
63
|
-
# unspecified, at most 50 resources will be returned. The maximum value is
|
|
64
|
-
# higher values will be coerced to the maximum)
|
|
61
|
+
# Optional. The maximum number of AccountSummary resources to return. The
|
|
62
|
+
# service may return fewer than this value, even if there are additional pages.
|
|
63
|
+
# If unspecified, at most 50 resources will be returned. The maximum value is
|
|
64
|
+
# 200; (higher values will be coerced to the maximum)
|
|
65
65
|
# @param [String] page_token
|
|
66
|
-
# A page token, received from a previous `ListAccountSummaries` call.
|
|
67
|
-
# this to retrieve the subsequent page. When paginating, all other
|
|
68
|
-
# provided to `ListAccountSummaries` must match the call that
|
|
69
|
-
# token.
|
|
66
|
+
# Optional. A page token, received from a previous `ListAccountSummaries` call.
|
|
67
|
+
# Provide this to retrieve the subsequent page. When paginating, all other
|
|
68
|
+
# parameters provided to `ListAccountSummaries` must match the call that
|
|
69
|
+
# provided the page token.
|
|
70
70
|
# @param [String] fields
|
|
71
71
|
# Selector specifying which fields to include in a partial response.
|
|
72
72
|
# @param [String] quota_user
|
|
@@ -198,14 +198,14 @@ module Google
|
|
|
198
198
|
# not currently have GA properties. Soft-deleted (ie: "trashed") accounts are
|
|
199
199
|
# excluded by default. Returns an empty list if no relevant accounts are found.
|
|
200
200
|
# @param [Fixnum] page_size
|
|
201
|
-
# The maximum number of resources to return. The service may return
|
|
202
|
-
# this value, even if there are additional pages. If unspecified, at
|
|
203
|
-
# resources will be returned. The maximum value is 200; (higher values
|
|
204
|
-
# coerced to the maximum)
|
|
201
|
+
# Optional. The maximum number of resources to return. The service may return
|
|
202
|
+
# fewer than this value, even if there are additional pages. If unspecified, at
|
|
203
|
+
# most 50 resources will be returned. The maximum value is 200; (higher values
|
|
204
|
+
# will be coerced to the maximum)
|
|
205
205
|
# @param [String] page_token
|
|
206
|
-
# A page token, received from a previous `ListAccounts` call. Provide
|
|
207
|
-
# retrieve the subsequent page. When paginating, all other parameters
|
|
208
|
-
# to `ListAccounts` must match the call that provided the page token.
|
|
206
|
+
# Optional. A page token, received from a previous `ListAccounts` call. Provide
|
|
207
|
+
# this to retrieve the subsequent page. When paginating, all other parameters
|
|
208
|
+
# provided to `ListAccounts` must match the call that provided the page token.
|
|
209
209
|
# @param [Boolean] show_deleted
|
|
210
210
|
# Whether to include soft-deleted (ie: "trashed") Accounts in the results.
|
|
211
211
|
# Accounts can be inspected to determine whether they are deleted or not.
|
|
@@ -240,7 +240,7 @@ module Google
|
|
|
240
240
|
|
|
241
241
|
# Updates an account.
|
|
242
242
|
# @param [String] name
|
|
243
|
-
#
|
|
243
|
+
# Identifier. Resource name of this account. Format: accounts/`account` Example:
|
|
244
244
|
# "accounts/100"
|
|
245
245
|
# @param [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaAccount] google_analytics_admin_v1alpha_account_object
|
|
246
246
|
# @param [String] update_mask
|
|
@@ -1000,6 +1000,37 @@ module Google
|
|
|
1000
1000
|
execute_or_queue_command(command, &block)
|
|
1001
1001
|
end
|
|
1002
1002
|
|
|
1003
|
+
# Looks up settings related to user-provided data for a property.
|
|
1004
|
+
# @param [String] name
|
|
1005
|
+
# Required. The name of the user provided data settings to retrieve. Format:
|
|
1006
|
+
# properties/`property`/userProvidedDataSettings
|
|
1007
|
+
# @param [String] fields
|
|
1008
|
+
# Selector specifying which fields to include in a partial response.
|
|
1009
|
+
# @param [String] quota_user
|
|
1010
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
|
1011
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
|
1012
|
+
# @param [Google::Apis::RequestOptions] options
|
|
1013
|
+
# Request-specific options
|
|
1014
|
+
#
|
|
1015
|
+
# @yield [result, err] Result & error if block supplied
|
|
1016
|
+
# @yieldparam result [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaUserProvidedDataSettings] parsed result object
|
|
1017
|
+
# @yieldparam err [StandardError] error object if request failed
|
|
1018
|
+
#
|
|
1019
|
+
# @return [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaUserProvidedDataSettings]
|
|
1020
|
+
#
|
|
1021
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
1022
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
1023
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
1024
|
+
def get_property_user_provided_data_settings(name, fields: nil, quota_user: nil, options: nil, &block)
|
|
1025
|
+
command = make_simple_command(:get, 'v1alpha/{+name}', options)
|
|
1026
|
+
command.response_representation = Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaUserProvidedDataSettings::Representation
|
|
1027
|
+
command.response_class = Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaUserProvidedDataSettings
|
|
1028
|
+
command.params['name'] = name unless name.nil?
|
|
1029
|
+
command.query['fields'] = fields unless fields.nil?
|
|
1030
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
1031
|
+
execute_or_queue_command(command, &block)
|
|
1032
|
+
end
|
|
1033
|
+
|
|
1003
1034
|
# Returns child Properties under the specified parent Account. Properties will
|
|
1004
1035
|
# be excluded if the caller does not have access. Soft-deleted (ie: "trashed")
|
|
1005
1036
|
# properties are excluded by default. Returns an empty list if no relevant
|
|
@@ -1016,14 +1047,15 @@ module Google
|
|
|
1016
1047
|
# | | firebase_project:project-id | The firebase project with id: project-id. |
|
|
1017
1048
|
# | firebase_project:123 | The firebase project with number: 123. | ```
|
|
1018
1049
|
# @param [Fixnum] page_size
|
|
1019
|
-
# The maximum number of resources to return. The service may return
|
|
1020
|
-
# this value, even if there are additional pages. If unspecified, at
|
|
1021
|
-
# resources will be returned. The maximum value is 200; (higher values
|
|
1022
|
-
# coerced to the maximum)
|
|
1050
|
+
# Optional. The maximum number of resources to return. The service may return
|
|
1051
|
+
# fewer than this value, even if there are additional pages. If unspecified, at
|
|
1052
|
+
# most 50 resources will be returned. The maximum value is 200; (higher values
|
|
1053
|
+
# will be coerced to the maximum)
|
|
1023
1054
|
# @param [String] page_token
|
|
1024
|
-
# A page token, received from a previous `ListProperties` call.
|
|
1025
|
-
# retrieve the subsequent page. When paginating, all other
|
|
1026
|
-
# to `ListProperties` must match the call that provided the
|
|
1055
|
+
# Optional. A page token, received from a previous `ListProperties` call.
|
|
1056
|
+
# Provide this to retrieve the subsequent page. When paginating, all other
|
|
1057
|
+
# parameters provided to `ListProperties` must match the call that provided the
|
|
1058
|
+
# page token.
|
|
1027
1059
|
# @param [Boolean] show_deleted
|
|
1028
1060
|
# Whether to include soft-deleted (ie: "trashed") Properties in the results.
|
|
1029
1061
|
# Properties can be inspected to determine whether they are deleted or not.
|
|
@@ -1059,7 +1091,7 @@ module Google
|
|
|
1059
1091
|
|
|
1060
1092
|
# Updates a property.
|
|
1061
1093
|
# @param [String] name
|
|
1062
|
-
#
|
|
1094
|
+
# Identifier. Resource name of this property. Format: properties/`property_id`
|
|
1063
1095
|
# Example: "properties/1000"
|
|
1064
1096
|
# @param [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaProperty] google_analytics_admin_v1alpha_property_object
|
|
1065
1097
|
# @param [String] update_mask
|
|
@@ -1254,7 +1286,7 @@ module Google
|
|
|
1254
1286
|
|
|
1255
1287
|
# Updates the singleton data retention settings for this property.
|
|
1256
1288
|
# @param [String] name
|
|
1257
|
-
#
|
|
1289
|
+
# Identifier. Resource name for this DataRetentionSetting resource. Format:
|
|
1258
1290
|
# properties/`property`/dataRetentionSettings
|
|
1259
1291
|
# @param [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaDataRetentionSettings] google_analytics_admin_v1alpha_data_retention_settings_object
|
|
1260
1292
|
# @param [String] update_mask
|
|
@@ -2291,7 +2323,7 @@ module Google
|
|
|
2291
2323
|
|
|
2292
2324
|
# Updates a CalculatedMetric on a property.
|
|
2293
2325
|
# @param [String] name
|
|
2294
|
-
#
|
|
2326
|
+
# Identifier. Resource name for this CalculatedMetric. Format: 'properties/`
|
|
2295
2327
|
# property_id`/calculatedMetrics/`calculated_metric_id`'
|
|
2296
2328
|
# @param [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaCalculatedMetric] google_analytics_admin_v1alpha_calculated_metric_object
|
|
2297
2329
|
# @param [String] update_mask
|
|
@@ -2611,14 +2643,14 @@ module Google
|
|
|
2611
2643
|
# @param [String] parent
|
|
2612
2644
|
# Required. The resource name of the parent property. Example: 'properties/123'
|
|
2613
2645
|
# @param [Fixnum] page_size
|
|
2614
|
-
# The maximum number of resources to return. If unspecified, at most
|
|
2615
|
-
# resources will be returned. The maximum value is 200; (higher values will
|
|
2616
|
-
# coerced to the maximum)
|
|
2646
|
+
# Optional. The maximum number of resources to return. If unspecified, at most
|
|
2647
|
+
# 50 resources will be returned. The maximum value is 200; (higher values will
|
|
2648
|
+
# be coerced to the maximum)
|
|
2617
2649
|
# @param [String] page_token
|
|
2618
|
-
# A page token, received from a previous `ListConversionEvents` call.
|
|
2619
|
-
# this to retrieve the subsequent page. When paginating, all other
|
|
2620
|
-
# provided to `ListConversionEvents` must match the call that
|
|
2621
|
-
# token.
|
|
2650
|
+
# Optional. A page token, received from a previous `ListConversionEvents` call.
|
|
2651
|
+
# Provide this to retrieve the subsequent page. When paginating, all other
|
|
2652
|
+
# parameters provided to `ListConversionEvents` must match the call that
|
|
2653
|
+
# provided the page token.
|
|
2622
2654
|
# @param [String] fields
|
|
2623
2655
|
# Selector specifying which fields to include in a partial response.
|
|
2624
2656
|
# @param [String] quota_user
|
|
@@ -2651,7 +2683,7 @@ module Google
|
|
|
2651
2683
|
# Deprecated: Use `UpdateKeyEvent` instead. Updates a conversion event with the
|
|
2652
2684
|
# specified attributes.
|
|
2653
2685
|
# @param [String] name
|
|
2654
|
-
#
|
|
2686
|
+
# Identifier. Resource name of this conversion event. Format: properties/`
|
|
2655
2687
|
# property`/conversionEvents/`conversion_event`
|
|
2656
2688
|
# @param [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaConversionEvent] google_analytics_admin_v1alpha_conversion_event_object
|
|
2657
2689
|
# @param [String] update_mask
|
|
@@ -2790,14 +2822,14 @@ module Google
|
|
|
2790
2822
|
# @param [String] parent
|
|
2791
2823
|
# Required. Example format: properties/1234
|
|
2792
2824
|
# @param [Fixnum] page_size
|
|
2793
|
-
# The maximum number of resources to return. If unspecified, at most
|
|
2794
|
-
# resources will be returned. The maximum value is 200 (higher values will be
|
|
2825
|
+
# Optional. The maximum number of resources to return. If unspecified, at most
|
|
2826
|
+
# 50 resources will be returned. The maximum value is 200 (higher values will be
|
|
2795
2827
|
# coerced to the maximum).
|
|
2796
2828
|
# @param [String] page_token
|
|
2797
|
-
# A page token, received from a previous `ListCustomDimensions` call.
|
|
2798
|
-
# this to retrieve the subsequent page. When paginating, all other
|
|
2799
|
-
# provided to `ListCustomDimensions` must match the call that
|
|
2800
|
-
# token.
|
|
2829
|
+
# Optional. A page token, received from a previous `ListCustomDimensions` call.
|
|
2830
|
+
# Provide this to retrieve the subsequent page. When paginating, all other
|
|
2831
|
+
# parameters provided to `ListCustomDimensions` must match the call that
|
|
2832
|
+
# provided the page token.
|
|
2801
2833
|
# @param [String] fields
|
|
2802
2834
|
# Selector specifying which fields to include in a partial response.
|
|
2803
2835
|
# @param [String] quota_user
|
|
@@ -2829,7 +2861,7 @@ module Google
|
|
|
2829
2861
|
|
|
2830
2862
|
# Updates a CustomDimension on a property.
|
|
2831
2863
|
# @param [String] name
|
|
2832
|
-
#
|
|
2864
|
+
# Identifier. Resource name for this CustomDimension resource. Format:
|
|
2833
2865
|
# properties/`property`/customDimensions/`customDimension`
|
|
2834
2866
|
# @param [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaCustomDimension] google_analytics_admin_v1alpha_custom_dimension_object
|
|
2835
2867
|
# @param [String] update_mask
|
|
@@ -3007,7 +3039,7 @@ module Google
|
|
|
3007
3039
|
|
|
3008
3040
|
# Updates a CustomMetric on a property.
|
|
3009
3041
|
# @param [String] name
|
|
3010
|
-
#
|
|
3042
|
+
# Identifier. Resource name for this CustomMetric resource. Format: properties/`
|
|
3011
3043
|
# property`/customMetrics/`customMetric`
|
|
3012
3044
|
# @param [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaCustomMetric] google_analytics_admin_v1alpha_custom_metric_object
|
|
3013
3045
|
# @param [String] update_mask
|
|
@@ -3280,9 +3312,8 @@ module Google
|
|
|
3280
3312
|
|
|
3281
3313
|
# Updates a DataStream on a property.
|
|
3282
3314
|
# @param [String] name
|
|
3283
|
-
#
|
|
3284
|
-
#
|
|
3285
|
-
# 2000"
|
|
3315
|
+
# Identifier. Resource name of this Data Stream. Format: properties/`property_id`
|
|
3316
|
+
# /dataStreams/`stream_id` Example: "properties/1000/dataStreams/2000"
|
|
3286
3317
|
# @param [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaDataStream] google_analytics_admin_v1alpha_data_stream_object
|
|
3287
3318
|
# @param [String] update_mask
|
|
3288
3319
|
# Required. The list of fields to be updated. Omitted fields will not be updated.
|
|
@@ -3884,14 +3915,15 @@ module Google
|
|
|
3884
3915
|
# Required. The resource name of the parent stream. Format: properties/`property`
|
|
3885
3916
|
# /dataStreams/`dataStream`/measurementProtocolSecrets
|
|
3886
3917
|
# @param [Fixnum] page_size
|
|
3887
|
-
# The maximum number of resources to return. If unspecified, at most
|
|
3888
|
-
# resources will be returned. The maximum value is 10. Higher values will be
|
|
3918
|
+
# Optional. The maximum number of resources to return. If unspecified, at most
|
|
3919
|
+
# 10 resources will be returned. The maximum value is 10. Higher values will be
|
|
3889
3920
|
# coerced to the maximum.
|
|
3890
3921
|
# @param [String] page_token
|
|
3891
|
-
# A page token, received from a previous `
|
|
3892
|
-
# Provide this to retrieve the subsequent
|
|
3893
|
-
# parameters provided to `
|
|
3894
|
-
# that provided the page
|
|
3922
|
+
# Optional. A page token, received from a previous `
|
|
3923
|
+
# ListMeasurementProtocolSecrets` call. Provide this to retrieve the subsequent
|
|
3924
|
+
# page. When paginating, all other parameters provided to `
|
|
3925
|
+
# ListMeasurementProtocolSecrets` must match the call that provided the page
|
|
3926
|
+
# token.
|
|
3895
3927
|
# @param [String] fields
|
|
3896
3928
|
# Selector specifying which fields to include in a partial response.
|
|
3897
3929
|
# @param [String] quota_user
|
|
@@ -3923,7 +3955,7 @@ module Google
|
|
|
3923
3955
|
|
|
3924
3956
|
# Updates a measurement protocol secret.
|
|
3925
3957
|
# @param [String] name
|
|
3926
|
-
#
|
|
3958
|
+
# Identifier. Resource name of this secret. This secret may be a child of any
|
|
3927
3959
|
# type of stream. Format: properties/`property`/dataStreams/`dataStream`/
|
|
3928
3960
|
# measurementProtocolSecrets/`measurementProtocolSecret`
|
|
3929
3961
|
# @param [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaMeasurementProtocolSecret] google_analytics_admin_v1alpha_measurement_protocol_secret_object
|
|
@@ -4064,15 +4096,16 @@ module Google
|
|
|
4064
4096
|
# property_id`/dataStreams/`dataStream` Example: properties/1234/dataStreams/
|
|
4065
4097
|
# 5678
|
|
4066
4098
|
# @param [Fixnum] page_size
|
|
4067
|
-
# The maximum number of resources to return. The service may return
|
|
4068
|
-
# this value, even if there are additional pages. If unspecified, at
|
|
4069
|
-
# resources will be returned. The maximum value is 200; (higher values
|
|
4070
|
-
# coerced to the maximum)
|
|
4099
|
+
# Optional. The maximum number of resources to return. The service may return
|
|
4100
|
+
# fewer than this value, even if there are additional pages. If unspecified, at
|
|
4101
|
+
# most 50 resources will be returned. The maximum value is 200; (higher values
|
|
4102
|
+
# will be coerced to the maximum)
|
|
4071
4103
|
# @param [String] page_token
|
|
4072
|
-
# A page token, received from a previous `
|
|
4073
|
-
# call. Provide this to retrieve the
|
|
4074
|
-
# parameters provided to `
|
|
4075
|
-
# call that provided the
|
|
4104
|
+
# Optional. A page token, received from a previous `
|
|
4105
|
+
# ListSKAdNetworkConversionValueSchemas` call. Provide this to retrieve the
|
|
4106
|
+
# subsequent page. When paginating, all other parameters provided to `
|
|
4107
|
+
# ListSKAdNetworkConversionValueSchema` must match the call that provided the
|
|
4108
|
+
# page token.
|
|
4076
4109
|
# @param [String] fields
|
|
4077
4110
|
# Selector specifying which fields to include in a partial response.
|
|
4078
4111
|
# @param [String] quota_user
|
|
@@ -4104,7 +4137,7 @@ module Google
|
|
|
4104
4137
|
|
|
4105
4138
|
# Updates a SKAdNetworkConversionValueSchema.
|
|
4106
4139
|
# @param [String] name
|
|
4107
|
-
#
|
|
4140
|
+
# Identifier. Resource name of the schema. This will be child of ONLY an iOS
|
|
4108
4141
|
# stream, and there can be at most one such child under an iOS stream. Format:
|
|
4109
4142
|
# properties/`property`/dataStreams/`dataStream`/
|
|
4110
4143
|
# sKAdNetworkConversionValueSchema
|
|
@@ -4494,7 +4527,7 @@ module Google
|
|
|
4494
4527
|
|
|
4495
4528
|
# Updates a DisplayVideo360AdvertiserLink on a property.
|
|
4496
4529
|
# @param [String] name
|
|
4497
|
-
#
|
|
4530
|
+
# Identifier. The resource name for this DisplayVideo360AdvertiserLink resource.
|
|
4498
4531
|
# Format: properties/`propertyId`/displayVideo360AdvertiserLinks/`linkId` Note:
|
|
4499
4532
|
# linkId is not the Display & Video 360 Advertiser ID
|
|
4500
4533
|
# @param [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaDisplayVideo360AdvertiserLink] google_analytics_admin_v1alpha_display_video360_advertiser_link_object
|
|
@@ -4775,15 +4808,15 @@ module Google
|
|
|
4775
4808
|
# @param [String] parent
|
|
4776
4809
|
# Required. Format: properties/`property_id` Example: `properties/1234`
|
|
4777
4810
|
# @param [Fixnum] page_size
|
|
4778
|
-
# The maximum number of resources to return. The service may return
|
|
4779
|
-
# this value, even if there are additional pages. If unspecified, at
|
|
4780
|
-
# resources will be returned. The maximum value is 200; (higher values
|
|
4781
|
-
# coerced to the maximum)
|
|
4811
|
+
# Optional. The maximum number of resources to return. The service may return
|
|
4812
|
+
# fewer than this value, even if there are additional pages. If unspecified, at
|
|
4813
|
+
# most 50 resources will be returned. The maximum value is 200; (higher values
|
|
4814
|
+
# will be coerced to the maximum)
|
|
4782
4815
|
# @param [String] page_token
|
|
4783
|
-
# A page token, received from a previous `ListFirebaseLinks` call.
|
|
4784
|
-
# to retrieve the subsequent page. When paginating, all other
|
|
4785
|
-
# provided to `ListFirebaseLinks` must match the call that provided
|
|
4786
|
-
# token.
|
|
4816
|
+
# Optional. A page token, received from a previous `ListFirebaseLinks` call.
|
|
4817
|
+
# Provide this to retrieve the subsequent page. When paginating, all other
|
|
4818
|
+
# parameters provided to `ListFirebaseLinks` must match the call that provided
|
|
4819
|
+
# the page token.
|
|
4787
4820
|
# @param [String] fields
|
|
4788
4821
|
# Selector specifying which fields to include in a partial response.
|
|
4789
4822
|
# @param [String] quota_user
|
|
@@ -4880,14 +4913,14 @@ module Google
|
|
|
4880
4913
|
# @param [String] parent
|
|
4881
4914
|
# Required. Example format: properties/1234
|
|
4882
4915
|
# @param [Fixnum] page_size
|
|
4883
|
-
# The maximum number of resources to return. If unspecified, at most
|
|
4884
|
-
# resources will be returned. The maximum value is 200 (higher values will be
|
|
4916
|
+
# Optional. The maximum number of resources to return. If unspecified, at most
|
|
4917
|
+
# 50 resources will be returned. The maximum value is 200 (higher values will be
|
|
4885
4918
|
# coerced to the maximum).
|
|
4886
4919
|
# @param [String] page_token
|
|
4887
|
-
# A page token, received from a previous `ListGoogleAdsLinks` call.
|
|
4888
|
-
# to retrieve the subsequent page. When paginating, all other
|
|
4889
|
-
# provided to `ListGoogleAdsLinks` must match the call that provided
|
|
4890
|
-
# token.
|
|
4920
|
+
# Optional. A page token, received from a previous `ListGoogleAdsLinks` call.
|
|
4921
|
+
# Provide this to retrieve the subsequent page. When paginating, all other
|
|
4922
|
+
# parameters provided to `ListGoogleAdsLinks` must match the call that provided
|
|
4923
|
+
# the page token.
|
|
4891
4924
|
# @param [String] fields
|
|
4892
4925
|
# Selector specifying which fields to include in a partial response.
|
|
4893
4926
|
# @param [String] quota_user
|
|
@@ -4919,7 +4952,7 @@ module Google
|
|
|
4919
4952
|
|
|
4920
4953
|
# Updates a GoogleAdsLink on a property
|
|
4921
4954
|
# @param [String] name
|
|
4922
|
-
#
|
|
4955
|
+
# Identifier. Format: properties/`propertyId`/googleAdsLinks/`googleAdsLinkId`
|
|
4923
4956
|
# Note: googleAdsLinkId is not the Google Ads customer ID.
|
|
4924
4957
|
# @param [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaGoogleAdsLink] google_analytics_admin_v1alpha_google_ads_link_object
|
|
4925
4958
|
# @param [String] update_mask
|
|
@@ -5057,13 +5090,13 @@ module Google
|
|
|
5057
5090
|
# @param [String] parent
|
|
5058
5091
|
# Required. The resource name of the parent property. Example: 'properties/123'
|
|
5059
5092
|
# @param [Fixnum] page_size
|
|
5060
|
-
# The maximum number of resources to return. If unspecified, at most
|
|
5061
|
-
# resources will be returned. The maximum value is 200; (higher values will
|
|
5062
|
-
# coerced to the maximum)
|
|
5093
|
+
# Optional. The maximum number of resources to return. If unspecified, at most
|
|
5094
|
+
# 50 resources will be returned. The maximum value is 200; (higher values will
|
|
5095
|
+
# be coerced to the maximum)
|
|
5063
5096
|
# @param [String] page_token
|
|
5064
|
-
# A page token, received from a previous `ListKeyEvents` call. Provide
|
|
5065
|
-
# retrieve the subsequent page. When paginating, all other parameters
|
|
5066
|
-
# to `ListKeyEvents` must match the call that provided the page token.
|
|
5097
|
+
# Optional. A page token, received from a previous `ListKeyEvents` call. Provide
|
|
5098
|
+
# this to retrieve the subsequent page. When paginating, all other parameters
|
|
5099
|
+
# provided to `ListKeyEvents` must match the call that provided the page token.
|
|
5067
5100
|
# @param [String] fields
|
|
5068
5101
|
# Selector specifying which fields to include in a partial response.
|
|
5069
5102
|
# @param [String] quota_user
|
|
@@ -5621,7 +5654,7 @@ module Google
|
|
|
5621
5654
|
|
|
5622
5655
|
# Updates a SearchAds360Link on a property.
|
|
5623
5656
|
# @param [String] name
|
|
5624
|
-
#
|
|
5657
|
+
# Identifier. The resource name for this SearchAds360Link resource. Format:
|
|
5625
5658
|
# properties/`propertyId`/searchAds360Links/`linkId` Note: linkId is not the
|
|
5626
5659
|
# Search Ads 360 advertiser ID
|
|
5627
5660
|
# @param [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaSearchAds360Link] google_analytics_admin_v1alpha_search_ads360_link_object
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-analyticsadmin_v1alpha
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.89.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
@@ -57,7 +57,7 @@ licenses:
|
|
|
57
57
|
metadata:
|
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-analyticsadmin_v1alpha/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-analyticsadmin_v1alpha/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-analyticsadmin_v1alpha/v0.89.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-analyticsadmin_v1alpha
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|