google-apis-cloudchannel_v1 0.2.0 → 0.7.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: 46511c78801c0471d1b55bf23c9053d9b2db50c5196ee3d8669ad554f99399eb
4
- data.tar.gz: 8c725ed43d11bde319a29fbb7492776252120e3832b0f10a0d0428b0649a9fb8
3
+ metadata.gz: d35e6a22666857abeeb8d4bd0363eada8aadd0f78d2b64c336b04a26e9353c0d
4
+ data.tar.gz: c3d8f9c75b74091d5f90104e8bba252d4abb06541f98fa3a912696b82b7c0fbb
5
5
  SHA512:
6
- metadata.gz: d2d9539ab5df286fca985d0e24368571fa85633d46ceb2ff870efc2878f8ccc54769639f323ea7353d42d931a3ff53d89f985b3d80619694cfd6c93cf0e19cba
7
- data.tar.gz: 9322aa16dc31dc333a27dc3b8ef3a83a7c92b082ba57d7e2d45838eb4bedee1d471bfd8f298fc690428c27e00c386b3cfcde21eb1c13b98d5d17b736420c8fc7
6
+ metadata.gz: 564666d41a833308d013f59a18fb0395fb780c7776f9603cc7f48ef8d739d2e317af5481641c54bed5e6dbd77547072901f9a150c467861438dca4c3f36c0d4c
7
+ data.tar.gz: ae5bace86545563263f0363d6e03a652aaffb47830b1fbd9533cb0645907bf3adb5f9854d400baa3c1bda4ab5fb5e04b19a3600d5a7174a36e653662966d343d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,26 @@
1
1
  # Release history for google-apis-cloudchannel_v1
2
2
 
3
+ ### v0.7.0 (2021-05-07)
4
+
5
+ * Regenerated from discovery document revision 20210506
6
+
7
+ ### v0.6.0 (2021-03-30)
8
+
9
+ * Regenerated from discovery document revision 20210326
10
+
11
+ ### v0.5.0 (2021-03-26)
12
+
13
+ * Regenerated from discovery document revision 20210325
14
+
15
+ ### v0.4.0 (2021-03-19)
16
+
17
+ * Regenerated from discovery document revision 20210317
18
+ * Regenerated using generator version 0.2.0
19
+
20
+ ### v0.3.0 (2021-03-04)
21
+
22
+ * Regenerated from discovery document revision 20210225
23
+
3
24
  ### v0.2.0 (2021-02-23)
4
25
 
5
26
  * Regenerated from discovery document revision 20210218
@@ -26,15 +26,14 @@ module Google
26
26
  class GoogleCloudChannelV1ActivateEntitlementRequest
27
27
  include Google::Apis::Core::Hashable
28
28
 
29
- # Optional. An optional request ID to identify requests. Specify a unique
30
- # request ID so that if you must retry your request, the server will know to
31
- # ignore the request if it has already been completed. For example, consider a
32
- # situation where you make an initial request and the request times out. If you
33
- # make the request again with the same request ID, the server can check if the
34
- # original operation with the same request ID was received, and if so, will
35
- # ignore the second request. The request ID must be a valid [UUID](https://tools.
36
- # ietf.org/html/rfc4122) with the exception that zero UUID is not supported (`
37
- # 00000000-0000-0000-0000-000000000000`).
29
+ # Optional. You can specify an optional unique request ID, and if you need to
30
+ # retry your request, the server will know to ignore the request if it's
31
+ # complete. For example, you make an initial request and the request times out.
32
+ # If you make the request again with the same request ID, the server can check
33
+ # if it received the original operation with the same request ID. If it did, it
34
+ # will ignore the second request. The request ID must be a valid [UUID](https://
35
+ # tools.ietf.org/html/rfc4122) with the exception that zero UUID is not
36
+ # supported (`00000000-0000-0000-0000-000000000000`).
38
37
  # Corresponds to the JSON property `requestId`
39
38
  # @return [String]
40
39
  attr_accessor :request_id
@@ -103,15 +102,14 @@ module Google
103
102
  class GoogleCloudChannelV1CancelEntitlementRequest
104
103
  include Google::Apis::Core::Hashable
105
104
 
106
- # Optional. An optional request ID to identify requests. Specify a unique
107
- # request ID so that if you must retry your request, the server will know to
108
- # ignore the request if it has already been completed. For example, consider a
109
- # situation where you make an initial request and the request times out. If you
110
- # make the request again with the same request ID, the server can check if the
111
- # original operation with the same request ID was received, and if so, will
112
- # ignore the second request. The request ID must be a valid [UUID](https://tools.
113
- # ietf.org/html/rfc4122) with the exception that zero UUID is not supported (`
114
- # 00000000-0000-0000-0000-000000000000`).
105
+ # Optional. You can specify an optional unique request ID, and if you need to
106
+ # retry your request, the server will know to ignore the request if it's
107
+ # complete. For example, you make an initial request and the request times out.
108
+ # If you make the request again with the same request ID, the server can check
109
+ # if it received the original operation with the same request ID. If it did, it
110
+ # will ignore the second request. The request ID must be a valid [UUID](https://
111
+ # tools.ietf.org/html/rfc4122) with the exception that zero UUID is not
112
+ # supported (`00000000-0000-0000-0000-000000000000`).
115
113
  # Corresponds to the JSON property `requestId`
116
114
  # @return [String]
117
115
  attr_accessor :request_id
@@ -145,15 +143,14 @@ module Google
145
143
  # @return [String]
146
144
  attr_accessor :purchase_order_id
147
145
 
148
- # Optional. An optional request ID to identify requests. Specify a unique
149
- # request ID so that if you must retry your request, the server will know to
150
- # ignore the request if it has already been completed. For example, consider a
151
- # situation where you make an initial request and the request times out. If you
152
- # make the request again with the same request ID, the server can check if the
153
- # original operation with the same request ID was received, and if so, will
154
- # ignore the second request. The request ID must be a valid [UUID](https://tools.
155
- # ietf.org/html/rfc4122) with the exception that zero UUID is not supported (`
156
- # 00000000-0000-0000-0000-000000000000`).
146
+ # Optional. You can specify an optional unique request ID, and if you need to
147
+ # retry your request, the server will know to ignore the request if it's
148
+ # complete. For example, you make an initial request and the request times out.
149
+ # If you make the request again with the same request ID, the server can check
150
+ # if it received the original operation with the same request ID. If it did, it
151
+ # will ignore the second request. The request ID must be a valid [UUID](https://
152
+ # tools.ietf.org/html/rfc4122) with the exception that zero UUID is not
153
+ # supported (`00000000-0000-0000-0000-000000000000`).
157
154
  # Corresponds to the JSON property `requestId`
158
155
  # @return [String]
159
156
  attr_accessor :request_id
@@ -175,8 +172,8 @@ module Google
175
172
  class GoogleCloudChannelV1ChangeParametersRequest
176
173
  include Google::Apis::Core::Hashable
177
174
 
178
- # Required. Entitlement parameters to update. Only editable parameters are
179
- # allowed to be changed.
175
+ # Required. Entitlement parameters to update. You can only change editable
176
+ # parameters.
180
177
  # Corresponds to the JSON property `parameters`
181
178
  # @return [Array<Google::Apis::CloudchannelV1::GoogleCloudChannelV1Parameter>]
182
179
  attr_accessor :parameters
@@ -186,15 +183,14 @@ module Google
186
183
  # @return [String]
187
184
  attr_accessor :purchase_order_id
188
185
 
189
- # Optional. An optional request ID to identify requests. Specify a unique
190
- # request ID so that if you must retry your request, the server will know to
191
- # ignore the request if it has already been completed. For example, consider a
192
- # situation where you make an initial request and the request times out. If you
193
- # make the request again with the same request ID, the server can check if the
194
- # original operation with the same request ID was received, and if so, will
195
- # ignore the second request. The request ID must be a valid [UUID](https://tools.
196
- # ietf.org/html/rfc4122) with the exception that zero UUID is not supported (`
197
- # 00000000-0000-0000-0000-000000000000`).
186
+ # Optional. You can specify an optional unique request ID, and if you need to
187
+ # retry your request, the server will know to ignore the request if it's
188
+ # complete. For example, you make an initial request and the request times out.
189
+ # If you make the request again with the same request ID, the server can check
190
+ # if it received the original operation with the same request ID. If it did, it
191
+ # will ignore the second request. The request ID must be a valid [UUID](https://
192
+ # tools.ietf.org/html/rfc4122) with the exception that zero UUID is not
193
+ # supported (`00000000-0000-0000-0000-000000000000`).
198
194
  # Corresponds to the JSON property `requestId`
199
195
  # @return [String]
200
196
  attr_accessor :request_id
@@ -220,15 +216,14 @@ module Google
220
216
  # @return [Google::Apis::CloudchannelV1::GoogleCloudChannelV1RenewalSettings]
221
217
  attr_accessor :renewal_settings
222
218
 
223
- # Optional. A request ID to identify requests. Specify a unique request ID so
224
- # that if you must retry your request, the server will know to ignore the
225
- # request if it has already been completed. For example, consider a situation
226
- # where you make an initial request and the request times out. If you make the
227
- # request again with the same request ID, the server can check if the original
228
- # operation with the same request ID was received, and if so, will ignore the
229
- # second request. The request ID must be a valid [UUID](https://tools.ietf.org/
230
- # html/rfc4122) with the exception that zero UUID is not supported (`00000000-
231
- # 0000-0000-0000-000000000000`).
219
+ # Optional. You can specify an optional unique request ID, and if you need to
220
+ # retry your request, the server will know to ignore the request if it's
221
+ # complete. For example, you make an initial request and the request times out.
222
+ # If you make the request again with the same request ID, the server can check
223
+ # if it received the original operation with the same request ID. If it did, it
224
+ # will ignore the second request. The request ID must be a valid [UUID](https://
225
+ # tools.ietf.org/html/rfc4122) with the exception that zero UUID is not
226
+ # supported (`00000000-0000-0000-0000-000000000000`).
232
227
  # Corresponds to the JSON property `requestId`
233
228
  # @return [String]
234
229
  attr_accessor :request_id
@@ -312,7 +307,7 @@ module Google
312
307
  class GoogleCloudChannelV1CheckCloudIdentityAccountsExistRequest
313
308
  include Google::Apis::Core::Hashable
314
309
 
315
- # Required. Domain for which the Cloud Identity account customer is fetched.
310
+ # Required. Domain to fetch for Cloud Identity account customer.
316
311
  # Corresponds to the JSON property `domain`
317
312
  # @return [String]
318
313
  attr_accessor :domain
@@ -346,32 +341,30 @@ module Google
346
341
  end
347
342
  end
348
343
 
349
- # Entity representing a Cloud Identity account which may or may not be
350
- # associated with a Channel Services API partner.
344
+ # Entity representing a Cloud Identity account that may be associated with a
345
+ # Channel Services API partner.
351
346
  class GoogleCloudChannelV1CloudIdentityCustomerAccount
352
347
  include Google::Apis::Core::Hashable
353
348
 
354
- # Cloud Identity ID of the customer. This field is populated ONLY if existing =
355
- # true.
349
+ # If existing = true, the Cloud Identity ID of the customer.
356
350
  # Corresponds to the JSON property `customerCloudIdentityId`
357
351
  # @return [String]
358
352
  attr_accessor :customer_cloud_identity_id
359
353
 
360
- # Name of the customer that owns the Cloud Identity account. This field is
361
- # populated ONLY if owned = true. The customer_name takes the format: accounts/`
362
- # account_id`/customers/`customer_id`
354
+ # If owned = true, the name of the customer that owns the Cloud Identity account.
355
+ # Customer_name uses the format: accounts/`account_id`/customers/`customer_id`
363
356
  # Corresponds to the JSON property `customerName`
364
357
  # @return [String]
365
358
  attr_accessor :customer_name
366
359
 
367
- # True if a Cloud Identity account exists for a specific domain.
360
+ # Returns true if a Cloud Identity account exists for a specific domain.
368
361
  # Corresponds to the JSON property `existing`
369
362
  # @return [Boolean]
370
363
  attr_accessor :existing
371
364
  alias_method :existing?, :existing
372
365
 
373
- # True if the Cloud Identity account is associated with a customer belonging to
374
- # the Channel Services partner making the API call.
366
+ # Returns true if the Cloud Identity account is associated with a customer of
367
+ # the Channel Services partner.
375
368
  # Corresponds to the JSON property `owned`
376
369
  # @return [Boolean]
377
370
  attr_accessor :owned
@@ -414,7 +407,11 @@ module Google
414
407
  # @return [Google::Apis::CloudchannelV1::GoogleCloudChannelV1EduData]
415
408
  attr_accessor :edu_data
416
409
 
417
- # Whether the domain is verified.
410
+ # Output only. Whether the domain is verified. This field is not returned for a
411
+ # Customer's cloud_identity_info resource. Partners can use the domains.get()
412
+ # method of the Workspace SDK's Directory API, or listen to the
413
+ # PRIMARY_DOMAIN_VERIFIED Pub/Sub event in to track domain verification of their
414
+ # resolve Workspace customers.
418
415
  # Corresponds to the JSON property `isDomainVerified`
419
416
  # @return [Boolean]
420
417
  attr_accessor :is_domain_verified
@@ -506,35 +503,35 @@ module Google
506
503
  class GoogleCloudChannelV1ContactInfo
507
504
  include Google::Apis::Core::Hashable
508
505
 
509
- # Output only. Display name of the contact in the customer account. Populated by
510
- # combining customer first name and last name.
506
+ # Output only. The customer account contact's display name, formatted as a
507
+ # combination of the customer's first and last name.
511
508
  # Corresponds to the JSON property `displayName`
512
509
  # @return [String]
513
510
  attr_accessor :display_name
514
511
 
515
- # Email of the contact in the customer account. Email is required for
516
- # entitlements that need creation of admin.google.com accounts. The email will
517
- # be the username used in credentials to access the admin.google.com account.
512
+ # The customer account's contact email. Required for entitlements that create
513
+ # admin.google.com accounts, and serves as the customer's username for those
514
+ # accounts.
518
515
  # Corresponds to the JSON property `email`
519
516
  # @return [String]
520
517
  attr_accessor :email
521
518
 
522
- # First name of the contact in the customer account.
519
+ # The customer account contact's first name.
523
520
  # Corresponds to the JSON property `firstName`
524
521
  # @return [String]
525
522
  attr_accessor :first_name
526
523
 
527
- # Last name of the contact in the customer account.
524
+ # The customer account contact's last name.
528
525
  # Corresponds to the JSON property `lastName`
529
526
  # @return [String]
530
527
  attr_accessor :last_name
531
528
 
532
- # Phone number of the contact in the customer account.
529
+ # The customer account's contact phone number.
533
530
  # Corresponds to the JSON property `phone`
534
531
  # @return [String]
535
532
  attr_accessor :phone
536
533
 
537
- # Optional. Job title of the contact in the customer account.
534
+ # Optional. The customer account contact's job title.
538
535
  # Corresponds to the JSON property `title`
539
536
  # @return [String]
540
537
  attr_accessor :title
@@ -563,15 +560,14 @@ module Google
563
560
  # @return [Google::Apis::CloudchannelV1::GoogleCloudChannelV1Entitlement]
564
561
  attr_accessor :entitlement
565
562
 
566
- # Optional. An optional request ID to identify requests. Specify a unique
567
- # request ID so that if you must retry your request, the server will know to
568
- # ignore the request if it has already been completed. For example, consider a
569
- # situation where you make an initial request and the request times out. If you
570
- # make the request again with the same request ID, the server can check if the
571
- # original operation with the same request ID was received, and if so, will
572
- # ignore the second request. The request ID must be a valid [UUID](https://tools.
573
- # ietf.org/html/rfc4122) with the exception that zero UUID is not supported (`
574
- # 00000000-0000-0000-0000-000000000000`).
563
+ # Optional. You can specify an optional unique request ID, and if you need to
564
+ # retry your request, the server will know to ignore the request if it's
565
+ # complete. For example, you make an initial request and the request times out.
566
+ # If you make the request again with the same request ID, the server can check
567
+ # if it received the original operation with the same request ID. If it did, it
568
+ # will ignore the second request. The request ID must be a valid [UUID](https://
569
+ # tools.ietf.org/html/rfc4122) with the exception that zero UUID is not
570
+ # supported (`00000000-0000-0000-0000-000000000000`).
575
571
  # Corresponds to the JSON property `requestId`
576
572
  # @return [String]
577
573
  attr_accessor :request_id
@@ -591,10 +587,10 @@ module Google
591
587
  class GoogleCloudChannelV1Customer
592
588
  include Google::Apis::Core::Hashable
593
589
 
594
- # Secondary contact email. Alternate email and primary contact email are
595
- # required to have different domains if primary contact email is present. When
596
- # creating admin.google.com accounts, users get notified credentials at this
597
- # email. This email address is also used as a recovery email.
590
+ # Secondary contact email. You need to provide an alternate email to create
591
+ # different domains if a primary contact email already exists. Users will
592
+ # receive a notification with credentials when you create an admin.google.com
593
+ # account. Secondary emails are also recovery email addresses.
598
594
  # Corresponds to the JSON property `alternateEmail`
599
595
  # @return [String]
600
596
  attr_accessor :alternate_email
@@ -605,8 +601,8 @@ module Google
605
601
  # @return [String]
606
602
  attr_accessor :channel_partner_id
607
603
 
608
- # Output only. Customer's cloud_identity_id. Populated only if a Cloud Identity
609
- # resource exists for this customer.
604
+ # Output only. The customer's Cloud Identity ID if the customer has a Cloud
605
+ # Identity resource.
610
606
  # Corresponds to the JSON property `cloudIdentityId`
611
607
  # @return [String]
612
608
  attr_accessor :cloud_identity_id
@@ -616,13 +612,13 @@ module Google
616
612
  # @return [Google::Apis::CloudchannelV1::GoogleCloudChannelV1CloudIdentityInfo]
617
613
  attr_accessor :cloud_identity_info
618
614
 
619
- # Output only. The time at which the customer is created.
615
+ # Output only. Time when the customer was created.
620
616
  # Corresponds to the JSON property `createTime`
621
617
  # @return [String]
622
618
  attr_accessor :create_time
623
619
 
624
- # Required. Primary domain used by the customer. Domain of primary contact email
625
- # is required to be same as the provided domain.
620
+ # Required. The customer's primary domain. Must match the primary contact email'
621
+ # s domain.
626
622
  # Corresponds to the JSON property `domain`
627
623
  # @return [String]
628
624
  attr_accessor :domain
@@ -664,7 +660,7 @@ module Google
664
660
  # @return [Google::Apis::CloudchannelV1::GoogleCloudChannelV1ContactInfo]
665
661
  attr_accessor :primary_contact_info
666
662
 
667
- # Output only. The time at which the customer is updated.
663
+ # Output only. Time when the customer was updated.
668
664
  # Corresponds to the JSON property `updateTime`
669
665
  # @return [String]
670
666
  attr_accessor :update_time
@@ -925,7 +921,7 @@ module Google
925
921
  class GoogleCloudChannelV1ListCustomersResponse
926
922
  include Google::Apis::Core::Hashable
927
923
 
928
- # The customers belonging to the reseller or distributor.
924
+ # The customers belonging to a reseller or distributor.
929
925
  # Corresponds to the JSON property `customers`
930
926
  # @return [Array<Google::Apis::CloudchannelV1::GoogleCloudChannelV1Customer>]
931
927
  attr_accessor :customers
@@ -951,12 +947,12 @@ module Google
951
947
  class GoogleCloudChannelV1ListEntitlementsResponse
952
948
  include Google::Apis::Core::Hashable
953
949
 
954
- # The entitlements belonging to the reseller's customer.
950
+ # The reseller customer's entitlements.
955
951
  # Corresponds to the JSON property `entitlements`
956
952
  # @return [Array<Google::Apis::CloudchannelV1::GoogleCloudChannelV1Entitlement>]
957
953
  attr_accessor :entitlements
958
954
 
959
- # A token to List next page of results. Pass to ListEntitlementsRequest.
955
+ # A token to list the next page of results. Pass to ListEntitlementsRequest.
960
956
  # page_token to obtain that page.
961
957
  # Corresponds to the JSON property `nextPageToken`
962
958
  # @return [String]
@@ -1139,33 +1135,33 @@ module Google
1139
1135
  # @return [String]
1140
1136
  attr_accessor :cloud_identity_id
1141
1137
 
1142
- # A reseller should create a customer and use the resource name of the created
1143
- # customer here.
1138
+ # A reseller should create a customer and use the resource name of that customer
1139
+ # here.
1144
1140
  # Corresponds to the JSON property `customerName`
1145
1141
  # @return [String]
1146
1142
  attr_accessor :customer_name
1147
1143
 
1148
- # The BCP-47 language code, such as "en-US". If specified, the response will be
1149
- # localized to the corresponding language code. Default is "en-US".
1144
+ # The BCP-47 language code. For example, "en-US". The response will localize in
1145
+ # the corresponding language code, if specified. The default value is "en-US".
1150
1146
  # Corresponds to the JSON property `languageCode`
1151
1147
  # @return [String]
1152
1148
  attr_accessor :language_code
1153
1149
 
1154
1150
  # Requested page size. Server might return fewer results than requested. If
1155
- # unspecified, at most 100 Offers will be returned. The maximum value is 1000;
1156
- # values above 1000 will be coerced to 1000.
1151
+ # unspecified, returns at most 100 offers. The maximum value is 1000; the server
1152
+ # will coerce values above 1000.
1157
1153
  # Corresponds to the JSON property `pageSize`
1158
1154
  # @return [Fixnum]
1159
1155
  attr_accessor :page_size
1160
1156
 
1161
- # A token identifying a page of results, if other than the first one. Typically
1162
- # obtained via ListTransferableOffersResponse.next_page_token of the previous
1157
+ # A token for a page of results other than the first page. Obtained using
1158
+ # ListTransferableOffersResponse.next_page_token of the previous
1163
1159
  # CloudChannelService.ListTransferableOffers call.
1164
1160
  # Corresponds to the JSON property `pageToken`
1165
1161
  # @return [String]
1166
1162
  attr_accessor :page_token
1167
1163
 
1168
- # Required. SKU for which the Offers are being looked up.
1164
+ # Required. The SKU to look up Offers for.
1169
1165
  # Corresponds to the JSON property `sku`
1170
1166
  # @return [String]
1171
1167
  attr_accessor :sku
@@ -1215,10 +1211,10 @@ module Google
1215
1211
  class GoogleCloudChannelV1ListTransferableSkusRequest
1216
1212
  include Google::Apis::Core::Hashable
1217
1213
 
1218
- # This token is generated by the Super Admin of the resold customer to authorize
1219
- # a reseller to access their Cloud Identity and purchase entitlements on their
1220
- # behalf. This token can be omitted once the authorization is generated. See
1221
- # https://support.google.com/a/answer/7643790 for more details.
1214
+ # The super admin of the resold customer generates this token to authorize a
1215
+ # reseller to access their Cloud Identity and purchase entitlements on their
1216
+ # behalf. You can omit this token after authorization. See https://support.
1217
+ # google.com/a/answer/7643790 for more details.
1222
1218
  # Corresponds to the JSON property `authToken`
1223
1219
  # @return [String]
1224
1220
  attr_accessor :auth_token
@@ -1229,27 +1225,28 @@ module Google
1229
1225
  attr_accessor :cloud_identity_id
1230
1226
 
1231
1227
  # A reseller is required to create a customer and use the resource name of the
1232
- # created customer here. The customer_name takes the format: accounts/`
1233
- # account_id`/customers/`customer_id`
1228
+ # created customer here. Customer_name uses the format: accounts/`account_id`/
1229
+ # customers/`customer_id`
1234
1230
  # Corresponds to the JSON property `customerName`
1235
1231
  # @return [String]
1236
1232
  attr_accessor :customer_name
1237
1233
 
1238
- # The BCP-47 language code, such as "en-US". If specified, the response will be
1239
- # localized to the corresponding language code. Default is "en-US". Optional.
1234
+ # The BCP-47 language code. For example, "en-US". The response will localize in
1235
+ # the corresponding language code, if specified. The default value is "en-US".
1236
+ # Optional.
1240
1237
  # Corresponds to the JSON property `languageCode`
1241
1238
  # @return [String]
1242
1239
  attr_accessor :language_code
1243
1240
 
1244
- # Requested page size. Server might return fewer results than requested. If
1245
- # unspecified, at most 100 SKUs will be returned. The maximum value is 1000;
1246
- # values above 1000 will be coerced to 1000. Optional.
1241
+ # The requested page size. Server might return fewer results than requested. If
1242
+ # unspecified, returns at most 100 SKUs. The maximum value is 1000; the server
1243
+ # will coerce values above 1000. Optional.
1247
1244
  # Corresponds to the JSON property `pageSize`
1248
1245
  # @return [Fixnum]
1249
1246
  attr_accessor :page_size
1250
1247
 
1251
- # A token identifying a page of results, if other than the first one. Typically
1252
- # obtained via ListTransferableSkusResponse.next_page_token of the previous
1248
+ # A token for a page of results other than the first page. Obtained using
1249
+ # ListTransferableSkusResponse.next_page_token of the previous
1253
1250
  # CloudChannelService.ListTransferableSkus call. Optional.
1254
1251
  # Corresponds to the JSON property `pageToken`
1255
1252
  # @return [String]
@@ -1280,8 +1277,7 @@ module Google
1280
1277
  # @return [String]
1281
1278
  attr_accessor :next_page_token
1282
1279
 
1283
- # Information about existing SKUs for a customer that would need to be
1284
- # transferred.
1280
+ # Information about existing SKUs for a customer that needs a transfer.
1285
1281
  # Corresponds to the JSON property `transferableSkus`
1286
1282
  # @return [Array<Google::Apis::CloudchannelV1::GoogleCloudChannelV1TransferableSku>]
1287
1283
  attr_accessor :transferable_skus
@@ -1566,8 +1562,8 @@ module Google
1566
1562
  class GoogleCloudChannelV1Plan
1567
1563
  include Google::Apis::Core::Hashable
1568
1564
 
1569
- # Reseller Billing account that will be charged when this offer is transacted.
1570
- # Only present for GCP offers.
1565
+ # Reseller Billing account to charge after an offer transaction. Only present
1566
+ # for Google Cloud Platform offers.
1571
1567
  # Corresponds to the JSON property `billingAccount`
1572
1568
  # @return [String]
1573
1569
  attr_accessor :billing_account
@@ -1794,8 +1790,7 @@ module Google
1794
1790
  # @return [Google::Apis::CloudchannelV1::GoogleCloudChannelV1AdminUser]
1795
1791
  attr_accessor :user
1796
1792
 
1797
- # If set, validate the request and preview the review, but do not actually post
1798
- # it.
1793
+ # Validate the request and preview the review, but do not post it.
1799
1794
  # Corresponds to the JSON property `validateOnly`
1800
1795
  # @return [Boolean]
1801
1796
  attr_accessor :validate_only
@@ -1847,7 +1842,7 @@ module Google
1847
1842
  end
1848
1843
  end
1849
1844
 
1850
- # Offer that can be puchased for a customer. This is used in
1845
+ # Offer that you can purchase for a customer. This is used in the
1851
1846
  # ListPurchasableOffer API response.
1852
1847
  class GoogleCloudChannelV1PurchasableOffer
1853
1848
  include Google::Apis::Core::Hashable
@@ -1869,8 +1864,7 @@ module Google
1869
1864
  end
1870
1865
  end
1871
1866
 
1872
- # SKU that can be used for a puchase. This is used in ListPurchasableSku API
1873
- # response.
1867
+ # SKU that you can purchase. This is used in ListPurchasableSku API response.
1874
1868
  class GoogleCloudChannelV1PurchasableSku
1875
1869
  include Google::Apis::Core::Hashable
1876
1870
 
@@ -1896,8 +1890,8 @@ module Google
1896
1890
  class GoogleCloudChannelV1RegisterSubscriberRequest
1897
1891
  include Google::Apis::Core::Hashable
1898
1892
 
1899
- # Required. Service account which will provide subscriber access to the
1900
- # registered topic.
1893
+ # Required. Service account that provides subscriber access to the registered
1894
+ # topic.
1901
1895
  # Corresponds to the JSON property `serviceAccount`
1902
1896
  # @return [String]
1903
1897
  attr_accessor :service_account
@@ -1916,7 +1910,7 @@ module Google
1916
1910
  class GoogleCloudChannelV1RegisterSubscriberResponse
1917
1911
  include Google::Apis::Core::Hashable
1918
1912
 
1919
- # Name of the topic to which the subscriber will listen to.
1913
+ # Name of the topic the subscriber will listen to.
1920
1914
  # Corresponds to the JSON property `topic`
1921
1915
  # @return [String]
1922
1916
  attr_accessor :topic
@@ -2010,15 +2004,14 @@ module Google
2010
2004
  class GoogleCloudChannelV1StartPaidServiceRequest
2011
2005
  include Google::Apis::Core::Hashable
2012
2006
 
2013
- # Optional. An optional request ID to identify requests. Specify a unique
2014
- # request ID so that if you must retry your request, the server will know to
2015
- # ignore the request if it has already been completed. For example, consider a
2016
- # situation where you make an initial request and the request times out. If you
2017
- # make the request again with the same request ID, the server can check if the
2018
- # original operation with the same request ID was received, and if so, will
2019
- # ignore the second request. The request ID must be a valid [UUID](https://tools.
2020
- # ietf.org/html/rfc4122) with the exception that zero UUID is not supported (`
2021
- # 00000000-0000-0000-0000-000000000000`).
2007
+ # Optional. You can specify an optional unique request ID, and if you need to
2008
+ # retry your request, the server will know to ignore the request if it's
2009
+ # complete. For example, you make an initial request and the request times out.
2010
+ # If you make the request again with the same request ID, the server can check
2011
+ # if it received the original operation with the same request ID. If it did, it
2012
+ # will ignore the second request. The request ID must be a valid [UUID](https://
2013
+ # tools.ietf.org/html/rfc4122) with the exception that zero UUID is not
2014
+ # supported (`00000000-0000-0000-0000-000000000000`).
2022
2015
  # Corresponds to the JSON property `requestId`
2023
2016
  # @return [String]
2024
2017
  attr_accessor :request_id
@@ -2063,15 +2056,14 @@ module Google
2063
2056
  class GoogleCloudChannelV1SuspendEntitlementRequest
2064
2057
  include Google::Apis::Core::Hashable
2065
2058
 
2066
- # Optional. An optional request ID to identify requests. Specify a unique
2067
- # request ID so that if you must retry your request, the server will know to
2068
- # ignore the request if it has already been completed. For example, consider a
2069
- # situation where you make an initial request and the request times out. If you
2070
- # make the request again with the same request ID, the server can check if the
2071
- # original operation with the same request ID was received, and if so, will
2072
- # ignore the second request. The request ID must be a valid [UUID](https://tools.
2073
- # ietf.org/html/rfc4122) with the exception that zero UUID is not supported (`
2074
- # 00000000-0000-0000-0000-000000000000`).
2059
+ # Optional. You can specify an optional unique request ID, and if you need to
2060
+ # retry your request, the server will know to ignore the request if it's
2061
+ # complete. For example, you make an initial request and the request times out.
2062
+ # If you make the request again with the same request ID, the server can check
2063
+ # if it received the original operation with the same request ID. If it did, it
2064
+ # will ignore the second request. The request ID must be a valid [UUID](https://
2065
+ # tools.ietf.org/html/rfc4122) with the exception that zero UUID is not
2066
+ # supported (`00000000-0000-0000-0000-000000000000`).
2075
2067
  # Corresponds to the JSON property `requestId`
2076
2068
  # @return [String]
2077
2069
  attr_accessor :request_id
@@ -2122,28 +2114,27 @@ module Google
2122
2114
  class GoogleCloudChannelV1TransferEntitlementsRequest
2123
2115
  include Google::Apis::Core::Hashable
2124
2116
 
2125
- # This token is generated by the Super Admin of the resold customer to authorize
2126
- # a reseller to access their Cloud Identity and purchase entitlements on their
2127
- # behalf. This token can be omitted once the authorization is generated. See
2128
- # https://support.google.com/a/answer/7643790 for more details.
2117
+ # The super admin of the resold customer generates this token to authorize a
2118
+ # reseller to access their Cloud Identity and purchase entitlements on their
2119
+ # behalf. You can omit this token after authorization. See https://support.
2120
+ # google.com/a/answer/7643790 for more details.
2129
2121
  # Corresponds to the JSON property `authToken`
2130
2122
  # @return [String]
2131
2123
  attr_accessor :auth_token
2132
2124
 
2133
- # Required. The new entitlements to be created or transferred.
2125
+ # Required. The new entitlements to create or transfer.
2134
2126
  # Corresponds to the JSON property `entitlements`
2135
2127
  # @return [Array<Google::Apis::CloudchannelV1::GoogleCloudChannelV1Entitlement>]
2136
2128
  attr_accessor :entitlements
2137
2129
 
2138
- # Optional. An optional request ID to identify requests. Specify a unique
2139
- # request ID so that if you must retry your request, the server will know to
2140
- # ignore the request if it has already been completed. For example, consider a
2141
- # situation where you make an initial request and the request times out. If you
2142
- # make the request again with the same request ID, the server can check if the
2143
- # original operation with the same request ID was received, and if so, will
2144
- # ignore the second request. The request ID must be a valid [UUID](https://tools.
2145
- # ietf.org/html/rfc4122) with the exception that zero UUID is not supported (`
2146
- # 00000000-0000-0000-0000-000000000000`).
2130
+ # Optional. You can specify an optional unique request ID, and if you need to
2131
+ # retry your request, the server will know to ignore the request if it's
2132
+ # complete. For example, you make an initial request and the request times out.
2133
+ # If you make the request again with the same request ID, the server can check
2134
+ # if it received the original operation with the same request ID. If it did, it
2135
+ # will ignore the second request. The request ID must be a valid [UUID](https://
2136
+ # tools.ietf.org/html/rfc4122) with the exception that zero UUID is not
2137
+ # supported (`00000000-0000-0000-0000-000000000000`).
2147
2138
  # Corresponds to the JSON property `requestId`
2148
2139
  # @return [String]
2149
2140
  attr_accessor :request_id
@@ -2160,12 +2151,12 @@ module Google
2160
2151
  end
2161
2152
  end
2162
2153
 
2163
- # Response message for CloudChannelService.TransferEntitlements. This will be
2164
- # put into the response field of google.longrunning.Operation.
2154
+ # Response message for CloudChannelService.TransferEntitlements. This is put in
2155
+ # the response field of google.longrunning.Operation.
2165
2156
  class GoogleCloudChannelV1TransferEntitlementsResponse
2166
2157
  include Google::Apis::Core::Hashable
2167
2158
 
2168
- # The entitlements that have been transferred.
2159
+ # The transferred entitlements.
2169
2160
  # Corresponds to the JSON property `entitlements`
2170
2161
  # @return [Array<Google::Apis::CloudchannelV1::GoogleCloudChannelV1Entitlement>]
2171
2162
  attr_accessor :entitlements
@@ -2184,20 +2175,19 @@ module Google
2184
2175
  class GoogleCloudChannelV1TransferEntitlementsToGoogleRequest
2185
2176
  include Google::Apis::Core::Hashable
2186
2177
 
2187
- # Required. The entitlements to be transferred to Google.
2178
+ # Required. The entitlements to transfer to Google.
2188
2179
  # Corresponds to the JSON property `entitlements`
2189
2180
  # @return [Array<Google::Apis::CloudchannelV1::GoogleCloudChannelV1Entitlement>]
2190
2181
  attr_accessor :entitlements
2191
2182
 
2192
- # Optional. An optional request ID to identify requests. Specify a unique
2193
- # request ID so that if you must retry your request, the server will know to
2194
- # ignore the request if it has already been completed. For example, consider a
2195
- # situation where you make an initial request and the request times out. If you
2196
- # make the request again with the same request ID, the server can check if the
2197
- # original operation with the same request ID was received, and if so, will
2198
- # ignore the second request. The request ID must be a valid [UUID](https://tools.
2199
- # ietf.org/html/rfc4122) with the exception that zero UUID is not supported (`
2200
- # 00000000-0000-0000-0000-000000000000`).
2183
+ # Optional. You can specify an optional unique request ID, and if you need to
2184
+ # retry your request, the server will know to ignore the request if it's
2185
+ # complete. For example, you make an initial request and the request times out.
2186
+ # If you make the request again with the same request ID, the server can check
2187
+ # if it received the original operation with the same request ID. If it did, it
2188
+ # will ignore the second request. The request ID must be a valid [UUID](https://
2189
+ # tools.ietf.org/html/rfc4122) with the exception that zero UUID is not
2190
+ # supported (`00000000-0000-0000-0000-000000000000`).
2201
2191
  # Corresponds to the JSON property `requestId`
2202
2192
  # @return [String]
2203
2193
  attr_accessor :request_id
@@ -2239,6 +2229,14 @@ module Google
2239
2229
  class GoogleCloudChannelV1TransferableSku
2240
2230
  include Google::Apis::Core::Hashable
2241
2231
 
2232
+ # Represents a product's purchasable Stock Keeping Unit (SKU). SKUs represent
2233
+ # the different variations of the product. For example, Google Workspace
2234
+ # Business Standard and Google Workspace Business Plus are Google Workspace
2235
+ # product SKUs.
2236
+ # Corresponds to the JSON property `legacySku`
2237
+ # @return [Google::Apis::CloudchannelV1::GoogleCloudChannelV1Sku]
2238
+ attr_accessor :legacy_sku
2239
+
2242
2240
  # Represents a product's purchasable Stock Keeping Unit (SKU). SKUs represent
2243
2241
  # the different variations of the product. For example, Google Workspace
2244
2242
  # Business Standard and Google Workspace Business Plus are Google Workspace
@@ -2258,6 +2256,7 @@ module Google
2258
2256
 
2259
2257
  # Update properties of this object
2260
2258
  def update!(**args)
2259
+ @legacy_sku = args[:legacy_sku] if args.key?(:legacy_sku)
2261
2260
  @sku = args[:sku] if args.key?(:sku)
2262
2261
  @transfer_eligibility = args[:transfer_eligibility] if args.key?(:transfer_eligibility)
2263
2262
  end
@@ -2295,8 +2294,7 @@ module Google
2295
2294
  class GoogleCloudChannelV1UnregisterSubscriberRequest
2296
2295
  include Google::Apis::Core::Hashable
2297
2296
 
2298
- # Required. Service account which will be unregistered from getting subscriber
2299
- # access to the topic.
2297
+ # Required. Service account to unregister from subscriber access to the topic.
2300
2298
  # Corresponds to the JSON property `serviceAccount`
2301
2299
  # @return [String]
2302
2300
  attr_accessor :service_account
@@ -2315,8 +2313,7 @@ module Google
2315
2313
  class GoogleCloudChannelV1UnregisterSubscriberResponse
2316
2314
  include Google::Apis::Core::Hashable
2317
2315
 
2318
- # Name of the topic from which the service account subscriber access has been
2319
- # removed.
2316
+ # Name of the topic the service account subscriber access was removed from.
2320
2317
  # Corresponds to the JSON property `topic`
2321
2318
  # @return [String]
2322
2319
  attr_accessor :topic
@@ -2342,7 +2339,7 @@ module Google
2342
2339
  attr_accessor :channel_partner_link
2343
2340
 
2344
2341
  # Required. The update mask that applies to the resource. The only allowable
2345
- # value for update mask is channel_partner_link.link_state.
2342
+ # value for an update mask is channel_partner_link.link_state.
2346
2343
  # Corresponds to the JSON property `updateMask`
2347
2344
  # @return [String]
2348
2345
  attr_accessor :update_mask
@@ -2362,6 +2359,12 @@ module Google
2362
2359
  class GoogleCloudChannelV1Value
2363
2360
  include Google::Apis::Core::Hashable
2364
2361
 
2362
+ # Represents a boolean value.
2363
+ # Corresponds to the JSON property `boolValue`
2364
+ # @return [Boolean]
2365
+ attr_accessor :bool_value
2366
+ alias_method :bool_value?, :bool_value
2367
+
2365
2368
  # Represents a double value.
2366
2369
  # Corresponds to the JSON property `doubleValue`
2367
2370
  # @return [Float]
@@ -2388,6 +2391,7 @@ module Google
2388
2391
 
2389
2392
  # Update properties of this object
2390
2393
  def update!(**args)
2394
+ @bool_value = args[:bool_value] if args.key?(:bool_value)
2391
2395
  @double_value = args[:double_value] if args.key?(:double_value)
2392
2396
  @int64_value = args[:int64_value] if args.key?(:int64_value)
2393
2397
  @proto_value = args[:proto_value] if args.key?(:proto_value)
@@ -2816,12 +2820,12 @@ module Google
2816
2820
  end
2817
2821
  end
2818
2822
 
2819
- # Response message for CloudChannelService.TransferEntitlements. This will be
2820
- # put into the response field of google.longrunning.Operation.
2823
+ # Response message for CloudChannelService.TransferEntitlements. This is put in
2824
+ # the response field of google.longrunning.Operation.
2821
2825
  class GoogleCloudChannelV1alpha1TransferEntitlementsResponse
2822
2826
  include Google::Apis::Core::Hashable
2823
2827
 
2824
- # The entitlements that have been transferred.
2828
+ # The transferred entitlements.
2825
2829
  # Corresponds to the JSON property `entitlements`
2826
2830
  # @return [Array<Google::Apis::CloudchannelV1::GoogleCloudChannelV1alpha1Entitlement>]
2827
2831
  attr_accessor :entitlements
@@ -2868,6 +2872,12 @@ module Google
2868
2872
  class GoogleCloudChannelV1alpha1Value
2869
2873
  include Google::Apis::Core::Hashable
2870
2874
 
2875
+ # Represents a boolean value.
2876
+ # Corresponds to the JSON property `boolValue`
2877
+ # @return [Boolean]
2878
+ attr_accessor :bool_value
2879
+ alias_method :bool_value?, :bool_value
2880
+
2871
2881
  # Represents a double value.
2872
2882
  # Corresponds to the JSON property `doubleValue`
2873
2883
  # @return [Float]
@@ -2894,6 +2904,7 @@ module Google
2894
2904
 
2895
2905
  # Update properties of this object
2896
2906
  def update!(**args)
2907
+ @bool_value = args[:bool_value] if args.key?(:bool_value)
2897
2908
  @double_value = args[:double_value] if args.key?(:double_value)
2898
2909
  @int64_value = args[:int64_value] if args.key?(:int64_value)
2899
2910
  @proto_value = args[:proto_value] if args.key?(:proto_value)