google-apis-analyticsadmin_v1alpha 0.90.0 → 0.92.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: 706aa91aa0e277d2203963145468ec235a146a7c76aeaba15c4cd85b850badeb
|
|
4
|
+
data.tar.gz: 613ae0690a707d1665c472b6544a272822550481b24c26824b4d2f01f8685b5f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a1cfef55415d0c252d6f12f00e21552c34b9614c171eda9067303a438a732bb5394f1ab9fa182c35e90ad4945e771e62728ae46ed72052e110901faacc129619
|
|
7
|
+
data.tar.gz: c1ce53aee2b344b29307d89c51eda9299e70ba3598a5b81cb02585f5c446d33f3bc97352e25485e8267db9b9f3274edd22d746f936c8d0042f6958eaf99a65e2
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Release history for google-apis-analyticsadmin_v1alpha
|
|
2
2
|
|
|
3
|
+
### v0.92.0 (2026-07-05)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20260628
|
|
6
|
+
|
|
7
|
+
### v0.91.0 (2026-06-21)
|
|
8
|
+
|
|
9
|
+
* Regenerated from discovery document revision 20260616
|
|
10
|
+
|
|
3
11
|
### v0.90.0 (2026-06-14)
|
|
4
12
|
|
|
5
13
|
* Regenerated from discovery document revision 20260607
|
|
@@ -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.92.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.19.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260628"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -197,6 +197,8 @@ module Google
|
|
|
197
197
|
# Returns all accounts accessible by the caller. Note that these accounts might
|
|
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
|
+
# Note: The easiest way to retrieve a list of all properties you have access to
|
|
201
|
+
# is by using `ListAccountSummaries`.
|
|
200
202
|
# @param [Fixnum] page_size
|
|
201
203
|
# Optional. The maximum number of resources to return. The service may return
|
|
202
204
|
# fewer than this value, even if there are additional pages. If unspecified, at
|
|
@@ -1362,6 +1364,48 @@ module Google
|
|
|
1362
1364
|
execute_or_queue_command(command, &block)
|
|
1363
1365
|
end
|
|
1364
1366
|
|
|
1367
|
+
# Updates the reporting identity settings for this property.
|
|
1368
|
+
# @param [String] name
|
|
1369
|
+
# Output only. Identifier. Resource name for this reporting identity settings
|
|
1370
|
+
# singleton resource. Format: properties/`property_id`/reportingIdentitySettings
|
|
1371
|
+
# Example: "properties/1234/reportingIdentitySettings"
|
|
1372
|
+
# @param [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaReportingIdentitySettings] google_analytics_admin_v1alpha_reporting_identity_settings_object
|
|
1373
|
+
# @param [String] update_mask
|
|
1374
|
+
# Optional. The list of fields to be updated. Field names must be in snake case (
|
|
1375
|
+
# for example, "field_to_update"). Omitted fields will not be updated. To
|
|
1376
|
+
# replace the entire entity, use one path with the string "*" to match all
|
|
1377
|
+
# fields. If omitted, the service will treat it as an implied field mask
|
|
1378
|
+
# equivalent to all fields that are populated.
|
|
1379
|
+
# @param [String] fields
|
|
1380
|
+
# Selector specifying which fields to include in a partial response.
|
|
1381
|
+
# @param [String] quota_user
|
|
1382
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
|
1383
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
|
1384
|
+
# @param [Google::Apis::RequestOptions] options
|
|
1385
|
+
# Request-specific options
|
|
1386
|
+
#
|
|
1387
|
+
# @yield [result, err] Result & error if block supplied
|
|
1388
|
+
# @yieldparam result [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaReportingIdentitySettings] parsed result object
|
|
1389
|
+
# @yieldparam err [StandardError] error object if request failed
|
|
1390
|
+
#
|
|
1391
|
+
# @return [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaReportingIdentitySettings]
|
|
1392
|
+
#
|
|
1393
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
1394
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
1395
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
1396
|
+
def update_property_reporting_identity_settings(name, google_analytics_admin_v1alpha_reporting_identity_settings_object = nil, update_mask: nil, fields: nil, quota_user: nil, options: nil, &block)
|
|
1397
|
+
command = make_simple_command(:patch, 'v1alpha/{+name}', options)
|
|
1398
|
+
command.request_representation = Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaReportingIdentitySettings::Representation
|
|
1399
|
+
command.request_object = google_analytics_admin_v1alpha_reporting_identity_settings_object
|
|
1400
|
+
command.response_representation = Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaReportingIdentitySettings::Representation
|
|
1401
|
+
command.response_class = Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaReportingIdentitySettings
|
|
1402
|
+
command.params['name'] = name unless name.nil?
|
|
1403
|
+
command.query['updateMask'] = update_mask unless update_mask.nil?
|
|
1404
|
+
command.query['fields'] = fields unless fields.nil?
|
|
1405
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
1406
|
+
execute_or_queue_command(command, &block)
|
|
1407
|
+
end
|
|
1408
|
+
|
|
1365
1409
|
# Creates information about multiple access bindings to an account or property.
|
|
1366
1410
|
# This method is transactional. If any AccessBinding cannot be created, none of
|
|
1367
1411
|
# the AccessBindings will be created.
|
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.92.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.92.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:
|