google-apis-cloudchannel_v1 0.41.0 → 0.42.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 007acf076bfc9c433bd114277a29b59d85f6cf994e224e1c9e44d7bf2de68e4c
|
|
4
|
+
data.tar.gz: 2d3e7fecf2e5473eddac1698df9abf76827caf3681d2c9bf3321c522260672a1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ba174e739ecbc15506820794ea9b6cff67b30144765a751c268030e8d02d04d3940fd6661ed37350a10f4030c34deea255e4fc05a177c8f2535a2a96dc44097c
|
|
7
|
+
data.tar.gz: 73efba062044638b1cb7cd08a6830e0515f5b513b649766fc159f2d675225095cc6e6b0ccf70b0bbc7189b5dd46907839d1939cebbb212967e7019b0f02099a7
|
data/CHANGELOG.md
CHANGED
|
@@ -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.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 = "
|
|
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
|
-
#
|
|
742
|
-
#
|
|
743
|
-
#
|
|
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
|
-
#
|
|
855
|
-
#
|
|
856
|
-
#
|
|
857
|
-
#
|
|
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
|
-
#
|
|
990
|
-
#
|
|
991
|
-
#
|
|
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
|
-
#
|
|
1103
|
-
#
|
|
1104
|
-
#
|
|
1105
|
-
#
|
|
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
|
-
#
|
|
1366
|
-
#
|
|
1367
|
-
#
|
|
1368
|
-
#
|
|
1369
|
-
#
|
|
1370
|
-
#
|
|
1371
|
-
#
|
|
1372
|
-
#
|
|
1373
|
-
#
|
|
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.
|
|
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-
|
|
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.
|
|
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: []
|