google-apis-cloudchannel_v1 0.41.0 → 0.42.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: 2f61ee19fd4539f51f7f5c729d59e97e6cdeb15614f7212e41193db2d54cb961
4
- data.tar.gz: 5d3f414589f865800d4ff3e5e27d90768bd3ad70d639b05940a65dcdfad3e5f1
3
+ metadata.gz: 007acf076bfc9c433bd114277a29b59d85f6cf994e224e1c9e44d7bf2de68e4c
4
+ data.tar.gz: 2d3e7fecf2e5473eddac1698df9abf76827caf3681d2c9bf3321c522260672a1
5
5
  SHA512:
6
- metadata.gz: 5ddfbe271991e6083d123d155a6dc24cbbcf4ec7b4e11bdf5db63871050079c9711190df073523bbaa4c93091dc84bc54609d0cd383e405d80a33206e4aa4f68
7
- data.tar.gz: 9f6a0ea272953c08196aecc05bd9add99f5c3bcf813551c3aa4c354afb97c665e40022daa5624c8ab6d5390041520a2a5c7abcc5c5f44e4fdce401e4dc92c17e
6
+ metadata.gz: ba174e739ecbc15506820794ea9b6cff67b30144765a751c268030e8d02d04d3940fd6661ed37350a10f4030c34deea255e4fc05a177c8f2535a2a96dc44097c
7
+ data.tar.gz: 73efba062044638b1cb7cd08a6830e0515f5b513b649766fc159f2d675225095cc6e6b0ccf70b0bbc7189b5dd46907839d1939cebbb212967e7019b0f02099a7
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-cloudchannel_v1
2
2
 
3
+ ### v0.42.0 (2023-07-16)
4
+
5
+ * Regenerated from discovery document revision 20230711
6
+
3
7
  ### v0.41.0 (2023-07-02)
4
8
 
5
9
  * Regenerated from discovery document revision 20230628
@@ -2584,7 +2584,7 @@ module Google
2584
2584
 
2585
2585
  # Output only. Provisioning ID of the entitlement. For Google Workspace, this is
2586
2586
  # the underlying Subscription ID. For Google Cloud, this is the Billing Account
2587
- # ID of the billing subaccount."
2587
+ # ID of the billing subaccount.
2588
2588
  # Corresponds to the JSON property `provisioningId`
2589
2589
  # @return [String]
2590
2590
  attr_accessor :provisioning_id
@@ -4166,7 +4166,7 @@ module Google
4166
4166
 
4167
4167
  # Output only. Provisioning ID of the entitlement. For Google Workspace, this is
4168
4168
  # the underlying Subscription ID. For Google Cloud, this is the Billing Account
4169
- # ID of the billing subaccount."
4169
+ # ID of the billing subaccount.
4170
4170
  # Corresponds to the JSON property `provisioningId`
4171
4171
  # @return [String]
4172
4172
  attr_accessor :provisioning_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.41.0"
19
+ GEM_VERSION = "0.42.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 = "20230628"
25
+ REVISION = "20230711"
26
26
  end
27
27
  end
28
28
  end
@@ -738,11 +738,9 @@ 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
- # 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.
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.
746
744
  # @param [String] parent
747
745
  # Required. The resource name of reseller account in which to create the
748
746
  # customer. Parent uses the format: accounts/`account_id`
@@ -851,12 +849,10 @@ module Google
851
849
  # already exists and overwrite_if_exists is true, it will update that Customer's
852
850
  # data. Possible error codes: * PERMISSION_DENIED: The reseller account making
853
851
  # the request is different from the reseller account in the API request. *
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.
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.
860
856
  # @param [String] parent
861
857
  # Required. The resource name of the reseller's account. Parent takes the format:
862
858
  # accounts/`account_id` or accounts/`account_id`/channelPartnerLinks/`
@@ -986,11 +982,9 @@ module Google
986
982
  # Creates a new Customer resource under the reseller or distributor account.
987
983
  # Possible error codes: * PERMISSION_DENIED: The reseller account making the
988
984
  # request is different from the reseller account in the API request. *
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.
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.
994
988
  # @param [String] parent
995
989
  # Required. The resource name of reseller account in which to create the
996
990
  # customer. Parent uses the format: accounts/`account_id`
@@ -1099,12 +1093,10 @@ module Google
1099
1093
  # already exists and overwrite_if_exists is true, it will update that Customer's
1100
1094
  # data. Possible error codes: * PERMISSION_DENIED: The reseller account making
1101
1095
  # the request is different from the reseller account in the API request. *
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.
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.
1108
1100
  # @param [String] parent
1109
1101
  # Required. The resource name of the reseller's account. Parent takes the format:
1110
1102
  # accounts/`account_id` or accounts/`account_id`/channelPartnerLinks/`
@@ -1362,17 +1354,15 @@ module Google
1362
1354
  # Creates a Cloud Identity for the given customer using the customer's
1363
1355
  # information, or the information provided here. Possible error codes: *
1364
1356
  # PERMISSION_DENIED: The customer doesn't belong to the reseller. *
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.
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.
1376
1366
  # @param [String] customer
1377
1367
  # Required. Resource name of the customer. Format: accounts/`account_id`/
1378
1368
  # 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.41.0
4
+ version: 0.42.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-02 00:00:00.000000000 Z
11
+ date: 2023-07-16 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.41.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudchannel_v1/v0.42.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: []