google-apis-cloudchannel_v1 0.52.0 → 0.54.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: 434feafbf1541f1062fa8c5e6dd6f62c6649e2cc8e62cc3f8e5240ce55cb8cda
4
- data.tar.gz: fa5d0b22338297fc4b5f9628ce0e25bb848354e7d7ab98fae546f26f5277521a
3
+ metadata.gz: c2a5e6a33bf1c5c0fdd54c5b08e11ab665fdb24f57f210d4d16bab943aafa911
4
+ data.tar.gz: bf090ea435453bd12c918a261fc5785d26774c3745066f2809e12546607977aa
5
5
  SHA512:
6
- metadata.gz: 8ef7a9da0306888c5d2e12536822e3f0446086733d36a1dbbe373ebe055b1d5d6b9a832bd8ec9cd12528de4dafc0f9a2349803abbd26e5753a44e809f987685c
7
- data.tar.gz: 0217f37643a8a5b3ae3d92b24d4a19215cc905f780b1295c289223616fb7700aec17c846b0b92ed93630a57505a704ec98cb4529566c710b3a1534b251aeb71b
6
+ metadata.gz: '05355348b26d54fa9398ceb7297c24432a09ad323051275cace17266072cac5760245493a26d7dcec727e682183110969a9c2bbf84ff7e85766ae0b2c1df413a'
7
+ data.tar.gz: 42d1b597c0f1d4f9cfe76739a2db869e75f5f12b497a946e512192ee8eeb8ebb8b985059eda677544d028694f3090eb0f0778cb0f7063e045727c97dac33e683
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-cloudchannel_v1
2
2
 
3
+ ### v0.54.0 (2024-10-27)
4
+
5
+ * Regenerated from discovery document revision 20241024
6
+
7
+ ### v0.53.0 (2024-09-15)
8
+
9
+ * Regenerated from discovery document revision 20240913
10
+
3
11
  ### v0.52.0 (2024-09-01)
4
12
 
5
13
  * Regenerated from discovery document revision 20240828
@@ -280,7 +280,7 @@ module Google
280
280
  end
281
281
  end
282
282
 
283
- # Request message for CloudChannelService.ChangeParametersRequest.
283
+ # Request message for CloudChannelService.ChangeParameters.
284
284
  class GoogleCloudChannelV1ChangeParametersRequest
285
285
  include Google::Apis::Core::Hashable
286
286
 
@@ -457,12 +457,13 @@ module Google
457
457
  include Google::Apis::Core::Hashable
458
458
 
459
459
  # Required. Domain to fetch for Cloud Identity account customers, including
460
- # domained and domainless.
460
+ # domain and team customers. For team customers, please use the domain for their
461
+ # emails.
461
462
  # Corresponds to the JSON property `domain`
462
463
  # @return [String]
463
464
  attr_accessor :domain
464
465
 
465
- # Optional. Primary admin email to fetch for Cloud Identity account domainless
466
+ # Optional. Primary admin email to fetch for Cloud Identity account team
466
467
  # customer.
467
468
  # Corresponds to the JSON property `primaryAdminEmail`
468
469
  # @return [String]
@@ -1467,7 +1468,7 @@ module Google
1467
1468
  attr_accessor :overwrite_if_exists
1468
1469
  alias_method :overwrite_if_exists?, :overwrite_if_exists
1469
1470
 
1470
- # Optional. Customer's primary admin email.
1471
+ # Required. Customer's primary admin email.
1471
1472
  # Corresponds to the JSON property `primaryAdminEmail`
1472
1473
  # @return [String]
1473
1474
  attr_accessor :primary_admin_email
@@ -1778,8 +1779,8 @@ module Google
1778
1779
  # @return [Array<Google::Apis::CloudchannelV1::GoogleCloudChannelV1BillableSku>]
1779
1780
  attr_accessor :billable_skus
1780
1781
 
1781
- # A token to retrieve the next page of results. Pass to ListSkuGroupBillableSkus.
1782
- # page_token to obtain that page.
1782
+ # A token to retrieve the next page of results. Pass to
1783
+ # ListSkuGroupBillableSkusRequest.page_token to obtain that page.
1783
1784
  # Corresponds to the JSON property `nextPageToken`
1784
1785
  # @return [String]
1785
1786
  attr_accessor :next_page_token
@@ -1799,8 +1800,8 @@ module Google
1799
1800
  class GoogleCloudChannelV1ListSkuGroupsResponse
1800
1801
  include Google::Apis::Core::Hashable
1801
1802
 
1802
- # A token to retrieve the next page of results. Pass to ListSkuGroups.page_token
1803
- # to obtain that page.
1803
+ # A token to retrieve the next page of results. Pass to ListSkuGroupsRequest.
1804
+ # page_token to obtain that page.
1804
1805
  # Corresponds to the JSON property `nextPageToken`
1805
1806
  # @return [String]
1806
1807
  attr_accessor :next_page_token
@@ -2703,7 +2704,14 @@ module Google
2703
2704
  class GoogleCloudChannelV1RegisterSubscriberRequest
2704
2705
  include Google::Apis::Core::Hashable
2705
2706
 
2706
- # Optional. Resource name of the integrator.
2707
+ # Optional. Resource name of the account. Required if integrator is not provided.
2708
+ # Otherwise, leave this field empty/unset.
2709
+ # Corresponds to the JSON property `account`
2710
+ # @return [String]
2711
+ attr_accessor :account
2712
+
2713
+ # Optional. Resource name of the integrator. Required if account is not provided.
2714
+ # Otherwise, leave this field empty/unset.
2707
2715
  # Corresponds to the JSON property `integrator`
2708
2716
  # @return [String]
2709
2717
  attr_accessor :integrator
@@ -2720,6 +2728,7 @@ module Google
2720
2728
 
2721
2729
  # Update properties of this object
2722
2730
  def update!(**args)
2731
+ @account = args[:account] if args.key?(:account)
2723
2732
  @integrator = args[:integrator] if args.key?(:integrator)
2724
2733
  @service_account = args[:service_account] if args.key?(:service_account)
2725
2734
  end
@@ -3626,7 +3635,14 @@ module Google
3626
3635
  class GoogleCloudChannelV1UnregisterSubscriberRequest
3627
3636
  include Google::Apis::Core::Hashable
3628
3637
 
3629
- # Optional. Resource name of the integrator.
3638
+ # Optional. Resource name of the account. Required if integrator is not provided.
3639
+ # Otherwise, leave this field empty/unset.
3640
+ # Corresponds to the JSON property `account`
3641
+ # @return [String]
3642
+ attr_accessor :account
3643
+
3644
+ # Optional. Resource name of the integrator. Required if account is not provided.
3645
+ # Otherwise, leave this field empty/unset.
3630
3646
  # Corresponds to the JSON property `integrator`
3631
3647
  # @return [String]
3632
3648
  attr_accessor :integrator
@@ -3642,6 +3658,7 @@ module Google
3642
3658
 
3643
3659
  # Update properties of this object
3644
3660
  def update!(**args)
3661
+ @account = args[:account] if args.key?(:account)
3645
3662
  @integrator = args[:integrator] if args.key?(:integrator)
3646
3663
  @service_account = args[:service_account] if args.key?(:service_account)
3647
3664
  end
@@ -4033,6 +4050,15 @@ module Google
4033
4050
  # @return [Array<Google::Apis::CloudchannelV1::GoogleCloudChannelV1alpha1Parameter>]
4034
4051
  attr_accessor :parameters
4035
4052
 
4053
+ # Optional. Price reference ID for the offer. Optional field only for offers
4054
+ # that require additional price information. Used to guarantee that the pricing
4055
+ # is consistent between quoting the offer and placing the order. Yet to be
4056
+ # implemented: this field is currently not evaluated in the API if populated in
4057
+ # a request.
4058
+ # Corresponds to the JSON property `priceReferenceId`
4059
+ # @return [String]
4060
+ attr_accessor :price_reference_id
4061
+
4036
4062
  # Service provisioned for an entitlement.
4037
4063
  # Corresponds to the JSON property `provisionedService`
4038
4064
  # @return [Google::Apis::CloudchannelV1::GoogleCloudChannelV1alpha1ProvisionedService]
@@ -4084,6 +4110,7 @@ module Google
4084
4110
  @num_units = args[:num_units] if args.key?(:num_units)
4085
4111
  @offer = args[:offer] if args.key?(:offer)
4086
4112
  @parameters = args[:parameters] if args.key?(:parameters)
4113
+ @price_reference_id = args[:price_reference_id] if args.key?(:price_reference_id)
4087
4114
  @provisioned_service = args[:provisioned_service] if args.key?(:provisioned_service)
4088
4115
  @provisioning_state = args[:provisioning_state] if args.key?(:provisioning_state)
4089
4116
  @purchase_order_id = args[:purchase_order_id] if args.key?(:purchase_order_id)
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module CloudchannelV1
18
18
  # Version of the google-apis-cloudchannel_v1 gem
19
- GEM_VERSION = "0.52.0"
19
+ GEM_VERSION = "0.54.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.15.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240828"
25
+ REVISION = "20241024"
26
26
  end
27
27
  end
28
28
  end
@@ -1612,6 +1612,7 @@ module Google
1612
1612
  class GoogleCloudChannelV1RegisterSubscriberRequest
1613
1613
  # @private
1614
1614
  class Representation < Google::Apis::Core::JsonRepresentation
1615
+ property :account, as: 'account'
1615
1616
  property :integrator, as: 'integrator'
1616
1617
  property :service_account, as: 'serviceAccount'
1617
1618
  end
@@ -1894,6 +1895,7 @@ module Google
1894
1895
  class GoogleCloudChannelV1UnregisterSubscriberRequest
1895
1896
  # @private
1896
1897
  class Representation < Google::Apis::Core::JsonRepresentation
1898
+ property :account, as: 'account'
1897
1899
  property :integrator, as: 'integrator'
1898
1900
  property :service_account, as: 'serviceAccount'
1899
1901
  end
@@ -1999,6 +2001,7 @@ module Google
1999
2001
  property :offer, as: 'offer'
2000
2002
  collection :parameters, as: 'parameters', class: Google::Apis::CloudchannelV1::GoogleCloudChannelV1alpha1Parameter, decorator: Google::Apis::CloudchannelV1::GoogleCloudChannelV1alpha1Parameter::Representation
2001
2003
 
2004
+ property :price_reference_id, as: 'priceReferenceId'
2002
2005
  property :provisioned_service, as: 'provisionedService', class: Google::Apis::CloudchannelV1::GoogleCloudChannelV1alpha1ProvisionedService, decorator: Google::Apis::CloudchannelV1::GoogleCloudChannelV1alpha1ProvisionedService::Representation
2003
2006
 
2004
2007
  property :provisioning_state, as: 'provisioningState'
@@ -95,8 +95,8 @@ module Google
95
95
  execute_or_queue_command(command, &block)
96
96
  end
97
97
 
98
- # Lists service accounts with subscriber privileges on the Cloud Pub/Sub topic
99
- # created for this Channel Services account. Possible error codes: *
98
+ # Lists service accounts with subscriber privileges on the Pub/Sub topic created
99
+ # for this Channel Services account or integrator. Possible error codes: *
100
100
  # PERMISSION_DENIED: The reseller account making the request and the provided
101
101
  # reseller account are different, or the impersonated user is not a super admin.
102
102
  # * INVALID_ARGUMENT: Required request parameters are missing or invalid. *
@@ -105,9 +105,11 @@ module Google
105
105
  # UNKNOWN: Any non-user error related to a technical issue in the backend.
106
106
  # Contact Cloud Channel support. Return value: A list of service email addresses.
107
107
  # @param [String] account
108
- # Optional. Resource name of the account.
108
+ # Optional. Resource name of the account. Required if integrator is not provided.
109
+ # Otherwise, leave this field empty/unset.
109
110
  # @param [String] integrator
110
- # Optional. Resource name of the integrator.
111
+ # Optional. Resource name of the integrator. Required if account is not provided.
112
+ # Otherwise, leave this field empty/unset.
111
113
  # @param [Fixnum] page_size
112
114
  # Optional. The maximum number of service accounts to return. The service may
113
115
  # return fewer than this value. If unspecified, returns at most 100 service
@@ -231,9 +233,9 @@ module Google
231
233
  execute_or_queue_command(command, &block)
232
234
  end
233
235
 
234
- # Registers a service account with subscriber privileges on the Cloud Pub/Sub
235
- # topic for this Channel Services account. After you create a subscriber, you
236
- # get the events through SubscriberEvent Possible error codes: *
236
+ # Registers a service account with subscriber privileges on the Pub/Sub topic
237
+ # for this Channel Services account or integrator. After you create a subscriber,
238
+ # you get the events through SubscriberEvent Possible error codes: *
237
239
  # PERMISSION_DENIED: The reseller account making the request and the provided
238
240
  # reseller account are different, or the impersonated user is not a super admin.
239
241
  # * INVALID_ARGUMENT: Required request parameters are missing or invalid. *
@@ -242,7 +244,8 @@ module Google
242
244
  # technical issue in the backend. Contact Cloud Channel support. Return value:
243
245
  # The topic name with the registered service email address.
244
246
  # @param [String] account
245
- # Optional. Resource name of the account.
247
+ # Optional. Resource name of the account. Required if integrator is not provided.
248
+ # Otherwise, leave this field empty/unset.
246
249
  # @param [Google::Apis::CloudchannelV1::GoogleCloudChannelV1RegisterSubscriberRequest] google_cloud_channel_v1_register_subscriber_request_object
247
250
  # @param [String] fields
248
251
  # Selector specifying which fields to include in a partial response.
@@ -273,10 +276,10 @@ module Google
273
276
  execute_or_queue_command(command, &block)
274
277
  end
275
278
 
276
- # Unregisters a service account with subscriber privileges on the Cloud Pub/Sub
277
- # topic created for this Channel Services account. If there are no service
278
- # accounts left with subscriber privileges, this deletes the topic. You can call
279
- # ListSubscribers to check for these accounts. Possible error codes: *
279
+ # Unregisters a service account with subscriber privileges on the Pub/Sub topic
280
+ # created for this Channel Services account or integrator. If there are no
281
+ # service accounts left with subscriber privileges, this deletes the topic. You
282
+ # can call ListSubscribers to check for these accounts. Possible error codes: *
280
283
  # PERMISSION_DENIED: The reseller account making the request and the provided
281
284
  # reseller account are different, or the impersonated user is not a super admin.
282
285
  # * INVALID_ARGUMENT: Required request parameters are missing or invalid. *
@@ -287,7 +290,8 @@ module Google
287
290
  # the service email address. Returns a success response if the service email
288
291
  # address wasn't registered with the topic.
289
292
  # @param [String] account
290
- # Optional. Resource name of the account.
293
+ # Optional. Resource name of the account. Required if integrator is not provided.
294
+ # Otherwise, leave this field empty/unset.
291
295
  # @param [Google::Apis::CloudchannelV1::GoogleCloudChannelV1UnregisterSubscriberRequest] google_cloud_channel_v1_unregister_subscriber_request_object
292
296
  # @param [String] fields
293
297
  # Selector specifying which fields to include in a partial response.
@@ -2557,7 +2561,7 @@ module Google
2557
2561
  # The maximum value is 1000; values above 1000 will be coerced to 1000.
2558
2562
  # @param [String] page_token
2559
2563
  # Optional. A token identifying a page of results beyond the first page.
2560
- # Obtained through ListSkuGroups.next_page_token of the previous
2564
+ # Obtained through ListSkuGroupsResponse.next_page_token of the previous
2561
2565
  # CloudChannelService.ListSkuGroups call.
2562
2566
  # @param [String] fields
2563
2567
  # Selector specifying which fields to include in a partial response.
@@ -2606,8 +2610,8 @@ module Google
2606
2610
  # value is 100000; values above 100000 will be coerced to 100000.
2607
2611
  # @param [String] page_token
2608
2612
  # Optional. A token identifying a page of results beyond the first page.
2609
- # Obtained through ListSkuGroupBillableSkus.next_page_token of the previous
2610
- # CloudChannelService.ListSkuGroupBillableSkus call.
2613
+ # Obtained through ListSkuGroupBillableSkusResponse.next_page_token of the
2614
+ # previous CloudChannelService.ListSkuGroupBillableSkus call.
2611
2615
  # @param [String] fields
2612
2616
  # Selector specifying which fields to include in a partial response.
2613
2617
  # @param [String] quota_user
@@ -2637,8 +2641,8 @@ module Google
2637
2641
  execute_or_queue_command(command, &block)
2638
2642
  end
2639
2643
 
2640
- # Lists service accounts with subscriber privileges on the Cloud Pub/Sub topic
2641
- # created for this Channel Services account. Possible error codes: *
2644
+ # Lists service accounts with subscriber privileges on the Pub/Sub topic created
2645
+ # for this Channel Services account or integrator. Possible error codes: *
2642
2646
  # PERMISSION_DENIED: The reseller account making the request and the provided
2643
2647
  # reseller account are different, or the impersonated user is not a super admin.
2644
2648
  # * INVALID_ARGUMENT: Required request parameters are missing or invalid. *
@@ -2647,9 +2651,11 @@ module Google
2647
2651
  # UNKNOWN: Any non-user error related to a technical issue in the backend.
2648
2652
  # Contact Cloud Channel support. Return value: A list of service email addresses.
2649
2653
  # @param [String] integrator
2650
- # Optional. Resource name of the integrator.
2654
+ # Optional. Resource name of the integrator. Required if account is not provided.
2655
+ # Otherwise, leave this field empty/unset.
2651
2656
  # @param [String] account
2652
- # Optional. Resource name of the account.
2657
+ # Optional. Resource name of the account. Required if integrator is not provided.
2658
+ # Otherwise, leave this field empty/unset.
2653
2659
  # @param [Fixnum] page_size
2654
2660
  # Optional. The maximum number of service accounts to return. The service may
2655
2661
  # return fewer than this value. If unspecified, returns at most 100 service
@@ -2689,9 +2695,9 @@ module Google
2689
2695
  execute_or_queue_command(command, &block)
2690
2696
  end
2691
2697
 
2692
- # Registers a service account with subscriber privileges on the Cloud Pub/Sub
2693
- # topic for this Channel Services account. After you create a subscriber, you
2694
- # get the events through SubscriberEvent Possible error codes: *
2698
+ # Registers a service account with subscriber privileges on the Pub/Sub topic
2699
+ # for this Channel Services account or integrator. After you create a subscriber,
2700
+ # you get the events through SubscriberEvent Possible error codes: *
2695
2701
  # PERMISSION_DENIED: The reseller account making the request and the provided
2696
2702
  # reseller account are different, or the impersonated user is not a super admin.
2697
2703
  # * INVALID_ARGUMENT: Required request parameters are missing or invalid. *
@@ -2700,12 +2706,9 @@ module Google
2700
2706
  # technical issue in the backend. Contact Cloud Channel support. Return value:
2701
2707
  # The topic name with the registered service email address.
2702
2708
  # @param [String] integrator
2703
- # Optional. Resource name of the integrator.
2704
- # @param [String] account
2705
- # Optional. Resource name of the account.
2706
- # @param [String] service_account
2707
- # Required. Service account that provides subscriber access to the registered
2708
- # topic.
2709
+ # Optional. Resource name of the integrator. Required if account is not provided.
2710
+ # Otherwise, leave this field empty/unset.
2711
+ # @param [Google::Apis::CloudchannelV1::GoogleCloudChannelV1RegisterSubscriberRequest] google_cloud_channel_v1_register_subscriber_request_object
2709
2712
  # @param [String] fields
2710
2713
  # Selector specifying which fields to include in a partial response.
2711
2714
  # @param [String] quota_user
@@ -2723,22 +2726,22 @@ module Google
2723
2726
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
2724
2727
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
2725
2728
  # @raise [Google::Apis::AuthorizationError] Authorization is required
2726
- def register_integrator(integrator, account: nil, service_account: nil, fields: nil, quota_user: nil, options: nil, &block)
2727
- command = make_simple_command(:post, 'v1/{+integrator}:register', options)
2729
+ def register_integrator_subscriber(integrator, google_cloud_channel_v1_register_subscriber_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
2730
+ command = make_simple_command(:post, 'v1/{+integrator}:registerSubscriber', options)
2731
+ command.request_representation = Google::Apis::CloudchannelV1::GoogleCloudChannelV1RegisterSubscriberRequest::Representation
2732
+ command.request_object = google_cloud_channel_v1_register_subscriber_request_object
2728
2733
  command.response_representation = Google::Apis::CloudchannelV1::GoogleCloudChannelV1RegisterSubscriberResponse::Representation
2729
2734
  command.response_class = Google::Apis::CloudchannelV1::GoogleCloudChannelV1RegisterSubscriberResponse
2730
2735
  command.params['integrator'] = integrator unless integrator.nil?
2731
- command.query['account'] = account unless account.nil?
2732
- command.query['serviceAccount'] = service_account unless service_account.nil?
2733
2736
  command.query['fields'] = fields unless fields.nil?
2734
2737
  command.query['quotaUser'] = quota_user unless quota_user.nil?
2735
2738
  execute_or_queue_command(command, &block)
2736
2739
  end
2737
2740
 
2738
- # Unregisters a service account with subscriber privileges on the Cloud Pub/Sub
2739
- # topic created for this Channel Services account. If there are no service
2740
- # accounts left with subscriber privileges, this deletes the topic. You can call
2741
- # ListSubscribers to check for these accounts. Possible error codes: *
2741
+ # Unregisters a service account with subscriber privileges on the Pub/Sub topic
2742
+ # created for this Channel Services account or integrator. If there are no
2743
+ # service accounts left with subscriber privileges, this deletes the topic. You
2744
+ # can call ListSubscribers to check for these accounts. Possible error codes: *
2742
2745
  # PERMISSION_DENIED: The reseller account making the request and the provided
2743
2746
  # reseller account are different, or the impersonated user is not a super admin.
2744
2747
  # * INVALID_ARGUMENT: Required request parameters are missing or invalid. *
@@ -2749,11 +2752,9 @@ module Google
2749
2752
  # the service email address. Returns a success response if the service email
2750
2753
  # address wasn't registered with the topic.
2751
2754
  # @param [String] integrator
2752
- # Optional. Resource name of the integrator.
2753
- # @param [String] account
2754
- # Optional. Resource name of the account.
2755
- # @param [String] service_account
2756
- # Required. Service account to unregister from subscriber access to the topic.
2755
+ # Optional. Resource name of the integrator. Required if account is not provided.
2756
+ # Otherwise, leave this field empty/unset.
2757
+ # @param [Google::Apis::CloudchannelV1::GoogleCloudChannelV1UnregisterSubscriberRequest] google_cloud_channel_v1_unregister_subscriber_request_object
2757
2758
  # @param [String] fields
2758
2759
  # Selector specifying which fields to include in a partial response.
2759
2760
  # @param [String] quota_user
@@ -2771,13 +2772,13 @@ module Google
2771
2772
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
2772
2773
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
2773
2774
  # @raise [Google::Apis::AuthorizationError] Authorization is required
2774
- def unregister_integrator(integrator, account: nil, service_account: nil, fields: nil, quota_user: nil, options: nil, &block)
2775
- command = make_simple_command(:post, 'v1/{+integrator}:unregister', options)
2775
+ def unregister_integrator_subscriber(integrator, google_cloud_channel_v1_unregister_subscriber_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
2776
+ command = make_simple_command(:post, 'v1/{+integrator}:unregisterSubscriber', options)
2777
+ command.request_representation = Google::Apis::CloudchannelV1::GoogleCloudChannelV1UnregisterSubscriberRequest::Representation
2778
+ command.request_object = google_cloud_channel_v1_unregister_subscriber_request_object
2776
2779
  command.response_representation = Google::Apis::CloudchannelV1::GoogleCloudChannelV1UnregisterSubscriberResponse::Representation
2777
2780
  command.response_class = Google::Apis::CloudchannelV1::GoogleCloudChannelV1UnregisterSubscriberResponse
2778
2781
  command.params['integrator'] = integrator unless integrator.nil?
2779
- command.query['account'] = account unless account.nil?
2780
- command.query['serviceAccount'] = service_account unless service_account.nil?
2781
2782
  command.query['fields'] = fields unless fields.nil?
2782
2783
  command.query['quotaUser'] = quota_user unless quota_user.nil?
2783
2784
  execute_or_queue_command(command, &block)
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-cloudchannel_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.52.0
4
+ version: 0.54.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: 2024-09-01 00:00:00.000000000 Z
11
+ date: 2024-10-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -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-cloudchannel_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudchannel_v1/v0.52.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudchannel_v1/v0.54.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudchannel_v1
63
63
  post_install_message:
64
64
  rdoc_options: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.5.6
78
+ rubygems_version: 3.5.21
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Cloud Channel API V1