google-apis-cloudchannel_v1 0.41.0 → 0.43.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f2766100496b3473cac59bc0cf7cfe08d8553164ee27213be9646e4c1ad01a21
|
4
|
+
data.tar.gz: 3d3a4ce5fd5716d6725fb1d5b094e7544e1cfada39cb70c98c72e24b4b5dfe73
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8c3fa65603eeab18bf51b01d982aa727e78e18b9e3314050ba7a870cd9749d29868b33bf49beea57f645c1c1be99f4ced22c9979ff7d33cbfbe383184a90b2d8
|
7
|
+
data.tar.gz: 36a01288e9a4ad2133dac0eadf61371db6560a8f840bb3d5e07b0f7eb86b507e121bc1548a609cbc6b33a41d42f79847740709ed6b1ab85622b9dcda68bef7e5
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-cloudchannel_v1
|
2
2
|
|
3
|
+
### v0.43.0 (2023-07-23)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20230718
|
6
|
+
|
7
|
+
### v0.42.0 (2023-07-16)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20230711
|
10
|
+
|
3
11
|
### v0.41.0 (2023-07-02)
|
4
12
|
|
5
13
|
* 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.
|
19
|
+
GEM_VERSION = "0.43.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 = "
|
25
|
+
REVISION = "20230718"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -505,8 +505,9 @@ module Google
|
|
505
505
|
# business cases. * The new config will not modify exports used with other
|
506
506
|
# configs. Changes to the config may be immediate, but may take up to 24 hours. *
|
507
507
|
# There is a limit of ten configs for any ChannelPartner or RepricingConfig.
|
508
|
+
# EntitlementGranularity.entitlement, for any RepricingConfig.
|
508
509
|
# effective_invoice_month. * The contained ChannelPartnerRepricingConfig.
|
509
|
-
# repricing_config
|
510
|
+
# repricing_config value must be different from the value used in the current
|
510
511
|
# config for a ChannelPartner. Possible Error Codes: * PERMISSION_DENIED: If the
|
511
512
|
# account making the request and the account being queried are different. *
|
512
513
|
# INVALID_ARGUMENT: Missing or invalid required parameters in the request. Also
|
@@ -738,11 +739,9 @@ module Google
|
|
738
739
|
# Creates a new Customer resource under the reseller or distributor account.
|
739
740
|
# Possible error codes: * PERMISSION_DENIED: The reseller account making the
|
740
741
|
# request is different from the reseller account in the API request. *
|
741
|
-
#
|
742
|
-
#
|
743
|
-
#
|
744
|
-
# t match the primary email domain. Return value: The newly created Customer
|
745
|
-
# resource.
|
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.
|
746
745
|
# @param [String] parent
|
747
746
|
# Required. The resource name of reseller account in which to create the
|
748
747
|
# customer. Parent uses the format: accounts/`account_id`
|
@@ -851,12 +850,10 @@ module Google
|
|
851
850
|
# already exists and overwrite_if_exists is true, it will update that Customer's
|
852
851
|
# data. Possible error codes: * PERMISSION_DENIED: The reseller account making
|
853
852
|
# the request is different from the reseller account in the API request. *
|
854
|
-
#
|
855
|
-
#
|
856
|
-
#
|
857
|
-
#
|
858
|
-
# already exists and has conflicting critical fields. Requires an overwrite.
|
859
|
-
# Return value: The Customer.
|
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.
|
860
857
|
# @param [String] parent
|
861
858
|
# Required. The resource name of the reseller's account. Parent takes the format:
|
862
859
|
# accounts/`account_id` or accounts/`account_id`/channelPartnerLinks/`
|
@@ -986,11 +983,9 @@ module Google
|
|
986
983
|
# Creates a new Customer resource under the reseller or distributor account.
|
987
984
|
# Possible error codes: * PERMISSION_DENIED: The reseller account making the
|
988
985
|
# request is different from the reseller account in the API request. *
|
989
|
-
#
|
990
|
-
#
|
991
|
-
#
|
992
|
-
# t match the primary email domain. Return value: The newly created Customer
|
993
|
-
# resource.
|
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.
|
994
989
|
# @param [String] parent
|
995
990
|
# Required. The resource name of reseller account in which to create the
|
996
991
|
# customer. Parent uses the format: accounts/`account_id`
|
@@ -1099,12 +1094,10 @@ module Google
|
|
1099
1094
|
# already exists and overwrite_if_exists is true, it will update that Customer's
|
1100
1095
|
# data. Possible error codes: * PERMISSION_DENIED: The reseller account making
|
1101
1096
|
# the request is different from the reseller account in the API request. *
|
1102
|
-
#
|
1103
|
-
#
|
1104
|
-
#
|
1105
|
-
#
|
1106
|
-
# already exists and has conflicting critical fields. Requires an overwrite.
|
1107
|
-
# Return value: The Customer.
|
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.
|
1108
1101
|
# @param [String] parent
|
1109
1102
|
# Required. The resource name of the reseller's account. Parent takes the format:
|
1110
1103
|
# accounts/`account_id` or accounts/`account_id`/channelPartnerLinks/`
|
@@ -1362,17 +1355,15 @@ module Google
|
|
1362
1355
|
# Creates a Cloud Identity for the given customer using the customer's
|
1363
1356
|
# information, or the information provided here. Possible error codes: *
|
1364
1357
|
# PERMISSION_DENIED: The customer doesn't belong to the reseller. *
|
1365
|
-
#
|
1366
|
-
#
|
1367
|
-
#
|
1368
|
-
#
|
1369
|
-
#
|
1370
|
-
#
|
1371
|
-
#
|
1372
|
-
#
|
1373
|
-
#
|
1374
|
-
# of CloudChannelOperationsService. The Operation metadata contains an instance
|
1375
|
-
# of OperationMetadata.
|
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.
|
1376
1367
|
# @param [String] customer
|
1377
1368
|
# Required. Resource name of the customer. Format: accounts/`account_id`/
|
1378
1369
|
# customers/`customer_id`
|
@@ -1559,9 +1550,9 @@ module Google
|
|
1559
1550
|
# erroneous config, and should not be used for regular business cases. * The new
|
1560
1551
|
# config will not modify exports used with other configs. Changes to the config
|
1561
1552
|
# may be immediate, but may take up to 24 hours. * There is a limit of ten
|
1562
|
-
# configs for any RepricingConfig.EntitlementGranularity.entitlement
|
1553
|
+
# configs for any RepricingConfig.EntitlementGranularity.entitlement, for any
|
1563
1554
|
# RepricingConfig.effective_invoice_month. * The contained
|
1564
|
-
# CustomerRepricingConfig.repricing_config
|
1555
|
+
# CustomerRepricingConfig.repricing_config value must be different from the
|
1565
1556
|
# value used in the current config for a RepricingConfig.EntitlementGranularity.
|
1566
1557
|
# entitlement. Possible Error Codes: * PERMISSION_DENIED: If the account making
|
1567
1558
|
# the request and the account being queried are different. * INVALID_ARGUMENT:
|
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.
|
4
|
+
version: 0.43.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-
|
11
|
+
date: 2023-07-23 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.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudchannel_v1/v0.43.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: []
|