google-apis-content_v2_1 0.14.0 → 0.18.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9ed11960a935e807de41e5c8cb2469898e008abb2ff985972845c147de983f9d
|
4
|
+
data.tar.gz: 999cb844f9a93a23f6f74b1dd39f4c0e0b5f85f812ab03a673f8b74aa93b49fa
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 81f52fa4c13d9b5295ae3fddc1736084ffca57b8f2ded1daa288193991a1c121f794f46b0820aa01333b65c7c1aeeb1abdc789c44dc263c6e378da0eea846ede
|
7
|
+
data.tar.gz: cdcbe85b76f9f4ba63f89fa0edca5e80da965a843ed39f42ec0dd62371e357d84d8ee642804c89eb6ada0c0885e440758902e78d5bff06027da074fcc3c01da5
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,22 @@
|
|
1
1
|
# Release history for google-apis-content_v2_1
|
2
2
|
|
3
|
+
### v0.18.0 (2021-07-20)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20210715
|
6
|
+
|
7
|
+
### v0.17.0 (2021-07-13)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20210707
|
10
|
+
|
11
|
+
### v0.16.0 (2021-06-29)
|
12
|
+
|
13
|
+
* Regenerated from discovery document revision 20210624
|
14
|
+
* Regenerated using generator version 0.4.0
|
15
|
+
|
16
|
+
### v0.15.0 (2021-06-24)
|
17
|
+
|
18
|
+
* Unspecified changes
|
19
|
+
|
3
20
|
### v0.14.0 (2021-06-09)
|
4
21
|
|
5
22
|
* Regenerated from discovery document revision 20210603
|
@@ -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
|
@@ -3863,8 +3878,8 @@ module Google
|
|
3863
3878
|
# @return [Array<Google::Apis::ContentV2_1::LiasettingsCustomBatchResponseEntry>]
|
3864
3879
|
attr_accessor :entries
|
3865
3880
|
|
3866
|
-
# Identifies what kind of resource this is. Value: the fixed string "content#
|
3867
|
-
# liasettingsCustomBatchResponse".
|
3881
|
+
# Identifies what kind of resource this is. Value: the fixed string "`content#
|
3882
|
+
# liasettingsCustomBatchResponse`".
|
3868
3883
|
# Corresponds to the JSON property `kind`
|
3869
3884
|
# @return [String]
|
3870
3885
|
attr_accessor :kind
|
@@ -3945,8 +3960,8 @@ module Google
|
|
3945
3960
|
# @return [Array<Google::Apis::ContentV2_1::GmbAccountsGmbAccount>]
|
3946
3961
|
attr_accessor :gmb_accounts
|
3947
3962
|
|
3948
|
-
# Identifies what kind of resource this is. Value: the fixed string "content#
|
3949
|
-
# liasettingsGetAccessibleGmbAccountsResponse".
|
3963
|
+
# Identifies what kind of resource this is. Value: the fixed string "`content#
|
3964
|
+
# liasettingsGetAccessibleGmbAccountsResponse`".
|
3950
3965
|
# Corresponds to the JSON property `kind`
|
3951
3966
|
# @return [String]
|
3952
3967
|
attr_accessor :kind
|
@@ -3967,8 +3982,8 @@ module Google
|
|
3967
3982
|
class LiasettingsListPosDataProvidersResponse
|
3968
3983
|
include Google::Apis::Core::Hashable
|
3969
3984
|
|
3970
|
-
# Identifies what kind of resource this is. Value: the fixed string "content#
|
3971
|
-
# liasettingsListPosDataProvidersResponse".
|
3985
|
+
# Identifies what kind of resource this is. Value: the fixed string "`content#
|
3986
|
+
# liasettingsListPosDataProvidersResponse`".
|
3972
3987
|
# Corresponds to the JSON property `kind`
|
3973
3988
|
# @return [String]
|
3974
3989
|
attr_accessor :kind
|
@@ -3993,8 +4008,8 @@ module Google
|
|
3993
4008
|
class LiasettingsListResponse
|
3994
4009
|
include Google::Apis::Core::Hashable
|
3995
4010
|
|
3996
|
-
# Identifies what kind of resource this is. Value: the fixed string "content#
|
3997
|
-
# liasettingsListResponse".
|
4011
|
+
# Identifies what kind of resource this is. Value: the fixed string "`content#
|
4012
|
+
# liasettingsListResponse`".
|
3998
4013
|
# Corresponds to the JSON property `kind`
|
3999
4014
|
# @return [String]
|
4000
4015
|
attr_accessor :kind
|
@@ -4025,8 +4040,8 @@ module Google
|
|
4025
4040
|
class LiasettingsRequestGmbAccessResponse
|
4026
4041
|
include Google::Apis::Core::Hashable
|
4027
4042
|
|
4028
|
-
# Identifies what kind of resource this is. Value: the fixed string "content#
|
4029
|
-
# liasettingsRequestGmbAccessResponse".
|
4043
|
+
# Identifies what kind of resource this is. Value: the fixed string "`content#
|
4044
|
+
# liasettingsRequestGmbAccessResponse`".
|
4030
4045
|
# Corresponds to the JSON property `kind`
|
4031
4046
|
# @return [String]
|
4032
4047
|
attr_accessor :kind
|
@@ -4045,8 +4060,8 @@ module Google
|
|
4045
4060
|
class LiasettingsRequestInventoryVerificationResponse
|
4046
4061
|
include Google::Apis::Core::Hashable
|
4047
4062
|
|
4048
|
-
# Identifies what kind of resource this is. Value: the fixed string "content#
|
4049
|
-
# liasettingsRequestInventoryVerificationResponse".
|
4063
|
+
# Identifies what kind of resource this is. Value: the fixed string "`content#
|
4064
|
+
# liasettingsRequestInventoryVerificationResponse`".
|
4050
4065
|
# Corresponds to the JSON property `kind`
|
4051
4066
|
# @return [String]
|
4052
4067
|
attr_accessor :kind
|
@@ -4065,8 +4080,8 @@ module Google
|
|
4065
4080
|
class LiasettingsSetInventoryVerificationContactResponse
|
4066
4081
|
include Google::Apis::Core::Hashable
|
4067
4082
|
|
4068
|
-
# Identifies what kind of resource this is. Value: the fixed string "content#
|
4069
|
-
# liasettingsSetInventoryVerificationContactResponse".
|
4083
|
+
# Identifies what kind of resource this is. Value: the fixed string "`content#
|
4084
|
+
# liasettingsSetInventoryVerificationContactResponse`".
|
4070
4085
|
# Corresponds to the JSON property `kind`
|
4071
4086
|
# @return [String]
|
4072
4087
|
attr_accessor :kind
|
@@ -4085,8 +4100,8 @@ module Google
|
|
4085
4100
|
class LiasettingsSetPosDataProviderResponse
|
4086
4101
|
include Google::Apis::Core::Hashable
|
4087
4102
|
|
4088
|
-
# Identifies what kind of resource this is. Value: the fixed string "content#
|
4089
|
-
# liasettingsSetPosDataProviderResponse".
|
4103
|
+
# Identifies what kind of resource this is. Value: the fixed string "`content#
|
4104
|
+
# liasettingsSetPosDataProviderResponse`".
|
4090
4105
|
# Corresponds to the JSON property `kind`
|
4091
4106
|
# @return [String]
|
4092
4107
|
attr_accessor :kind
|
@@ -4553,8 +4568,8 @@ module Google
|
|
4553
4568
|
# @return [Array<Google::Apis::ContentV2_1::LocalinventoryCustomBatchResponseEntry>]
|
4554
4569
|
attr_accessor :entries
|
4555
4570
|
|
4556
|
-
# Identifies what kind of resource this is. Value: the fixed string "content#
|
4557
|
-
# localinventoryCustomBatchResponse".
|
4571
|
+
# Identifies what kind of resource this is. Value: the fixed string "`content#
|
4572
|
+
# localinventoryCustomBatchResponse`".
|
4558
4573
|
# Corresponds to the JSON property `kind`
|
4559
4574
|
# @return [String]
|
4560
4575
|
attr_accessor :kind
|
@@ -6946,8 +6961,8 @@ module Google
|
|
6946
6961
|
# @return [String]
|
6947
6962
|
attr_accessor :execution_status
|
6948
6963
|
|
6949
|
-
# Identifies what kind of resource this is. Value: the fixed string "content#
|
6950
|
-
# orderinvoicesCreateChargeInvoiceResponse".
|
6964
|
+
# Identifies what kind of resource this is. Value: the fixed string "`content#
|
6965
|
+
# orderinvoicesCreateChargeInvoiceResponse`".
|
6951
6966
|
# Corresponds to the JSON property `kind`
|
6952
6967
|
# @return [String]
|
6953
6968
|
attr_accessor :kind
|
@@ -7020,8 +7035,8 @@ module Google
|
|
7020
7035
|
# @return [String]
|
7021
7036
|
attr_accessor :execution_status
|
7022
7037
|
|
7023
|
-
# Identifies what kind of resource this is. Value: the fixed string "content#
|
7024
|
-
# orderinvoicesCreateRefundInvoiceResponse".
|
7038
|
+
# Identifies what kind of resource this is. Value: the fixed string "`content#
|
7039
|
+
# orderinvoicesCreateRefundInvoiceResponse`".
|
7025
7040
|
# Corresponds to the JSON property `kind`
|
7026
7041
|
# @return [String]
|
7027
7042
|
attr_accessor :kind
|
@@ -7118,8 +7133,8 @@ module Google
|
|
7118
7133
|
# @return [Array<Google::Apis::ContentV2_1::OrderReportDisbursement>]
|
7119
7134
|
attr_accessor :disbursements
|
7120
7135
|
|
7121
|
-
# Identifies what kind of resource this is. Value: the fixed string "content#
|
7122
|
-
# orderreportsListDisbursementsResponse".
|
7136
|
+
# Identifies what kind of resource this is. Value: the fixed string "`content#
|
7137
|
+
# orderreportsListDisbursementsResponse`".
|
7123
7138
|
# Corresponds to the JSON property `kind`
|
7124
7139
|
# @return [String]
|
7125
7140
|
attr_accessor :kind
|
@@ -7145,8 +7160,8 @@ module Google
|
|
7145
7160
|
class OrderreportsListTransactionsResponse
|
7146
7161
|
include Google::Apis::Core::Hashable
|
7147
7162
|
|
7148
|
-
# Identifies what kind of resource this is. Value: the fixed string "content#
|
7149
|
-
# orderreportsListTransactionsResponse".
|
7163
|
+
# Identifies what kind of resource this is. Value: the fixed string "`content#
|
7164
|
+
# orderreportsListTransactionsResponse`".
|
7150
7165
|
# Corresponds to the JSON property `kind`
|
7151
7166
|
# @return [String]
|
7152
7167
|
attr_accessor :kind
|
@@ -7203,8 +7218,8 @@ module Google
|
|
7203
7218
|
# @return [String]
|
7204
7219
|
attr_accessor :execution_status
|
7205
7220
|
|
7206
|
-
# Identifies what kind of resource this is. Value: the fixed string "content#
|
7207
|
-
# orderreturnsAcknowledgeResponse".
|
7221
|
+
# Identifies what kind of resource this is. Value: the fixed string "`content#
|
7222
|
+
# orderreturnsAcknowledgeResponse`".
|
7208
7223
|
# Corresponds to the JSON property `kind`
|
7209
7224
|
# @return [String]
|
7210
7225
|
attr_accessor :kind
|
@@ -7267,8 +7282,8 @@ module Google
|
|
7267
7282
|
# @return [String]
|
7268
7283
|
attr_accessor :execution_status
|
7269
7284
|
|
7270
|
-
# Identifies what kind of resource this is. Value: the fixed string "content#
|
7271
|
-
# orderreturnsCreateOrderReturnResponse".
|
7285
|
+
# Identifies what kind of resource this is. Value: the fixed string "`content#
|
7286
|
+
# orderreturnsCreateOrderReturnResponse`".
|
7272
7287
|
# Corresponds to the JSON property `kind`
|
7273
7288
|
# @return [String]
|
7274
7289
|
attr_accessor :kind
|
@@ -7328,8 +7343,8 @@ module Google
|
|
7328
7343
|
class OrderreturnsListResponse
|
7329
7344
|
include Google::Apis::Core::Hashable
|
7330
7345
|
|
7331
|
-
# Identifies what kind of resource this is. Value: the fixed string "content#
|
7332
|
-
# orderreturnsListResponse".
|
7346
|
+
# Identifies what kind of resource this is. Value: the fixed string "`content#
|
7347
|
+
# orderreturnsListResponse`".
|
7333
7348
|
# Corresponds to the JSON property `kind`
|
7334
7349
|
# @return [String]
|
7335
7350
|
attr_accessor :kind
|
@@ -7432,8 +7447,8 @@ module Google
|
|
7432
7447
|
# @return [String]
|
7433
7448
|
attr_accessor :execution_status
|
7434
7449
|
|
7435
|
-
# Identifies what kind of resource this is. Value: the fixed string "content#
|
7436
|
-
# orderreturnsProcessResponse".
|
7450
|
+
# Identifies what kind of resource this is. Value: the fixed string "`content#
|
7451
|
+
# orderreturnsProcessResponse`".
|
7437
7452
|
# Corresponds to the JSON property `kind`
|
7438
7453
|
# @return [String]
|
7439
7454
|
attr_accessor :kind
|
@@ -7583,8 +7598,8 @@ module Google
|
|
7583
7598
|
# @return [String]
|
7584
7599
|
attr_accessor :execution_status
|
7585
7600
|
|
7586
|
-
# Identifies what kind of resource this is. Value: the fixed string "content#
|
7587
|
-
# ordersAcknowledgeResponse".
|
7601
|
+
# Identifies what kind of resource this is. Value: the fixed string "`content#
|
7602
|
+
# ordersAcknowledgeResponse`".
|
7588
7603
|
# Corresponds to the JSON property `kind`
|
7589
7604
|
# @return [String]
|
7590
7605
|
attr_accessor :kind
|
@@ -7604,8 +7619,8 @@ module Google
|
|
7604
7619
|
class OrdersAdvanceTestOrderResponse
|
7605
7620
|
include Google::Apis::Core::Hashable
|
7606
7621
|
|
7607
|
-
# Identifies what kind of resource this is. Value: the fixed string "content#
|
7608
|
-
# ordersAdvanceTestOrderResponse".
|
7622
|
+
# Identifies what kind of resource this is. Value: the fixed string "`content#
|
7623
|
+
# ordersAdvanceTestOrderResponse`".
|
7609
7624
|
# Corresponds to the JSON property `kind`
|
7610
7625
|
# @return [String]
|
7611
7626
|
attr_accessor :kind
|
@@ -7683,8 +7698,8 @@ module Google
|
|
7683
7698
|
# @return [String]
|
7684
7699
|
attr_accessor :execution_status
|
7685
7700
|
|
7686
|
-
# Identifies what kind of resource this is. Value: the fixed string "content#
|
7687
|
-
# ordersCancelLineItemResponse".
|
7701
|
+
# Identifies what kind of resource this is. Value: the fixed string "`content#
|
7702
|
+
# ordersCancelLineItemResponse`".
|
7688
7703
|
# Corresponds to the JSON property `kind`
|
7689
7704
|
# @return [String]
|
7690
7705
|
attr_accessor :kind
|
@@ -7744,8 +7759,8 @@ module Google
|
|
7744
7759
|
# @return [String]
|
7745
7760
|
attr_accessor :execution_status
|
7746
7761
|
|
7747
|
-
# Identifies what kind of resource this is. Value: the fixed string "content#
|
7748
|
-
# ordersCancelResponse".
|
7762
|
+
# Identifies what kind of resource this is. Value: the fixed string "`content#
|
7763
|
+
# ordersCancelResponse`".
|
7749
7764
|
# Corresponds to the JSON property `kind`
|
7750
7765
|
# @return [String]
|
7751
7766
|
attr_accessor :kind
|
@@ -7785,8 +7800,8 @@ module Google
|
|
7785
7800
|
class OrdersCancelTestOrderByCustomerResponse
|
7786
7801
|
include Google::Apis::Core::Hashable
|
7787
7802
|
|
7788
|
-
# Identifies what kind of resource this is. Value: the fixed string "content#
|
7789
|
-
# ordersCancelTestOrderByCustomerResponse".
|
7803
|
+
# Identifies what kind of resource this is. Value: the fixed string "`content#
|
7804
|
+
# ordersCancelTestOrderByCustomerResponse`".
|
7790
7805
|
# Corresponds to the JSON property `kind`
|
7791
7806
|
# @return [String]
|
7792
7807
|
attr_accessor :kind
|
@@ -7842,8 +7857,8 @@ module Google
|
|
7842
7857
|
class OrdersCreateTestOrderResponse
|
7843
7858
|
include Google::Apis::Core::Hashable
|
7844
7859
|
|
7845
|
-
# Identifies what kind of resource this is. Value: the fixed string "content#
|
7846
|
-
# ordersCreateTestOrderResponse".
|
7860
|
+
# Identifies what kind of resource this is. Value: the fixed string "`content#
|
7861
|
+
# ordersCreateTestOrderResponse`".
|
7847
7862
|
# Corresponds to the JSON property `kind`
|
7848
7863
|
# @return [String]
|
7849
7864
|
attr_accessor :kind
|
@@ -7887,8 +7902,8 @@ module Google
|
|
7887
7902
|
class OrdersCreateTestReturnResponse
|
7888
7903
|
include Google::Apis::Core::Hashable
|
7889
7904
|
|
7890
|
-
# Identifies what kind of resource this is. Value: the fixed string "content#
|
7891
|
-
# ordersCreateTestReturnResponse".
|
7905
|
+
# Identifies what kind of resource this is. Value: the fixed string "`content#
|
7906
|
+
# ordersCreateTestReturnResponse`".
|
7892
7907
|
# Corresponds to the JSON property `kind`
|
7893
7908
|
# @return [String]
|
7894
7909
|
attr_accessor :kind
|
@@ -8076,8 +8091,8 @@ module Google
|
|
8076
8091
|
class OrdersGetByMerchantOrderIdResponse
|
8077
8092
|
include Google::Apis::Core::Hashable
|
8078
8093
|
|
8079
|
-
# Identifies what kind of resource this is. Value: the fixed string "content#
|
8080
|
-
# ordersGetByMerchantOrderIdResponse".
|
8094
|
+
# Identifies what kind of resource this is. Value: the fixed string "`content#
|
8095
|
+
# ordersGetByMerchantOrderIdResponse`".
|
8081
8096
|
# Corresponds to the JSON property `kind`
|
8082
8097
|
# @return [String]
|
8083
8098
|
attr_accessor :kind
|
@@ -8103,8 +8118,8 @@ module Google
|
|
8103
8118
|
class OrdersGetTestOrderTemplateResponse
|
8104
8119
|
include Google::Apis::Core::Hashable
|
8105
8120
|
|
8106
|
-
# Identifies what kind of resource this is. Value: the fixed string "content#
|
8107
|
-
# ordersGetTestOrderTemplateResponse".
|
8121
|
+
# Identifies what kind of resource this is. Value: the fixed string "`content#
|
8122
|
+
# ordersGetTestOrderTemplateResponse`".
|
8108
8123
|
# Corresponds to the JSON property `kind`
|
8109
8124
|
# @return [String]
|
8110
8125
|
attr_accessor :kind
|
@@ -8204,8 +8219,8 @@ module Google
|
|
8204
8219
|
# @return [String]
|
8205
8220
|
attr_accessor :execution_status
|
8206
8221
|
|
8207
|
-
# Identifies what kind of resource this is. Value: the fixed string "content#
|
8208
|
-
# ordersInStoreRefundLineItemResponse".
|
8222
|
+
# Identifies what kind of resource this is. Value: the fixed string "`content#
|
8223
|
+
# ordersInStoreRefundLineItemResponse`".
|
8209
8224
|
# Corresponds to the JSON property `kind`
|
8210
8225
|
# @return [String]
|
8211
8226
|
attr_accessor :kind
|
@@ -8225,8 +8240,8 @@ module Google
|
|
8225
8240
|
class OrdersListResponse
|
8226
8241
|
include Google::Apis::Core::Hashable
|
8227
8242
|
|
8228
|
-
# Identifies what kind of resource this is. Value: the fixed string "content#
|
8229
|
-
# ordersListResponse".
|
8243
|
+
# Identifies what kind of resource this is. Value: the fixed string "`content#
|
8244
|
+
# ordersListResponse`".
|
8230
8245
|
# Corresponds to the JSON property `kind`
|
8231
8246
|
# @return [String]
|
8232
8247
|
attr_accessor :kind
|
@@ -8313,8 +8328,8 @@ module Google
|
|
8313
8328
|
# @return [String]
|
8314
8329
|
attr_accessor :execution_status
|
8315
8330
|
|
8316
|
-
# Identifies what kind of resource this is. Value: the fixed string "content#
|
8317
|
-
# ordersRefundItemResponse".
|
8331
|
+
# Identifies what kind of resource this is. Value: the fixed string "`content#
|
8332
|
+
# ordersRefundItemResponse`".
|
8318
8333
|
# Corresponds to the JSON property `kind`
|
8319
8334
|
# @return [String]
|
8320
8335
|
attr_accessor :kind
|
@@ -8387,8 +8402,8 @@ module Google
|
|
8387
8402
|
# @return [String]
|
8388
8403
|
attr_accessor :execution_status
|
8389
8404
|
|
8390
|
-
# Identifies what kind of resource this is. Value: the fixed string "content#
|
8391
|
-
# ordersRefundOrderResponse".
|
8405
|
+
# Identifies what kind of resource this is. Value: the fixed string "`content#
|
8406
|
+
# ordersRefundOrderResponse`".
|
8392
8407
|
# Corresponds to the JSON property `kind`
|
8393
8408
|
# @return [String]
|
8394
8409
|
attr_accessor :kind
|
@@ -8465,8 +8480,8 @@ module Google
|
|
8465
8480
|
# @return [String]
|
8466
8481
|
attr_accessor :execution_status
|
8467
8482
|
|
8468
|
-
# Identifies what kind of resource this is. Value: the fixed string "content#
|
8469
|
-
# ordersRejectReturnLineItemResponse".
|
8483
|
+
# Identifies what kind of resource this is. Value: the fixed string "`content#
|
8484
|
+
# ordersRejectReturnLineItemResponse`".
|
8470
8485
|
# Corresponds to the JSON property `kind`
|
8471
8486
|
# @return [String]
|
8472
8487
|
attr_accessor :kind
|
@@ -8562,8 +8577,8 @@ module Google
|
|
8562
8577
|
# @return [String]
|
8563
8578
|
attr_accessor :execution_status
|
8564
8579
|
|
8565
|
-
# Identifies what kind of resource this is. Value: the fixed string "content#
|
8566
|
-
# ordersReturnRefundLineItemResponse".
|
8580
|
+
# Identifies what kind of resource this is. Value: the fixed string "`content#
|
8581
|
+
# ordersReturnRefundLineItemResponse`".
|
8567
8582
|
# Corresponds to the JSON property `kind`
|
8568
8583
|
# @return [String]
|
8569
8584
|
attr_accessor :kind
|
@@ -8628,8 +8643,8 @@ module Google
|
|
8628
8643
|
# @return [String]
|
8629
8644
|
attr_accessor :execution_status
|
8630
8645
|
|
8631
|
-
# Identifies what kind of resource this is. Value: the fixed string "content#
|
8632
|
-
# ordersSetLineItemMetadataResponse".
|
8646
|
+
# Identifies what kind of resource this is. Value: the fixed string "`content#
|
8647
|
+
# ordersSetLineItemMetadataResponse`".
|
8633
8648
|
# Corresponds to the JSON property `kind`
|
8634
8649
|
# @return [String]
|
8635
8650
|
attr_accessor :kind
|
@@ -8694,8 +8709,8 @@ module Google
|
|
8694
8709
|
# @return [String]
|
8695
8710
|
attr_accessor :execution_status
|
8696
8711
|
|
8697
|
-
# Identifies what kind of resource this is. Value: the fixed string "content#
|
8698
|
-
# ordersShipLineItemsResponse".
|
8712
|
+
# Identifies what kind of resource this is. Value: the fixed string "`content#
|
8713
|
+
# ordersShipLineItemsResponse`".
|
8699
8714
|
# Corresponds to the JSON property `kind`
|
8700
8715
|
# @return [String]
|
8701
8716
|
attr_accessor :kind
|
@@ -8770,8 +8785,8 @@ module Google
|
|
8770
8785
|
# @return [String]
|
8771
8786
|
attr_accessor :execution_status
|
8772
8787
|
|
8773
|
-
# Identifies what kind of resource this is. Value: the fixed string "content#
|
8774
|
-
# ordersUpdateLineItemShippingDetailsResponse".
|
8788
|
+
# Identifies what kind of resource this is. Value: the fixed string "`content#
|
8789
|
+
# ordersUpdateLineItemShippingDetailsResponse`".
|
8775
8790
|
# Corresponds to the JSON property `kind`
|
8776
8791
|
# @return [String]
|
8777
8792
|
attr_accessor :kind
|
@@ -8822,8 +8837,8 @@ module Google
|
|
8822
8837
|
# @return [String]
|
8823
8838
|
attr_accessor :execution_status
|
8824
8839
|
|
8825
|
-
# Identifies what kind of resource this is. Value: the fixed string "content#
|
8826
|
-
# ordersUpdateMerchantOrderIdResponse".
|
8840
|
+
# Identifies what kind of resource this is. Value: the fixed string "`content#
|
8841
|
+
# ordersUpdateMerchantOrderIdResponse`".
|
8827
8842
|
# Corresponds to the JSON property `kind`
|
8828
8843
|
# @return [String]
|
8829
8844
|
attr_accessor :kind
|
@@ -8929,8 +8944,8 @@ module Google
|
|
8929
8944
|
# @return [String]
|
8930
8945
|
attr_accessor :execution_status
|
8931
8946
|
|
8932
|
-
# Identifies what kind of resource this is. Value: the fixed string "content#
|
8933
|
-
# ordersUpdateShipmentResponse".
|
8947
|
+
# Identifies what kind of resource this is. Value: the fixed string "`content#
|
8948
|
+
# ordersUpdateShipmentResponse`".
|
8934
8949
|
# Corresponds to the JSON property `kind`
|
8935
8950
|
# @return [String]
|
8936
8951
|
attr_accessor :kind
|
@@ -9131,8 +9146,8 @@ module Google
|
|
9131
9146
|
# @return [Array<Google::Apis::ContentV2_1::PosCustomBatchResponseEntry>]
|
9132
9147
|
attr_accessor :entries
|
9133
9148
|
|
9134
|
-
# Identifies what kind of resource this is. Value: the fixed string "content#
|
9135
|
-
# posCustomBatchResponse".
|
9149
|
+
# Identifies what kind of resource this is. Value: the fixed string "`content#
|
9150
|
+
# posCustomBatchResponse`".
|
9136
9151
|
# Corresponds to the JSON property `kind`
|
9137
9152
|
# @return [String]
|
9138
9153
|
attr_accessor :kind
|
@@ -9404,8 +9419,8 @@ module Google
|
|
9404
9419
|
# @return [String]
|
9405
9420
|
attr_accessor :item_id
|
9406
9421
|
|
9407
|
-
# Identifies what kind of resource this is. Value: the fixed string "content#
|
9408
|
-
# posInventoryResponse".
|
9422
|
+
# Identifies what kind of resource this is. Value: the fixed string "`content#
|
9423
|
+
# posInventoryResponse`".
|
9409
9424
|
# Corresponds to the JSON property `kind`
|
9410
9425
|
# @return [String]
|
9411
9426
|
attr_accessor :kind
|
@@ -9458,8 +9473,8 @@ module Google
|
|
9458
9473
|
class PosListResponse
|
9459
9474
|
include Google::Apis::Core::Hashable
|
9460
9475
|
|
9461
|
-
# Identifies what kind of resource this is. Value: the fixed string "content#
|
9462
|
-
# posListResponse".
|
9476
|
+
# Identifies what kind of resource this is. Value: the fixed string "`content#
|
9477
|
+
# posListResponse`".
|
9463
9478
|
# Corresponds to the JSON property `kind`
|
9464
9479
|
# @return [String]
|
9465
9480
|
attr_accessor :kind
|
@@ -9644,8 +9659,8 @@ module Google
|
|
9644
9659
|
# @return [String]
|
9645
9660
|
attr_accessor :item_id
|
9646
9661
|
|
9647
|
-
# Identifies what kind of resource this is. Value: the fixed string "content#
|
9648
|
-
# posSaleResponse".
|
9662
|
+
# Identifies what kind of resource this is. Value: the fixed string "`content#
|
9663
|
+
# posSaleResponse`".
|
9649
9664
|
# Corresponds to the JSON property `kind`
|
9650
9665
|
# @return [String]
|
9651
9666
|
attr_accessor :kind
|
@@ -10966,7 +10981,8 @@ module Google
|
|
10966
10981
|
# @return [Fixnum]
|
10967
10982
|
attr_accessor :batch_id
|
10968
10983
|
|
10969
|
-
# The Content API
|
10984
|
+
# The Content API Supplemental Feed ID. If present then product insertion or
|
10985
|
+
# deletion applies to a supplemental feed instead of primary Content API feed.
|
10970
10986
|
# Corresponds to the JSON property `feedId`
|
10971
10987
|
# @return [Fixnum]
|
10972
10988
|
attr_accessor :feed_id
|
@@ -11031,8 +11047,8 @@ module Google
|
|
11031
11047
|
# @return [Array<Google::Apis::ContentV2_1::ProductsCustomBatchResponseEntry>]
|
11032
11048
|
attr_accessor :entries
|
11033
11049
|
|
11034
|
-
# Identifies what kind of resource this is. Value: the fixed string "content#
|
11035
|
-
# productsCustomBatchResponse".
|
11050
|
+
# Identifies what kind of resource this is. Value: the fixed string "`content#
|
11051
|
+
# productsCustomBatchResponse`".
|
11036
11052
|
# Corresponds to the JSON property `kind`
|
11037
11053
|
# @return [String]
|
11038
11054
|
attr_accessor :kind
|
@@ -11093,8 +11109,8 @@ module Google
|
|
11093
11109
|
class ProductsListResponse
|
11094
11110
|
include Google::Apis::Core::Hashable
|
11095
11111
|
|
11096
|
-
# Identifies what kind of resource this is. Value: the fixed string "content#
|
11097
|
-
# productsListResponse".
|
11112
|
+
# Identifies what kind of resource this is. Value: the fixed string "`content#
|
11113
|
+
# productsListResponse`".
|
11098
11114
|
# Corresponds to the JSON property `kind`
|
11099
11115
|
# @return [String]
|
11100
11116
|
attr_accessor :kind
|
@@ -11200,8 +11216,8 @@ module Google
|
|
11200
11216
|
# @return [Array<Google::Apis::ContentV2_1::ProductstatusesCustomBatchResponseEntry>]
|
11201
11217
|
attr_accessor :entries
|
11202
11218
|
|
11203
|
-
# Identifies what kind of resource this is. Value: the fixed string "content#
|
11204
|
-
# productstatusesCustomBatchResponse".
|
11219
|
+
# Identifies what kind of resource this is. Value: the fixed string "`content#
|
11220
|
+
# productstatusesCustomBatchResponse`".
|
11205
11221
|
# Corresponds to the JSON property `kind`
|
11206
11222
|
# @return [String]
|
11207
11223
|
attr_accessor :kind
|
@@ -11260,8 +11276,8 @@ module Google
|
|
11260
11276
|
class ProductstatusesListResponse
|
11261
11277
|
include Google::Apis::Core::Hashable
|
11262
11278
|
|
11263
|
-
# Identifies what kind of resource this is. Value: the fixed string "content#
|
11264
|
-
# productstatusesListResponse".
|
11279
|
+
# Identifies what kind of resource this is. Value: the fixed string "`content#
|
11280
|
+
# productstatusesListResponse`".
|
11265
11281
|
# Corresponds to the JSON property `kind`
|
11266
11282
|
# @return [String]
|
11267
11283
|
attr_accessor :kind
|
@@ -11581,8 +11597,8 @@ module Google
|
|
11581
11597
|
# @return [Array<Google::Apis::ContentV2_1::CustomAttribute>]
|
11582
11598
|
attr_accessor :custom_attributes
|
11583
11599
|
|
11584
|
-
# Identifies what kind of resource this is. Value: the fixed string "content#
|
11585
|
-
# regionalInventory".
|
11600
|
+
# Identifies what kind of resource this is. Value: the fixed string "`content#
|
11601
|
+
# regionalInventory`".
|
11586
11602
|
# Corresponds to the JSON property `kind`
|
11587
11603
|
# @return [String]
|
11588
11604
|
attr_accessor :kind
|
@@ -11697,8 +11713,8 @@ module Google
|
|
11697
11713
|
# @return [Array<Google::Apis::ContentV2_1::RegionalinventoryCustomBatchResponseEntry>]
|
11698
11714
|
attr_accessor :entries
|
11699
11715
|
|
11700
|
-
# Identifies what kind of resource this is. Value: the fixed string "content#
|
11701
|
-
# regionalinventoryCustomBatchResponse".
|
11716
|
+
# Identifies what kind of resource this is. Value: the fixed string "`content#
|
11717
|
+
# regionalinventoryCustomBatchResponse`".
|
11702
11718
|
# Corresponds to the JSON property `kind`
|
11703
11719
|
# @return [String]
|
11704
11720
|
attr_accessor :kind
|
@@ -11728,8 +11744,8 @@ module Google
|
|
11728
11744
|
# @return [Google::Apis::ContentV2_1::Errors]
|
11729
11745
|
attr_accessor :errors
|
11730
11746
|
|
11731
|
-
# Identifies what kind of resource this is. Value: the fixed string "content#
|
11732
|
-
# regionalinventoryCustomBatchResponseEntry".
|
11747
|
+
# Identifies what kind of resource this is. Value: the fixed string "`content#
|
11748
|
+
# regionalinventoryCustomBatchResponseEntry`".
|
11733
11749
|
# Corresponds to the JSON property `kind`
|
11734
11750
|
# @return [String]
|
11735
11751
|
attr_accessor :kind
|
@@ -13012,8 +13028,8 @@ module Google
|
|
13012
13028
|
# @return [Array<Google::Apis::ContentV2_1::ReturnaddressCustomBatchResponseEntry>]
|
13013
13029
|
attr_accessor :entries
|
13014
13030
|
|
13015
|
-
# Identifies what kind of resource this is. Value: the fixed string "content#
|
13016
|
-
# returnaddressCustomBatchResponse".
|
13031
|
+
# Identifies what kind of resource this is. Value: the fixed string "`content#
|
13032
|
+
# returnaddressCustomBatchResponse`".
|
13017
13033
|
# Corresponds to the JSON property `kind`
|
13018
13034
|
# @return [String]
|
13019
13035
|
attr_accessor :kind
|
@@ -13071,8 +13087,8 @@ module Google
|
|
13071
13087
|
class ReturnaddressListResponse
|
13072
13088
|
include Google::Apis::Core::Hashable
|
13073
13089
|
|
13074
|
-
# Identifies what kind of resource this is. Value: the fixed string "content#
|
13075
|
-
# returnaddressListResponse".
|
13090
|
+
# Identifies what kind of resource this is. Value: the fixed string "`content#
|
13091
|
+
# returnaddressListResponse`".
|
13076
13092
|
# Corresponds to the JSON property `kind`
|
13077
13093
|
# @return [String]
|
13078
13094
|
attr_accessor :kind
|
@@ -13172,8 +13188,8 @@ module Google
|
|
13172
13188
|
# @return [Array<Google::Apis::ContentV2_1::ReturnpolicyCustomBatchResponseEntry>]
|
13173
13189
|
attr_accessor :entries
|
13174
13190
|
|
13175
|
-
# Identifies what kind of resource this is. Value: the fixed string "content#
|
13176
|
-
# returnpolicyCustomBatchResponse".
|
13191
|
+
# Identifies what kind of resource this is. Value: the fixed string "`content#
|
13192
|
+
# returnpolicyCustomBatchResponse`".
|
13177
13193
|
# Corresponds to the JSON property `kind`
|
13178
13194
|
# @return [String]
|
13179
13195
|
attr_accessor :kind
|
@@ -13231,8 +13247,8 @@ module Google
|
|
13231
13247
|
class ReturnpolicyListResponse
|
13232
13248
|
include Google::Apis::Core::Hashable
|
13233
13249
|
|
13234
|
-
# Identifies what kind of resource this is. Value: the fixed string "content#
|
13235
|
-
# returnpolicyListResponse".
|
13250
|
+
# Identifies what kind of resource this is. Value: the fixed string "`content#
|
13251
|
+
# returnpolicyListResponse`".
|
13236
13252
|
# Corresponds to the JSON property `kind`
|
13237
13253
|
# @return [String]
|
13238
13254
|
attr_accessor :kind
|
@@ -13879,8 +13895,8 @@ module Google
|
|
13879
13895
|
class SettlementreportsListResponse
|
13880
13896
|
include Google::Apis::Core::Hashable
|
13881
13897
|
|
13882
|
-
# Identifies what kind of resource this is. Value: the fixed string "content#
|
13883
|
-
# settlementreportsListResponse".
|
13898
|
+
# Identifies what kind of resource this is. Value: the fixed string "`content#
|
13899
|
+
# settlementreportsListResponse`".
|
13884
13900
|
# Corresponds to the JSON property `kind`
|
13885
13901
|
# @return [String]
|
13886
13902
|
attr_accessor :kind
|
@@ -13911,8 +13927,8 @@ module Google
|
|
13911
13927
|
class SettlementtransactionsListResponse
|
13912
13928
|
include Google::Apis::Core::Hashable
|
13913
13929
|
|
13914
|
-
# Identifies what kind of resource this is. Value: the fixed string "content#
|
13915
|
-
# settlementtransactionsListResponse".
|
13930
|
+
# Identifies what kind of resource this is. Value: the fixed string "`content#
|
13931
|
+
# settlementtransactionsListResponse`".
|
13916
13932
|
# Corresponds to the JSON property `kind`
|
13917
13933
|
# @return [String]
|
13918
13934
|
attr_accessor :kind
|
@@ -14149,8 +14165,8 @@ module Google
|
|
14149
14165
|
# @return [Array<Google::Apis::ContentV2_1::ShippingsettingsCustomBatchResponseEntry>]
|
14150
14166
|
attr_accessor :entries
|
14151
14167
|
|
14152
|
-
# Identifies what kind of resource this is. Value: the fixed string "content#
|
14153
|
-
# shippingsettingsCustomBatchResponse".
|
14168
|
+
# Identifies what kind of resource this is. Value: the fixed string "`content#
|
14169
|
+
# shippingsettingsCustomBatchResponse`".
|
14154
14170
|
# Corresponds to the JSON property `kind`
|
14155
14171
|
# @return [String]
|
14156
14172
|
attr_accessor :kind
|
@@ -14214,8 +14230,8 @@ module Google
|
|
14214
14230
|
# @return [Array<Google::Apis::ContentV2_1::CarriersCarrier>]
|
14215
14231
|
attr_accessor :carriers
|
14216
14232
|
|
14217
|
-
# Identifies what kind of resource this is. Value: the fixed string "content#
|
14218
|
-
# shippingsettingsGetSupportedCarriersResponse".
|
14233
|
+
# Identifies what kind of resource this is. Value: the fixed string "`content#
|
14234
|
+
# shippingsettingsGetSupportedCarriersResponse`".
|
14219
14235
|
# Corresponds to the JSON property `kind`
|
14220
14236
|
# @return [String]
|
14221
14237
|
attr_accessor :kind
|
@@ -14240,8 +14256,8 @@ module Google
|
|
14240
14256
|
# @return [Array<Google::Apis::ContentV2_1::HolidaysHoliday>]
|
14241
14257
|
attr_accessor :holidays
|
14242
14258
|
|
14243
|
-
# Identifies what kind of resource this is. Value: the fixed string "content#
|
14244
|
-
# shippingsettingsGetSupportedHolidaysResponse".
|
14259
|
+
# Identifies what kind of resource this is. Value: the fixed string "`content#
|
14260
|
+
# shippingsettingsGetSupportedHolidaysResponse`".
|
14245
14261
|
# Corresponds to the JSON property `kind`
|
14246
14262
|
# @return [String]
|
14247
14263
|
attr_accessor :kind
|
@@ -14261,8 +14277,8 @@ module Google
|
|
14261
14277
|
class ShippingsettingsGetSupportedPickupServicesResponse
|
14262
14278
|
include Google::Apis::Core::Hashable
|
14263
14279
|
|
14264
|
-
# Identifies what kind of resource this is. Value: the fixed string "content#
|
14265
|
-
# shippingsettingsGetSupportedPickupServicesResponse".
|
14280
|
+
# Identifies what kind of resource this is. Value: the fixed string "`content#
|
14281
|
+
# shippingsettingsGetSupportedPickupServicesResponse`".
|
14266
14282
|
# Corresponds to the JSON property `kind`
|
14267
14283
|
# @return [String]
|
14268
14284
|
attr_accessor :kind
|
@@ -14287,8 +14303,8 @@ module Google
|
|
14287
14303
|
class ShippingsettingsListResponse
|
14288
14304
|
include Google::Apis::Core::Hashable
|
14289
14305
|
|
14290
|
-
# Identifies what kind of resource this is. Value: the fixed string "content#
|
14291
|
-
# shippingsettingsListResponse".
|
14306
|
+
# Identifies what kind of resource this is. Value: the fixed string "`content#
|
14307
|
+
# shippingsettingsListResponse`".
|
14292
14308
|
# Corresponds to the JSON property `kind`
|
14293
14309
|
# @return [String]
|
14294
14310
|
attr_accessor :kind
|
@@ -14864,8 +14880,10 @@ module Google
|
|
14864
14880
|
# @return [Array<Google::Apis::ContentV2_1::UnitInvoiceAdditionalCharge>]
|
14865
14881
|
attr_accessor :additional_charges
|
14866
14882
|
|
14867
|
-
# [required] Pre-tax or post-tax price of
|
14868
|
-
# the order.
|
14883
|
+
# [required] Pre-tax or post-tax price of one unit depending on the locality of
|
14884
|
+
# the order. *Note:* Invoicing works on a per unit basis. The `unitPrice` is the
|
14885
|
+
# price of a single unit, and will be multiplied by the number of entries in `
|
14886
|
+
# shipmentUnitId`.
|
14869
14887
|
# Corresponds to the JSON property `unitPrice`
|
14870
14888
|
# @return [Google::Apis::ContentV2_1::Price]
|
14871
14889
|
attr_accessor :unit_price
|
@@ -14891,7 +14909,9 @@ module Google
|
|
14891
14909
|
class UnitInvoiceAdditionalCharge
|
14892
14910
|
include Google::Apis::Core::Hashable
|
14893
14911
|
|
14894
|
-
# [required] Amount of the additional charge.
|
14912
|
+
# [required] Amount of the additional charge per unit. *Note:* Invoicing works
|
14913
|
+
# on a per unit bases. The `additionalChargeAmount` is the amount charged per
|
14914
|
+
# unit, and will be multiplied by the number of entries in `shipmentUnitID`.
|
14895
14915
|
# Corresponds to the JSON property `additionalChargeAmount`
|
14896
14916
|
# @return [Google::Apis::ContentV2_1::Amount]
|
14897
14917
|
attr_accessor :additional_charge_amount
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module ContentV2_1
|
18
18
|
# Version of the google-apis-content_v2_1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.18.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.4.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20210715"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -2215,6 +2215,7 @@ module Google
|
|
2215
2215
|
class Account
|
2216
2216
|
# @private
|
2217
2217
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2218
|
+
property :account_management, as: 'accountManagement'
|
2218
2219
|
collection :ads_links, as: 'adsLinks', class: Google::Apis::ContentV2_1::AccountAdsLink, decorator: Google::Apis::ContentV2_1::AccountAdsLink::Representation
|
2219
2220
|
|
2220
2221
|
property :adult_content, as: 'adultContent'
|
@@ -2329,6 +2330,7 @@ module Google
|
|
2329
2330
|
property :account_id, as: 'accountId'
|
2330
2331
|
collection :account_level_issues, as: 'accountLevelIssues', class: Google::Apis::ContentV2_1::AccountStatusAccountLevelIssue, decorator: Google::Apis::ContentV2_1::AccountStatusAccountLevelIssue::Representation
|
2331
2332
|
|
2333
|
+
property :account_management, as: 'accountManagement'
|
2332
2334
|
property :kind, as: 'kind'
|
2333
2335
|
collection :products, as: 'products', class: Google::Apis::ContentV2_1::AccountStatusProducts, decorator: Google::Apis::ContentV2_1::AccountStatusProducts::Representation
|
2334
2336
|
|
@@ -301,6 +301,9 @@ module Google
|
|
301
301
|
# given ID.
|
302
302
|
# @param [Fixnum] max_results
|
303
303
|
# The maximum number of accounts to return in the response, used for paging.
|
304
|
+
# @param [String] name
|
305
|
+
# If set, only the accounts with the given name (case sensitive) will be
|
306
|
+
# returned.
|
304
307
|
# @param [String] page_token
|
305
308
|
# The token returned by the previous request.
|
306
309
|
# @param [String] view
|
@@ -323,13 +326,14 @@ module Google
|
|
323
326
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
324
327
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
325
328
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
326
|
-
def list_accounts(merchant_id, label: nil, max_results: nil, page_token: nil, view: nil, fields: nil, quota_user: nil, options: nil, &block)
|
329
|
+
def list_accounts(merchant_id, label: nil, max_results: nil, name: nil, page_token: nil, view: nil, fields: nil, quota_user: nil, options: nil, &block)
|
327
330
|
command = make_simple_command(:get, '{merchantId}/accounts', options)
|
328
331
|
command.response_representation = Google::Apis::ContentV2_1::AccountsListResponse::Representation
|
329
332
|
command.response_class = Google::Apis::ContentV2_1::AccountsListResponse
|
330
333
|
command.params['merchantId'] = merchant_id unless merchant_id.nil?
|
331
334
|
command.query['label'] = label unless label.nil?
|
332
335
|
command.query['maxResults'] = max_results unless max_results.nil?
|
336
|
+
command.query['name'] = name unless name.nil?
|
333
337
|
command.query['pageToken'] = page_token unless page_token.nil?
|
334
338
|
command.query['view'] = view unless view.nil?
|
335
339
|
command.query['fields'] = fields unless fields.nil?
|
@@ -843,6 +847,9 @@ module Google
|
|
843
847
|
# @param [Fixnum] max_results
|
844
848
|
# The maximum number of account statuses to return in the response, used for
|
845
849
|
# paging.
|
850
|
+
# @param [String] name
|
851
|
+
# If set, only the accounts with the given name (case sensitive) will be
|
852
|
+
# returned.
|
846
853
|
# @param [String] page_token
|
847
854
|
# The token returned by the previous request.
|
848
855
|
# @param [String] fields
|
@@ -862,13 +869,14 @@ module Google
|
|
862
869
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
863
870
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
864
871
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
865
|
-
def list_accountstatuses(merchant_id, destinations: nil, max_results: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
|
872
|
+
def list_accountstatuses(merchant_id, destinations: nil, max_results: nil, name: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
|
866
873
|
command = make_simple_command(:get, '{merchantId}/accountstatuses', options)
|
867
874
|
command.response_representation = Google::Apis::ContentV2_1::AccountstatusesListResponse::Representation
|
868
875
|
command.response_class = Google::Apis::ContentV2_1::AccountstatusesListResponse
|
869
876
|
command.params['merchantId'] = merchant_id unless merchant_id.nil?
|
870
877
|
command.query['destinations'] = destinations unless destinations.nil?
|
871
878
|
command.query['maxResults'] = max_results unless max_results.nil?
|
879
|
+
command.query['name'] = name unless name.nil?
|
872
880
|
command.query['pageToken'] = page_token unless page_token.nil?
|
873
881
|
command.query['fields'] = fields unless fields.nil?
|
874
882
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
@@ -3886,7 +3894,8 @@ module Google
|
|
3886
3894
|
# @param [String] product_id
|
3887
3895
|
# The REST ID of the product.
|
3888
3896
|
# @param [Fixnum] feed_id
|
3889
|
-
# The Content API Supplemental Feed ID.
|
3897
|
+
# The Content API Supplemental Feed ID. If present then product deletion applies
|
3898
|
+
# to the data in a supplemental feed. If absent, entire product will be deleted.
|
3890
3899
|
# @param [String] fields
|
3891
3900
|
# Selector specifying which fields to include in a partial response.
|
3892
3901
|
# @param [String] quota_user
|
@@ -3956,7 +3965,8 @@ module Google
|
|
3956
3965
|
# multi-client account.
|
3957
3966
|
# @param [Google::Apis::ContentV2_1::Product] product_object
|
3958
3967
|
# @param [Fixnum] feed_id
|
3959
|
-
# The Content API Supplemental Feed ID.
|
3968
|
+
# The Content API Supplemental Feed ID. If present then product insertion
|
3969
|
+
# applies to the data in a supplemental feed.
|
3960
3970
|
# @param [String] fields
|
3961
3971
|
# Selector specifying which fields to include in a partial response.
|
3962
3972
|
# @param [String] quota_user
|
metadata
CHANGED
@@ -1,29 +1,35 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-content_v2_1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.18.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-
|
11
|
+
date: 2021-07-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
16
16
|
requirements:
|
17
|
-
- - "
|
17
|
+
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: '0.
|
19
|
+
version: '0.4'
|
20
|
+
- - "<"
|
21
|
+
- !ruby/object:Gem::Version
|
22
|
+
version: 2.a
|
20
23
|
type: :runtime
|
21
24
|
prerelease: false
|
22
25
|
version_requirements: !ruby/object:Gem::Requirement
|
23
26
|
requirements:
|
24
|
-
- - "
|
27
|
+
- - ">="
|
28
|
+
- !ruby/object:Gem::Version
|
29
|
+
version: '0.4'
|
30
|
+
- - "<"
|
25
31
|
- !ruby/object:Gem::Version
|
26
|
-
version:
|
32
|
+
version: 2.a
|
27
33
|
description: This is the simple REST client for Content API for Shopping V2_1. Simple
|
28
34
|
REST clients are Ruby client libraries that provide access to Google services via
|
29
35
|
their HTTP REST API endpoints. These libraries are generated and updated automatically
|
@@ -52,7 +58,7 @@ licenses:
|
|
52
58
|
metadata:
|
53
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
54
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-content_v2_1/CHANGELOG.md
|
55
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-content_v2_1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-content_v2_1/v0.18.0
|
56
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-content_v2_1
|
57
63
|
post_install_message:
|
58
64
|
rdoc_options: []
|