google-apis-content_v2_1 0.15.0 → 0.19.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: 8792c8ae1dc0826ccb06e0a83aa6a139fcc24cd365123879deb318e663753cc1
4
- data.tar.gz: d2ecb16e7f97a2f4a522c6641932ce8de7a86eb871dbd7be7b93b43aeacef270
3
+ metadata.gz: bb02d6a532b3edb7e150d9b05fe763ec7d4cc4cfd1ac97701f2ccdcc6dd8aa2c
4
+ data.tar.gz: ba910bb8cd525a5a7dc5b03522f73fc8de1c9d3f95ceee5eb0dae9a4e4acd7c6
5
5
  SHA512:
6
- metadata.gz: '038bb9bff04e6b115afccca69fa4c708979d5ca2253f0725dd945f5ee26fc10bd1e4ab04093517353b00b2bcd39a889fe6fbfc1eca6a200888a9382099a7bab4'
7
- data.tar.gz: f90bfd20410e09f928f2d8f88bbc352bfd9ec2d707cd6806426410231d9db757c98e3dfb22e7571b2a3f2f9c7b40062f4449447ccad47a0957ac45a00ce0278e
6
+ metadata.gz: 49c9049c7534429bb4e0086d30629d67bc1f1dc9a7c3bf8d98031860167c9ff1bcd9c7b493c65b3b374ad7507b69132438609d32c6549866a19ef8d80c7980cd
7
+ data.tar.gz: c5bcc7810c76e738925ef35bd3e30757595f092f132497514a6da05a6742e245cc1442fa2cb52e8f4881f95f149567f55f70224406fc528b40331d648dad2ec2
data/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # Release history for google-apis-content_v2_1
2
2
 
3
+ ### v0.19.0 (2021-07-27)
4
+
5
+ * Regenerated from discovery document revision 20210722
6
+
7
+ ### v0.18.0 (2021-07-20)
8
+
9
+ * Regenerated from discovery document revision 20210715
10
+
11
+ ### v0.17.0 (2021-07-13)
12
+
13
+ * Regenerated from discovery document revision 20210707
14
+
15
+ ### v0.16.0 (2021-06-29)
16
+
17
+ * Regenerated from discovery document revision 20210624
18
+ * Regenerated using generator version 0.4.0
19
+
3
20
  ### v0.15.0 (2021-06-24)
4
21
 
5
22
  * Unspecified changes
@@ -28,6 +28,12 @@ module Google
28
28
  class Account
29
29
  include Google::Apis::Core::Hashable
30
30
 
31
+ # Output only. How the account is managed. Acceptable values are: - "`manual`" -
32
+ # "`automatic`"
33
+ # Corresponds to the JSON property `accountManagement`
34
+ # @return [String]
35
+ attr_accessor :account_management
36
+
31
37
  # Linked Ads accounts that are active or pending approval. To create a new link
32
38
  # request, add a new link with status `active` to the list. It will remain in a `
33
39
  # pending` state until approved or rejected either in the Ads interface or
@@ -70,7 +76,7 @@ module Google
70
76
  attr_accessor :id
71
77
 
72
78
  # Identifies what kind of resource this is. Value: the fixed string "`content#
73
- # account`"
79
+ # account`".
74
80
  # Corresponds to the JSON property `kind`
75
81
  # @return [String]
76
82
  attr_accessor :kind
@@ -116,6 +122,7 @@ module Google
116
122
 
117
123
  # Update properties of this object
118
124
  def update!(**args)
125
+ @account_management = args[:account_management] if args.key?(:account_management)
119
126
  @ads_links = args[:ads_links] if args.key?(:ads_links)
120
127
  @adult_content = args[:adult_content] if args.key?(:adult_content)
121
128
  @automatic_label_ids = args[:automatic_label_ids] if args.key?(:automatic_label_ids)
@@ -465,6 +472,12 @@ module Google
465
472
  # @return [Array<Google::Apis::ContentV2_1::AccountStatusAccountLevelIssue>]
466
473
  attr_accessor :account_level_issues
467
474
 
475
+ # How the account is managed. Acceptable values are: - "`manual`" - "`automatic`"
476
+ #
477
+ # Corresponds to the JSON property `accountManagement`
478
+ # @return [String]
479
+ attr_accessor :account_management
480
+
468
481
  # Identifies what kind of resource this is. Value: the fixed string "`content#
469
482
  # accountStatus`"
470
483
  # Corresponds to the JSON property `kind`
@@ -491,6 +504,7 @@ module Google
491
504
  def update!(**args)
492
505
  @account_id = args[:account_id] if args.key?(:account_id)
493
506
  @account_level_issues = args[:account_level_issues] if args.key?(:account_level_issues)
507
+ @account_management = args[:account_management] if args.key?(:account_management)
494
508
  @kind = args[:kind] if args.key?(:kind)
495
509
  @products = args[:products] if args.key?(:products)
496
510
  @website_claimed = args[:website_claimed] if args.key?(:website_claimed)
@@ -705,8 +719,8 @@ module Google
705
719
  # @return [Fixnum]
706
720
  attr_accessor :account_id
707
721
 
708
- # Identifies what kind of resource this is. Value: the fixed string "content#
709
- # accountTax".
722
+ # Identifies what kind of resource this is. Value: the fixed string "`content#
723
+ # accountTax`".
710
724
  # Corresponds to the JSON property `kind`
711
725
  # @return [String]
712
726
  attr_accessor :kind
@@ -868,8 +882,8 @@ module Google
868
882
  # @return [Array<Google::Apis::ContentV2_1::AccountIdentifier>]
869
883
  attr_accessor :account_identifiers
870
884
 
871
- # Identifies what kind of resource this is. Value: the fixed string "content#
872
- # accountsAuthInfoResponse".
885
+ # Identifies what kind of resource this is. Value: the fixed string "`content#
886
+ # accountsAuthInfoResponse`".
873
887
  # Corresponds to the JSON property `kind`
874
888
  # @return [String]
875
889
  attr_accessor :kind
@@ -889,8 +903,8 @@ module Google
889
903
  class AccountsClaimWebsiteResponse
890
904
  include Google::Apis::Core::Hashable
891
905
 
892
- # Identifies what kind of resource this is. Value: the fixed string "content#
893
- # accountsClaimWebsiteResponse".
906
+ # Identifies what kind of resource this is. Value: the fixed string "`content#
907
+ # accountsClaimWebsiteResponse`".
894
908
  # Corresponds to the JSON property `kind`
895
909
  # @return [String]
896
910
  attr_accessor :kind
@@ -1016,7 +1030,7 @@ module Google
1016
1030
  attr_accessor :action
1017
1031
 
1018
1032
  # Type of the link between the two accounts. Acceptable values are: - "`
1019
- # channelPartner`" - "`eCommercePlatform`"
1033
+ # channelPartner`" - "`eCommercePlatform`" - "`paymentServiceProvider`"
1020
1034
  # Corresponds to the JSON property `linkType`
1021
1035
  # @return [String]
1022
1036
  attr_accessor :link_type
@@ -1027,7 +1041,8 @@ module Google
1027
1041
  attr_accessor :linked_account_id
1028
1042
 
1029
1043
  # Provided services. Acceptable values are: - "`shoppingAdsProductManagement`" -
1030
- # "`shoppingActionsProductManagement`" - "`shoppingActionsOrderManagement`"
1044
+ # "`shoppingActionsProductManagement`" - "`shoppingActionsOrderManagement`" - "`
1045
+ # paymentProcessing`"
1031
1046
  # Corresponds to the JSON property `services`
1032
1047
  # @return [Array<String>]
1033
1048
  attr_accessor :services
@@ -1054,8 +1069,8 @@ module Google
1054
1069
  # @return [Array<Google::Apis::ContentV2_1::AccountsCustomBatchResponseEntry>]
1055
1070
  attr_accessor :entries
1056
1071
 
1057
- # Identifies what kind of resource this is. Value: the fixed string "content#
1058
- # accountsCustomBatchResponse".
1072
+ # Identifies what kind of resource this is. Value: the fixed string "`content#
1073
+ # accountsCustomBatchResponse`".
1059
1074
  # Corresponds to the JSON property `kind`
1060
1075
  # @return [String]
1061
1076
  attr_accessor :kind
@@ -1163,8 +1178,8 @@ module Google
1163
1178
  class AccountsLinkResponse
1164
1179
  include Google::Apis::Core::Hashable
1165
1180
 
1166
- # Identifies what kind of resource this is. Value: the fixed string "content#
1167
- # accountsLinkResponse".
1181
+ # Identifies what kind of resource this is. Value: the fixed string "`content#
1182
+ # accountsLinkResponse`".
1168
1183
  # Corresponds to the JSON property `kind`
1169
1184
  # @return [String]
1170
1185
  attr_accessor :kind
@@ -1183,8 +1198,8 @@ module Google
1183
1198
  class AccountsListLinksResponse
1184
1199
  include Google::Apis::Core::Hashable
1185
1200
 
1186
- # Identifies what kind of resource this is. Value: the fixed string "content#
1187
- # accountsListLinksResponse".
1201
+ # Identifies what kind of resource this is. Value: the fixed string "`content#
1202
+ # accountsListLinksResponse`".
1188
1203
  # Corresponds to the JSON property `kind`
1189
1204
  # @return [String]
1190
1205
  attr_accessor :kind
@@ -1215,8 +1230,8 @@ module Google
1215
1230
  class AccountsListResponse
1216
1231
  include Google::Apis::Core::Hashable
1217
1232
 
1218
- # Identifies what kind of resource this is. Value: the fixed string "content#
1219
- # accountsListResponse".
1233
+ # Identifies what kind of resource this is. Value: the fixed string "`content#
1234
+ # accountsListResponse`".
1220
1235
  # Corresponds to the JSON property `kind`
1221
1236
  # @return [String]
1222
1237
  attr_accessor :kind
@@ -1266,8 +1281,8 @@ module Google
1266
1281
  class AccountsUpdateLabelsResponse
1267
1282
  include Google::Apis::Core::Hashable
1268
1283
 
1269
- # Identifies what kind of resource this is. Value: the fixed string "content#
1270
- # accountsUpdateLabelsResponse".
1284
+ # Identifies what kind of resource this is. Value: the fixed string "`content#
1285
+ # accountsUpdateLabelsResponse`".
1271
1286
  # Corresponds to the JSON property `kind`
1272
1287
  # @return [String]
1273
1288
  attr_accessor :kind
@@ -1354,8 +1369,8 @@ module Google
1354
1369
  # @return [Array<Google::Apis::ContentV2_1::AccountstatusesCustomBatchResponseEntry>]
1355
1370
  attr_accessor :entries
1356
1371
 
1357
- # Identifies what kind of resource this is. Value: the fixed string "content#
1358
- # accountstatusesCustomBatchResponse".
1372
+ # Identifies what kind of resource this is. Value: the fixed string "`content#
1373
+ # accountstatusesCustomBatchResponse`".
1359
1374
  # Corresponds to the JSON property `kind`
1360
1375
  # @return [String]
1361
1376
  attr_accessor :kind
@@ -1407,8 +1422,8 @@ module Google
1407
1422
  class AccountstatusesListResponse
1408
1423
  include Google::Apis::Core::Hashable
1409
1424
 
1410
- # Identifies what kind of resource this is. Value: the fixed string "content#
1411
- # accountstatusesListResponse".
1425
+ # Identifies what kind of resource this is. Value: the fixed string "`content#
1426
+ # accountstatusesListResponse`".
1412
1427
  # Corresponds to the JSON property `kind`
1413
1428
  # @return [String]
1414
1429
  attr_accessor :kind
@@ -1506,8 +1521,8 @@ module Google
1506
1521
  # @return [Array<Google::Apis::ContentV2_1::AccounttaxCustomBatchResponseEntry>]
1507
1522
  attr_accessor :entries
1508
1523
 
1509
- # Identifies what kind of resource this is. Value: the fixed string "content#
1510
- # accounttaxCustomBatchResponse".
1524
+ # Identifies what kind of resource this is. Value: the fixed string "`content#
1525
+ # accounttaxCustomBatchResponse`".
1511
1526
  # Corresponds to the JSON property `kind`
1512
1527
  # @return [String]
1513
1528
  attr_accessor :kind
@@ -1565,8 +1580,8 @@ module Google
1565
1580
  class AccounttaxListResponse
1566
1581
  include Google::Apis::Core::Hashable
1567
1582
 
1568
- # Identifies what kind of resource this is. Value: the fixed string "content#
1569
- # accounttaxListResponse".
1583
+ # Identifies what kind of resource this is. Value: the fixed string "`content#
1584
+ # accounttaxListResponse`".
1570
1585
  # Corresponds to the JSON property `kind`
1571
1586
  # @return [String]
1572
1587
  attr_accessor :kind
@@ -2657,8 +2672,8 @@ module Google
2657
2672
  # @return [Array<Google::Apis::ContentV2_1::DatafeedsCustomBatchResponseEntry>]
2658
2673
  attr_accessor :entries
2659
2674
 
2660
- # Identifies what kind of resource this is. Value: the fixed string "content#
2661
- # datafeedsCustomBatchResponse".
2675
+ # Identifies what kind of resource this is. Value: the fixed string "`content#
2676
+ # datafeedsCustomBatchResponse`".
2662
2677
  # Corresponds to the JSON property `kind`
2663
2678
  # @return [String]
2664
2679
  attr_accessor :kind
@@ -2709,8 +2724,8 @@ module Google
2709
2724
  class DatafeedsFetchNowResponse
2710
2725
  include Google::Apis::Core::Hashable
2711
2726
 
2712
- # Identifies what kind of resource this is. Value: the fixed string "content#
2713
- # datafeedsFetchNowResponse".
2727
+ # Identifies what kind of resource this is. Value: the fixed string "`content#
2728
+ # datafeedsFetchNowResponse`".
2714
2729
  # Corresponds to the JSON property `kind`
2715
2730
  # @return [String]
2716
2731
  attr_accessor :kind
@@ -2729,8 +2744,8 @@ module Google
2729
2744
  class DatafeedsListResponse
2730
2745
  include Google::Apis::Core::Hashable
2731
2746
 
2732
- # Identifies what kind of resource this is. Value: the fixed string "content#
2733
- # datafeedsListResponse".
2747
+ # Identifies what kind of resource this is. Value: the fixed string "`content#
2748
+ # datafeedsListResponse`".
2734
2749
  # Corresponds to the JSON property `kind`
2735
2750
  # @return [String]
2736
2751
  attr_accessor :kind
@@ -2838,8 +2853,8 @@ module Google
2838
2853
  # @return [Array<Google::Apis::ContentV2_1::DatafeedstatusesCustomBatchResponseEntry>]
2839
2854
  attr_accessor :entries
2840
2855
 
2841
- # Identifies what kind of resource this is. Value: the fixed string "content#
2842
- # datafeedstatusesCustomBatchResponse".
2856
+ # Identifies what kind of resource this is. Value: the fixed string "`content#
2857
+ # datafeedstatusesCustomBatchResponse`".
2843
2858
  # Corresponds to the JSON property `kind`
2844
2859
  # @return [String]
2845
2860
  attr_accessor :kind
@@ -2891,8 +2906,8 @@ module Google
2891
2906
  class DatafeedstatusesListResponse
2892
2907
  include Google::Apis::Core::Hashable
2893
2908
 
2894
- # Identifies what kind of resource this is. Value: the fixed string "content#
2895
- # datafeedstatusesListResponse".
2909
+ # Identifies what kind of resource this is. Value: the fixed string "`content#
2910
+ # datafeedstatusesListResponse`".
2896
2911
  # Corresponds to the JSON property `kind`
2897
2912
  # @return [String]
2898
2913
  attr_accessor :kind
@@ -3195,6 +3210,94 @@ module Google
3195
3210
  end
3196
3211
  end
3197
3212
 
3213
+ # Response message for GetFreeListingsProgramStatus.
3214
+ class FreeListingsProgramStatus
3215
+ include Google::Apis::Core::Hashable
3216
+
3217
+ # Status of the program in each region. Regions with the same status and review
3218
+ # eligibility are grouped together in `regionCodes`.
3219
+ # Corresponds to the JSON property `regionStatuses`
3220
+ # @return [Array<Google::Apis::ContentV2_1::FreeListingsProgramStatusRegionStatus>]
3221
+ attr_accessor :region_statuses
3222
+
3223
+ # If program is successfully onboarded for at least one region.
3224
+ # Corresponds to the JSON property `state`
3225
+ # @return [String]
3226
+ attr_accessor :state
3227
+
3228
+ def initialize(**args)
3229
+ update!(**args)
3230
+ end
3231
+
3232
+ # Update properties of this object
3233
+ def update!(**args)
3234
+ @region_statuses = args[:region_statuses] if args.key?(:region_statuses)
3235
+ @state = args[:state] if args.key?(:state)
3236
+ end
3237
+ end
3238
+
3239
+ # Status of program and region.
3240
+ class FreeListingsProgramStatusRegionStatus
3241
+ include Google::Apis::Core::Hashable
3242
+
3243
+ # Date by which `eligibility_status` will go from `WARNING` to `DISAPPROVED`. It
3244
+ # will be present when `eligibility_status` is `WARNING`. Date will be provided
3245
+ # in ISO 8601 format i.e. YYYY-MM-DD
3246
+ # Corresponds to the JSON property `disapprovalDate`
3247
+ # @return [String]
3248
+ attr_accessor :disapproval_date
3249
+
3250
+ # Eligibility status of the standard free listing program.
3251
+ # Corresponds to the JSON property `eligibilityStatus`
3252
+ # @return [String]
3253
+ attr_accessor :eligibility_status
3254
+
3255
+ # Eligibility status of the enhanced free listing program.
3256
+ # Corresponds to the JSON property `enhancedEligibilityStatus`
3257
+ # @return [String]
3258
+ attr_accessor :enhanced_eligibility_status
3259
+
3260
+ # Reason if a program in a given country is not eligible for review. Populated
3261
+ # only if `review_eligibility_status` is `INELIGIBLE`.
3262
+ # Corresponds to the JSON property `ineligibilityReason`
3263
+ # @return [String]
3264
+ attr_accessor :ineligibility_reason
3265
+
3266
+ # The two-letter [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-
3267
+ # 1_alpha-2) codes for all the regions with the same `eligibilityStatus` and `
3268
+ # reviewEligibility`.
3269
+ # Corresponds to the JSON property `regionCodes`
3270
+ # @return [Array<String>]
3271
+ attr_accessor :region_codes
3272
+
3273
+ # If a program in a given country is eligible for review. It will be present
3274
+ # only if eligibility status is `DISAPPROVED`.
3275
+ # Corresponds to the JSON property `reviewEligibilityStatus`
3276
+ # @return [String]
3277
+ attr_accessor :review_eligibility_status
3278
+
3279
+ # These issues will be evaluated in review process. Fix all the issues before
3280
+ # requesting the review.
3281
+ # Corresponds to the JSON property `reviewIssues`
3282
+ # @return [Array<String>]
3283
+ attr_accessor :review_issues
3284
+
3285
+ def initialize(**args)
3286
+ update!(**args)
3287
+ end
3288
+
3289
+ # Update properties of this object
3290
+ def update!(**args)
3291
+ @disapproval_date = args[:disapproval_date] if args.key?(:disapproval_date)
3292
+ @eligibility_status = args[:eligibility_status] if args.key?(:eligibility_status)
3293
+ @enhanced_eligibility_status = args[:enhanced_eligibility_status] if args.key?(:enhanced_eligibility_status)
3294
+ @ineligibility_reason = args[:ineligibility_reason] if args.key?(:ineligibility_reason)
3295
+ @region_codes = args[:region_codes] if args.key?(:region_codes)
3296
+ @review_eligibility_status = args[:review_eligibility_status] if args.key?(:review_eligibility_status)
3297
+ @review_issues = args[:review_issues] if args.key?(:review_issues)
3298
+ end
3299
+ end
3300
+
3198
3301
  #
3199
3302
  class GmbAccounts
3200
3303
  include Google::Apis::Core::Hashable
@@ -3863,8 +3966,8 @@ module Google
3863
3966
  # @return [Array<Google::Apis::ContentV2_1::LiasettingsCustomBatchResponseEntry>]
3864
3967
  attr_accessor :entries
3865
3968
 
3866
- # Identifies what kind of resource this is. Value: the fixed string "content#
3867
- # liasettingsCustomBatchResponse".
3969
+ # Identifies what kind of resource this is. Value: the fixed string "`content#
3970
+ # liasettingsCustomBatchResponse`".
3868
3971
  # Corresponds to the JSON property `kind`
3869
3972
  # @return [String]
3870
3973
  attr_accessor :kind
@@ -3945,8 +4048,8 @@ module Google
3945
4048
  # @return [Array<Google::Apis::ContentV2_1::GmbAccountsGmbAccount>]
3946
4049
  attr_accessor :gmb_accounts
3947
4050
 
3948
- # Identifies what kind of resource this is. Value: the fixed string "content#
3949
- # liasettingsGetAccessibleGmbAccountsResponse".
4051
+ # Identifies what kind of resource this is. Value: the fixed string "`content#
4052
+ # liasettingsGetAccessibleGmbAccountsResponse`".
3950
4053
  # Corresponds to the JSON property `kind`
3951
4054
  # @return [String]
3952
4055
  attr_accessor :kind
@@ -3967,8 +4070,8 @@ module Google
3967
4070
  class LiasettingsListPosDataProvidersResponse
3968
4071
  include Google::Apis::Core::Hashable
3969
4072
 
3970
- # Identifies what kind of resource this is. Value: the fixed string "content#
3971
- # liasettingsListPosDataProvidersResponse".
4073
+ # Identifies what kind of resource this is. Value: the fixed string "`content#
4074
+ # liasettingsListPosDataProvidersResponse`".
3972
4075
  # Corresponds to the JSON property `kind`
3973
4076
  # @return [String]
3974
4077
  attr_accessor :kind
@@ -3993,8 +4096,8 @@ module Google
3993
4096
  class LiasettingsListResponse
3994
4097
  include Google::Apis::Core::Hashable
3995
4098
 
3996
- # Identifies what kind of resource this is. Value: the fixed string "content#
3997
- # liasettingsListResponse".
4099
+ # Identifies what kind of resource this is. Value: the fixed string "`content#
4100
+ # liasettingsListResponse`".
3998
4101
  # Corresponds to the JSON property `kind`
3999
4102
  # @return [String]
4000
4103
  attr_accessor :kind
@@ -4025,8 +4128,8 @@ module Google
4025
4128
  class LiasettingsRequestGmbAccessResponse
4026
4129
  include Google::Apis::Core::Hashable
4027
4130
 
4028
- # Identifies what kind of resource this is. Value: the fixed string "content#
4029
- # liasettingsRequestGmbAccessResponse".
4131
+ # Identifies what kind of resource this is. Value: the fixed string "`content#
4132
+ # liasettingsRequestGmbAccessResponse`".
4030
4133
  # Corresponds to the JSON property `kind`
4031
4134
  # @return [String]
4032
4135
  attr_accessor :kind
@@ -4045,8 +4148,8 @@ module Google
4045
4148
  class LiasettingsRequestInventoryVerificationResponse
4046
4149
  include Google::Apis::Core::Hashable
4047
4150
 
4048
- # Identifies what kind of resource this is. Value: the fixed string "content#
4049
- # liasettingsRequestInventoryVerificationResponse".
4151
+ # Identifies what kind of resource this is. Value: the fixed string "`content#
4152
+ # liasettingsRequestInventoryVerificationResponse`".
4050
4153
  # Corresponds to the JSON property `kind`
4051
4154
  # @return [String]
4052
4155
  attr_accessor :kind
@@ -4065,8 +4168,8 @@ module Google
4065
4168
  class LiasettingsSetInventoryVerificationContactResponse
4066
4169
  include Google::Apis::Core::Hashable
4067
4170
 
4068
- # Identifies what kind of resource this is. Value: the fixed string "content#
4069
- # liasettingsSetInventoryVerificationContactResponse".
4171
+ # Identifies what kind of resource this is. Value: the fixed string "`content#
4172
+ # liasettingsSetInventoryVerificationContactResponse`".
4070
4173
  # Corresponds to the JSON property `kind`
4071
4174
  # @return [String]
4072
4175
  attr_accessor :kind
@@ -4085,8 +4188,8 @@ module Google
4085
4188
  class LiasettingsSetPosDataProviderResponse
4086
4189
  include Google::Apis::Core::Hashable
4087
4190
 
4088
- # Identifies what kind of resource this is. Value: the fixed string "content#
4089
- # liasettingsSetPosDataProviderResponse".
4191
+ # Identifies what kind of resource this is. Value: the fixed string "`content#
4192
+ # liasettingsSetPosDataProviderResponse`".
4090
4193
  # Corresponds to the JSON property `kind`
4091
4194
  # @return [String]
4092
4195
  attr_accessor :kind
@@ -4553,8 +4656,8 @@ module Google
4553
4656
  # @return [Array<Google::Apis::ContentV2_1::LocalinventoryCustomBatchResponseEntry>]
4554
4657
  attr_accessor :entries
4555
4658
 
4556
- # Identifies what kind of resource this is. Value: the fixed string "content#
4557
- # localinventoryCustomBatchResponse".
4659
+ # Identifies what kind of resource this is. Value: the fixed string "`content#
4660
+ # localinventoryCustomBatchResponse`".
4558
4661
  # Corresponds to the JSON property `kind`
4559
4662
  # @return [String]
4560
4663
  attr_accessor :kind
@@ -6946,8 +7049,8 @@ module Google
6946
7049
  # @return [String]
6947
7050
  attr_accessor :execution_status
6948
7051
 
6949
- # Identifies what kind of resource this is. Value: the fixed string "content#
6950
- # orderinvoicesCreateChargeInvoiceResponse".
7052
+ # Identifies what kind of resource this is. Value: the fixed string "`content#
7053
+ # orderinvoicesCreateChargeInvoiceResponse`".
6951
7054
  # Corresponds to the JSON property `kind`
6952
7055
  # @return [String]
6953
7056
  attr_accessor :kind
@@ -7020,8 +7123,8 @@ module Google
7020
7123
  # @return [String]
7021
7124
  attr_accessor :execution_status
7022
7125
 
7023
- # Identifies what kind of resource this is. Value: the fixed string "content#
7024
- # orderinvoicesCreateRefundInvoiceResponse".
7126
+ # Identifies what kind of resource this is. Value: the fixed string "`content#
7127
+ # orderinvoicesCreateRefundInvoiceResponse`".
7025
7128
  # Corresponds to the JSON property `kind`
7026
7129
  # @return [String]
7027
7130
  attr_accessor :kind
@@ -7118,8 +7221,8 @@ module Google
7118
7221
  # @return [Array<Google::Apis::ContentV2_1::OrderReportDisbursement>]
7119
7222
  attr_accessor :disbursements
7120
7223
 
7121
- # Identifies what kind of resource this is. Value: the fixed string "content#
7122
- # orderreportsListDisbursementsResponse".
7224
+ # Identifies what kind of resource this is. Value: the fixed string "`content#
7225
+ # orderreportsListDisbursementsResponse`".
7123
7226
  # Corresponds to the JSON property `kind`
7124
7227
  # @return [String]
7125
7228
  attr_accessor :kind
@@ -7145,8 +7248,8 @@ module Google
7145
7248
  class OrderreportsListTransactionsResponse
7146
7249
  include Google::Apis::Core::Hashable
7147
7250
 
7148
- # Identifies what kind of resource this is. Value: the fixed string "content#
7149
- # orderreportsListTransactionsResponse".
7251
+ # Identifies what kind of resource this is. Value: the fixed string "`content#
7252
+ # orderreportsListTransactionsResponse`".
7150
7253
  # Corresponds to the JSON property `kind`
7151
7254
  # @return [String]
7152
7255
  attr_accessor :kind
@@ -7203,8 +7306,8 @@ module Google
7203
7306
  # @return [String]
7204
7307
  attr_accessor :execution_status
7205
7308
 
7206
- # Identifies what kind of resource this is. Value: the fixed string "content#
7207
- # orderreturnsAcknowledgeResponse".
7309
+ # Identifies what kind of resource this is. Value: the fixed string "`content#
7310
+ # orderreturnsAcknowledgeResponse`".
7208
7311
  # Corresponds to the JSON property `kind`
7209
7312
  # @return [String]
7210
7313
  attr_accessor :kind
@@ -7267,8 +7370,8 @@ module Google
7267
7370
  # @return [String]
7268
7371
  attr_accessor :execution_status
7269
7372
 
7270
- # Identifies what kind of resource this is. Value: the fixed string "content#
7271
- # orderreturnsCreateOrderReturnResponse".
7373
+ # Identifies what kind of resource this is. Value: the fixed string "`content#
7374
+ # orderreturnsCreateOrderReturnResponse`".
7272
7375
  # Corresponds to the JSON property `kind`
7273
7376
  # @return [String]
7274
7377
  attr_accessor :kind
@@ -7328,8 +7431,8 @@ module Google
7328
7431
  class OrderreturnsListResponse
7329
7432
  include Google::Apis::Core::Hashable
7330
7433
 
7331
- # Identifies what kind of resource this is. Value: the fixed string "content#
7332
- # orderreturnsListResponse".
7434
+ # Identifies what kind of resource this is. Value: the fixed string "`content#
7435
+ # orderreturnsListResponse`".
7333
7436
  # Corresponds to the JSON property `kind`
7334
7437
  # @return [String]
7335
7438
  attr_accessor :kind
@@ -7432,8 +7535,8 @@ module Google
7432
7535
  # @return [String]
7433
7536
  attr_accessor :execution_status
7434
7537
 
7435
- # Identifies what kind of resource this is. Value: the fixed string "content#
7436
- # orderreturnsProcessResponse".
7538
+ # Identifies what kind of resource this is. Value: the fixed string "`content#
7539
+ # orderreturnsProcessResponse`".
7437
7540
  # Corresponds to the JSON property `kind`
7438
7541
  # @return [String]
7439
7542
  attr_accessor :kind
@@ -7583,8 +7686,8 @@ module Google
7583
7686
  # @return [String]
7584
7687
  attr_accessor :execution_status
7585
7688
 
7586
- # Identifies what kind of resource this is. Value: the fixed string "content#
7587
- # ordersAcknowledgeResponse".
7689
+ # Identifies what kind of resource this is. Value: the fixed string "`content#
7690
+ # ordersAcknowledgeResponse`".
7588
7691
  # Corresponds to the JSON property `kind`
7589
7692
  # @return [String]
7590
7693
  attr_accessor :kind
@@ -7604,8 +7707,8 @@ module Google
7604
7707
  class OrdersAdvanceTestOrderResponse
7605
7708
  include Google::Apis::Core::Hashable
7606
7709
 
7607
- # Identifies what kind of resource this is. Value: the fixed string "content#
7608
- # ordersAdvanceTestOrderResponse".
7710
+ # Identifies what kind of resource this is. Value: the fixed string "`content#
7711
+ # ordersAdvanceTestOrderResponse`".
7609
7712
  # Corresponds to the JSON property `kind`
7610
7713
  # @return [String]
7611
7714
  attr_accessor :kind
@@ -7683,8 +7786,8 @@ module Google
7683
7786
  # @return [String]
7684
7787
  attr_accessor :execution_status
7685
7788
 
7686
- # Identifies what kind of resource this is. Value: the fixed string "content#
7687
- # ordersCancelLineItemResponse".
7789
+ # Identifies what kind of resource this is. Value: the fixed string "`content#
7790
+ # ordersCancelLineItemResponse`".
7688
7791
  # Corresponds to the JSON property `kind`
7689
7792
  # @return [String]
7690
7793
  attr_accessor :kind
@@ -7744,8 +7847,8 @@ module Google
7744
7847
  # @return [String]
7745
7848
  attr_accessor :execution_status
7746
7849
 
7747
- # Identifies what kind of resource this is. Value: the fixed string "content#
7748
- # ordersCancelResponse".
7850
+ # Identifies what kind of resource this is. Value: the fixed string "`content#
7851
+ # ordersCancelResponse`".
7749
7852
  # Corresponds to the JSON property `kind`
7750
7853
  # @return [String]
7751
7854
  attr_accessor :kind
@@ -7785,8 +7888,8 @@ module Google
7785
7888
  class OrdersCancelTestOrderByCustomerResponse
7786
7889
  include Google::Apis::Core::Hashable
7787
7890
 
7788
- # Identifies what kind of resource this is. Value: the fixed string "content#
7789
- # ordersCancelTestOrderByCustomerResponse".
7891
+ # Identifies what kind of resource this is. Value: the fixed string "`content#
7892
+ # ordersCancelTestOrderByCustomerResponse`".
7790
7893
  # Corresponds to the JSON property `kind`
7791
7894
  # @return [String]
7792
7895
  attr_accessor :kind
@@ -7842,8 +7945,8 @@ module Google
7842
7945
  class OrdersCreateTestOrderResponse
7843
7946
  include Google::Apis::Core::Hashable
7844
7947
 
7845
- # Identifies what kind of resource this is. Value: the fixed string "content#
7846
- # ordersCreateTestOrderResponse".
7948
+ # Identifies what kind of resource this is. Value: the fixed string "`content#
7949
+ # ordersCreateTestOrderResponse`".
7847
7950
  # Corresponds to the JSON property `kind`
7848
7951
  # @return [String]
7849
7952
  attr_accessor :kind
@@ -7887,8 +7990,8 @@ module Google
7887
7990
  class OrdersCreateTestReturnResponse
7888
7991
  include Google::Apis::Core::Hashable
7889
7992
 
7890
- # Identifies what kind of resource this is. Value: the fixed string "content#
7891
- # ordersCreateTestReturnResponse".
7993
+ # Identifies what kind of resource this is. Value: the fixed string "`content#
7994
+ # ordersCreateTestReturnResponse`".
7892
7995
  # Corresponds to the JSON property `kind`
7893
7996
  # @return [String]
7894
7997
  attr_accessor :kind
@@ -8076,8 +8179,8 @@ module Google
8076
8179
  class OrdersGetByMerchantOrderIdResponse
8077
8180
  include Google::Apis::Core::Hashable
8078
8181
 
8079
- # Identifies what kind of resource this is. Value: the fixed string "content#
8080
- # ordersGetByMerchantOrderIdResponse".
8182
+ # Identifies what kind of resource this is. Value: the fixed string "`content#
8183
+ # ordersGetByMerchantOrderIdResponse`".
8081
8184
  # Corresponds to the JSON property `kind`
8082
8185
  # @return [String]
8083
8186
  attr_accessor :kind
@@ -8103,8 +8206,8 @@ module Google
8103
8206
  class OrdersGetTestOrderTemplateResponse
8104
8207
  include Google::Apis::Core::Hashable
8105
8208
 
8106
- # Identifies what kind of resource this is. Value: the fixed string "content#
8107
- # ordersGetTestOrderTemplateResponse".
8209
+ # Identifies what kind of resource this is. Value: the fixed string "`content#
8210
+ # ordersGetTestOrderTemplateResponse`".
8108
8211
  # Corresponds to the JSON property `kind`
8109
8212
  # @return [String]
8110
8213
  attr_accessor :kind
@@ -8204,8 +8307,8 @@ module Google
8204
8307
  # @return [String]
8205
8308
  attr_accessor :execution_status
8206
8309
 
8207
- # Identifies what kind of resource this is. Value: the fixed string "content#
8208
- # ordersInStoreRefundLineItemResponse".
8310
+ # Identifies what kind of resource this is. Value: the fixed string "`content#
8311
+ # ordersInStoreRefundLineItemResponse`".
8209
8312
  # Corresponds to the JSON property `kind`
8210
8313
  # @return [String]
8211
8314
  attr_accessor :kind
@@ -8225,8 +8328,8 @@ module Google
8225
8328
  class OrdersListResponse
8226
8329
  include Google::Apis::Core::Hashable
8227
8330
 
8228
- # Identifies what kind of resource this is. Value: the fixed string "content#
8229
- # ordersListResponse".
8331
+ # Identifies what kind of resource this is. Value: the fixed string "`content#
8332
+ # ordersListResponse`".
8230
8333
  # Corresponds to the JSON property `kind`
8231
8334
  # @return [String]
8232
8335
  attr_accessor :kind
@@ -8313,8 +8416,8 @@ module Google
8313
8416
  # @return [String]
8314
8417
  attr_accessor :execution_status
8315
8418
 
8316
- # Identifies what kind of resource this is. Value: the fixed string "content#
8317
- # ordersRefundItemResponse".
8419
+ # Identifies what kind of resource this is. Value: the fixed string "`content#
8420
+ # ordersRefundItemResponse`".
8318
8421
  # Corresponds to the JSON property `kind`
8319
8422
  # @return [String]
8320
8423
  attr_accessor :kind
@@ -8387,8 +8490,8 @@ module Google
8387
8490
  # @return [String]
8388
8491
  attr_accessor :execution_status
8389
8492
 
8390
- # Identifies what kind of resource this is. Value: the fixed string "content#
8391
- # ordersRefundOrderResponse".
8493
+ # Identifies what kind of resource this is. Value: the fixed string "`content#
8494
+ # ordersRefundOrderResponse`".
8392
8495
  # Corresponds to the JSON property `kind`
8393
8496
  # @return [String]
8394
8497
  attr_accessor :kind
@@ -8465,8 +8568,8 @@ module Google
8465
8568
  # @return [String]
8466
8569
  attr_accessor :execution_status
8467
8570
 
8468
- # Identifies what kind of resource this is. Value: the fixed string "content#
8469
- # ordersRejectReturnLineItemResponse".
8571
+ # Identifies what kind of resource this is. Value: the fixed string "`content#
8572
+ # ordersRejectReturnLineItemResponse`".
8470
8573
  # Corresponds to the JSON property `kind`
8471
8574
  # @return [String]
8472
8575
  attr_accessor :kind
@@ -8562,8 +8665,8 @@ module Google
8562
8665
  # @return [String]
8563
8666
  attr_accessor :execution_status
8564
8667
 
8565
- # Identifies what kind of resource this is. Value: the fixed string "content#
8566
- # ordersReturnRefundLineItemResponse".
8668
+ # Identifies what kind of resource this is. Value: the fixed string "`content#
8669
+ # ordersReturnRefundLineItemResponse`".
8567
8670
  # Corresponds to the JSON property `kind`
8568
8671
  # @return [String]
8569
8672
  attr_accessor :kind
@@ -8628,8 +8731,8 @@ module Google
8628
8731
  # @return [String]
8629
8732
  attr_accessor :execution_status
8630
8733
 
8631
- # Identifies what kind of resource this is. Value: the fixed string "content#
8632
- # ordersSetLineItemMetadataResponse".
8734
+ # Identifies what kind of resource this is. Value: the fixed string "`content#
8735
+ # ordersSetLineItemMetadataResponse`".
8633
8736
  # Corresponds to the JSON property `kind`
8634
8737
  # @return [String]
8635
8738
  attr_accessor :kind
@@ -8694,8 +8797,8 @@ module Google
8694
8797
  # @return [String]
8695
8798
  attr_accessor :execution_status
8696
8799
 
8697
- # Identifies what kind of resource this is. Value: the fixed string "content#
8698
- # ordersShipLineItemsResponse".
8800
+ # Identifies what kind of resource this is. Value: the fixed string "`content#
8801
+ # ordersShipLineItemsResponse`".
8699
8802
  # Corresponds to the JSON property `kind`
8700
8803
  # @return [String]
8701
8804
  attr_accessor :kind
@@ -8770,8 +8873,8 @@ module Google
8770
8873
  # @return [String]
8771
8874
  attr_accessor :execution_status
8772
8875
 
8773
- # Identifies what kind of resource this is. Value: the fixed string "content#
8774
- # ordersUpdateLineItemShippingDetailsResponse".
8876
+ # Identifies what kind of resource this is. Value: the fixed string "`content#
8877
+ # ordersUpdateLineItemShippingDetailsResponse`".
8775
8878
  # Corresponds to the JSON property `kind`
8776
8879
  # @return [String]
8777
8880
  attr_accessor :kind
@@ -8822,8 +8925,8 @@ module Google
8822
8925
  # @return [String]
8823
8926
  attr_accessor :execution_status
8824
8927
 
8825
- # Identifies what kind of resource this is. Value: the fixed string "content#
8826
- # ordersUpdateMerchantOrderIdResponse".
8928
+ # Identifies what kind of resource this is. Value: the fixed string "`content#
8929
+ # ordersUpdateMerchantOrderIdResponse`".
8827
8930
  # Corresponds to the JSON property `kind`
8828
8931
  # @return [String]
8829
8932
  attr_accessor :kind
@@ -8929,8 +9032,8 @@ module Google
8929
9032
  # @return [String]
8930
9033
  attr_accessor :execution_status
8931
9034
 
8932
- # Identifies what kind of resource this is. Value: the fixed string "content#
8933
- # ordersUpdateShipmentResponse".
9035
+ # Identifies what kind of resource this is. Value: the fixed string "`content#
9036
+ # ordersUpdateShipmentResponse`".
8934
9037
  # Corresponds to the JSON property `kind`
8935
9038
  # @return [String]
8936
9039
  attr_accessor :kind
@@ -9131,8 +9234,8 @@ module Google
9131
9234
  # @return [Array<Google::Apis::ContentV2_1::PosCustomBatchResponseEntry>]
9132
9235
  attr_accessor :entries
9133
9236
 
9134
- # Identifies what kind of resource this is. Value: the fixed string "content#
9135
- # posCustomBatchResponse".
9237
+ # Identifies what kind of resource this is. Value: the fixed string "`content#
9238
+ # posCustomBatchResponse`".
9136
9239
  # Corresponds to the JSON property `kind`
9137
9240
  # @return [String]
9138
9241
  attr_accessor :kind
@@ -9404,8 +9507,8 @@ module Google
9404
9507
  # @return [String]
9405
9508
  attr_accessor :item_id
9406
9509
 
9407
- # Identifies what kind of resource this is. Value: the fixed string "content#
9408
- # posInventoryResponse".
9510
+ # Identifies what kind of resource this is. Value: the fixed string "`content#
9511
+ # posInventoryResponse`".
9409
9512
  # Corresponds to the JSON property `kind`
9410
9513
  # @return [String]
9411
9514
  attr_accessor :kind
@@ -9458,8 +9561,8 @@ module Google
9458
9561
  class PosListResponse
9459
9562
  include Google::Apis::Core::Hashable
9460
9563
 
9461
- # Identifies what kind of resource this is. Value: the fixed string "content#
9462
- # posListResponse".
9564
+ # Identifies what kind of resource this is. Value: the fixed string "`content#
9565
+ # posListResponse`".
9463
9566
  # Corresponds to the JSON property `kind`
9464
9567
  # @return [String]
9465
9568
  attr_accessor :kind
@@ -9644,8 +9747,8 @@ module Google
9644
9747
  # @return [String]
9645
9748
  attr_accessor :item_id
9646
9749
 
9647
- # Identifies what kind of resource this is. Value: the fixed string "content#
9648
- # posSaleResponse".
9750
+ # Identifies what kind of resource this is. Value: the fixed string "`content#
9751
+ # posSaleResponse`".
9649
9752
  # Corresponds to the JSON property `kind`
9650
9753
  # @return [String]
9651
9754
  attr_accessor :kind
@@ -10966,7 +11069,8 @@ module Google
10966
11069
  # @return [Fixnum]
10967
11070
  attr_accessor :batch_id
10968
11071
 
10969
- # The Content API feed id.
11072
+ # The Content API Supplemental Feed ID. If present then product insertion or
11073
+ # deletion applies to a supplemental feed instead of primary Content API feed.
10970
11074
  # Corresponds to the JSON property `feedId`
10971
11075
  # @return [Fixnum]
10972
11076
  attr_accessor :feed_id
@@ -11031,8 +11135,8 @@ module Google
11031
11135
  # @return [Array<Google::Apis::ContentV2_1::ProductsCustomBatchResponseEntry>]
11032
11136
  attr_accessor :entries
11033
11137
 
11034
- # Identifies what kind of resource this is. Value: the fixed string "content#
11035
- # productsCustomBatchResponse".
11138
+ # Identifies what kind of resource this is. Value: the fixed string "`content#
11139
+ # productsCustomBatchResponse`".
11036
11140
  # Corresponds to the JSON property `kind`
11037
11141
  # @return [String]
11038
11142
  attr_accessor :kind
@@ -11093,8 +11197,8 @@ module Google
11093
11197
  class ProductsListResponse
11094
11198
  include Google::Apis::Core::Hashable
11095
11199
 
11096
- # Identifies what kind of resource this is. Value: the fixed string "content#
11097
- # productsListResponse".
11200
+ # Identifies what kind of resource this is. Value: the fixed string "`content#
11201
+ # productsListResponse`".
11098
11202
  # Corresponds to the JSON property `kind`
11099
11203
  # @return [String]
11100
11204
  attr_accessor :kind
@@ -11200,8 +11304,8 @@ module Google
11200
11304
  # @return [Array<Google::Apis::ContentV2_1::ProductstatusesCustomBatchResponseEntry>]
11201
11305
  attr_accessor :entries
11202
11306
 
11203
- # Identifies what kind of resource this is. Value: the fixed string "content#
11204
- # productstatusesCustomBatchResponse".
11307
+ # Identifies what kind of resource this is. Value: the fixed string "`content#
11308
+ # productstatusesCustomBatchResponse`".
11205
11309
  # Corresponds to the JSON property `kind`
11206
11310
  # @return [String]
11207
11311
  attr_accessor :kind
@@ -11260,8 +11364,8 @@ module Google
11260
11364
  class ProductstatusesListResponse
11261
11365
  include Google::Apis::Core::Hashable
11262
11366
 
11263
- # Identifies what kind of resource this is. Value: the fixed string "content#
11264
- # productstatusesListResponse".
11367
+ # Identifies what kind of resource this is. Value: the fixed string "`content#
11368
+ # productstatusesListResponse`".
11265
11369
  # Corresponds to the JSON property `kind`
11266
11370
  # @return [String]
11267
11371
  attr_accessor :kind
@@ -11581,8 +11685,8 @@ module Google
11581
11685
  # @return [Array<Google::Apis::ContentV2_1::CustomAttribute>]
11582
11686
  attr_accessor :custom_attributes
11583
11687
 
11584
- # Identifies what kind of resource this is. Value: the fixed string "content#
11585
- # regionalInventory".
11688
+ # Identifies what kind of resource this is. Value: the fixed string "`content#
11689
+ # regionalInventory`".
11586
11690
  # Corresponds to the JSON property `kind`
11587
11691
  # @return [String]
11588
11692
  attr_accessor :kind
@@ -11697,8 +11801,8 @@ module Google
11697
11801
  # @return [Array<Google::Apis::ContentV2_1::RegionalinventoryCustomBatchResponseEntry>]
11698
11802
  attr_accessor :entries
11699
11803
 
11700
- # Identifies what kind of resource this is. Value: the fixed string "content#
11701
- # regionalinventoryCustomBatchResponse".
11804
+ # Identifies what kind of resource this is. Value: the fixed string "`content#
11805
+ # regionalinventoryCustomBatchResponse`".
11702
11806
  # Corresponds to the JSON property `kind`
11703
11807
  # @return [String]
11704
11808
  attr_accessor :kind
@@ -11728,8 +11832,8 @@ module Google
11728
11832
  # @return [Google::Apis::ContentV2_1::Errors]
11729
11833
  attr_accessor :errors
11730
11834
 
11731
- # Identifies what kind of resource this is. Value: the fixed string "content#
11732
- # regionalinventoryCustomBatchResponseEntry".
11835
+ # Identifies what kind of resource this is. Value: the fixed string "`content#
11836
+ # regionalinventoryCustomBatchResponseEntry`".
11733
11837
  # Corresponds to the JSON property `kind`
11734
11838
  # @return [String]
11735
11839
  attr_accessor :kind
@@ -12339,6 +12443,67 @@ module Google
12339
12443
  end
12340
12444
  end
12341
12445
 
12446
+ # Request message for the RequestPhoneVerification method.
12447
+ class RequestPhoneVerificationRequest
12448
+ include Google::Apis::Core::Hashable
12449
+
12450
+ # Language code [IETF BCP 47 syntax](https://tools.ietf.org/html/bcp47) (for
12451
+ # example, en-US). Language code is used to provide localized `SMS` and `
12452
+ # PHONE_CALL`. Default language used is en-US if not provided.
12453
+ # Corresponds to the JSON property `languageCode`
12454
+ # @return [String]
12455
+ attr_accessor :language_code
12456
+
12457
+ # Phone number to be verified.
12458
+ # Corresponds to the JSON property `phoneNumber`
12459
+ # @return [String]
12460
+ attr_accessor :phone_number
12461
+
12462
+ # Required. Two letter country code for the phone number, for example `CA` for
12463
+ # Canadian numbers. See the [ISO 3166-1 alpha-2](https://wikipedia.org/wiki/
12464
+ # ISO_3166-1_alpha-2#Officially_assigned_code_elements) officially assigned
12465
+ # codes.
12466
+ # Corresponds to the JSON property `phoneRegionCode`
12467
+ # @return [String]
12468
+ attr_accessor :phone_region_code
12469
+
12470
+ # Verification method to receive verification code.
12471
+ # Corresponds to the JSON property `phoneVerificationMethod`
12472
+ # @return [String]
12473
+ attr_accessor :phone_verification_method
12474
+
12475
+ def initialize(**args)
12476
+ update!(**args)
12477
+ end
12478
+
12479
+ # Update properties of this object
12480
+ def update!(**args)
12481
+ @language_code = args[:language_code] if args.key?(:language_code)
12482
+ @phone_number = args[:phone_number] if args.key?(:phone_number)
12483
+ @phone_region_code = args[:phone_region_code] if args.key?(:phone_region_code)
12484
+ @phone_verification_method = args[:phone_verification_method] if args.key?(:phone_verification_method)
12485
+ end
12486
+ end
12487
+
12488
+ # Response message for the RequestPhoneVerification method.
12489
+ class RequestPhoneVerificationResponse
12490
+ include Google::Apis::Core::Hashable
12491
+
12492
+ # The verification ID to use in subsequent calls to `verifyphonenumber`.
12493
+ # Corresponds to the JSON property `verificationId`
12494
+ # @return [String]
12495
+ attr_accessor :verification_id
12496
+
12497
+ def initialize(**args)
12498
+ update!(**args)
12499
+ end
12500
+
12501
+ # Update properties of this object
12502
+ def update!(**args)
12503
+ @verification_id = args[:verification_id] if args.key?(:verification_id)
12504
+ end
12505
+ end
12506
+
12342
12507
  # Request message for the RequestReviewProgram method.
12343
12508
  class RequestReviewBuyOnGoogleProgramRequest
12344
12509
  include Google::Apis::Core::Hashable
@@ -12352,6 +12517,46 @@ module Google
12352
12517
  end
12353
12518
  end
12354
12519
 
12520
+ # Request message for the RequestReviewFreeListings Program method.
12521
+ class RequestReviewFreeListingsRequest
12522
+ include Google::Apis::Core::Hashable
12523
+
12524
+ # The code [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)
12525
+ # of the country for which review is to be requested.
12526
+ # Corresponds to the JSON property `regionCode`
12527
+ # @return [String]
12528
+ attr_accessor :region_code
12529
+
12530
+ def initialize(**args)
12531
+ update!(**args)
12532
+ end
12533
+
12534
+ # Update properties of this object
12535
+ def update!(**args)
12536
+ @region_code = args[:region_code] if args.key?(:region_code)
12537
+ end
12538
+ end
12539
+
12540
+ # Request message for the RequestReviewShoppingAds program method.
12541
+ class RequestReviewShoppingAdsRequest
12542
+ include Google::Apis::Core::Hashable
12543
+
12544
+ # The code [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)
12545
+ # of the country for which review is to be requested.
12546
+ # Corresponds to the JSON property `regionCode`
12547
+ # @return [String]
12548
+ attr_accessor :region_code
12549
+
12550
+ def initialize(**args)
12551
+ update!(**args)
12552
+ end
12553
+
12554
+ # Update properties of this object
12555
+ def update!(**args)
12556
+ @region_code = args[:region_code] if args.key?(:region_code)
12557
+ end
12558
+ end
12559
+
12355
12560
  # Return address resource.
12356
12561
  class ReturnAddress
12357
12562
  include Google::Apis::Core::Hashable
@@ -13012,8 +13217,8 @@ module Google
13012
13217
  # @return [Array<Google::Apis::ContentV2_1::ReturnaddressCustomBatchResponseEntry>]
13013
13218
  attr_accessor :entries
13014
13219
 
13015
- # Identifies what kind of resource this is. Value: the fixed string "content#
13016
- # returnaddressCustomBatchResponse".
13220
+ # Identifies what kind of resource this is. Value: the fixed string "`content#
13221
+ # returnaddressCustomBatchResponse`".
13017
13222
  # Corresponds to the JSON property `kind`
13018
13223
  # @return [String]
13019
13224
  attr_accessor :kind
@@ -13071,8 +13276,8 @@ module Google
13071
13276
  class ReturnaddressListResponse
13072
13277
  include Google::Apis::Core::Hashable
13073
13278
 
13074
- # Identifies what kind of resource this is. Value: the fixed string "content#
13075
- # returnaddressListResponse".
13279
+ # Identifies what kind of resource this is. Value: the fixed string "`content#
13280
+ # returnaddressListResponse`".
13076
13281
  # Corresponds to the JSON property `kind`
13077
13282
  # @return [String]
13078
13283
  attr_accessor :kind
@@ -13172,8 +13377,8 @@ module Google
13172
13377
  # @return [Array<Google::Apis::ContentV2_1::ReturnpolicyCustomBatchResponseEntry>]
13173
13378
  attr_accessor :entries
13174
13379
 
13175
- # Identifies what kind of resource this is. Value: the fixed string "content#
13176
- # returnpolicyCustomBatchResponse".
13380
+ # Identifies what kind of resource this is. Value: the fixed string "`content#
13381
+ # returnpolicyCustomBatchResponse`".
13177
13382
  # Corresponds to the JSON property `kind`
13178
13383
  # @return [String]
13179
13384
  attr_accessor :kind
@@ -13231,8 +13436,8 @@ module Google
13231
13436
  class ReturnpolicyListResponse
13232
13437
  include Google::Apis::Core::Hashable
13233
13438
 
13234
- # Identifies what kind of resource this is. Value: the fixed string "content#
13235
- # returnpolicyListResponse".
13439
+ # Identifies what kind of resource this is. Value: the fixed string "`content#
13440
+ # returnpolicyListResponse`".
13236
13441
  # Corresponds to the JSON property `kind`
13237
13442
  # @return [String]
13238
13443
  attr_accessor :kind
@@ -13292,7 +13497,9 @@ module Google
13292
13497
  attr_accessor :page_token
13293
13498
 
13294
13499
  # Required. Query that defines performance metrics to retrieve and dimensions
13295
- # according to which the metrics are to be segmented.
13500
+ # according to which the metrics are to be segmented. For details on how to
13501
+ # construct your query, see the [Query Language guide](https://developers.google.
13502
+ # com/shopping-content/guides/reports/query-language/overview).
13296
13503
  # Corresponds to the JSON property `query`
13297
13504
  # @return [String]
13298
13505
  attr_accessor :query
@@ -13349,27 +13556,37 @@ module Google
13349
13556
  # @return [String]
13350
13557
  attr_accessor :brand
13351
13558
 
13352
- # Product category (1st level) in Google's product taxonomy.
13559
+ # [Product category (1st level)](https://developers.google.com/shopping-content/
13560
+ # guides/reports/segmentation#category_and_product_type) in Google's product
13561
+ # taxonomy.
13353
13562
  # Corresponds to the JSON property `categoryL1`
13354
13563
  # @return [String]
13355
13564
  attr_accessor :category_l1
13356
13565
 
13357
- # Product category (2nd level) in Google's product taxonomy.
13566
+ # [Product category (2nd level)](https://developers.google.com/shopping-content/
13567
+ # guides/reports/segmentation#category_and_product_type) in Google's product
13568
+ # taxonomy.
13358
13569
  # Corresponds to the JSON property `categoryL2`
13359
13570
  # @return [String]
13360
13571
  attr_accessor :category_l2
13361
13572
 
13362
- # Product category (3rd level) in Google's product taxonomy.
13573
+ # [Product category (3rd level)](https://developers.google.com/shopping-content/
13574
+ # guides/reports/segmentation#category_and_product_type) in Google's product
13575
+ # taxonomy.
13363
13576
  # Corresponds to the JSON property `categoryL3`
13364
13577
  # @return [String]
13365
13578
  attr_accessor :category_l3
13366
13579
 
13367
- # Product category (4th level) in Google's product taxonomy.
13580
+ # [Product category (4th level)](https://developers.google.com/shopping-content/
13581
+ # guides/reports/segmentation#category_and_product_type) in Google's product
13582
+ # taxonomy.
13368
13583
  # Corresponds to the JSON property `categoryL4`
13369
13584
  # @return [String]
13370
13585
  attr_accessor :category_l4
13371
13586
 
13372
- # Product category (5th level) in Google's product taxonomy.
13587
+ # [Product category (5th level)](https://developers.google.com/shopping-content/
13588
+ # guides/reports/segmentation#category_and_product_type) in Google's product
13589
+ # taxonomy.
13373
13590
  # Corresponds to the JSON property `categoryL5`
13374
13591
  # @return [String]
13375
13592
  attr_accessor :category_l5
@@ -13423,27 +13640,37 @@ module Google
13423
13640
  # @return [String]
13424
13641
  attr_accessor :offer_id
13425
13642
 
13426
- # Product category (1st level) in merchant's own product taxonomy.
13643
+ # [Product type (1st level)](https://developers.google.com/shopping-content/
13644
+ # guides/reports/segmentation#category_and_product_type) in merchant's own
13645
+ # product taxonomy.
13427
13646
  # Corresponds to the JSON property `productTypeL1`
13428
13647
  # @return [String]
13429
13648
  attr_accessor :product_type_l1
13430
13649
 
13431
- # Product category (2nd level) in merchant's own product taxonomy.
13650
+ # [Product type (2nd level)](https://developers.google.com/shopping-content/
13651
+ # guides/reports/segmentation#category_and_product_type) in merchant's own
13652
+ # product taxonomy.
13432
13653
  # Corresponds to the JSON property `productTypeL2`
13433
13654
  # @return [String]
13434
13655
  attr_accessor :product_type_l2
13435
13656
 
13436
- # Product category (3rd level) in merchant's own product taxonomy.
13657
+ # [Product type (3rd level)](https://developers.google.com/shopping-content/
13658
+ # guides/reports/segmentation#category_and_product_type) in merchant's own
13659
+ # product taxonomy.
13437
13660
  # Corresponds to the JSON property `productTypeL3`
13438
13661
  # @return [String]
13439
13662
  attr_accessor :product_type_l3
13440
13663
 
13441
- # Product category (4th level) in merchant's own product taxonomy.
13664
+ # [Product type (4th level)](https://developers.google.com/shopping-content/
13665
+ # guides/reports/segmentation#category_and_product_type) in merchant's own
13666
+ # product taxonomy.
13442
13667
  # Corresponds to the JSON property `productTypeL4`
13443
13668
  # @return [String]
13444
13669
  attr_accessor :product_type_l4
13445
13670
 
13446
- # Product category (5th level) in merchant's own product taxonomy.
13671
+ # [Product type (5th level)](https://developers.google.com/shopping-content/
13672
+ # guides/reports/segmentation#category_and_product_type) in merchant's own
13673
+ # product taxonomy.
13447
13674
  # Corresponds to the JSON property `productTypeL5`
13448
13675
  # @return [String]
13449
13676
  attr_accessor :product_type_l5
@@ -13879,8 +14106,8 @@ module Google
13879
14106
  class SettlementreportsListResponse
13880
14107
  include Google::Apis::Core::Hashable
13881
14108
 
13882
- # Identifies what kind of resource this is. Value: the fixed string "content#
13883
- # settlementreportsListResponse".
14109
+ # Identifies what kind of resource this is. Value: the fixed string "`content#
14110
+ # settlementreportsListResponse`".
13884
14111
  # Corresponds to the JSON property `kind`
13885
14112
  # @return [String]
13886
14113
  attr_accessor :kind
@@ -13911,8 +14138,8 @@ module Google
13911
14138
  class SettlementtransactionsListResponse
13912
14139
  include Google::Apis::Core::Hashable
13913
14140
 
13914
- # Identifies what kind of resource this is. Value: the fixed string "content#
13915
- # settlementtransactionsListResponse".
14141
+ # Identifies what kind of resource this is. Value: the fixed string "`content#
14142
+ # settlementtransactionsListResponse`".
13916
14143
  # Corresponds to the JSON property `kind`
13917
14144
  # @return [String]
13918
14145
  attr_accessor :kind
@@ -14149,8 +14376,8 @@ module Google
14149
14376
  # @return [Array<Google::Apis::ContentV2_1::ShippingsettingsCustomBatchResponseEntry>]
14150
14377
  attr_accessor :entries
14151
14378
 
14152
- # Identifies what kind of resource this is. Value: the fixed string "content#
14153
- # shippingsettingsCustomBatchResponse".
14379
+ # Identifies what kind of resource this is. Value: the fixed string "`content#
14380
+ # shippingsettingsCustomBatchResponse`".
14154
14381
  # Corresponds to the JSON property `kind`
14155
14382
  # @return [String]
14156
14383
  attr_accessor :kind
@@ -14214,8 +14441,8 @@ module Google
14214
14441
  # @return [Array<Google::Apis::ContentV2_1::CarriersCarrier>]
14215
14442
  attr_accessor :carriers
14216
14443
 
14217
- # Identifies what kind of resource this is. Value: the fixed string "content#
14218
- # shippingsettingsGetSupportedCarriersResponse".
14444
+ # Identifies what kind of resource this is. Value: the fixed string "`content#
14445
+ # shippingsettingsGetSupportedCarriersResponse`".
14219
14446
  # Corresponds to the JSON property `kind`
14220
14447
  # @return [String]
14221
14448
  attr_accessor :kind
@@ -14240,8 +14467,8 @@ module Google
14240
14467
  # @return [Array<Google::Apis::ContentV2_1::HolidaysHoliday>]
14241
14468
  attr_accessor :holidays
14242
14469
 
14243
- # Identifies what kind of resource this is. Value: the fixed string "content#
14244
- # shippingsettingsGetSupportedHolidaysResponse".
14470
+ # Identifies what kind of resource this is. Value: the fixed string "`content#
14471
+ # shippingsettingsGetSupportedHolidaysResponse`".
14245
14472
  # Corresponds to the JSON property `kind`
14246
14473
  # @return [String]
14247
14474
  attr_accessor :kind
@@ -14261,8 +14488,8 @@ module Google
14261
14488
  class ShippingsettingsGetSupportedPickupServicesResponse
14262
14489
  include Google::Apis::Core::Hashable
14263
14490
 
14264
- # Identifies what kind of resource this is. Value: the fixed string "content#
14265
- # shippingsettingsGetSupportedPickupServicesResponse".
14491
+ # Identifies what kind of resource this is. Value: the fixed string "`content#
14492
+ # shippingsettingsGetSupportedPickupServicesResponse`".
14266
14493
  # Corresponds to the JSON property `kind`
14267
14494
  # @return [String]
14268
14495
  attr_accessor :kind
@@ -14287,8 +14514,8 @@ module Google
14287
14514
  class ShippingsettingsListResponse
14288
14515
  include Google::Apis::Core::Hashable
14289
14516
 
14290
- # Identifies what kind of resource this is. Value: the fixed string "content#
14291
- # shippingsettingsListResponse".
14517
+ # Identifies what kind of resource this is. Value: the fixed string "`content#
14518
+ # shippingsettingsListResponse`".
14292
14519
  # Corresponds to the JSON property `kind`
14293
14520
  # @return [String]
14294
14521
  attr_accessor :kind
@@ -14315,6 +14542,88 @@ module Google
14315
14542
  end
14316
14543
  end
14317
14544
 
14545
+ # Response message for GetShoppingAdsProgramStatus.
14546
+ class ShoppingAdsProgramStatus
14547
+ include Google::Apis::Core::Hashable
14548
+
14549
+ # Status of the program in each region. Regions with the same status and review
14550
+ # eligibility are grouped together in `regionCodes`.
14551
+ # Corresponds to the JSON property `regionStatuses`
14552
+ # @return [Array<Google::Apis::ContentV2_1::ShoppingAdsProgramStatusRegionStatus>]
14553
+ attr_accessor :region_statuses
14554
+
14555
+ # If program is successfully onboarded for at least one region.
14556
+ # Corresponds to the JSON property `state`
14557
+ # @return [String]
14558
+ attr_accessor :state
14559
+
14560
+ def initialize(**args)
14561
+ update!(**args)
14562
+ end
14563
+
14564
+ # Update properties of this object
14565
+ def update!(**args)
14566
+ @region_statuses = args[:region_statuses] if args.key?(:region_statuses)
14567
+ @state = args[:state] if args.key?(:state)
14568
+ end
14569
+ end
14570
+
14571
+ # Status of program and region.
14572
+ class ShoppingAdsProgramStatusRegionStatus
14573
+ include Google::Apis::Core::Hashable
14574
+
14575
+ # Date by which `eligibility_status` will go from `WARNING` to `DISAPPROVED`. It
14576
+ # will be present when `eligibility_status` is `WARNING`. Date will be provided
14577
+ # in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format i.e. YYYY-MM-DD
14578
+ # Corresponds to the JSON property `disapprovalDate`
14579
+ # @return [String]
14580
+ attr_accessor :disapproval_date
14581
+
14582
+ # Eligibility status of the Shopping Ads program.
14583
+ # Corresponds to the JSON property `eligibilityStatus`
14584
+ # @return [String]
14585
+ attr_accessor :eligibility_status
14586
+
14587
+ # Reason if a program in a given country is not eligible for review. Populated
14588
+ # only if `review_eligibility_status` is `INELIGIBLE`.
14589
+ # Corresponds to the JSON property `ineligibilityReason`
14590
+ # @return [String]
14591
+ attr_accessor :ineligibility_reason
14592
+
14593
+ # The two-letter [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-
14594
+ # 1_alpha-2) codes for all the regions with the same `eligibilityStatus` and `
14595
+ # reviewEligibility`.
14596
+ # Corresponds to the JSON property `regionCodes`
14597
+ # @return [Array<String>]
14598
+ attr_accessor :region_codes
14599
+
14600
+ # If a program in a given country is eligible for review. It will be present
14601
+ # only if eligibility status is `DISAPPROVED`.
14602
+ # Corresponds to the JSON property `reviewEligibilityStatus`
14603
+ # @return [String]
14604
+ attr_accessor :review_eligibility_status
14605
+
14606
+ # These issues will be evaluated in review process. Fix all the issues before
14607
+ # requesting the review.
14608
+ # Corresponds to the JSON property `reviewIssues`
14609
+ # @return [Array<String>]
14610
+ attr_accessor :review_issues
14611
+
14612
+ def initialize(**args)
14613
+ update!(**args)
14614
+ end
14615
+
14616
+ # Update properties of this object
14617
+ def update!(**args)
14618
+ @disapproval_date = args[:disapproval_date] if args.key?(:disapproval_date)
14619
+ @eligibility_status = args[:eligibility_status] if args.key?(:eligibility_status)
14620
+ @ineligibility_reason = args[:ineligibility_reason] if args.key?(:ineligibility_reason)
14621
+ @region_codes = args[:region_codes] if args.key?(:region_codes)
14622
+ @review_eligibility_status = args[:review_eligibility_status] if args.key?(:review_eligibility_status)
14623
+ @review_issues = args[:review_issues] if args.key?(:review_issues)
14624
+ end
14625
+ end
14626
+
14318
14627
  #
14319
14628
  class Table
14320
14629
  include Google::Apis::Core::Hashable
@@ -14864,8 +15173,10 @@ module Google
14864
15173
  # @return [Array<Google::Apis::ContentV2_1::UnitInvoiceAdditionalCharge>]
14865
15174
  attr_accessor :additional_charges
14866
15175
 
14867
- # [required] Pre-tax or post-tax price of the unit depending on the locality of
14868
- # the order.
15176
+ # [required] Pre-tax or post-tax price of one unit depending on the locality of
15177
+ # the order. *Note:* Invoicing works on a per unit basis. The `unitPrice` is the
15178
+ # price of a single unit, and will be multiplied by the number of entries in `
15179
+ # shipmentUnitId`.
14869
15180
  # Corresponds to the JSON property `unitPrice`
14870
15181
  # @return [Google::Apis::ContentV2_1::Price]
14871
15182
  attr_accessor :unit_price
@@ -14891,7 +15202,9 @@ module Google
14891
15202
  class UnitInvoiceAdditionalCharge
14892
15203
  include Google::Apis::Core::Hashable
14893
15204
 
14894
- # [required] Amount of the additional charge.
15205
+ # [required] Amount of the additional charge per unit. *Note:* Invoicing works
15206
+ # on a per unit bases. The `additionalChargeAmount` is the amount charged per
15207
+ # unit, and will be multiplied by the number of entries in `shipmentUnitID`.
14895
15208
  # Corresponds to the JSON property `additionalChargeAmount`
14896
15209
  # @return [Google::Apis::ContentV2_1::Amount]
14897
15210
  attr_accessor :additional_charge_amount
@@ -14996,6 +15309,56 @@ module Google
14996
15309
  end
14997
15310
  end
14998
15311
 
15312
+ # Request message for the VerifyPhoneNumber method.
15313
+ class VerifyPhoneNumberRequest
15314
+ include Google::Apis::Core::Hashable
15315
+
15316
+ # Verification method used to receive verification code.
15317
+ # Corresponds to the JSON property `phoneVerificationMethod`
15318
+ # @return [String]
15319
+ attr_accessor :phone_verification_method
15320
+
15321
+ # The verification code that was sent to the phone number for validation.
15322
+ # Corresponds to the JSON property `verificationCode`
15323
+ # @return [String]
15324
+ attr_accessor :verification_code
15325
+
15326
+ # The verification ID returned by `requestphoneverification`.
15327
+ # Corresponds to the JSON property `verificationId`
15328
+ # @return [String]
15329
+ attr_accessor :verification_id
15330
+
15331
+ def initialize(**args)
15332
+ update!(**args)
15333
+ end
15334
+
15335
+ # Update properties of this object
15336
+ def update!(**args)
15337
+ @phone_verification_method = args[:phone_verification_method] if args.key?(:phone_verification_method)
15338
+ @verification_code = args[:verification_code] if args.key?(:verification_code)
15339
+ @verification_id = args[:verification_id] if args.key?(:verification_id)
15340
+ end
15341
+ end
15342
+
15343
+ # Response message for the VerifyPhoneNumber method.
15344
+ class VerifyPhoneNumberResponse
15345
+ include Google::Apis::Core::Hashable
15346
+
15347
+ # Verified phone number if verification is successful.
15348
+ # Corresponds to the JSON property `verifiedPhoneNumber`
15349
+ # @return [String]
15350
+ attr_accessor :verified_phone_number
15351
+
15352
+ def initialize(**args)
15353
+ update!(**args)
15354
+ end
15355
+
15356
+ # Update properties of this object
15357
+ def update!(**args)
15358
+ @verified_phone_number = args[:verified_phone_number] if args.key?(:verified_phone_number)
15359
+ end
15360
+ end
15361
+
14999
15362
  #
15000
15363
  class WarehouseBasedDeliveryTime
15001
15364
  include Google::Apis::Core::Hashable