google-apis-analyticsadmin_v1alpha 0.46.0 → 0.48.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: f7dbfc173e3af12d084481dadfde486f91260aead1fef1f73fdbc5f5fda4766c
4
- data.tar.gz: d40bbd9f8f6f299edf6bf10cf50c520b259340acb8026fffa0dfcb725d8680bf
3
+ metadata.gz: 7c20252e2d47cbddcadf9a5e7ee4ed049f6008f7a0f752463025c55aa098e8c5
4
+ data.tar.gz: 948df5ae469528c49abdc40be3806c1223a571519fc89dc4d9095f28c18ac7b3
5
5
  SHA512:
6
- metadata.gz: 5b19de0f55a5d102d7ec8a78ac59ae8da5a27624ccc4bd2a593f04d1eaed3197e54431f99a30153eef75df37f90c071c298f801ef31d10ff235e15fc6c248752
7
- data.tar.gz: b5f82b09f991c66cf589370e862ad104a303735e6196e1501118fa67d2b4299af54dd63d0a134b7ecd7e8e41690137288f718af07c133b815e8ed61aeed64cec
6
+ metadata.gz: dd5f22de2f237af296cc8fc48c7457d585dff9e1a1cc7bfeed1eb1bc689ac73aab1ff3419f79e2bd95317fa9243a6df7fe2199e44c51602b8fcf77c5998b19ea
7
+ data.tar.gz: edf03cd7f9de67f334dd916cca8fe61be3da06a460667a8d312f11216888ea15baa7a2a3d56bfdf6e416c16b7146c43dfa6e077f8d2d7848139a2971275e26f5
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-analyticsadmin_v1alpha
2
2
 
3
+ ### v0.48.0 (2023-02-26)
4
+
5
+ * Regenerated from discovery document revision 20230223
6
+
7
+ ### v0.47.0 (2023-02-15)
8
+
9
+ * Regenerated from discovery document revision 20230214
10
+ * Regenerated using generator version 0.12.0
11
+
3
12
  ### v0.46.0 (2023-02-12)
4
13
 
5
14
  * Regenerated from discovery document revision 20230203
@@ -3410,6 +3410,33 @@ module Google
3410
3410
  end
3411
3411
  end
3412
3412
 
3413
+ # Response message for ListExpandedDataSets RPC.
3414
+ class GoogleAnalyticsAdminV1alphaListExpandedDataSetsResponse
3415
+ include Google::Apis::Core::Hashable
3416
+
3417
+ # List of ExpandedDataSet. These will be ordered stably, but in an arbitrary
3418
+ # order.
3419
+ # Corresponds to the JSON property `expandedDataSets`
3420
+ # @return [Array<Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaExpandedDataSet>]
3421
+ attr_accessor :expanded_data_sets
3422
+
3423
+ # A token, which can be sent as `page_token` to retrieve the next page. If this
3424
+ # field is omitted, there are no subsequent pages.
3425
+ # Corresponds to the JSON property `nextPageToken`
3426
+ # @return [String]
3427
+ attr_accessor :next_page_token
3428
+
3429
+ def initialize(**args)
3430
+ update!(**args)
3431
+ end
3432
+
3433
+ # Update properties of this object
3434
+ def update!(**args)
3435
+ @expanded_data_sets = args[:expanded_data_sets] if args.key?(:expanded_data_sets)
3436
+ @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
3437
+ end
3438
+ end
3439
+
3413
3440
  # Response message for ListFirebaseLinks RPC
3414
3441
  class GoogleAnalyticsAdminV1alphaListFirebaseLinksResponse
3415
3442
  include Google::Apis::Core::Hashable
@@ -3784,7 +3811,7 @@ module Google
3784
3811
  attr_accessor :account
3785
3812
 
3786
3813
  # Redirect URI where the user will be sent after accepting Terms of Service.
3787
- # Must be configured in Developers Console as a Redirect URI
3814
+ # Must be configured in Developers Console as a Redirect URI.
3788
3815
  # Corresponds to the JSON property `redirectUri`
3789
3816
  # @return [String]
3790
3817
  attr_accessor :redirect_uri
@@ -3883,7 +3910,8 @@ module Google
3883
3910
  attr_accessor :order_bys
3884
3911
 
3885
3912
  # Toggles whether to return the current state of this Analytics Property's quota.
3886
- # Quota is returned in [AccessQuota](#AccessQuota).
3913
+ # Quota is returned in [AccessQuota](#AccessQuota). For account-level requests,
3914
+ # this field must be false.
3887
3915
  # Corresponds to the JSON property `returnEntityQuota`
3888
3916
  # @return [Boolean]
3889
3917
  attr_accessor :return_entity_quota
@@ -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.46.0"
19
+ GEM_VERSION = "0.48.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.11.1"
22
+ GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230203"
25
+ REVISION = "20230223"
26
26
  end
27
27
  end
28
28
  end
@@ -652,6 +652,12 @@ module Google
652
652
  include Google::Apis::Core::JsonObjectSupport
653
653
  end
654
654
 
655
+ class GoogleAnalyticsAdminV1alphaListExpandedDataSetsResponse
656
+ class Representation < Google::Apis::Core::JsonRepresentation; end
657
+
658
+ include Google::Apis::Core::JsonObjectSupport
659
+ end
660
+
655
661
  class GoogleAnalyticsAdminV1alphaListFirebaseLinksResponse
656
662
  class Representation < Google::Apis::Core::JsonRepresentation; end
657
663
 
@@ -1810,6 +1816,15 @@ module Google
1810
1816
  end
1811
1817
  end
1812
1818
 
1819
+ class GoogleAnalyticsAdminV1alphaListExpandedDataSetsResponse
1820
+ # @private
1821
+ class Representation < Google::Apis::Core::JsonRepresentation
1822
+ collection :expanded_data_sets, as: 'expandedDataSets', class: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaExpandedDataSet, decorator: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaExpandedDataSet::Representation
1823
+
1824
+ property :next_page_token, as: 'nextPageToken'
1825
+ end
1826
+ end
1827
+
1813
1828
  class GoogleAnalyticsAdminV1alphaListFirebaseLinksResponse
1814
1829
  # @private
1815
1830
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -238,8 +238,9 @@ module Google
238
238
  # @param [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaAccount] google_analytics_admin_v1alpha_account_object
239
239
  # @param [String] update_mask
240
240
  # Required. The list of fields to be updated. Field names must be in snake case (
241
- # e.g., "field_to_update"). Omitted fields will not be updated. To replace the
242
- # entire entity, use one path with the string "*" to match all fields.
241
+ # for example, "field_to_update"). Omitted fields will not be updated. To
242
+ # replace the entire entity, use one path with the string "*" to match all
243
+ # fields.
243
244
  # @param [String] fields
244
245
  # Selector specifying which fields to include in a partial response.
245
246
  # @param [String] quota_user
@@ -300,6 +301,54 @@ module Google
300
301
  execute_or_queue_command(command, &block)
301
302
  end
302
303
 
304
+ # Returns a customized report of data access records. The report provides
305
+ # records of each time a user reads Google Analytics reporting data. Access
306
+ # records are retained for up to 2 years. Data Access Reports can be requested
307
+ # for a property. The property must be in Google Analytics 360. This method is
308
+ # only available to Administrators. These data access records include GA4 UI
309
+ # Reporting, GA4 UI Explorations, GA4 Data API, and other products like Firebase
310
+ # & Admob that can retrieve data from Google Analytics through a linkage. These
311
+ # records don't include property configuration changes like adding a stream or
312
+ # changing a property's time zone. For configuration change history, see [
313
+ # searchChangeHistoryEvents](https://developers.google.com/analytics/devguides/
314
+ # config/admin/v1/rest/v1alpha/accounts/searchChangeHistoryEvents).
315
+ # @param [String] entity
316
+ # The Data Access Report supports requesting at the property level or account
317
+ # level. If requested at the account level, Data Access Reports include all
318
+ # access for all properties under that account. To request at the property level,
319
+ # entity should be for example 'properties/123' if "123" is your GA4 property
320
+ # ID. To request at the account level, entity should be for example 'accounts/
321
+ # 1234' if "1234" is your GA4 Account ID.
322
+ # @param [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaRunAccessReportRequest] google_analytics_admin_v1alpha_run_access_report_request_object
323
+ # @param [String] fields
324
+ # Selector specifying which fields to include in a partial response.
325
+ # @param [String] quota_user
326
+ # Available to use for quota purposes for server-side applications. Can be any
327
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
328
+ # @param [Google::Apis::RequestOptions] options
329
+ # Request-specific options
330
+ #
331
+ # @yield [result, err] Result & error if block supplied
332
+ # @yieldparam result [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaRunAccessReportResponse] parsed result object
333
+ # @yieldparam err [StandardError] error object if request failed
334
+ #
335
+ # @return [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaRunAccessReportResponse]
336
+ #
337
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
338
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
339
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
340
+ def run_account_access_report(entity, google_analytics_admin_v1alpha_run_access_report_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
341
+ command = make_simple_command(:post, 'v1alpha/{+entity}:runAccessReport', options)
342
+ command.request_representation = Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaRunAccessReportRequest::Representation
343
+ command.request_object = google_analytics_admin_v1alpha_run_access_report_request_object
344
+ command.response_representation = Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaRunAccessReportResponse::Representation
345
+ command.response_class = Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaRunAccessReportResponse
346
+ command.params['entity'] = entity unless entity.nil?
347
+ command.query['fields'] = fields unless fields.nil?
348
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
349
+ execute_or_queue_command(command, &block)
350
+ end
351
+
303
352
  # Searches through all changes to an account or its children given the specified
304
353
  # set of filters.
305
354
  # @param [String] account
@@ -1008,7 +1057,7 @@ module Google
1008
1057
 
1009
1058
  # Acknowledges the terms of user data collection for the specified property.
1010
1059
  # This acknowledgement must be completed (either in the Google Analytics UI or
1011
- # via this API) before MeasurementProtocolSecret resources may be created.
1060
+ # through this API) before MeasurementProtocolSecret resources may be created.
1012
1061
  # @param [String] property
1013
1062
  # Required. The property for which to acknowledge user data collection.
1014
1063
  # @param [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaAcknowledgeUserDataCollectionRequest] google_analytics_admin_v1alpha_acknowledge_user_data_collection_request_object
@@ -1371,8 +1420,12 @@ module Google
1371
1420
  # searchChangeHistoryEvents](https://developers.google.com/analytics/devguides/
1372
1421
  # config/admin/v1/rest/v1alpha/accounts/searchChangeHistoryEvents).
1373
1422
  # @param [String] entity
1374
- # The Data Access Report is requested for this property. For example if "123" is
1375
- # your GA4 property ID, then entity should be "properties/123".
1423
+ # The Data Access Report supports requesting at the property level or account
1424
+ # level. If requested at the account level, Data Access Reports include all
1425
+ # access for all properties under that account. To request at the property level,
1426
+ # entity should be for example 'properties/123' if "123" is your GA4 property
1427
+ # ID. To request at the account level, entity should be for example 'accounts/
1428
+ # 1234' if "1234" is your GA4 Account ID.
1376
1429
  # @param [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaRunAccessReportRequest] google_analytics_admin_v1alpha_run_access_report_request_object
1377
1430
  # @param [String] fields
1378
1431
  # Selector specifying which fields to include in a partial response.
@@ -3396,6 +3449,180 @@ module Google
3396
3449
  execute_or_queue_command(command, &block)
3397
3450
  end
3398
3451
 
3452
+ # Creates a ExpandedDataSet.
3453
+ # @param [String] parent
3454
+ # Required. Example format: properties/1234
3455
+ # @param [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaExpandedDataSet] google_analytics_admin_v1alpha_expanded_data_set_object
3456
+ # @param [String] fields
3457
+ # Selector specifying which fields to include in a partial response.
3458
+ # @param [String] quota_user
3459
+ # Available to use for quota purposes for server-side applications. Can be any
3460
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
3461
+ # @param [Google::Apis::RequestOptions] options
3462
+ # Request-specific options
3463
+ #
3464
+ # @yield [result, err] Result & error if block supplied
3465
+ # @yieldparam result [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaExpandedDataSet] parsed result object
3466
+ # @yieldparam err [StandardError] error object if request failed
3467
+ #
3468
+ # @return [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaExpandedDataSet]
3469
+ #
3470
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
3471
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
3472
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
3473
+ def create_property_expanded_data_set(parent, google_analytics_admin_v1alpha_expanded_data_set_object = nil, fields: nil, quota_user: nil, options: nil, &block)
3474
+ command = make_simple_command(:post, 'v1alpha/{+parent}/expandedDataSets', options)
3475
+ command.request_representation = Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaExpandedDataSet::Representation
3476
+ command.request_object = google_analytics_admin_v1alpha_expanded_data_set_object
3477
+ command.response_representation = Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaExpandedDataSet::Representation
3478
+ command.response_class = Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaExpandedDataSet
3479
+ command.params['parent'] = parent unless parent.nil?
3480
+ command.query['fields'] = fields unless fields.nil?
3481
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
3482
+ execute_or_queue_command(command, &block)
3483
+ end
3484
+
3485
+ # Deletes a ExpandedDataSet on a property.
3486
+ # @param [String] name
3487
+ # Required. Example format: properties/1234/expandedDataSets/5678
3488
+ # @param [String] fields
3489
+ # Selector specifying which fields to include in a partial response.
3490
+ # @param [String] quota_user
3491
+ # Available to use for quota purposes for server-side applications. Can be any
3492
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
3493
+ # @param [Google::Apis::RequestOptions] options
3494
+ # Request-specific options
3495
+ #
3496
+ # @yield [result, err] Result & error if block supplied
3497
+ # @yieldparam result [Google::Apis::AnalyticsadminV1alpha::GoogleProtobufEmpty] parsed result object
3498
+ # @yieldparam err [StandardError] error object if request failed
3499
+ #
3500
+ # @return [Google::Apis::AnalyticsadminV1alpha::GoogleProtobufEmpty]
3501
+ #
3502
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
3503
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
3504
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
3505
+ def delete_property_expanded_data_set(name, fields: nil, quota_user: nil, options: nil, &block)
3506
+ command = make_simple_command(:delete, 'v1alpha/{+name}', options)
3507
+ command.response_representation = Google::Apis::AnalyticsadminV1alpha::GoogleProtobufEmpty::Representation
3508
+ command.response_class = Google::Apis::AnalyticsadminV1alpha::GoogleProtobufEmpty
3509
+ command.params['name'] = name unless name.nil?
3510
+ command.query['fields'] = fields unless fields.nil?
3511
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
3512
+ execute_or_queue_command(command, &block)
3513
+ end
3514
+
3515
+ # Lookup for a single ExpandedDataSet.
3516
+ # @param [String] name
3517
+ # Required. The name of the Audience to get. Example format: properties/1234/
3518
+ # expandedDataSets/5678
3519
+ # @param [String] fields
3520
+ # Selector specifying which fields to include in a partial response.
3521
+ # @param [String] quota_user
3522
+ # Available to use for quota purposes for server-side applications. Can be any
3523
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
3524
+ # @param [Google::Apis::RequestOptions] options
3525
+ # Request-specific options
3526
+ #
3527
+ # @yield [result, err] Result & error if block supplied
3528
+ # @yieldparam result [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaExpandedDataSet] parsed result object
3529
+ # @yieldparam err [StandardError] error object if request failed
3530
+ #
3531
+ # @return [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaExpandedDataSet]
3532
+ #
3533
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
3534
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
3535
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
3536
+ def get_property_expanded_data_set(name, fields: nil, quota_user: nil, options: nil, &block)
3537
+ command = make_simple_command(:get, 'v1alpha/{+name}', options)
3538
+ command.response_representation = Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaExpandedDataSet::Representation
3539
+ command.response_class = Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaExpandedDataSet
3540
+ command.params['name'] = name unless name.nil?
3541
+ command.query['fields'] = fields unless fields.nil?
3542
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
3543
+ execute_or_queue_command(command, &block)
3544
+ end
3545
+
3546
+ # Lists ExpandedDataSets on a property.
3547
+ # @param [String] parent
3548
+ # Required. Example format: properties/1234
3549
+ # @param [Fixnum] page_size
3550
+ # The maximum number of resources to return. If unspecified, at most 50
3551
+ # resources will be returned. The maximum value is 200 (higher values will be
3552
+ # coerced to the maximum).
3553
+ # @param [String] page_token
3554
+ # A page token, received from a previous `ListExpandedDataSets` call. Provide
3555
+ # this to retrieve the subsequent page. When paginating, all other parameters
3556
+ # provided to `ListExpandedDataSet` must match the call that provided the page
3557
+ # token.
3558
+ # @param [String] fields
3559
+ # Selector specifying which fields to include in a partial response.
3560
+ # @param [String] quota_user
3561
+ # Available to use for quota purposes for server-side applications. Can be any
3562
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
3563
+ # @param [Google::Apis::RequestOptions] options
3564
+ # Request-specific options
3565
+ #
3566
+ # @yield [result, err] Result & error if block supplied
3567
+ # @yieldparam result [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaListExpandedDataSetsResponse] parsed result object
3568
+ # @yieldparam err [StandardError] error object if request failed
3569
+ #
3570
+ # @return [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaListExpandedDataSetsResponse]
3571
+ #
3572
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
3573
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
3574
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
3575
+ def list_property_expanded_data_sets(parent, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
3576
+ command = make_simple_command(:get, 'v1alpha/{+parent}/expandedDataSets', options)
3577
+ command.response_representation = Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaListExpandedDataSetsResponse::Representation
3578
+ command.response_class = Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaListExpandedDataSetsResponse
3579
+ command.params['parent'] = parent unless parent.nil?
3580
+ command.query['pageSize'] = page_size unless page_size.nil?
3581
+ command.query['pageToken'] = page_token unless page_token.nil?
3582
+ command.query['fields'] = fields unless fields.nil?
3583
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
3584
+ execute_or_queue_command(command, &block)
3585
+ end
3586
+
3587
+ # Updates a ExpandedDataSet on a property.
3588
+ # @param [String] name
3589
+ # Output only. The resource name for this ExpandedDataSet resource. Format:
3590
+ # properties/`property_id`/expandedDataSets/`expanded_data_set`
3591
+ # @param [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaExpandedDataSet] google_analytics_admin_v1alpha_expanded_data_set_object
3592
+ # @param [String] update_mask
3593
+ # Required. The list of fields to be updated. Field names must be in snake case (
3594
+ # e.g., "field_to_update"). Omitted fields will not be updated. To replace the
3595
+ # entire entity, use one path with the string "*" to match all fields.
3596
+ # @param [String] fields
3597
+ # Selector specifying which fields to include in a partial response.
3598
+ # @param [String] quota_user
3599
+ # Available to use for quota purposes for server-side applications. Can be any
3600
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
3601
+ # @param [Google::Apis::RequestOptions] options
3602
+ # Request-specific options
3603
+ #
3604
+ # @yield [result, err] Result & error if block supplied
3605
+ # @yieldparam result [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaExpandedDataSet] parsed result object
3606
+ # @yieldparam err [StandardError] error object if request failed
3607
+ #
3608
+ # @return [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaExpandedDataSet]
3609
+ #
3610
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
3611
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
3612
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
3613
+ def patch_property_expanded_data_set(name, google_analytics_admin_v1alpha_expanded_data_set_object = nil, update_mask: nil, fields: nil, quota_user: nil, options: nil, &block)
3614
+ command = make_simple_command(:patch, 'v1alpha/{+name}', options)
3615
+ command.request_representation = Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaExpandedDataSet::Representation
3616
+ command.request_object = google_analytics_admin_v1alpha_expanded_data_set_object
3617
+ command.response_representation = Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaExpandedDataSet::Representation
3618
+ command.response_class = Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaExpandedDataSet
3619
+ command.params['name'] = name unless name.nil?
3620
+ command.query['updateMask'] = update_mask unless update_mask.nil?
3621
+ command.query['fields'] = fields unless fields.nil?
3622
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
3623
+ execute_or_queue_command(command, &block)
3624
+ end
3625
+
3399
3626
  # Creates a FirebaseLink. Properties can have at most one FirebaseLink.
3400
3627
  # @param [String] parent
3401
3628
  # Required. Format: properties/`property_id` Example: properties/1234
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-analyticsadmin_v1alpha
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.46.0
4
+ version: 0.48.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-02-12 00:00:00.000000000 Z
11
+ date: 2023-02-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 0.9.1
19
+ version: 0.11.0
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: 0.9.1
29
+ version: 0.11.0
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-analyticsadmin_v1alpha/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-analyticsadmin_v1alpha/v0.46.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-analyticsadmin_v1alpha/v0.48.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-analyticsadmin_v1alpha
63
63
  post_install_message:
64
64
  rdoc_options: []