google-cloud-channel-v1 2.2.0 → 2.2.1
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: 4771e1e0e09d16340e34e0fb06417c2df784055053c7bac8c77bc880a3970129
|
4
|
+
data.tar.gz: 1c28806038be119dbe5d2ee350f91053a38b25f89f7412f82ebe294265a14482
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d0a49c0f3df36e5590f2c987077f13686e1e9dcb121dda3bb61f5244487bd776ab18f27b8b903116b8fdfde3e000e3e525ad90aedfc672e1b4e7a6da31e8703b
|
7
|
+
data.tar.gz: 1fe8c53228bdf1dc3d90e6d48e543f276c8dc763922a5e14fcceb9477f7ea514c7c145a1154600543f335d94808820782e13e987412151a13a50abf91bae5737
|
@@ -907,15 +907,15 @@ module Google
|
|
907
907
|
# @param domain [::String]
|
908
908
|
# Required. Customer domain.
|
909
909
|
#
|
910
|
-
# Note: The following
|
910
|
+
# Note: The following parameters are mutually exclusive: `domain`, `cloud_identity_id`, `primary_admin_email`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
|
911
911
|
# @param cloud_identity_id [::String]
|
912
912
|
# Required. Customer's Cloud Identity ID
|
913
913
|
#
|
914
|
-
# Note: The following
|
914
|
+
# Note: The following parameters are mutually exclusive: `cloud_identity_id`, `domain`, `primary_admin_email`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
|
915
915
|
# @param primary_admin_email [::String]
|
916
916
|
# Required. Customer's primary admin email.
|
917
917
|
#
|
918
|
-
# Note: The following
|
918
|
+
# Note: The following parameters are mutually exclusive: `primary_admin_email`, `domain`, `cloud_identity_id`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
|
919
919
|
# @param parent [::String]
|
920
920
|
# Required. The resource name of the reseller's account.
|
921
921
|
# Parent takes the format: accounts/\\{account_id} or
|
@@ -1280,14 +1280,14 @@ module Google
|
|
1280
1280
|
# @param cloud_identity_id [::String]
|
1281
1281
|
# Customer's Cloud Identity ID
|
1282
1282
|
#
|
1283
|
-
# Note: The following
|
1283
|
+
# Note: The following parameters are mutually exclusive: `cloud_identity_id`, `customer_name`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
|
1284
1284
|
# @param customer_name [::String]
|
1285
1285
|
# A reseller is required to create a customer and use the resource name of
|
1286
1286
|
# the created customer here.
|
1287
1287
|
# Customer_name uses the format:
|
1288
1288
|
# accounts/\\{account_id}/customers/\\{customer_id}
|
1289
1289
|
#
|
1290
|
-
# Note: The following
|
1290
|
+
# Note: The following parameters are mutually exclusive: `customer_name`, `cloud_identity_id`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
|
1291
1291
|
# @param parent [::String]
|
1292
1292
|
# Required. The reseller account's resource name.
|
1293
1293
|
# Parent uses the format: accounts/\\{account_id}
|
@@ -1426,12 +1426,12 @@ module Google
|
|
1426
1426
|
# @param cloud_identity_id [::String]
|
1427
1427
|
# Customer's Cloud Identity ID
|
1428
1428
|
#
|
1429
|
-
# Note: The following
|
1429
|
+
# Note: The following parameters are mutually exclusive: `cloud_identity_id`, `customer_name`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
|
1430
1430
|
# @param customer_name [::String]
|
1431
1431
|
# A reseller should create a customer and use the resource name of
|
1432
1432
|
# that customer here.
|
1433
1433
|
#
|
1434
|
-
# Note: The following
|
1434
|
+
# Note: The following parameters are mutually exclusive: `customer_name`, `cloud_identity_id`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
|
1435
1435
|
# @param parent [::String]
|
1436
1436
|
# Required. The resource name of the reseller's account.
|
1437
1437
|
# @param page_size [::Integer]
|
@@ -5328,11 +5328,11 @@ module Google
|
|
5328
5328
|
# @param create_entitlement_purchase [::Google::Cloud::Channel::V1::ListPurchasableSkusRequest::CreateEntitlementPurchase, ::Hash]
|
5329
5329
|
# List SKUs for CreateEntitlement purchase.
|
5330
5330
|
#
|
5331
|
-
# Note: The following
|
5331
|
+
# Note: The following parameters are mutually exclusive: `create_entitlement_purchase`, `change_offer_purchase`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
|
5332
5332
|
# @param change_offer_purchase [::Google::Cloud::Channel::V1::ListPurchasableSkusRequest::ChangeOfferPurchase, ::Hash]
|
5333
5333
|
# List SKUs for ChangeOffer purchase with a new SKU.
|
5334
5334
|
#
|
5335
|
-
# Note: The following
|
5335
|
+
# Note: The following parameters are mutually exclusive: `change_offer_purchase`, `create_entitlement_purchase`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
|
5336
5336
|
# @param customer [::String]
|
5337
5337
|
# Required. The resource name of the customer to list SKUs for.
|
5338
5338
|
# Format: accounts/\\{account_id}/customers/\\{customer_id}.
|
@@ -5449,11 +5449,11 @@ module Google
|
|
5449
5449
|
# @param create_entitlement_purchase [::Google::Cloud::Channel::V1::ListPurchasableOffersRequest::CreateEntitlementPurchase, ::Hash]
|
5450
5450
|
# List Offers for CreateEntitlement purchase.
|
5451
5451
|
#
|
5452
|
-
# Note: The following
|
5452
|
+
# Note: The following parameters are mutually exclusive: `create_entitlement_purchase`, `change_offer_purchase`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
|
5453
5453
|
# @param change_offer_purchase [::Google::Cloud::Channel::V1::ListPurchasableOffersRequest::ChangeOfferPurchase, ::Hash]
|
5454
5454
|
# List Offers for ChangeOffer purchase.
|
5455
5455
|
#
|
5456
|
-
# Note: The following
|
5456
|
+
# Note: The following parameters are mutually exclusive: `change_offer_purchase`, `create_entitlement_purchase`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
|
5457
5457
|
# @param customer [::String]
|
5458
5458
|
# Required. The resource name of the customer to list Offers for.
|
5459
5459
|
# Format: accounts/\\{account_id}/customers/\\{customer_id}.
|
@@ -858,15 +858,15 @@ module Google
|
|
858
858
|
# @param domain [::String]
|
859
859
|
# Required. Customer domain.
|
860
860
|
#
|
861
|
-
# Note: The following
|
861
|
+
# Note: The following parameters are mutually exclusive: `domain`, `cloud_identity_id`, `primary_admin_email`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
|
862
862
|
# @param cloud_identity_id [::String]
|
863
863
|
# Required. Customer's Cloud Identity ID
|
864
864
|
#
|
865
|
-
# Note: The following
|
865
|
+
# Note: The following parameters are mutually exclusive: `cloud_identity_id`, `domain`, `primary_admin_email`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
|
866
866
|
# @param primary_admin_email [::String]
|
867
867
|
# Required. Customer's primary admin email.
|
868
868
|
#
|
869
|
-
# Note: The following
|
869
|
+
# Note: The following parameters are mutually exclusive: `primary_admin_email`, `domain`, `cloud_identity_id`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
|
870
870
|
# @param parent [::String]
|
871
871
|
# Required. The resource name of the reseller's account.
|
872
872
|
# Parent takes the format: accounts/\\{account_id} or
|
@@ -1210,14 +1210,14 @@ module Google
|
|
1210
1210
|
# @param cloud_identity_id [::String]
|
1211
1211
|
# Customer's Cloud Identity ID
|
1212
1212
|
#
|
1213
|
-
# Note: The following
|
1213
|
+
# Note: The following parameters are mutually exclusive: `cloud_identity_id`, `customer_name`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
|
1214
1214
|
# @param customer_name [::String]
|
1215
1215
|
# A reseller is required to create a customer and use the resource name of
|
1216
1216
|
# the created customer here.
|
1217
1217
|
# Customer_name uses the format:
|
1218
1218
|
# accounts/\\{account_id}/customers/\\{customer_id}
|
1219
1219
|
#
|
1220
|
-
# Note: The following
|
1220
|
+
# Note: The following parameters are mutually exclusive: `customer_name`, `cloud_identity_id`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
|
1221
1221
|
# @param parent [::String]
|
1222
1222
|
# Required. The reseller account's resource name.
|
1223
1223
|
# Parent uses the format: accounts/\\{account_id}
|
@@ -1349,12 +1349,12 @@ module Google
|
|
1349
1349
|
# @param cloud_identity_id [::String]
|
1350
1350
|
# Customer's Cloud Identity ID
|
1351
1351
|
#
|
1352
|
-
# Note: The following
|
1352
|
+
# Note: The following parameters are mutually exclusive: `cloud_identity_id`, `customer_name`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
|
1353
1353
|
# @param customer_name [::String]
|
1354
1354
|
# A reseller should create a customer and use the resource name of
|
1355
1355
|
# that customer here.
|
1356
1356
|
#
|
1357
|
-
# Note: The following
|
1357
|
+
# Note: The following parameters are mutually exclusive: `customer_name`, `cloud_identity_id`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
|
1358
1358
|
# @param parent [::String]
|
1359
1359
|
# Required. The resource name of the reseller's account.
|
1360
1360
|
# @param page_size [::Integer]
|
@@ -5035,11 +5035,11 @@ module Google
|
|
5035
5035
|
# @param create_entitlement_purchase [::Google::Cloud::Channel::V1::ListPurchasableSkusRequest::CreateEntitlementPurchase, ::Hash]
|
5036
5036
|
# List SKUs for CreateEntitlement purchase.
|
5037
5037
|
#
|
5038
|
-
# Note: The following
|
5038
|
+
# Note: The following parameters are mutually exclusive: `create_entitlement_purchase`, `change_offer_purchase`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
|
5039
5039
|
# @param change_offer_purchase [::Google::Cloud::Channel::V1::ListPurchasableSkusRequest::ChangeOfferPurchase, ::Hash]
|
5040
5040
|
# List SKUs for ChangeOffer purchase with a new SKU.
|
5041
5041
|
#
|
5042
|
-
# Note: The following
|
5042
|
+
# Note: The following parameters are mutually exclusive: `change_offer_purchase`, `create_entitlement_purchase`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
|
5043
5043
|
# @param customer [::String]
|
5044
5044
|
# Required. The resource name of the customer to list SKUs for.
|
5045
5045
|
# Format: accounts/\\{account_id}/customers/\\{customer_id}.
|
@@ -5149,11 +5149,11 @@ module Google
|
|
5149
5149
|
# @param create_entitlement_purchase [::Google::Cloud::Channel::V1::ListPurchasableOffersRequest::CreateEntitlementPurchase, ::Hash]
|
5150
5150
|
# List Offers for CreateEntitlement purchase.
|
5151
5151
|
#
|
5152
|
-
# Note: The following
|
5152
|
+
# Note: The following parameters are mutually exclusive: `create_entitlement_purchase`, `change_offer_purchase`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
|
5153
5153
|
# @param change_offer_purchase [::Google::Cloud::Channel::V1::ListPurchasableOffersRequest::ChangeOfferPurchase, ::Hash]
|
5154
5154
|
# List Offers for ChangeOffer purchase.
|
5155
5155
|
#
|
5156
|
-
# Note: The following
|
5156
|
+
# Note: The following parameters are mutually exclusive: `change_offer_purchase`, `create_entitlement_purchase`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
|
5157
5157
|
# @param customer [::String]
|
5158
5158
|
# Required. The resource name of the customer to list Offers for.
|
5159
5159
|
# Format: accounts/\\{account_id}/customers/\\{customer_id}.
|