google-apis-cloudchannel_v1 0.43.0 → 0.45.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: f2766100496b3473cac59bc0cf7cfe08d8553164ee27213be9646e4c1ad01a21
4
- data.tar.gz: 3d3a4ce5fd5716d6725fb1d5b094e7544e1cfada39cb70c98c72e24b4b5dfe73
3
+ metadata.gz: e99007d82884599e83d8ab63161eeb86388d001db025ba13ff729e2c65d81235
4
+ data.tar.gz: 3c88f0dad1584aef63d497895b484eae1a27ca00dc3147233fed563b2f3f9d31
5
5
  SHA512:
6
- metadata.gz: 8c3fa65603eeab18bf51b01d982aa727e78e18b9e3314050ba7a870cd9749d29868b33bf49beea57f645c1c1be99f4ced22c9979ff7d33cbfbe383184a90b2d8
7
- data.tar.gz: 36a01288e9a4ad2133dac0eadf61371db6560a8f840bb3d5e07b0f7eb86b507e121bc1548a609cbc6b33a41d42f79847740709ed6b1ab85622b9dcda68bef7e5
6
+ metadata.gz: '099539064a188df0e5964c805f314e39396b3e07f1479087f055d966f786dd77bd9150086a59dcdbb8d8b1356fb0348d3e509bf8ab9c63c2d05b23aa9bd2ef67'
7
+ data.tar.gz: 6d2c48f88533d37b813e4efd837c563c10f5089fe122f01d2a96181125c094544830f8d9f25c7564ae55acf92b4b420a4a8af1f6950bc086bd2ab7bf3606ea99
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-cloudchannel_v1
2
2
 
3
+ ### v0.45.0 (2023-08-13)
4
+
5
+ * Regenerated from discovery document revision 20230806
6
+
7
+ ### v0.44.0 (2023-08-06)
8
+
9
+ * Regenerated from discovery document revision 20230801
10
+
3
11
  ### v0.43.0 (2023-07-23)
4
12
 
5
13
  * Regenerated from discovery document revision 20230718
@@ -4615,13 +4615,13 @@ module Google
4615
4615
  # @return [String]
4616
4616
  attr_accessor :name
4617
4617
 
4618
- # The normal response of the operation in case of success. If the original
4619
- # method returns no data on success, such as `Delete`, the response is `google.
4620
- # protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`,
4621
- # the response should be the resource. For other methods, the response should
4622
- # have the type `XxxResponse`, where `Xxx` is the original method name. For
4623
- # example, if the original method name is `TakeSnapshot()`, the inferred
4624
- # response type is `TakeSnapshotResponse`.
4618
+ # The normal, successful response of the operation. If the original method
4619
+ # returns no data on success, such as `Delete`, the response is `google.protobuf.
4620
+ # Empty`. If the original method is standard `Get`/`Create`/`Update`, the
4621
+ # response should be the resource. For other methods, the response should have
4622
+ # the type `XxxResponse`, where `Xxx` is the original method name. For example,
4623
+ # if the original method name is `TakeSnapshot()`, the inferred response type is
4624
+ # `TakeSnapshotResponse`.
4625
4625
  # Corresponds to the JSON property `response`
4626
4626
  # @return [Hash<String,Object>]
4627
4627
  attr_accessor :response
@@ -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.43.0"
19
+ GEM_VERSION = "0.45.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 = "20230718"
25
+ REVISION = "20230806"
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
@@ -737,11 +738,12 @@ module Google
737
738
  end
738
739
 
739
740
  # Creates a new Customer resource under the reseller or distributor account.
740
- # Possible error codes: * PERMISSION_DENIED: The reseller account making the
741
- # request is different from the reseller account in the API request. *
742
- # INVALID_ARGUMENT: * Required request parameters are missing or invalid. *
743
- # Domain field value doesn't match the primary email domain. Return value: The
744
- # newly created Customer resource.
741
+ # Possible error codes: * PERMISSION_DENIED: * The reseller account making the
742
+ # request is different from the reseller account in the API request. * You are
743
+ # not authorized to create a customer. See https://support.google.com/
744
+ # channelservices/answer/9759265 * INVALID_ARGUMENT: * Required request
745
+ # parameters are missing or invalid. * Domain field value doesn't match the
746
+ # primary email domain. Return value: The newly created Customer resource.
745
747
  # @param [String] parent
746
748
  # Required. The resource name of reseller account in which to create the
747
749
  # customer. Parent uses the format: accounts/`account_id`
@@ -848,12 +850,14 @@ module Google
848
850
  # Imports a Customer from the Cloud Identity associated with the provided Cloud
849
851
  # Identity ID or domain before a TransferEntitlements call. If a linked Customer
850
852
  # already exists and overwrite_if_exists is true, it will update that Customer's
851
- # data. Possible error codes: * PERMISSION_DENIED: The reseller account making
852
- # the request is different from the reseller account in the API request. *
853
- # NOT_FOUND: Cloud Identity doesn't exist or was deleted. * INVALID_ARGUMENT:
854
- # Required parameters are missing, or the auth_token is expired or invalid. *
855
- # ALREADY_EXISTS: A customer already exists and has conflicting critical fields.
856
- # Requires an overwrite. Return value: The Customer.
853
+ # data. Possible error codes: * PERMISSION_DENIED: * The reseller account making
854
+ # the request is different from the reseller account in the API request. * You
855
+ # are not authorized to import the customer. See https://support.google.com/
856
+ # channelservices/answer/9759265 * NOT_FOUND: Cloud Identity doesn't exist or
857
+ # was deleted. * INVALID_ARGUMENT: Required parameters are missing, or the
858
+ # auth_token is expired or invalid. * ALREADY_EXISTS: A customer already exists
859
+ # and has conflicting critical fields. Requires an overwrite. Return value: The
860
+ # Customer.
857
861
  # @param [String] parent
858
862
  # Required. The resource name of the reseller's account. Parent takes the format:
859
863
  # accounts/`account_id` or accounts/`account_id`/channelPartnerLinks/`
@@ -981,11 +985,12 @@ module Google
981
985
  end
982
986
 
983
987
  # Creates a new Customer resource under the reseller or distributor account.
984
- # Possible error codes: * PERMISSION_DENIED: The reseller account making the
985
- # request is different from the reseller account in the API request. *
986
- # INVALID_ARGUMENT: * Required request parameters are missing or invalid. *
987
- # Domain field value doesn't match the primary email domain. Return value: The
988
- # newly created Customer resource.
988
+ # Possible error codes: * PERMISSION_DENIED: * The reseller account making the
989
+ # request is different from the reseller account in the API request. * You are
990
+ # not authorized to create a customer. See https://support.google.com/
991
+ # channelservices/answer/9759265 * INVALID_ARGUMENT: * Required request
992
+ # parameters are missing or invalid. * Domain field value doesn't match the
993
+ # primary email domain. Return value: The newly created Customer resource.
989
994
  # @param [String] parent
990
995
  # Required. The resource name of reseller account in which to create the
991
996
  # customer. Parent uses the format: accounts/`account_id`
@@ -1092,12 +1097,14 @@ module Google
1092
1097
  # Imports a Customer from the Cloud Identity associated with the provided Cloud
1093
1098
  # Identity ID or domain before a TransferEntitlements call. If a linked Customer
1094
1099
  # already exists and overwrite_if_exists is true, it will update that Customer's
1095
- # data. Possible error codes: * PERMISSION_DENIED: The reseller account making
1096
- # the request is different from the reseller account in the API request. *
1097
- # NOT_FOUND: Cloud Identity doesn't exist or was deleted. * INVALID_ARGUMENT:
1098
- # Required parameters are missing, or the auth_token is expired or invalid. *
1099
- # ALREADY_EXISTS: A customer already exists and has conflicting critical fields.
1100
- # Requires an overwrite. Return value: The Customer.
1100
+ # data. Possible error codes: * PERMISSION_DENIED: * The reseller account making
1101
+ # the request is different from the reseller account in the API request. * You
1102
+ # are not authorized to import the customer. See https://support.google.com/
1103
+ # channelservices/answer/9759265 * NOT_FOUND: Cloud Identity doesn't exist or
1104
+ # was deleted. * INVALID_ARGUMENT: Required parameters are missing, or the
1105
+ # auth_token is expired or invalid. * ALREADY_EXISTS: A customer already exists
1106
+ # and has conflicting critical fields. Requires an overwrite. Return value: The
1107
+ # Customer.
1101
1108
  # @param [String] parent
1102
1109
  # Required. The resource name of the reseller's account. Parent takes the format:
1103
1110
  # accounts/`account_id` or accounts/`account_id`/channelPartnerLinks/`
@@ -1184,8 +1191,10 @@ module Google
1184
1191
 
1185
1192
  # Lists the following: * Offers that you can purchase for a customer. * Offers
1186
1193
  # that you can change for an entitlement. Possible error codes: *
1187
- # PERMISSION_DENIED: The customer doesn't belong to the reseller *
1188
- # INVALID_ARGUMENT: Required request parameters are missing or invalid.
1194
+ # PERMISSION_DENIED: * The customer doesn't belong to the reseller * The
1195
+ # reseller is not authorized to transact on this Product. See https://support.
1196
+ # google.com/channelservices/answer/9759265 * INVALID_ARGUMENT: Required request
1197
+ # parameters are missing or invalid.
1189
1198
  # @param [String] customer
1190
1199
  # Required. The resource name of the customer to list Offers for. Format:
1191
1200
  # accounts/`account_id`/customers/`customer_id`.
@@ -1354,16 +1363,18 @@ module Google
1354
1363
 
1355
1364
  # Creates a Cloud Identity for the given customer using the customer's
1356
1365
  # information, or the information provided here. Possible error codes: *
1357
- # PERMISSION_DENIED: The customer doesn't belong to the reseller. *
1358
- # INVALID_ARGUMENT: Required request parameters are missing or invalid. *
1359
- # NOT_FOUND: The customer was not found. * ALREADY_EXISTS: The customer's
1360
- # primary email already exists. Retry after changing the customer's primary
1361
- # contact email. * INTERNAL: Any non-user error related to a technical issue in
1362
- # the backend. Contact Cloud Channel support. * UNKNOWN: Any non-user error
1363
- # related to a technical issue in the backend. Contact Cloud Channel support.
1364
- # Return value: The ID of a long-running operation. To get the results of the
1365
- # operation, call the GetOperation method of CloudChannelOperationsService. The
1366
- # Operation metadata contains an instance of OperationMetadata.
1366
+ # PERMISSION_DENIED: * The customer doesn't belong to the reseller. * You are
1367
+ # not authorized to provision cloud identity id. See https://support.google.com/
1368
+ # channelservices/answer/9759265 * INVALID_ARGUMENT: Required request parameters
1369
+ # are missing or invalid. * NOT_FOUND: The customer was not found. *
1370
+ # ALREADY_EXISTS: The customer's primary email already exists. Retry after
1371
+ # changing the customer's primary contact email. * INTERNAL: Any non-user error
1372
+ # related to a technical issue in the backend. Contact Cloud Channel support. *
1373
+ # UNKNOWN: Any non-user error related to a technical issue in the backend.
1374
+ # Contact Cloud Channel support. Return value: The ID of a long-running
1375
+ # operation. To get the results of the operation, call the GetOperation method
1376
+ # of CloudChannelOperationsService. The Operation metadata contains an instance
1377
+ # of OperationMetadata.
1367
1378
  # @param [String] customer
1368
1379
  # Required. Resource name of the customer. Format: accounts/`account_id`/
1369
1380
  # customers/`customer_id`
@@ -1438,22 +1449,23 @@ module Google
1438
1449
  end
1439
1450
 
1440
1451
  # Transfers customer entitlements to new reseller. Possible error codes: *
1441
- # PERMISSION_DENIED: The customer doesn't belong to the reseller. *
1442
- # INVALID_ARGUMENT: Required request parameters are missing or invalid. *
1443
- # NOT_FOUND: The customer or offer resource was not found. * ALREADY_EXISTS: The
1444
- # SKU was already transferred for the customer. * CONDITION_NOT_MET or
1445
- # FAILED_PRECONDITION: * The SKU requires domain verification to transfer, but
1446
- # the domain is not verified. * An Add-On SKU (example, Vault or Drive) is
1447
- # missing the pre-requisite SKU (example, G Suite Basic). * (Developer accounts
1448
- # only) Reseller and resold domain must meet the following naming requirements: *
1449
- # Domain names must start with goog-test. * Domain names must include the
1450
- # reseller domain. * Specify all transferring entitlements. * INTERNAL: Any non-
1451
- # user error related to a technical issue in the backend. Contact Cloud Channel
1452
- # support. * UNKNOWN: Any non-user error related to a technical issue in the
1453
- # backend. Contact Cloud Channel support. Return value: The ID of a long-running
1454
- # operation. To get the results of the operation, call the GetOperation method
1455
- # of CloudChannelOperationsService. The Operation metadata will contain an
1456
- # instance of OperationMetadata.
1452
+ # PERMISSION_DENIED: * The customer doesn't belong to the reseller. * The
1453
+ # reseller is not authorized to transact on this Product. See https://support.
1454
+ # google.com/channelservices/answer/9759265 * INVALID_ARGUMENT: Required request
1455
+ # parameters are missing or invalid. * NOT_FOUND: The customer or offer resource
1456
+ # was not found. * ALREADY_EXISTS: The SKU was already transferred for the
1457
+ # customer. * CONDITION_NOT_MET or FAILED_PRECONDITION: * The SKU requires
1458
+ # domain verification to transfer, but the domain is not verified. * An Add-On
1459
+ # SKU (example, Vault or Drive) is missing the pre-requisite SKU (example, G
1460
+ # Suite Basic). * (Developer accounts only) Reseller and resold domain must meet
1461
+ # the following naming requirements: * Domain names must start with goog-test. *
1462
+ # Domain names must include the reseller domain. * Specify all transferring
1463
+ # entitlements. * INTERNAL: Any non-user error related to a technical issue in
1464
+ # the backend. Contact Cloud Channel support. * UNKNOWN: Any non-user error
1465
+ # related to a technical issue in the backend. Contact Cloud Channel support.
1466
+ # Return value: The ID of a long-running operation. To get the results of the
1467
+ # operation, call the GetOperation method of CloudChannelOperationsService. The
1468
+ # Operation metadata will contain an instance of OperationMetadata.
1457
1469
  # @param [String] parent
1458
1470
  # Required. The resource name of the reseller's customer account that will
1459
1471
  # receive transferred entitlements. Parent uses the format: accounts/`account_id`
@@ -2013,26 +2025,28 @@ module Google
2013
2025
  end
2014
2026
 
2015
2027
  # Creates an entitlement for a customer. Possible error codes: *
2016
- # PERMISSION_DENIED: The customer doesn't belong to the reseller. *
2017
- # INVALID_ARGUMENT: * Required request parameters are missing or invalid. *
2018
- # There is already a customer entitlement for a SKU from the same product family.
2019
- # * INVALID_VALUE: Make sure the OfferId is valid. If it is, contact Google
2020
- # Channel support for further troubleshooting. * NOT_FOUND: The customer or
2021
- # offer resource was not found. * ALREADY_EXISTS: * The SKU was already
2022
- # purchased for the customer. * The customer's primary email already exists.
2023
- # Retry after changing the customer's primary contact email. * CONDITION_NOT_MET
2024
- # or FAILED_PRECONDITION: * The domain required for purchasing a SKU has not
2025
- # been verified. * A pre-requisite SKU required to purchase an Add-On SKU is
2026
- # missing. For example, Google Workspace Business Starter is required to
2027
- # purchase Vault or Drive. * (Developer accounts only) Reseller and resold
2028
- # domain must meet the following naming requirements: * Domain names must start
2029
- # with goog-test. * Domain names must include the reseller domain. * INTERNAL:
2030
- # Any non-user error related to a technical issue in the backend. Contact Cloud
2031
- # Channel support. * UNKNOWN: Any non-user error related to a technical issue in
2032
- # the backend. Contact Cloud Channel support. Return value: The ID of a long-
2033
- # running operation. To get the results of the operation, call the GetOperation
2034
- # method of CloudChannelOperationsService. The Operation metadata will contain
2035
- # an instance of OperationMetadata.
2028
+ # PERMISSION_DENIED: * The customer doesn't belong to the reseller. * The
2029
+ # reseller is not authorized to transact on this Product. See https://support.
2030
+ # google.com/channelservices/answer/9759265 * INVALID_ARGUMENT: * Required
2031
+ # request parameters are missing or invalid. * There is already a customer
2032
+ # entitlement for a SKU from the same product family. * INVALID_VALUE: Make sure
2033
+ # the OfferId is valid. If it is, contact Google Channel support for further
2034
+ # troubleshooting. * NOT_FOUND: The customer or offer resource was not found. *
2035
+ # ALREADY_EXISTS: * The SKU was already purchased for the customer. * The
2036
+ # customer's primary email already exists. Retry after changing the customer's
2037
+ # primary contact email. * CONDITION_NOT_MET or FAILED_PRECONDITION: * The
2038
+ # domain required for purchasing a SKU has not been verified. * A pre-requisite
2039
+ # SKU required to purchase an Add-On SKU is missing. For example, Google
2040
+ # Workspace Business Starter is required to purchase Vault or Drive. * (
2041
+ # Developer accounts only) Reseller and resold domain must meet the following
2042
+ # naming requirements: * Domain names must start with goog-test. * Domain names
2043
+ # must include the reseller domain. * INTERNAL: Any non-user error related to a
2044
+ # technical issue in the backend. Contact Cloud Channel support. * UNKNOWN: Any
2045
+ # non-user error related to a technical issue in the backend. Contact Cloud
2046
+ # Channel support. Return value: The ID of a long-running operation. To get the
2047
+ # results of the operation, call the GetOperation method of
2048
+ # CloudChannelOperationsService. The Operation metadata will contain an instance
2049
+ # of OperationMetadata.
2036
2050
  # @param [String] parent
2037
2051
  # Required. The resource name of the reseller's customer account in which to
2038
2052
  # 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.43.0
4
+ version: 0.45.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-23 00:00:00.000000000 Z
11
+ date: 2023-08-13 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.43.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudchannel_v1/v0.45.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: []