google-cloud-channel-v1 1.2.0 → 1.3.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: f92fd805804149b5e4ac25259cdc40eb4d5c5bec24e25e0d7d94d6a70a3bbc61
4
- data.tar.gz: a1aada8a3b561e33226e2212303c2f7724cba301ce6eaf79aa687f0aabe7c075
3
+ metadata.gz: be881e265be7deeef8b87f40070f04a5d89f38eb8fa8e21ce04ba8f220f7fb27
4
+ data.tar.gz: 7ec7d81fa739fb2e61cdfb56edebb3eb9ecb9bb7ea8cd66a7e5ef782295ca575
5
5
  SHA512:
6
- metadata.gz: de24284d76de48e8d4d5494d25ddb1b35ef041402bd0a31fcfe11ee68a2d511cb3fba881005c792e0005f7f917ccb09bfc21cc0ff85117390ec039326c3f440a
7
- data.tar.gz: 0c22e0a7568e3a1aafc929c400a96618695e9d76635ce7008ba375929bf74f959b6b90e507807cc2a1e07ca4f005ae61d128caebd54fcd321753fe6a27a1cfd1
6
+ metadata.gz: 25d2116f001f8f08d8f820068e9f257627025235d5ab283453da4d119854c5db47fea40f6c042c0f18608476e30d589a679b91fe989e5623723dc789037b220d
7
+ data.tar.gz: 71777d803aa6acc3090923e7cce25e3790aaaefd7ce6a7e3bd6be359efed704602e304f8cdae966be6531b67f1806c163b9e03f5ed136012a69812411fc251b0
data/README.md CHANGED
@@ -86,7 +86,7 @@ To browse ready to use code samples check [Google Cloud Samples](https://cloud.g
86
86
 
87
87
  ## Supported Ruby Versions
88
88
 
89
- This library is supported on Ruby 2.7+.
89
+ This library is supported on Ruby 3.0+.
90
90
 
91
91
  Google provides official support for Ruby versions that are actively supported
92
92
  by Ruby Core—that is, Ruby versions that are either in normal maintenance or
@@ -629,6 +629,13 @@ module Google
629
629
  # * (`GRPC::Core::Channel`) a gRPC channel with included credentials
630
630
  # * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
631
631
  # * (`nil`) indicating no credentials
632
+ #
633
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
634
+ # external source for authentication to Google Cloud, you must validate it before
635
+ # providing it to a Google API client library. Providing an unvalidated credential
636
+ # configuration to Google APIs can compromise the security of your systems and data.
637
+ # For more information, refer to [Validate credential configurations from external
638
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
632
639
  # @return [::Object]
633
640
  # @!attribute [rw] scope
634
641
  # The OAuth scopes
@@ -640,6 +640,13 @@ module Google
640
640
  # * (`GRPC::Core::Channel`) a gRPC channel with included credentials
641
641
  # * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
642
642
  # * (`nil`) indicating no credentials
643
+ #
644
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
645
+ # external source for authentication to Google Cloud, you must validate it before
646
+ # providing it to a Google API client library. Providing an unvalidated credential
647
+ # configuration to Google APIs can compromise the security of your systems and data.
648
+ # For more information, refer to [Validate credential configurations from external
649
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
643
650
  # @return [::Object]
644
651
  # @!attribute [rw] scope
645
652
  # The OAuth scopes
@@ -592,6 +592,13 @@ module Google
592
592
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
593
593
  # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
594
594
  # * (`nil`) indicating no credentials
595
+ #
596
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
597
+ # external source for authentication to Google Cloud, you must validate it before
598
+ # providing it to a Google API client library. Providing an unvalidated credential
599
+ # configuration to Google APIs can compromise the security of your systems and data.
600
+ # For more information, refer to [Validate credential configurations from external
601
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
595
602
  # @return [::Object]
596
603
  # @!attribute [rw] scope
597
604
  # The OAuth scopes
@@ -502,6 +502,13 @@ module Google
502
502
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
503
503
  # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
504
504
  # * (`nil`) indicating no credentials
505
+ #
506
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
507
+ # external source for authentication to Google Cloud, you must validate it before
508
+ # providing it to a Google API client library. Providing an unvalidated credential
509
+ # configuration to Google APIs can compromise the security of your systems and data.
510
+ # For more information, refer to [Validate credential configurations from external
511
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
505
512
  # @return [::Object]
506
513
  # @!attribute [rw] scope
507
514
  # The OAuth scopes
@@ -906,10 +906,16 @@ module Google
906
906
  #
907
907
  # @param domain [::String]
908
908
  # Required. Customer domain.
909
+ #
910
+ # Note: The following fields are mutually exclusive: `domain`, `cloud_identity_id`, `primary_admin_email`. If a field in that set is populated, all other fields in the set will automatically be cleared.
909
911
  # @param cloud_identity_id [::String]
910
912
  # Required. Customer's Cloud Identity ID
913
+ #
914
+ # Note: The following fields are mutually exclusive: `cloud_identity_id`, `domain`, `primary_admin_email`. If a field in that set is populated, all other fields in the set will automatically be cleared.
911
915
  # @param primary_admin_email [::String]
912
916
  # Required. Customer's primary admin email.
917
+ #
918
+ # Note: The following fields are mutually exclusive: `primary_admin_email`, `domain`, `cloud_identity_id`. If a field in that set is populated, all other fields in the set will automatically be cleared.
913
919
  # @param parent [::String]
914
920
  # Required. The resource name of the reseller's account.
915
921
  # Parent takes the format: accounts/\\{account_id} or
@@ -1273,11 +1279,15 @@ module Google
1273
1279
  #
1274
1280
  # @param cloud_identity_id [::String]
1275
1281
  # Customer's Cloud Identity ID
1282
+ #
1283
+ # Note: The following fields are mutually exclusive: `cloud_identity_id`, `customer_name`. If a field in that set is populated, all other fields in the set will automatically be cleared.
1276
1284
  # @param customer_name [::String]
1277
1285
  # A reseller is required to create a customer and use the resource name of
1278
1286
  # the created customer here.
1279
1287
  # Customer_name uses the format:
1280
1288
  # accounts/\\{account_id}/customers/\\{customer_id}
1289
+ #
1290
+ # Note: The following fields are mutually exclusive: `customer_name`, `cloud_identity_id`. If a field in that set is populated, all other fields in the set will automatically be cleared.
1281
1291
  # @param parent [::String]
1282
1292
  # Required. The reseller account's resource name.
1283
1293
  # Parent uses the format: accounts/\\{account_id}
@@ -1415,9 +1425,13 @@ module Google
1415
1425
  #
1416
1426
  # @param cloud_identity_id [::String]
1417
1427
  # Customer's Cloud Identity ID
1428
+ #
1429
+ # Note: The following fields are mutually exclusive: `cloud_identity_id`, `customer_name`. If a field in that set is populated, all other fields in the set will automatically be cleared.
1418
1430
  # @param customer_name [::String]
1419
1431
  # A reseller should create a customer and use the resource name of
1420
1432
  # that customer here.
1433
+ #
1434
+ # Note: The following fields are mutually exclusive: `customer_name`, `cloud_identity_id`. If a field in that set is populated, all other fields in the set will automatically be cleared.
1421
1435
  # @param parent [::String]
1422
1436
  # Required. The resource name of the reseller's account.
1423
1437
  # @param page_size [::Integer]
@@ -5313,8 +5327,12 @@ module Google
5313
5327
  #
5314
5328
  # @param create_entitlement_purchase [::Google::Cloud::Channel::V1::ListPurchasableSkusRequest::CreateEntitlementPurchase, ::Hash]
5315
5329
  # List SKUs for CreateEntitlement purchase.
5330
+ #
5331
+ # Note: The following fields are mutually exclusive: `create_entitlement_purchase`, `change_offer_purchase`. If a field in that set is populated, all other fields in the set will automatically be cleared.
5316
5332
  # @param change_offer_purchase [::Google::Cloud::Channel::V1::ListPurchasableSkusRequest::ChangeOfferPurchase, ::Hash]
5317
5333
  # List SKUs for ChangeOffer purchase with a new SKU.
5334
+ #
5335
+ # Note: The following fields are mutually exclusive: `change_offer_purchase`, `create_entitlement_purchase`. If a field in that set is populated, all other fields in the set will automatically be cleared.
5318
5336
  # @param customer [::String]
5319
5337
  # Required. The resource name of the customer to list SKUs for.
5320
5338
  # Format: accounts/\\{account_id}/customers/\\{customer_id}.
@@ -5430,8 +5448,12 @@ module Google
5430
5448
  #
5431
5449
  # @param create_entitlement_purchase [::Google::Cloud::Channel::V1::ListPurchasableOffersRequest::CreateEntitlementPurchase, ::Hash]
5432
5450
  # List Offers for CreateEntitlement purchase.
5451
+ #
5452
+ # Note: The following fields are mutually exclusive: `create_entitlement_purchase`, `change_offer_purchase`. If a field in that set is populated, all other fields in the set will automatically be cleared.
5433
5453
  # @param change_offer_purchase [::Google::Cloud::Channel::V1::ListPurchasableOffersRequest::ChangeOfferPurchase, ::Hash]
5434
5454
  # List Offers for ChangeOffer purchase.
5455
+ #
5456
+ # Note: The following fields are mutually exclusive: `change_offer_purchase`, `create_entitlement_purchase`. If a field in that set is populated, all other fields in the set will automatically be cleared.
5435
5457
  # @param customer [::String]
5436
5458
  # Required. The resource name of the customer to list Offers for.
5437
5459
  # Format: accounts/\\{account_id}/customers/\\{customer_id}.
@@ -6111,6 +6133,13 @@ module Google
6111
6133
  # * (`GRPC::Core::Channel`) a gRPC channel with included credentials
6112
6134
  # * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
6113
6135
  # * (`nil`) indicating no credentials
6136
+ #
6137
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
6138
+ # external source for authentication to Google Cloud, you must validate it before
6139
+ # providing it to a Google API client library. Providing an unvalidated credential
6140
+ # configuration to Google APIs can compromise the security of your systems and data.
6141
+ # For more information, refer to [Validate credential configurations from external
6142
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
6114
6143
  # @return [::Object]
6115
6144
  # @!attribute [rw] scope
6116
6145
  # The OAuth scopes
@@ -640,6 +640,13 @@ module Google
640
640
  # * (`GRPC::Core::Channel`) a gRPC channel with included credentials
641
641
  # * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
642
642
  # * (`nil`) indicating no credentials
643
+ #
644
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
645
+ # external source for authentication to Google Cloud, you must validate it before
646
+ # providing it to a Google API client library. Providing an unvalidated credential
647
+ # configuration to Google APIs can compromise the security of your systems and data.
648
+ # For more information, refer to [Validate credential configurations from external
649
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
643
650
  # @return [::Object]
644
651
  # @!attribute [rw] scope
645
652
  # The OAuth scopes
@@ -857,10 +857,16 @@ module Google
857
857
  #
858
858
  # @param domain [::String]
859
859
  # Required. Customer domain.
860
+ #
861
+ # Note: The following fields are mutually exclusive: `domain`, `cloud_identity_id`, `primary_admin_email`. If a field in that set is populated, all other fields in the set will automatically be cleared.
860
862
  # @param cloud_identity_id [::String]
861
863
  # Required. Customer's Cloud Identity ID
864
+ #
865
+ # Note: The following fields are mutually exclusive: `cloud_identity_id`, `domain`, `primary_admin_email`. If a field in that set is populated, all other fields in the set will automatically be cleared.
862
866
  # @param primary_admin_email [::String]
863
867
  # Required. Customer's primary admin email.
868
+ #
869
+ # Note: The following fields are mutually exclusive: `primary_admin_email`, `domain`, `cloud_identity_id`. If a field in that set is populated, all other fields in the set will automatically be cleared.
864
870
  # @param parent [::String]
865
871
  # Required. The resource name of the reseller's account.
866
872
  # Parent takes the format: accounts/\\{account_id} or
@@ -1203,11 +1209,15 @@ module Google
1203
1209
  #
1204
1210
  # @param cloud_identity_id [::String]
1205
1211
  # Customer's Cloud Identity ID
1212
+ #
1213
+ # Note: The following fields are mutually exclusive: `cloud_identity_id`, `customer_name`. If a field in that set is populated, all other fields in the set will automatically be cleared.
1206
1214
  # @param customer_name [::String]
1207
1215
  # A reseller is required to create a customer and use the resource name of
1208
1216
  # the created customer here.
1209
1217
  # Customer_name uses the format:
1210
1218
  # accounts/\\{account_id}/customers/\\{customer_id}
1219
+ #
1220
+ # Note: The following fields are mutually exclusive: `customer_name`, `cloud_identity_id`. If a field in that set is populated, all other fields in the set will automatically be cleared.
1211
1221
  # @param parent [::String]
1212
1222
  # Required. The reseller account's resource name.
1213
1223
  # Parent uses the format: accounts/\\{account_id}
@@ -1338,9 +1348,13 @@ module Google
1338
1348
  #
1339
1349
  # @param cloud_identity_id [::String]
1340
1350
  # Customer's Cloud Identity ID
1351
+ #
1352
+ # Note: The following fields are mutually exclusive: `cloud_identity_id`, `customer_name`. If a field in that set is populated, all other fields in the set will automatically be cleared.
1341
1353
  # @param customer_name [::String]
1342
1354
  # A reseller should create a customer and use the resource name of
1343
1355
  # that customer here.
1356
+ #
1357
+ # Note: The following fields are mutually exclusive: `customer_name`, `cloud_identity_id`. If a field in that set is populated, all other fields in the set will automatically be cleared.
1344
1358
  # @param parent [::String]
1345
1359
  # Required. The resource name of the reseller's account.
1346
1360
  # @param page_size [::Integer]
@@ -5020,8 +5034,12 @@ module Google
5020
5034
  #
5021
5035
  # @param create_entitlement_purchase [::Google::Cloud::Channel::V1::ListPurchasableSkusRequest::CreateEntitlementPurchase, ::Hash]
5022
5036
  # List SKUs for CreateEntitlement purchase.
5037
+ #
5038
+ # Note: The following fields are mutually exclusive: `create_entitlement_purchase`, `change_offer_purchase`. If a field in that set is populated, all other fields in the set will automatically be cleared.
5023
5039
  # @param change_offer_purchase [::Google::Cloud::Channel::V1::ListPurchasableSkusRequest::ChangeOfferPurchase, ::Hash]
5024
5040
  # List SKUs for ChangeOffer purchase with a new SKU.
5041
+ #
5042
+ # Note: The following fields are mutually exclusive: `change_offer_purchase`, `create_entitlement_purchase`. If a field in that set is populated, all other fields in the set will automatically be cleared.
5025
5043
  # @param customer [::String]
5026
5044
  # Required. The resource name of the customer to list SKUs for.
5027
5045
  # Format: accounts/\\{account_id}/customers/\\{customer_id}.
@@ -5130,8 +5148,12 @@ module Google
5130
5148
  #
5131
5149
  # @param create_entitlement_purchase [::Google::Cloud::Channel::V1::ListPurchasableOffersRequest::CreateEntitlementPurchase, ::Hash]
5132
5150
  # List Offers for CreateEntitlement purchase.
5151
+ #
5152
+ # Note: The following fields are mutually exclusive: `create_entitlement_purchase`, `change_offer_purchase`. If a field in that set is populated, all other fields in the set will automatically be cleared.
5133
5153
  # @param change_offer_purchase [::Google::Cloud::Channel::V1::ListPurchasableOffersRequest::ChangeOfferPurchase, ::Hash]
5134
5154
  # List Offers for ChangeOffer purchase.
5155
+ #
5156
+ # Note: The following fields are mutually exclusive: `change_offer_purchase`, `create_entitlement_purchase`. If a field in that set is populated, all other fields in the set will automatically be cleared.
5135
5157
  # @param customer [::String]
5136
5158
  # Required. The resource name of the customer to list Offers for.
5137
5159
  # Format: accounts/\\{account_id}/customers/\\{customer_id}.
@@ -5769,6 +5791,13 @@ module Google
5769
5791
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
5770
5792
  # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
5771
5793
  # * (`nil`) indicating no credentials
5794
+ #
5795
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
5796
+ # external source for authentication to Google Cloud, you must validate it before
5797
+ # providing it to a Google API client library. Providing an unvalidated credential
5798
+ # configuration to Google APIs can compromise the security of your systems and data.
5799
+ # For more information, refer to [Validate credential configurations from external
5800
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
5772
5801
  # @return [::Object]
5773
5802
  # @!attribute [rw] scope
5774
5803
  # The OAuth scopes
@@ -502,6 +502,13 @@ module Google
502
502
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
503
503
  # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
504
504
  # * (`nil`) indicating no credentials
505
+ #
506
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
507
+ # external source for authentication to Google Cloud, you must validate it before
508
+ # providing it to a Google API client library. Providing an unvalidated credential
509
+ # configuration to Google APIs can compromise the security of your systems and data.
510
+ # For more information, refer to [Validate credential configurations from external
511
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
505
512
  # @return [::Object]
506
513
  # @!attribute [rw] scope
507
514
  # The OAuth scopes
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Channel
23
23
  module V1
24
- VERSION = "1.2.0"
24
+ VERSION = "1.3.0"
25
25
  end
26
26
  end
27
27
  end
@@ -125,18 +125,28 @@ module Google
125
125
  # @!attribute [rw] int64_value
126
126
  # @return [::Integer]
127
127
  # Represents an int64 value.
128
+ #
129
+ # Note: The following fields are mutually exclusive: `int64_value`, `string_value`, `double_value`, `proto_value`, `bool_value`. If a field in that set is populated, all other fields in the set will automatically be cleared.
128
130
  # @!attribute [rw] string_value
129
131
  # @return [::String]
130
132
  # Represents a string value.
133
+ #
134
+ # Note: The following fields are mutually exclusive: `string_value`, `int64_value`, `double_value`, `proto_value`, `bool_value`. If a field in that set is populated, all other fields in the set will automatically be cleared.
131
135
  # @!attribute [rw] double_value
132
136
  # @return [::Float]
133
137
  # Represents a double value.
138
+ #
139
+ # Note: The following fields are mutually exclusive: `double_value`, `int64_value`, `string_value`, `proto_value`, `bool_value`. If a field in that set is populated, all other fields in the set will automatically be cleared.
134
140
  # @!attribute [rw] proto_value
135
141
  # @return [::Google::Protobuf::Any]
136
142
  # Represents an 'Any' proto value.
143
+ #
144
+ # Note: The following fields are mutually exclusive: `proto_value`, `int64_value`, `string_value`, `double_value`, `bool_value`. If a field in that set is populated, all other fields in the set will automatically be cleared.
137
145
  # @!attribute [rw] bool_value
138
146
  # @return [::Boolean]
139
147
  # Represents a boolean value.
148
+ #
149
+ # Note: The following fields are mutually exclusive: `bool_value`, `int64_value`, `string_value`, `double_value`, `proto_value`. If a field in that set is populated, all other fields in the set will automatically be cleared.
140
150
  class Value
141
151
  include ::Google::Protobuf::MessageExts
142
152
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -25,15 +25,23 @@ module Google
25
25
  # @!attribute [rw] suspension_reason
26
26
  # @return [::Google::Cloud::Channel::V1::Entitlement::SuspensionReason]
27
27
  # Suspension reason for the Entitlement.
28
+ #
29
+ # Note: The following fields are mutually exclusive: `suspension_reason`, `cancellation_reason`, `activation_reason`, `other_change_reason`. If a field in that set is populated, all other fields in the set will automatically be cleared.
28
30
  # @!attribute [rw] cancellation_reason
29
31
  # @return [::Google::Cloud::Channel::V1::EntitlementChange::CancellationReason]
30
32
  # Cancellation reason for the Entitlement.
33
+ #
34
+ # Note: The following fields are mutually exclusive: `cancellation_reason`, `suspension_reason`, `activation_reason`, `other_change_reason`. If a field in that set is populated, all other fields in the set will automatically be cleared.
31
35
  # @!attribute [rw] activation_reason
32
36
  # @return [::Google::Cloud::Channel::V1::EntitlementChange::ActivationReason]
33
37
  # The Entitlement's activation reason
38
+ #
39
+ # Note: The following fields are mutually exclusive: `activation_reason`, `suspension_reason`, `cancellation_reason`, `other_change_reason`. If a field in that set is populated, all other fields in the set will automatically be cleared.
34
40
  # @!attribute [rw] other_change_reason
35
41
  # @return [::String]
36
42
  # e.g. purchase_number change reason, entered by CRS.
43
+ #
44
+ # Note: The following fields are mutually exclusive: `other_change_reason`, `suspension_reason`, `cancellation_reason`, `activation_reason`. If a field in that set is populated, all other fields in the set will automatically be cleared.
37
45
  # @!attribute [rw] entitlement
38
46
  # @return [::String]
39
47
  # Required. Resource name of an entitlement in the form:
@@ -322,24 +322,36 @@ module Google
322
322
  # @!attribute [rw] string_value
323
323
  # @return [::String]
324
324
  # A value of type `string`.
325
+ #
326
+ # Note: The following fields are mutually exclusive: `string_value`, `int_value`, `decimal_value`, `money_value`, `date_value`, `date_time_value`. If a field in that set is populated, all other fields in the set will automatically be cleared.
325
327
  # @!attribute [rw] int_value
326
328
  # @return [::Integer]
327
329
  # A value of type `int`.
330
+ #
331
+ # Note: The following fields are mutually exclusive: `int_value`, `string_value`, `decimal_value`, `money_value`, `date_value`, `date_time_value`. If a field in that set is populated, all other fields in the set will automatically be cleared.
328
332
  # @!attribute [rw] decimal_value
329
333
  # @return [::Google::Type::Decimal]
330
334
  # A value of type `google.type.Decimal`, representing non-integer numeric
331
335
  # values.
336
+ #
337
+ # Note: The following fields are mutually exclusive: `decimal_value`, `string_value`, `int_value`, `money_value`, `date_value`, `date_time_value`. If a field in that set is populated, all other fields in the set will automatically be cleared.
332
338
  # @!attribute [rw] money_value
333
339
  # @return [::Google::Type::Money]
334
340
  # A value of type `google.type.Money` (currency code, whole units, decimal
335
341
  # units).
342
+ #
343
+ # Note: The following fields are mutually exclusive: `money_value`, `string_value`, `int_value`, `decimal_value`, `date_value`, `date_time_value`. If a field in that set is populated, all other fields in the set will automatically be cleared.
336
344
  # @!attribute [rw] date_value
337
345
  # @return [::Google::Type::Date]
338
346
  # A value of type `google.type.Date` (year, month, day).
347
+ #
348
+ # Note: The following fields are mutually exclusive: `date_value`, `string_value`, `int_value`, `decimal_value`, `money_value`, `date_time_value`. If a field in that set is populated, all other fields in the set will automatically be cleared.
339
349
  # @!attribute [rw] date_time_value
340
350
  # @return [::Google::Type::DateTime]
341
351
  # A value of type `google.type.DateTime` (year, month, day, hour, minute,
342
352
  # second, and UTC offset or timezone.)
353
+ #
354
+ # Note: The following fields are mutually exclusive: `date_time_value`, `string_value`, `int_value`, `decimal_value`, `money_value`, `date_value`. If a field in that set is populated, all other fields in the set will automatically be cleared.
343
355
  class ReportValue
344
356
  include ::Google::Protobuf::MessageExts
345
357
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -81,6 +81,8 @@ module Google
81
81
  # {::Google::Cloud::Channel::V1::CustomerRepricingConfig CustomerRepricingConfig}
82
82
  # and
83
83
  # {::Google::Cloud::Channel::V1::ChannelPartnerRepricingConfig ChannelPartnerRepricingConfig}.
84
+ #
85
+ # Note: The following fields are mutually exclusive: `entitlement_granularity`, `channel_partner_granularity`. If a field in that set is populated, all other fields in the set will automatically be cleared.
84
86
  # @!attribute [rw] channel_partner_granularity
85
87
  # @deprecated This field is deprecated and may be removed in the next major version update.
86
88
  # @return [::Google::Cloud::Channel::V1::RepricingConfig::ChannelPartnerGranularity]
@@ -90,6 +92,8 @@ module Google
90
92
  # supports this value. Deprecated: This is no longer supported. Use
91
93
  # {::Google::Cloud::Channel::V1::RepricingConfig#entitlement_granularity RepricingConfig.entitlement_granularity}
92
94
  # instead.
95
+ #
96
+ # Note: The following fields are mutually exclusive: `channel_partner_granularity`, `entitlement_granularity`. If a field in that set is populated, all other fields in the set will automatically be cleared.
93
97
  # @!attribute [rw] effective_invoice_month
94
98
  # @return [::Google::Type::Date]
95
99
  # Required. The YearMonth when these adjustments activate. The Day field
@@ -181,12 +181,18 @@ module Google
181
181
  # @!attribute [rw] domain
182
182
  # @return [::String]
183
183
  # Required. Customer domain.
184
+ #
185
+ # Note: The following fields are mutually exclusive: `domain`, `cloud_identity_id`, `primary_admin_email`. If a field in that set is populated, all other fields in the set will automatically be cleared.
184
186
  # @!attribute [rw] cloud_identity_id
185
187
  # @return [::String]
186
188
  # Required. Customer's Cloud Identity ID
189
+ #
190
+ # Note: The following fields are mutually exclusive: `cloud_identity_id`, `domain`, `primary_admin_email`. If a field in that set is populated, all other fields in the set will automatically be cleared.
187
191
  # @!attribute [rw] primary_admin_email
188
192
  # @return [::String]
189
193
  # Required. Customer's primary admin email.
194
+ #
195
+ # Note: The following fields are mutually exclusive: `primary_admin_email`, `domain`, `cloud_identity_id`. If a field in that set is populated, all other fields in the set will automatically be cleared.
190
196
  # @!attribute [rw] parent
191
197
  # @return [::String]
192
198
  # Required. The resource name of the reseller's account.
@@ -285,12 +291,16 @@ module Google
285
291
  # @!attribute [rw] cloud_identity_id
286
292
  # @return [::String]
287
293
  # Customer's Cloud Identity ID
294
+ #
295
+ # Note: The following fields are mutually exclusive: `cloud_identity_id`, `customer_name`. If a field in that set is populated, all other fields in the set will automatically be cleared.
288
296
  # @!attribute [rw] customer_name
289
297
  # @return [::String]
290
298
  # A reseller is required to create a customer and use the resource name of
291
299
  # the created customer here.
292
300
  # Customer_name uses the format:
293
301
  # accounts/\\{account_id}/customers/\\{customer_id}
302
+ #
303
+ # Note: The following fields are mutually exclusive: `customer_name`, `cloud_identity_id`. If a field in that set is populated, all other fields in the set will automatically be cleared.
294
304
  # @!attribute [rw] parent
295
305
  # @return [::String]
296
306
  # Required. The reseller account's resource name.
@@ -347,10 +357,14 @@ module Google
347
357
  # @!attribute [rw] cloud_identity_id
348
358
  # @return [::String]
349
359
  # Customer's Cloud Identity ID
360
+ #
361
+ # Note: The following fields are mutually exclusive: `cloud_identity_id`, `customer_name`. If a field in that set is populated, all other fields in the set will automatically be cleared.
350
362
  # @!attribute [rw] customer_name
351
363
  # @return [::String]
352
364
  # A reseller should create a customer and use the resource name of
353
365
  # that customer here.
366
+ #
367
+ # Note: The following fields are mutually exclusive: `customer_name`, `cloud_identity_id`. If a field in that set is populated, all other fields in the set will automatically be cleared.
354
368
  # @!attribute [rw] parent
355
369
  # @return [::String]
356
370
  # Required. The resource name of the reseller's account.
@@ -1294,9 +1308,13 @@ module Google
1294
1308
  # @!attribute [rw] create_entitlement_purchase
1295
1309
  # @return [::Google::Cloud::Channel::V1::ListPurchasableSkusRequest::CreateEntitlementPurchase]
1296
1310
  # List SKUs for CreateEntitlement purchase.
1311
+ #
1312
+ # Note: The following fields are mutually exclusive: `create_entitlement_purchase`, `change_offer_purchase`. If a field in that set is populated, all other fields in the set will automatically be cleared.
1297
1313
  # @!attribute [rw] change_offer_purchase
1298
1314
  # @return [::Google::Cloud::Channel::V1::ListPurchasableSkusRequest::ChangeOfferPurchase]
1299
1315
  # List SKUs for ChangeOffer purchase with a new SKU.
1316
+ #
1317
+ # Note: The following fields are mutually exclusive: `change_offer_purchase`, `create_entitlement_purchase`. If a field in that set is populated, all other fields in the set will automatically be cleared.
1300
1318
  # @!attribute [rw] customer
1301
1319
  # @return [::String]
1302
1320
  # Required. The resource name of the customer to list SKUs for.
@@ -1385,9 +1403,13 @@ module Google
1385
1403
  # @!attribute [rw] create_entitlement_purchase
1386
1404
  # @return [::Google::Cloud::Channel::V1::ListPurchasableOffersRequest::CreateEntitlementPurchase]
1387
1405
  # List Offers for CreateEntitlement purchase.
1406
+ #
1407
+ # Note: The following fields are mutually exclusive: `create_entitlement_purchase`, `change_offer_purchase`. If a field in that set is populated, all other fields in the set will automatically be cleared.
1388
1408
  # @!attribute [rw] change_offer_purchase
1389
1409
  # @return [::Google::Cloud::Channel::V1::ListPurchasableOffersRequest::ChangeOfferPurchase]
1390
1410
  # List Offers for ChangeOffer purchase.
1411
+ #
1412
+ # Note: The following fields are mutually exclusive: `change_offer_purchase`, `create_entitlement_purchase`. If a field in that set is populated, all other fields in the set will automatically be cleared.
1391
1413
  # @!attribute [rw] customer
1392
1414
  # @return [::String]
1393
1415
  # Required. The resource name of the customer to list Offers for.
@@ -109,9 +109,13 @@ module Google
109
109
  # @!attribute [rw] customer_event
110
110
  # @return [::Google::Cloud::Channel::V1::CustomerEvent]
111
111
  # Customer event sent as part of Pub/Sub event to partners.
112
+ #
113
+ # Note: The following fields are mutually exclusive: `customer_event`, `entitlement_event`. If a field in that set is populated, all other fields in the set will automatically be cleared.
112
114
  # @!attribute [rw] entitlement_event
113
115
  # @return [::Google::Cloud::Channel::V1::EntitlementEvent]
114
116
  # Entitlement event sent as part of Pub/Sub event to partners.
117
+ #
118
+ # Note: The following fields are mutually exclusive: `entitlement_event`, `customer_event`. If a field in that set is populated, all other fields in the set will automatically be cleared.
115
119
  class SubscriberEvent
116
120
  include ::Google::Protobuf::MessageExts
117
121
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -40,6 +40,8 @@ module Google
40
40
  # @!attribute [rw] error
41
41
  # @return [::Google::Rpc::Status]
42
42
  # The error result of the operation in case of failure or cancellation.
43
+ #
44
+ # Note: The following fields are mutually exclusive: `error`, `response`. If a field in that set is populated, all other fields in the set will automatically be cleared.
43
45
  # @!attribute [rw] response
44
46
  # @return [::Google::Protobuf::Any]
45
47
  # The normal, successful response of the operation. If the original
@@ -50,6 +52,8 @@ module Google
50
52
  # is the original method name. For example, if the original method name
51
53
  # is `TakeSnapshot()`, the inferred response type is
52
54
  # `TakeSnapshotResponse`.
55
+ #
56
+ # Note: The following fields are mutually exclusive: `response`, `error`. If a field in that set is populated, all other fields in the set will automatically be cleared.
53
57
  class Operation
54
58
  include ::Google::Protobuf::MessageExts
55
59
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -75,9 +75,13 @@ module Google
75
75
  # UTC offset. Must be whole seconds, between -18 hours and +18 hours.
76
76
  # For example, a UTC offset of -4:00 would be represented as
77
77
  # { seconds: -14400 }.
78
+ #
79
+ # Note: The following fields are mutually exclusive: `utc_offset`, `time_zone`. If a field in that set is populated, all other fields in the set will automatically be cleared.
78
80
  # @!attribute [rw] time_zone
79
81
  # @return [::Google::Type::TimeZone]
80
82
  # Time zone.
83
+ #
84
+ # Note: The following fields are mutually exclusive: `time_zone`, `utc_offset`. If a field in that set is populated, all other fields in the set will automatically be cleared.
81
85
  class DateTime
82
86
  include ::Google::Protobuf::MessageExts
83
87
  extend ::Google::Protobuf::MessageExts::ClassMethods
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-channel-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0
4
+ version: 1.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2024-12-10 00:00:00.000000000 Z
10
+ date: 2025-01-29 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: gapic-common
@@ -16,7 +15,7 @@ dependencies:
16
15
  requirements:
17
16
  - - ">="
18
17
  - !ruby/object:Gem::Version
19
- version: 0.24.0
18
+ version: 0.25.0
20
19
  - - "<"
21
20
  - !ruby/object:Gem::Version
22
21
  version: 2.a
@@ -26,7 +25,7 @@ dependencies:
26
25
  requirements:
27
26
  - - ">="
28
27
  - !ruby/object:Gem::Version
29
- version: 0.24.0
28
+ version: 0.25.0
30
29
  - - "<"
31
30
  - !ruby/object:Gem::Version
32
31
  version: 2.a
@@ -130,7 +129,6 @@ homepage: https://github.com/googleapis/google-cloud-ruby
130
129
  licenses:
131
130
  - Apache-2.0
132
131
  metadata: {}
133
- post_install_message:
134
132
  rdoc_options: []
135
133
  require_paths:
136
134
  - lib
@@ -138,15 +136,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
138
136
  requirements:
139
137
  - - ">="
140
138
  - !ruby/object:Gem::Version
141
- version: '2.7'
139
+ version: '3.0'
142
140
  required_rubygems_version: !ruby/object:Gem::Requirement
143
141
  requirements:
144
142
  - - ">="
145
143
  - !ruby/object:Gem::Version
146
144
  version: '0'
147
145
  requirements: []
148
- rubygems_version: 3.5.23
149
- signing_key:
146
+ rubygems_version: 3.6.2
150
147
  specification_version: 4
151
148
  summary: The Cloud Channel API enables Google Cloud partners to have a single unified
152
149
  resale platform and APIs across all of Google Cloud including GCP, Workspace, Maps