google-apis-analyticsadmin_v1beta 0.23.0 → 0.25.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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4254752014481210f16e27057c06674b7f9a705b3a93e64cd9a7eba7887bbae1
|
|
4
|
+
data.tar.gz: 3616a2c7d2c2f4cd44f8926b241e257fb4291364b3e1223a749374cd032d9889
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 95f41f5c7dc1b628ce767435ca15e590ab17cc51bac50c56c9ad22dd3a386c8c0c86135cac66fdc8f6e902781ff30622a82bd294a3bb6162a4b77698aedf6c19
|
|
7
|
+
data.tar.gz: 671d8a2da2f7c9035499966e91431c06df39a399d9e3f4497056bbe429177ebac89ac055bc75eb5d9ba1e226eb2b46d55968be3991c0af580d0cb9b43e3e1829
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# Release history for google-apis-analyticsadmin_v1beta
|
|
2
2
|
|
|
3
|
+
### v0.25.0 (2026-04-19)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20260331
|
|
6
|
+
* Regenerated using generator version 0.18.0
|
|
7
|
+
|
|
8
|
+
### v0.24.0 (2025-05-04)
|
|
9
|
+
|
|
10
|
+
* Regenerated using generator version 0.17.0
|
|
11
|
+
|
|
3
12
|
### v0.23.0 (2025-03-16)
|
|
4
13
|
|
|
5
14
|
* Regenerated from discovery document revision 20250307
|
data/OVERVIEW.md
CHANGED
|
@@ -83,7 +83,7 @@ The [product documentation](http://code.google.com/apis/analytics/docs/mgmt/home
|
|
|
83
83
|
|
|
84
84
|
## Supported Ruby versions
|
|
85
85
|
|
|
86
|
-
This library is supported on Ruby
|
|
86
|
+
This library is supported on Ruby 3.1+.
|
|
87
87
|
|
|
88
88
|
Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
|
|
89
89
|
|
|
@@ -596,7 +596,7 @@ module Google
|
|
|
596
596
|
# @return [String]
|
|
597
597
|
attr_accessor :gmp_organization
|
|
598
598
|
|
|
599
|
-
#
|
|
599
|
+
# Identifier. Resource name of this account. Format: accounts/`account` Example:
|
|
600
600
|
# "accounts/100"
|
|
601
601
|
# Corresponds to the JSON property `name`
|
|
602
602
|
# @return [String]
|
|
@@ -644,8 +644,8 @@ module Google
|
|
|
644
644
|
# @return [String]
|
|
645
645
|
attr_accessor :display_name
|
|
646
646
|
|
|
647
|
-
# Resource name for this account summary. Format: accountSummaries/`
|
|
648
|
-
# Example: "accountSummaries/1000"
|
|
647
|
+
# Identifier. Resource name for this account summary. Format: accountSummaries/`
|
|
648
|
+
# account_id` Example: "accountSummaries/1000"
|
|
649
649
|
# Corresponds to the JSON property `name`
|
|
650
650
|
# @return [String]
|
|
651
651
|
attr_accessor :name
|
|
@@ -935,7 +935,7 @@ module Google
|
|
|
935
935
|
# @return [String]
|
|
936
936
|
attr_accessor :event_name
|
|
937
937
|
|
|
938
|
-
#
|
|
938
|
+
# Identifier. Resource name of this conversion event. Format: properties/`
|
|
939
939
|
# property`/conversionEvents/`conversion_event`
|
|
940
940
|
# Corresponds to the JSON property `name`
|
|
941
941
|
# @return [String]
|
|
@@ -1011,7 +1011,7 @@ module Google
|
|
|
1011
1011
|
# @return [String]
|
|
1012
1012
|
attr_accessor :display_name
|
|
1013
1013
|
|
|
1014
|
-
#
|
|
1014
|
+
# Identifier. Resource name for this CustomDimension resource. Format:
|
|
1015
1015
|
# properties/`property`/customDimensions/`customDimension`
|
|
1016
1016
|
# Corresponds to the JSON property `name`
|
|
1017
1017
|
# @return [String]
|
|
@@ -1070,7 +1070,7 @@ module Google
|
|
|
1070
1070
|
# @return [String]
|
|
1071
1071
|
attr_accessor :measurement_unit
|
|
1072
1072
|
|
|
1073
|
-
#
|
|
1073
|
+
# Identifier. Resource name for this CustomMetric resource. Format: properties/`
|
|
1074
1074
|
# property`/customMetrics/`customMetric`
|
|
1075
1075
|
# Corresponds to the JSON property `name`
|
|
1076
1076
|
# @return [String]
|
|
@@ -1121,7 +1121,7 @@ module Google
|
|
|
1121
1121
|
# @return [String]
|
|
1122
1122
|
attr_accessor :event_data_retention
|
|
1123
1123
|
|
|
1124
|
-
#
|
|
1124
|
+
# Identifier. Resource name for this DataRetentionSetting resource. Format:
|
|
1125
1125
|
# properties/`property`/dataRetentionSettings
|
|
1126
1126
|
# Corresponds to the JSON property `name`
|
|
1127
1127
|
# @return [String]
|
|
@@ -1157,7 +1157,7 @@ module Google
|
|
|
1157
1157
|
class GoogleAnalyticsAdminV1betaDataSharingSettings
|
|
1158
1158
|
include Google::Apis::Core::Hashable
|
|
1159
1159
|
|
|
1160
|
-
#
|
|
1160
|
+
# Identifier. Resource name. Format: accounts/`account`/dataSharingSettings
|
|
1161
1161
|
# Example: "accounts/1000/dataSharingSettings"
|
|
1162
1162
|
# Corresponds to the JSON property `name`
|
|
1163
1163
|
# @return [String]
|
|
@@ -1249,9 +1249,8 @@ module Google
|
|
|
1249
1249
|
# @return [Google::Apis::AnalyticsadminV1beta::GoogleAnalyticsAdminV1betaDataStreamIosAppStreamData]
|
|
1250
1250
|
attr_accessor :ios_app_stream_data
|
|
1251
1251
|
|
|
1252
|
-
#
|
|
1253
|
-
#
|
|
1254
|
-
# 2000"
|
|
1252
|
+
# Identifier. Resource name of this Data Stream. Format: properties/`property_id`
|
|
1253
|
+
# /dataStreams/`stream_id` Example: "properties/1000/dataStreams/2000"
|
|
1255
1254
|
# Corresponds to the JSON property `name`
|
|
1256
1255
|
# @return [String]
|
|
1257
1256
|
attr_accessor :name
|
|
@@ -1384,7 +1383,7 @@ module Google
|
|
|
1384
1383
|
# @return [String]
|
|
1385
1384
|
attr_accessor :create_time
|
|
1386
1385
|
|
|
1387
|
-
#
|
|
1386
|
+
# Identifier. Example format: properties/1234/firebaseLinks/5678
|
|
1388
1387
|
# Corresponds to the JSON property `name`
|
|
1389
1388
|
# @return [String]
|
|
1390
1389
|
attr_accessor :name
|
|
@@ -1445,7 +1444,7 @@ module Google
|
|
|
1445
1444
|
# @return [String]
|
|
1446
1445
|
attr_accessor :customer_id
|
|
1447
1446
|
|
|
1448
|
-
#
|
|
1447
|
+
# Identifier. Format: properties/`propertyId`/googleAdsLinks/`googleAdsLinkId`
|
|
1449
1448
|
# Note: googleAdsLinkId is not the Google Ads customer ID.
|
|
1450
1449
|
# Corresponds to the JSON property `name`
|
|
1451
1450
|
# @return [String]
|
|
@@ -1862,7 +1861,7 @@ module Google
|
|
|
1862
1861
|
# @return [String]
|
|
1863
1862
|
attr_accessor :display_name
|
|
1864
1863
|
|
|
1865
|
-
#
|
|
1864
|
+
# Identifier. Resource name of this secret. This secret may be a child of any
|
|
1866
1865
|
# type of stream. Format: properties/`property`/dataStreams/`dataStream`/
|
|
1867
1866
|
# measurementProtocolSecrets/`measurementProtocolSecret`
|
|
1868
1867
|
# Corresponds to the JSON property `name`
|
|
@@ -1958,7 +1957,7 @@ module Google
|
|
|
1958
1957
|
# @return [String]
|
|
1959
1958
|
attr_accessor :industry_category
|
|
1960
1959
|
|
|
1961
|
-
#
|
|
1960
|
+
# Identifier. Resource name of this property. Format: properties/`property_id`
|
|
1962
1961
|
# Example: "properties/1000"
|
|
1963
1962
|
# Corresponds to the JSON property `name`
|
|
1964
1963
|
# @return [String]
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module AnalyticsadminV1beta
|
|
18
18
|
# Version of the google-apis-analyticsadmin_v1beta gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.25.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
|
-
GENERATOR_VERSION = "0.
|
|
22
|
+
GENERATOR_VERSION = "0.18.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260331"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -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::AnalyticsadminV1beta::GoogleAnalyticsAdminV1betaAccount] google_analytics_admin_v1beta_account_object
|
|
246
246
|
# @param [String] update_mask
|
|
@@ -575,14 +575,15 @@ module Google
|
|
|
575
575
|
# | | firebase_project:project-id | The firebase project with id: project-id. |
|
|
576
576
|
# | firebase_project:123 | The firebase project with number: 123. | ```
|
|
577
577
|
# @param [Fixnum] page_size
|
|
578
|
-
# The maximum number of resources to return. The service may return
|
|
579
|
-
# this value, even if there are additional pages. If unspecified, at
|
|
580
|
-
# resources will be returned. The maximum value is 200; (higher values
|
|
581
|
-
# coerced to the maximum)
|
|
578
|
+
# Optional. The maximum number of resources to return. The service may return
|
|
579
|
+
# fewer than this value, even if there are additional pages. If unspecified, at
|
|
580
|
+
# most 50 resources will be returned. The maximum value is 200; (higher values
|
|
581
|
+
# will be coerced to the maximum)
|
|
582
582
|
# @param [String] page_token
|
|
583
|
-
# A page token, received from a previous `ListProperties` call.
|
|
584
|
-
# retrieve the subsequent page. When paginating, all other
|
|
585
|
-
# to `ListProperties` must match the call that provided the
|
|
583
|
+
# Optional. A page token, received from a previous `ListProperties` call.
|
|
584
|
+
# Provide this to retrieve the subsequent page. When paginating, all other
|
|
585
|
+
# parameters provided to `ListProperties` must match the call that provided the
|
|
586
|
+
# page token.
|
|
586
587
|
# @param [Boolean] show_deleted
|
|
587
588
|
# Whether to include soft-deleted (ie: "trashed") Properties in the results.
|
|
588
589
|
# Properties can be inspected to determine whether they are deleted or not.
|
|
@@ -618,7 +619,7 @@ module Google
|
|
|
618
619
|
|
|
619
620
|
# Updates a property.
|
|
620
621
|
# @param [String] name
|
|
621
|
-
#
|
|
622
|
+
# Identifier. Resource name of this property. Format: properties/`property_id`
|
|
622
623
|
# Example: "properties/1000"
|
|
623
624
|
# @param [Google::Apis::AnalyticsadminV1beta::GoogleAnalyticsAdminV1betaProperty] google_analytics_admin_v1beta_property_object
|
|
624
625
|
# @param [String] update_mask
|
|
@@ -709,7 +710,7 @@ module Google
|
|
|
709
710
|
|
|
710
711
|
# Updates the singleton data retention settings for this property.
|
|
711
712
|
# @param [String] name
|
|
712
|
-
#
|
|
713
|
+
# Identifier. Resource name for this DataRetentionSetting resource. Format:
|
|
713
714
|
# properties/`property`/dataRetentionSettings
|
|
714
715
|
# @param [Google::Apis::AnalyticsadminV1beta::GoogleAnalyticsAdminV1betaDataRetentionSettings] google_analytics_admin_v1beta_data_retention_settings_object
|
|
715
716
|
# @param [String] update_mask
|
|
@@ -852,14 +853,14 @@ module Google
|
|
|
852
853
|
# @param [String] parent
|
|
853
854
|
# Required. The resource name of the parent property. Example: 'properties/123'
|
|
854
855
|
# @param [Fixnum] page_size
|
|
855
|
-
# The maximum number of resources to return. If unspecified, at most
|
|
856
|
-
# resources will be returned. The maximum value is 200; (higher values will
|
|
857
|
-
# coerced to the maximum)
|
|
856
|
+
# Optional. The maximum number of resources to return. If unspecified, at most
|
|
857
|
+
# 50 resources will be returned. The maximum value is 200; (higher values will
|
|
858
|
+
# be coerced to the maximum)
|
|
858
859
|
# @param [String] page_token
|
|
859
|
-
# A page token, received from a previous `ListConversionEvents` call.
|
|
860
|
-
# this to retrieve the subsequent page. When paginating, all other
|
|
861
|
-
# provided to `ListConversionEvents` must match the call that
|
|
862
|
-
# token.
|
|
860
|
+
# Optional. A page token, received from a previous `ListConversionEvents` call.
|
|
861
|
+
# Provide this to retrieve the subsequent page. When paginating, all other
|
|
862
|
+
# parameters provided to `ListConversionEvents` must match the call that
|
|
863
|
+
# provided the page token.
|
|
863
864
|
# @param [String] fields
|
|
864
865
|
# Selector specifying which fields to include in a partial response.
|
|
865
866
|
# @param [String] quota_user
|
|
@@ -892,7 +893,7 @@ module Google
|
|
|
892
893
|
# Deprecated: Use `UpdateKeyEvent` instead. Updates a conversion event with the
|
|
893
894
|
# specified attributes.
|
|
894
895
|
# @param [String] name
|
|
895
|
-
#
|
|
896
|
+
# Identifier. Resource name of this conversion event. Format: properties/`
|
|
896
897
|
# property`/conversionEvents/`conversion_event`
|
|
897
898
|
# @param [Google::Apis::AnalyticsadminV1beta::GoogleAnalyticsAdminV1betaConversionEvent] google_analytics_admin_v1beta_conversion_event_object
|
|
898
899
|
# @param [String] update_mask
|
|
@@ -1031,14 +1032,14 @@ module Google
|
|
|
1031
1032
|
# @param [String] parent
|
|
1032
1033
|
# Required. Example format: properties/1234
|
|
1033
1034
|
# @param [Fixnum] page_size
|
|
1034
|
-
# The maximum number of resources to return. If unspecified, at most
|
|
1035
|
-
# resources will be returned. The maximum value is 200 (higher values will be
|
|
1035
|
+
# Optional. The maximum number of resources to return. If unspecified, at most
|
|
1036
|
+
# 50 resources will be returned. The maximum value is 200 (higher values will be
|
|
1036
1037
|
# coerced to the maximum).
|
|
1037
1038
|
# @param [String] page_token
|
|
1038
|
-
# A page token, received from a previous `ListCustomDimensions` call.
|
|
1039
|
-
# this to retrieve the subsequent page. When paginating, all other
|
|
1040
|
-
# provided to `ListCustomDimensions` must match the call that
|
|
1041
|
-
# token.
|
|
1039
|
+
# Optional. A page token, received from a previous `ListCustomDimensions` call.
|
|
1040
|
+
# Provide this to retrieve the subsequent page. When paginating, all other
|
|
1041
|
+
# parameters provided to `ListCustomDimensions` must match the call that
|
|
1042
|
+
# provided the page token.
|
|
1042
1043
|
# @param [String] fields
|
|
1043
1044
|
# Selector specifying which fields to include in a partial response.
|
|
1044
1045
|
# @param [String] quota_user
|
|
@@ -1070,7 +1071,7 @@ module Google
|
|
|
1070
1071
|
|
|
1071
1072
|
# Updates a CustomDimension on a property.
|
|
1072
1073
|
# @param [String] name
|
|
1073
|
-
#
|
|
1074
|
+
# Identifier. Resource name for this CustomDimension resource. Format:
|
|
1074
1075
|
# properties/`property`/customDimensions/`customDimension`
|
|
1075
1076
|
# @param [Google::Apis::AnalyticsadminV1beta::GoogleAnalyticsAdminV1betaCustomDimension] google_analytics_admin_v1beta_custom_dimension_object
|
|
1076
1077
|
# @param [String] update_mask
|
|
@@ -1248,7 +1249,7 @@ module Google
|
|
|
1248
1249
|
|
|
1249
1250
|
# Updates a CustomMetric on a property.
|
|
1250
1251
|
# @param [String] name
|
|
1251
|
-
#
|
|
1252
|
+
# Identifier. Resource name for this CustomMetric resource. Format: properties/`
|
|
1252
1253
|
# property`/customMetrics/`customMetric`
|
|
1253
1254
|
# @param [Google::Apis::AnalyticsadminV1beta::GoogleAnalyticsAdminV1betaCustomMetric] google_analytics_admin_v1beta_custom_metric_object
|
|
1254
1255
|
# @param [String] update_mask
|
|
@@ -1422,9 +1423,8 @@ module Google
|
|
|
1422
1423
|
|
|
1423
1424
|
# Updates a DataStream on a property.
|
|
1424
1425
|
# @param [String] name
|
|
1425
|
-
#
|
|
1426
|
-
#
|
|
1427
|
-
# 2000"
|
|
1426
|
+
# Identifier. Resource name of this Data Stream. Format: properties/`property_id`
|
|
1427
|
+
# /dataStreams/`stream_id` Example: "properties/1000/dataStreams/2000"
|
|
1428
1428
|
# @param [Google::Apis::AnalyticsadminV1beta::GoogleAnalyticsAdminV1betaDataStream] google_analytics_admin_v1beta_data_stream_object
|
|
1429
1429
|
# @param [String] update_mask
|
|
1430
1430
|
# Required. The list of fields to be updated. Omitted fields will not be updated.
|
|
@@ -1563,14 +1563,15 @@ module Google
|
|
|
1563
1563
|
# Required. The resource name of the parent stream. Format: properties/`property`
|
|
1564
1564
|
# /dataStreams/`dataStream`/measurementProtocolSecrets
|
|
1565
1565
|
# @param [Fixnum] page_size
|
|
1566
|
-
# The maximum number of resources to return. If unspecified, at most
|
|
1567
|
-
# resources will be returned. The maximum value is 10. Higher values will be
|
|
1566
|
+
# Optional. The maximum number of resources to return. If unspecified, at most
|
|
1567
|
+
# 10 resources will be returned. The maximum value is 10. Higher values will be
|
|
1568
1568
|
# coerced to the maximum.
|
|
1569
1569
|
# @param [String] page_token
|
|
1570
|
-
# A page token, received from a previous `
|
|
1571
|
-
# Provide this to retrieve the subsequent
|
|
1572
|
-
# parameters provided to `
|
|
1573
|
-
# that provided the page
|
|
1570
|
+
# Optional. A page token, received from a previous `
|
|
1571
|
+
# ListMeasurementProtocolSecrets` call. Provide this to retrieve the subsequent
|
|
1572
|
+
# page. When paginating, all other parameters provided to `
|
|
1573
|
+
# ListMeasurementProtocolSecrets` must match the call that provided the page
|
|
1574
|
+
# token.
|
|
1574
1575
|
# @param [String] fields
|
|
1575
1576
|
# Selector specifying which fields to include in a partial response.
|
|
1576
1577
|
# @param [String] quota_user
|
|
@@ -1602,7 +1603,7 @@ module Google
|
|
|
1602
1603
|
|
|
1603
1604
|
# Updates a measurement protocol secret.
|
|
1604
1605
|
# @param [String] name
|
|
1605
|
-
#
|
|
1606
|
+
# Identifier. Resource name of this secret. This secret may be a child of any
|
|
1606
1607
|
# type of stream. Format: properties/`property`/dataStreams/`dataStream`/
|
|
1607
1608
|
# measurementProtocolSecrets/`measurementProtocolSecret`
|
|
1608
1609
|
# @param [Google::Apis::AnalyticsadminV1beta::GoogleAnalyticsAdminV1betaMeasurementProtocolSecret] google_analytics_admin_v1beta_measurement_protocol_secret_object
|
|
@@ -1707,15 +1708,15 @@ module Google
|
|
|
1707
1708
|
# @param [String] parent
|
|
1708
1709
|
# Required. Format: properties/`property_id` Example: `properties/1234`
|
|
1709
1710
|
# @param [Fixnum] page_size
|
|
1710
|
-
# The maximum number of resources to return. The service may return
|
|
1711
|
-
# this value, even if there are additional pages. If unspecified, at
|
|
1712
|
-
# resources will be returned. The maximum value is 200; (higher values
|
|
1713
|
-
# coerced to the maximum)
|
|
1711
|
+
# Optional. The maximum number of resources to return. The service may return
|
|
1712
|
+
# fewer than this value, even if there are additional pages. If unspecified, at
|
|
1713
|
+
# most 50 resources will be returned. The maximum value is 200; (higher values
|
|
1714
|
+
# will be coerced to the maximum)
|
|
1714
1715
|
# @param [String] page_token
|
|
1715
|
-
# A page token, received from a previous `ListFirebaseLinks` call.
|
|
1716
|
-
# to retrieve the subsequent page. When paginating, all other
|
|
1717
|
-
# provided to `ListFirebaseLinks` must match the call that provided
|
|
1718
|
-
# token.
|
|
1716
|
+
# Optional. A page token, received from a previous `ListFirebaseLinks` call.
|
|
1717
|
+
# Provide this to retrieve the subsequent page. When paginating, all other
|
|
1718
|
+
# parameters provided to `ListFirebaseLinks` must match the call that provided
|
|
1719
|
+
# the page token.
|
|
1719
1720
|
# @param [String] fields
|
|
1720
1721
|
# Selector specifying which fields to include in a partial response.
|
|
1721
1722
|
# @param [String] quota_user
|
|
@@ -1812,14 +1813,14 @@ module Google
|
|
|
1812
1813
|
# @param [String] parent
|
|
1813
1814
|
# Required. Example format: properties/1234
|
|
1814
1815
|
# @param [Fixnum] page_size
|
|
1815
|
-
# The maximum number of resources to return. If unspecified, at most
|
|
1816
|
-
# resources will be returned. The maximum value is 200 (higher values will be
|
|
1816
|
+
# Optional. The maximum number of resources to return. If unspecified, at most
|
|
1817
|
+
# 50 resources will be returned. The maximum value is 200 (higher values will be
|
|
1817
1818
|
# coerced to the maximum).
|
|
1818
1819
|
# @param [String] page_token
|
|
1819
|
-
# A page token, received from a previous `ListGoogleAdsLinks` call.
|
|
1820
|
-
# to retrieve the subsequent page. When paginating, all other
|
|
1821
|
-
# provided to `ListGoogleAdsLinks` must match the call that provided
|
|
1822
|
-
# token.
|
|
1820
|
+
# Optional. A page token, received from a previous `ListGoogleAdsLinks` call.
|
|
1821
|
+
# Provide this to retrieve the subsequent page. When paginating, all other
|
|
1822
|
+
# parameters provided to `ListGoogleAdsLinks` must match the call that provided
|
|
1823
|
+
# the page token.
|
|
1823
1824
|
# @param [String] fields
|
|
1824
1825
|
# Selector specifying which fields to include in a partial response.
|
|
1825
1826
|
# @param [String] quota_user
|
|
@@ -1851,7 +1852,7 @@ module Google
|
|
|
1851
1852
|
|
|
1852
1853
|
# Updates a GoogleAdsLink on a property
|
|
1853
1854
|
# @param [String] name
|
|
1854
|
-
#
|
|
1855
|
+
# Identifier. Format: properties/`propertyId`/googleAdsLinks/`googleAdsLinkId`
|
|
1855
1856
|
# Note: googleAdsLinkId is not the Google Ads customer ID.
|
|
1856
1857
|
# @param [Google::Apis::AnalyticsadminV1beta::GoogleAnalyticsAdminV1betaGoogleAdsLink] google_analytics_admin_v1beta_google_ads_link_object
|
|
1857
1858
|
# @param [String] update_mask
|
|
@@ -1989,13 +1990,13 @@ module Google
|
|
|
1989
1990
|
# @param [String] parent
|
|
1990
1991
|
# Required. The resource name of the parent property. Example: 'properties/123'
|
|
1991
1992
|
# @param [Fixnum] page_size
|
|
1992
|
-
# The maximum number of resources to return. If unspecified, at most
|
|
1993
|
-
# resources will be returned. The maximum value is 200; (higher values will
|
|
1994
|
-
# coerced to the maximum)
|
|
1993
|
+
# Optional. The maximum number of resources to return. If unspecified, at most
|
|
1994
|
+
# 50 resources will be returned. The maximum value is 200; (higher values will
|
|
1995
|
+
# be coerced to the maximum)
|
|
1995
1996
|
# @param [String] page_token
|
|
1996
|
-
# A page token, received from a previous `ListKeyEvents` call. Provide
|
|
1997
|
-
# retrieve the subsequent page. When paginating, all other parameters
|
|
1998
|
-
# to `ListKeyEvents` must match the call that provided the page token.
|
|
1997
|
+
# Optional. A page token, received from a previous `ListKeyEvents` call. Provide
|
|
1998
|
+
# this to retrieve the subsequent page. When paginating, all other parameters
|
|
1999
|
+
# provided to `ListKeyEvents` must match the call that provided the page token.
|
|
1999
2000
|
# @param [String] fields
|
|
2000
2001
|
# Selector specifying which fields to include in a partial response.
|
|
2001
2002
|
# @param [String] quota_user
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-analyticsadmin_v1beta
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.25.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
8
8
|
bindir: bin
|
|
9
9
|
cert_chain: []
|
|
10
|
-
date:
|
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
|
11
11
|
dependencies:
|
|
12
12
|
- !ruby/object:Gem::Dependency
|
|
13
13
|
name: google-apis-core
|
|
@@ -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_v1beta/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-analyticsadmin_v1beta/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-analyticsadmin_v1beta/v0.25.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-analyticsadmin_v1beta
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|
|
@@ -66,14 +66,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
66
66
|
requirements:
|
|
67
67
|
- - ">="
|
|
68
68
|
- !ruby/object:Gem::Version
|
|
69
|
-
version: '
|
|
69
|
+
version: '3.1'
|
|
70
70
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
71
71
|
requirements:
|
|
72
72
|
- - ">="
|
|
73
73
|
- !ruby/object:Gem::Version
|
|
74
74
|
version: '0'
|
|
75
75
|
requirements: []
|
|
76
|
-
rubygems_version: 3.6.
|
|
76
|
+
rubygems_version: 3.6.9
|
|
77
77
|
specification_version: 4
|
|
78
78
|
summary: Simple REST client for Google Analytics Admin API V1beta
|
|
79
79
|
test_files: []
|