google-apis-cloudchannel_v1 0.44.0 → 0.45.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: e99007d82884599e83d8ab63161eeb86388d001db025ba13ff729e2c65d81235
|
|
4
|
+
data.tar.gz: 3c88f0dad1584aef63d497895b484eae1a27ca00dc3147233fed563b2f3f9d31
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: '099539064a188df0e5964c805f314e39396b3e07f1479087f055d966f786dd77bd9150086a59dcdbb8d8b1356fb0348d3e509bf8ab9c63c2d05b23aa9bd2ef67'
|
|
7
|
+
data.tar.gz: 6d2c48f88533d37b813e4efd837c563c10f5089fe122f01d2a96181125c094544830f8d9f25c7564ae55acf92b4b420a4a8af1f6950bc086bd2ab7bf3606ea99
|
data/CHANGELOG.md
CHANGED
|
@@ -4615,13 +4615,13 @@ module Google
|
|
|
4615
4615
|
# @return [String]
|
|
4616
4616
|
attr_accessor :name
|
|
4617
4617
|
|
|
4618
|
-
# The normal response of the operation
|
|
4619
|
-
#
|
|
4620
|
-
#
|
|
4621
|
-
#
|
|
4622
|
-
#
|
|
4623
|
-
#
|
|
4624
|
-
#
|
|
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.
|
|
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 = "
|
|
25
|
+
REVISION = "20230806"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -738,13 +738,12 @@ module Google
|
|
|
738
738
|
end
|
|
739
739
|
|
|
740
740
|
# Creates a new Customer resource under the reseller or distributor account.
|
|
741
|
-
# Possible error codes: * PERMISSION_DENIED: The reseller account making the
|
|
742
|
-
# request is different from the reseller account in the API request. *
|
|
743
|
-
#
|
|
744
|
-
#
|
|
745
|
-
#
|
|
746
|
-
#
|
|
747
|
-
# 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.
|
|
748
747
|
# @param [String] parent
|
|
749
748
|
# Required. The resource name of reseller account in which to create the
|
|
750
749
|
# customer. Parent uses the format: accounts/`account_id`
|
|
@@ -851,14 +850,14 @@ module Google
|
|
|
851
850
|
# Imports a Customer from the Cloud Identity associated with the provided Cloud
|
|
852
851
|
# Identity ID or domain before a TransferEntitlements call. If a linked Customer
|
|
853
852
|
# already exists and overwrite_if_exists is true, it will update that Customer's
|
|
854
|
-
# data. Possible error codes: * PERMISSION_DENIED: The reseller account making
|
|
855
|
-
# the request is different from the reseller account in the API request. *
|
|
856
|
-
#
|
|
857
|
-
#
|
|
858
|
-
#
|
|
859
|
-
#
|
|
860
|
-
#
|
|
861
|
-
#
|
|
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.
|
|
862
861
|
# @param [String] parent
|
|
863
862
|
# Required. The resource name of the reseller's account. Parent takes the format:
|
|
864
863
|
# accounts/`account_id` or accounts/`account_id`/channelPartnerLinks/`
|
|
@@ -986,13 +985,12 @@ module Google
|
|
|
986
985
|
end
|
|
987
986
|
|
|
988
987
|
# Creates a new Customer resource under the reseller or distributor account.
|
|
989
|
-
# Possible error codes: * PERMISSION_DENIED: The reseller account making the
|
|
990
|
-
# request is different from the reseller account in the API request. *
|
|
991
|
-
#
|
|
992
|
-
#
|
|
993
|
-
#
|
|
994
|
-
#
|
|
995
|
-
# 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.
|
|
996
994
|
# @param [String] parent
|
|
997
995
|
# Required. The resource name of reseller account in which to create the
|
|
998
996
|
# customer. Parent uses the format: accounts/`account_id`
|
|
@@ -1099,14 +1097,14 @@ module Google
|
|
|
1099
1097
|
# Imports a Customer from the Cloud Identity associated with the provided Cloud
|
|
1100
1098
|
# Identity ID or domain before a TransferEntitlements call. If a linked Customer
|
|
1101
1099
|
# already exists and overwrite_if_exists is true, it will update that Customer's
|
|
1102
|
-
# data. Possible error codes: * PERMISSION_DENIED: The reseller account making
|
|
1103
|
-
# the request is different from the reseller account in the API request. *
|
|
1104
|
-
#
|
|
1105
|
-
#
|
|
1106
|
-
#
|
|
1107
|
-
#
|
|
1108
|
-
#
|
|
1109
|
-
#
|
|
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.
|
|
1110
1108
|
# @param [String] parent
|
|
1111
1109
|
# Required. The resource name of the reseller's account. Parent takes the format:
|
|
1112
1110
|
# accounts/`account_id` or accounts/`account_id`/channelPartnerLinks/`
|
|
@@ -1365,18 +1363,18 @@ module Google
|
|
|
1365
1363
|
|
|
1366
1364
|
# Creates a Cloud Identity for the given customer using the customer's
|
|
1367
1365
|
# information, or the information provided here. Possible error codes: *
|
|
1368
|
-
# PERMISSION_DENIED: The customer doesn't belong to the reseller. *
|
|
1369
|
-
#
|
|
1370
|
-
#
|
|
1371
|
-
#
|
|
1372
|
-
#
|
|
1373
|
-
#
|
|
1374
|
-
#
|
|
1375
|
-
#
|
|
1376
|
-
#
|
|
1377
|
-
#
|
|
1378
|
-
#
|
|
1379
|
-
#
|
|
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.
|
|
1380
1378
|
# @param [String] customer
|
|
1381
1379
|
# Required. Resource name of the customer. Format: accounts/`account_id`/
|
|
1382
1380
|
# 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.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-08-
|
|
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.
|
|
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: []
|