google-apis-cloudchannel_v1 0.40.0 → 0.41.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: 7631e31d75178158ceebc9d4de3db4edf70b5e93160cd37069087fbe0e504e10
4
- data.tar.gz: dbb8fc4481cb97100eccdc1f4bf00a357fbf37d60814b5e136c4b6c58a954caa
3
+ metadata.gz: 2f61ee19fd4539f51f7f5c729d59e97e6cdeb15614f7212e41193db2d54cb961
4
+ data.tar.gz: 5d3f414589f865800d4ff3e5e27d90768bd3ad70d639b05940a65dcdfad3e5f1
5
5
  SHA512:
6
- metadata.gz: 62ffb92126b7e4a33a94658a9a2abcfcdfdaae6224eb755aba480cbfc79b2507fa498b1eaf151b9bd6ed3a1372e1b6c78fb4b6fd28148c0ba7b7167021fae853
7
- data.tar.gz: 0f59d7ee9f65afedc2ee6817ff58a858c7fbac1342e8a398a3665f6504c14527203e279a3afb4d1ed7559d66e0fc0777820bc1b0c8c65d6e6d686be57a64bd58
6
+ metadata.gz: 5ddfbe271991e6083d123d155a6dc24cbbcf4ec7b4e11bdf5db63871050079c9711190df073523bbaa4c93091dc84bc54609d0cd383e405d80a33206e4aa4f68
7
+ data.tar.gz: 9f6a0ea272953c08196aecc05bd9add99f5c3bcf813551c3aa4c354afb97c665e40022daa5624c8ab6d5390041520a2a5c7abcc5c5f44e4fdce401e4dc92c17e
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-cloudchannel_v1
2
2
 
3
+ ### v0.41.0 (2023-07-02)
4
+
5
+ * Regenerated from discovery document revision 20230628
6
+
3
7
  ### v0.40.0 (2023-06-18)
4
8
 
5
9
  * Regenerated from discovery document revision 20230613
@@ -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.40.0"
19
+ GEM_VERSION = "0.41.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 = "20230613"
25
+ REVISION = "20230628"
26
26
  end
27
27
  end
28
28
  end
@@ -738,9 +738,11 @@ module Google
738
738
  # Creates a new Customer resource under the reseller or distributor account.
739
739
  # Possible error codes: * PERMISSION_DENIED: The reseller account making the
740
740
  # 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.
741
+ # PERMISSION_DENIED: You are not authorized to create a customer. See https://
742
+ # support.google.com/channelservices/answer/9759265 * INVALID_ARGUMENT: *
743
+ # Required request parameters are missing or invalid. * Domain field value doesn'
744
+ # t match the primary email domain. Return value: The newly created Customer
745
+ # resource.
744
746
  # @param [String] parent
745
747
  # Required. The resource name of reseller account in which to create the
746
748
  # customer. Parent uses the format: accounts/`account_id`
@@ -849,10 +851,12 @@ module Google
849
851
  # already exists and overwrite_if_exists is true, it will update that Customer's
850
852
  # data. Possible error codes: * PERMISSION_DENIED: The reseller account making
851
853
  # 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.
854
+ # PERMISSION_DENIED: You are not authorized to import the customer. See https://
855
+ # support.google.com/channelservices/answer/9759265 * NOT_FOUND: Cloud Identity
856
+ # doesn't exist or was deleted. * INVALID_ARGUMENT: Required parameters are
857
+ # missing, or the auth_token is expired or invalid. * ALREADY_EXISTS: A customer
858
+ # already exists and has conflicting critical fields. Requires an overwrite.
859
+ # Return value: The Customer.
856
860
  # @param [String] parent
857
861
  # Required. The resource name of the reseller's account. Parent takes the format:
858
862
  # accounts/`account_id` or accounts/`account_id`/channelPartnerLinks/`
@@ -982,9 +986,11 @@ module Google
982
986
  # Creates a new Customer resource under the reseller or distributor account.
983
987
  # Possible error codes: * PERMISSION_DENIED: The reseller account making the
984
988
  # 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.
989
+ # PERMISSION_DENIED: You are not authorized to create a customer. See https://
990
+ # support.google.com/channelservices/answer/9759265 * INVALID_ARGUMENT: *
991
+ # Required request parameters are missing or invalid. * Domain field value doesn'
992
+ # t match the primary email domain. Return value: The newly created Customer
993
+ # resource.
988
994
  # @param [String] parent
989
995
  # Required. The resource name of reseller account in which to create the
990
996
  # customer. Parent uses the format: accounts/`account_id`
@@ -1093,10 +1099,12 @@ module Google
1093
1099
  # already exists and overwrite_if_exists is true, it will update that Customer's
1094
1100
  # data. Possible error codes: * PERMISSION_DENIED: The reseller account making
1095
1101
  # 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.
1102
+ # PERMISSION_DENIED: You are not authorized to import the customer. See https://
1103
+ # support.google.com/channelservices/answer/9759265 * NOT_FOUND: Cloud Identity
1104
+ # doesn't exist or was deleted. * INVALID_ARGUMENT: Required parameters are
1105
+ # missing, or the auth_token is expired or invalid. * ALREADY_EXISTS: A customer
1106
+ # already exists and has conflicting critical fields. Requires an overwrite.
1107
+ # Return value: The Customer.
1100
1108
  # @param [String] parent
1101
1109
  # Required. The resource name of the reseller's account. Parent takes the format:
1102
1110
  # accounts/`account_id` or accounts/`account_id`/channelPartnerLinks/`
@@ -1354,15 +1362,17 @@ module Google
1354
1362
  # Creates a Cloud Identity for the given customer using the customer's
1355
1363
  # information, or the information provided here. Possible error codes: *
1356
1364
  # PERMISSION_DENIED: The customer doesn't belong to the reseller. *
1357
- # 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.
1365
+ # PERMISSION_DENIED: You are not authorized to provision cloud identity id. See
1366
+ # https://support.google.com/channelservices/answer/9759265 * INVALID_ARGUMENT:
1367
+ # Required request parameters are missing or invalid. * NOT_FOUND: The customer
1368
+ # was not found. * ALREADY_EXISTS: The customer's primary email already exists.
1369
+ # Retry after changing the customer's primary contact email. * INTERNAL: Any non-
1370
+ # user error related to a technical issue in the backend. Contact Cloud Channel
1371
+ # support. * UNKNOWN: Any non-user error related to a technical issue in the
1372
+ # backend. Contact Cloud Channel support. Return value: The ID of a long-running
1373
+ # operation. To get the results of the operation, call the GetOperation method
1374
+ # of CloudChannelOperationsService. The Operation metadata contains an instance
1375
+ # of OperationMetadata.
1366
1376
  # @param [String] customer
1367
1377
  # Required. Resource name of the customer. Format: accounts/`account_id`/
1368
1378
  # customers/`customer_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.40.0
4
+ version: 0.41.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-06-25 00:00:00.000000000 Z
11
+ date: 2023-07-02 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.40.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudchannel_v1/v0.41.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: []