google-apis-cloudchannel_v1 0.42.0 → 0.44.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 007acf076bfc9c433bd114277a29b59d85f6cf994e224e1c9e44d7bf2de68e4c
4
- data.tar.gz: 2d3e7fecf2e5473eddac1698df9abf76827caf3681d2c9bf3321c522260672a1
3
+ metadata.gz: d36af118e939252092b34a4333fea2cc35c1f426b5f382c19bfe1f08f4320c62
4
+ data.tar.gz: 8f3a279c1f0bbb03b478e720335f86fccecdd3b015a5fff105393fcb691b7358
5
5
  SHA512:
6
- metadata.gz: ba174e739ecbc15506820794ea9b6cff67b30144765a751c268030e8d02d04d3940fd6661ed37350a10f4030c34deea255e4fc05a177c8f2535a2a96dc44097c
7
- data.tar.gz: 73efba062044638b1cb7cd08a6830e0515f5b513b649766fc159f2d675225095cc6e6b0ccf70b0bbc7189b5dd46907839d1939cebbb212967e7019b0f02099a7
6
+ metadata.gz: 4834ba6d5c5d107c2a05a446327c9bfc8cdd5b9d76aa5c3bacb8fd83afba5ca9979317fb2840c63e74025169cb944504eda2c4a8e3e221170caeb7bf4697e5b9
7
+ data.tar.gz: 0ae6aaaba5b7ca066e653b9e91a9973ed2685f5fc12293c24f0e484d66f14eb12d14a68ab45d203ed4f25e66952051bf1d717f9b76890c2007ed006f34754d69
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-cloudchannel_v1
2
2
 
3
+ ### v0.44.0 (2023-08-06)
4
+
5
+ * Regenerated from discovery document revision 20230801
6
+
7
+ ### v0.43.0 (2023-07-23)
8
+
9
+ * Regenerated from discovery document revision 20230718
10
+
3
11
  ### v0.42.0 (2023-07-16)
4
12
 
5
13
  * Regenerated from discovery document revision 20230711
@@ -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.42.0"
19
+ GEM_VERSION = "0.44.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230711"
25
+ REVISION = "20230801"
26
26
  end
27
27
  end
28
28
  end
@@ -149,9 +149,10 @@ module Google
149
149
  # * The customer doesn't belong to the reseller and has no auth token. * The
150
150
  # customer provided incorrect reseller information when generating auth token. *
151
151
  # The reseller account making the request is different from the reseller account
152
- # in the query. * INVALID_ARGUMENT: Required request parameters are missing or
153
- # invalid. Return value: List of TransferableOffer for the given customer and
154
- # SKU.
152
+ # in the query. * The reseller is not authorized to transact on this Product.
153
+ # See https://support.google.com/channelservices/answer/9759265 *
154
+ # INVALID_ARGUMENT: Required request parameters are missing or invalid. Return
155
+ # value: List of TransferableOffer for the given customer and SKU.
155
156
  # @param [String] parent
156
157
  # Required. The resource name of the reseller's account.
157
158
  # @param [Google::Apis::CloudchannelV1::GoogleCloudChannelV1ListTransferableOffersRequest] google_cloud_channel_v1_list_transferable_offers_request_object
@@ -505,8 +506,9 @@ module Google
505
506
  # business cases. * The new config will not modify exports used with other
506
507
  # configs. Changes to the config may be immediate, but may take up to 24 hours. *
507
508
  # There is a limit of ten configs for any ChannelPartner or RepricingConfig.
509
+ # EntitlementGranularity.entitlement, for any RepricingConfig.
508
510
  # effective_invoice_month. * The contained ChannelPartnerRepricingConfig.
509
- # repricing_config vaule must be different from the value used in the current
511
+ # repricing_config value must be different from the value used in the current
510
512
  # config for a ChannelPartner. Possible Error Codes: * PERMISSION_DENIED: If the
511
513
  # account making the request and the account being queried are different. *
512
514
  # INVALID_ARGUMENT: Missing or invalid required parameters in the request. Also
@@ -738,9 +740,11 @@ module Google
738
740
  # Creates a new Customer resource under the reseller or distributor account.
739
741
  # Possible error codes: * PERMISSION_DENIED: The reseller account making the
740
742
  # request is different from the reseller account in the API request. *
741
- # INVALID_ARGUMENT: * Required request parameters are missing or invalid. *
742
- # Domain field value doesn't match the primary email domain. Return value: The
743
- # newly created Customer resource.
743
+ # PERMISSION_DENIED: You are not authorized to create a customer. See https://
744
+ # support.google.com/channelservices/answer/9759265 * INVALID_ARGUMENT: *
745
+ # Required request parameters are missing or invalid. * Domain field value doesn'
746
+ # t match the primary email domain. Return value: The newly created Customer
747
+ # resource.
744
748
  # @param [String] parent
745
749
  # Required. The resource name of reseller account in which to create the
746
750
  # customer. Parent uses the format: accounts/`account_id`
@@ -849,10 +853,12 @@ module Google
849
853
  # already exists and overwrite_if_exists is true, it will update that Customer's
850
854
  # data. Possible error codes: * PERMISSION_DENIED: The reseller account making
851
855
  # the request is different from the reseller account in the API request. *
852
- # NOT_FOUND: Cloud Identity doesn't exist or was deleted. * INVALID_ARGUMENT:
853
- # Required parameters are missing, or the auth_token is expired or invalid. *
854
- # ALREADY_EXISTS: A customer already exists and has conflicting critical fields.
855
- # Requires an overwrite. Return value: The Customer.
856
+ # PERMISSION_DENIED: You are not authorized to import the customer. See https://
857
+ # support.google.com/channelservices/answer/9759265 * NOT_FOUND: Cloud Identity
858
+ # doesn't exist or was deleted. * INVALID_ARGUMENT: Required parameters are
859
+ # missing, or the auth_token is expired or invalid. * ALREADY_EXISTS: A customer
860
+ # already exists and has conflicting critical fields. Requires an overwrite.
861
+ # Return value: The Customer.
856
862
  # @param [String] parent
857
863
  # Required. The resource name of the reseller's account. Parent takes the format:
858
864
  # accounts/`account_id` or accounts/`account_id`/channelPartnerLinks/`
@@ -982,9 +988,11 @@ module Google
982
988
  # Creates a new Customer resource under the reseller or distributor account.
983
989
  # Possible error codes: * PERMISSION_DENIED: The reseller account making the
984
990
  # request is different from the reseller account in the API request. *
985
- # INVALID_ARGUMENT: * Required request parameters are missing or invalid. *
986
- # Domain field value doesn't match the primary email domain. Return value: The
987
- # newly created Customer resource.
991
+ # PERMISSION_DENIED: You are not authorized to create a customer. See https://
992
+ # support.google.com/channelservices/answer/9759265 * INVALID_ARGUMENT: *
993
+ # Required request parameters are missing or invalid. * Domain field value doesn'
994
+ # t match the primary email domain. Return value: The newly created Customer
995
+ # resource.
988
996
  # @param [String] parent
989
997
  # Required. The resource name of reseller account in which to create the
990
998
  # customer. Parent uses the format: accounts/`account_id`
@@ -1093,10 +1101,12 @@ module Google
1093
1101
  # already exists and overwrite_if_exists is true, it will update that Customer's
1094
1102
  # data. Possible error codes: * PERMISSION_DENIED: The reseller account making
1095
1103
  # the request is different from the reseller account in the API request. *
1096
- # NOT_FOUND: Cloud Identity doesn't exist or was deleted. * INVALID_ARGUMENT:
1097
- # Required parameters are missing, or the auth_token is expired or invalid. *
1098
- # ALREADY_EXISTS: A customer already exists and has conflicting critical fields.
1099
- # Requires an overwrite. Return value: The Customer.
1104
+ # PERMISSION_DENIED: You are not authorized to import the customer. See https://
1105
+ # support.google.com/channelservices/answer/9759265 * NOT_FOUND: Cloud Identity
1106
+ # doesn't exist or was deleted. * INVALID_ARGUMENT: Required parameters are
1107
+ # missing, or the auth_token is expired or invalid. * ALREADY_EXISTS: A customer
1108
+ # already exists and has conflicting critical fields. Requires an overwrite.
1109
+ # Return value: The Customer.
1100
1110
  # @param [String] parent
1101
1111
  # Required. The resource name of the reseller's account. Parent takes the format:
1102
1112
  # accounts/`account_id` or accounts/`account_id`/channelPartnerLinks/`
@@ -1183,8 +1193,10 @@ module Google
1183
1193
 
1184
1194
  # Lists the following: * Offers that you can purchase for a customer. * Offers
1185
1195
  # that you can change for an entitlement. Possible error codes: *
1186
- # PERMISSION_DENIED: The customer doesn't belong to the reseller *
1187
- # INVALID_ARGUMENT: Required request parameters are missing or invalid.
1196
+ # PERMISSION_DENIED: * The customer doesn't belong to the reseller * The
1197
+ # reseller is not authorized to transact on this Product. See https://support.
1198
+ # google.com/channelservices/answer/9759265 * INVALID_ARGUMENT: Required request
1199
+ # parameters are missing or invalid.
1188
1200
  # @param [String] customer
1189
1201
  # Required. The resource name of the customer to list Offers for. Format:
1190
1202
  # accounts/`account_id`/customers/`customer_id`.
@@ -1355,14 +1367,16 @@ module Google
1355
1367
  # information, or the information provided here. Possible error codes: *
1356
1368
  # PERMISSION_DENIED: The customer doesn't belong to the reseller. *
1357
1369
  # INVALID_ARGUMENT: Required request parameters are missing or invalid. *
1358
- # NOT_FOUND: The customer was not found. * ALREADY_EXISTS: The customer's
1359
- # primary email already exists. Retry after changing the customer's primary
1360
- # contact email. * INTERNAL: Any non-user error related to a technical issue in
1361
- # the backend. Contact Cloud Channel support. * UNKNOWN: Any non-user error
1362
- # related to a technical issue in the backend. Contact Cloud Channel support.
1363
- # Return value: The ID of a long-running operation. To get the results of the
1364
- # operation, call the GetOperation method of CloudChannelOperationsService. The
1365
- # Operation metadata contains an instance of OperationMetadata.
1370
+ # PERMISSION_DENIED: You are not authorized to provision cloud identity id. See
1371
+ # https://support.google.com/channelservices/answer/9759265 * NOT_FOUND: The
1372
+ # customer was not found. * ALREADY_EXISTS: The customer's primary email already
1373
+ # exists. Retry after changing the customer's primary contact email. * INTERNAL:
1374
+ # Any non-user error related to a technical issue in the backend. Contact Cloud
1375
+ # Channel support. * UNKNOWN: Any non-user error related to a technical issue in
1376
+ # the backend. Contact Cloud Channel support. Return value: The ID of a long-
1377
+ # running operation. To get the results of the operation, call the GetOperation
1378
+ # method of CloudChannelOperationsService. The Operation metadata contains an
1379
+ # instance of OperationMetadata.
1366
1380
  # @param [String] customer
1367
1381
  # Required. Resource name of the customer. Format: accounts/`account_id`/
1368
1382
  # customers/`customer_id`
@@ -1437,22 +1451,23 @@ module Google
1437
1451
  end
1438
1452
 
1439
1453
  # Transfers customer entitlements to new reseller. Possible error codes: *
1440
- # PERMISSION_DENIED: The customer doesn't belong to the reseller. *
1441
- # INVALID_ARGUMENT: Required request parameters are missing or invalid. *
1442
- # NOT_FOUND: The customer or offer resource was not found. * ALREADY_EXISTS: The
1443
- # SKU was already transferred for the customer. * CONDITION_NOT_MET or
1444
- # FAILED_PRECONDITION: * The SKU requires domain verification to transfer, but
1445
- # the domain is not verified. * An Add-On SKU (example, Vault or Drive) is
1446
- # missing the pre-requisite SKU (example, G Suite Basic). * (Developer accounts
1447
- # only) Reseller and resold domain must meet the following naming requirements: *
1448
- # Domain names must start with goog-test. * Domain names must include the
1449
- # reseller domain. * Specify all transferring entitlements. * INTERNAL: Any non-
1450
- # user error related to a technical issue in the backend. Contact Cloud Channel
1451
- # support. * UNKNOWN: Any non-user error related to a technical issue in the
1452
- # backend. Contact Cloud Channel support. Return value: The ID of a long-running
1453
- # operation. To get the results of the operation, call the GetOperation method
1454
- # of CloudChannelOperationsService. The Operation metadata will contain an
1455
- # instance of OperationMetadata.
1454
+ # PERMISSION_DENIED: * The customer doesn't belong to the reseller. * The
1455
+ # reseller is not authorized to transact on this Product. See https://support.
1456
+ # google.com/channelservices/answer/9759265 * INVALID_ARGUMENT: Required request
1457
+ # parameters are missing or invalid. * NOT_FOUND: The customer or offer resource
1458
+ # was not found. * ALREADY_EXISTS: The SKU was already transferred for the
1459
+ # customer. * CONDITION_NOT_MET or FAILED_PRECONDITION: * The SKU requires
1460
+ # domain verification to transfer, but the domain is not verified. * An Add-On
1461
+ # SKU (example, Vault or Drive) is missing the pre-requisite SKU (example, G
1462
+ # Suite Basic). * (Developer accounts only) Reseller and resold domain must meet
1463
+ # the following naming requirements: * Domain names must start with goog-test. *
1464
+ # Domain names must include the reseller domain. * Specify all transferring
1465
+ # entitlements. * INTERNAL: Any non-user error related to a technical issue in
1466
+ # the backend. Contact Cloud Channel support. * UNKNOWN: Any non-user error
1467
+ # related to a technical issue in the backend. Contact Cloud Channel support.
1468
+ # Return value: The ID of a long-running operation. To get the results of the
1469
+ # operation, call the GetOperation method of CloudChannelOperationsService. The
1470
+ # Operation metadata will contain an instance of OperationMetadata.
1456
1471
  # @param [String] parent
1457
1472
  # Required. The resource name of the reseller's customer account that will
1458
1473
  # receive transferred entitlements. Parent uses the format: accounts/`account_id`
@@ -1549,9 +1564,9 @@ module Google
1549
1564
  # erroneous config, and should not be used for regular business cases. * The new
1550
1565
  # config will not modify exports used with other configs. Changes to the config
1551
1566
  # may be immediate, but may take up to 24 hours. * There is a limit of ten
1552
- # configs for any RepricingConfig.EntitlementGranularity.entitlement or
1567
+ # configs for any RepricingConfig.EntitlementGranularity.entitlement, for any
1553
1568
  # RepricingConfig.effective_invoice_month. * The contained
1554
- # CustomerRepricingConfig.repricing_config vaule must be different from the
1569
+ # CustomerRepricingConfig.repricing_config value must be different from the
1555
1570
  # value used in the current config for a RepricingConfig.EntitlementGranularity.
1556
1571
  # entitlement. Possible Error Codes: * PERMISSION_DENIED: If the account making
1557
1572
  # the request and the account being queried are different. * INVALID_ARGUMENT:
@@ -2012,26 +2027,28 @@ module Google
2012
2027
  end
2013
2028
 
2014
2029
  # Creates an entitlement for a customer. Possible error codes: *
2015
- # PERMISSION_DENIED: The customer doesn't belong to the reseller. *
2016
- # INVALID_ARGUMENT: * Required request parameters are missing or invalid. *
2017
- # There is already a customer entitlement for a SKU from the same product family.
2018
- # * INVALID_VALUE: Make sure the OfferId is valid. If it is, contact Google
2019
- # Channel support for further troubleshooting. * NOT_FOUND: The customer or
2020
- # offer resource was not found. * ALREADY_EXISTS: * The SKU was already
2021
- # purchased for the customer. * The customer's primary email already exists.
2022
- # Retry after changing the customer's primary contact email. * CONDITION_NOT_MET
2023
- # or FAILED_PRECONDITION: * The domain required for purchasing a SKU has not
2024
- # been verified. * A pre-requisite SKU required to purchase an Add-On SKU is
2025
- # missing. For example, Google Workspace Business Starter is required to
2026
- # purchase Vault or Drive. * (Developer accounts only) Reseller and resold
2027
- # domain must meet the following naming requirements: * Domain names must start
2028
- # with goog-test. * Domain names must include the reseller domain. * INTERNAL:
2029
- # Any non-user error related to a technical issue in the backend. Contact Cloud
2030
- # Channel support. * UNKNOWN: Any non-user error related to a technical issue in
2031
- # the backend. Contact Cloud Channel support. Return value: The ID of a long-
2032
- # running operation. To get the results of the operation, call the GetOperation
2033
- # method of CloudChannelOperationsService. The Operation metadata will contain
2034
- # an instance of OperationMetadata.
2030
+ # PERMISSION_DENIED: * The customer doesn't belong to the reseller. * The
2031
+ # reseller is not authorized to transact on this Product. See https://support.
2032
+ # google.com/channelservices/answer/9759265 * INVALID_ARGUMENT: * Required
2033
+ # request parameters are missing or invalid. * There is already a customer
2034
+ # entitlement for a SKU from the same product family. * INVALID_VALUE: Make sure
2035
+ # the OfferId is valid. If it is, contact Google Channel support for further
2036
+ # troubleshooting. * NOT_FOUND: The customer or offer resource was not found. *
2037
+ # ALREADY_EXISTS: * The SKU was already purchased for the customer. * The
2038
+ # customer's primary email already exists. Retry after changing the customer's
2039
+ # primary contact email. * CONDITION_NOT_MET or FAILED_PRECONDITION: * The
2040
+ # domain required for purchasing a SKU has not been verified. * A pre-requisite
2041
+ # SKU required to purchase an Add-On SKU is missing. For example, Google
2042
+ # Workspace Business Starter is required to purchase Vault or Drive. * (
2043
+ # Developer accounts only) Reseller and resold domain must meet the following
2044
+ # naming requirements: * Domain names must start with goog-test. * Domain names
2045
+ # must include the reseller domain. * INTERNAL: Any non-user error related to a
2046
+ # technical issue in the backend. Contact Cloud Channel support. * UNKNOWN: Any
2047
+ # non-user error related to a technical issue in the backend. Contact Cloud
2048
+ # Channel support. Return value: The ID of a long-running operation. To get the
2049
+ # results of the operation, call the GetOperation method of
2050
+ # CloudChannelOperationsService. The Operation metadata will contain an instance
2051
+ # of OperationMetadata.
2035
2052
  # @param [String] parent
2036
2053
  # Required. The resource name of the reseller's customer account in which to
2037
2054
  # create the entitlement. Parent uses the format: accounts/`account_id`/
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.42.0
4
+ version: 0.44.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-07-16 00:00:00.000000000 Z
11
+ date: 2023-08-06 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.42.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudchannel_v1/v0.44.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: []