google-apis-manufacturers_v1 0.14.0 → 0.15.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/manufacturers_v1/classes.rb +28 -26
- data/lib/google/apis/manufacturers_v1/gem_version.rb +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1d1a4357fcb71b451f797c58cf0c40835184e63fb9c56d4079d48dc984d64f88
|
4
|
+
data.tar.gz: 56e94a5112a564d061e66e46424b9da926574748becea0fb8ea150a3b7a2fea3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 045b120a96dfd9b6c636d105e784fe59d457eff8a58b08ed88c90718e96eb8039db32fcf14cb1e96c5ceff4844de4579151b61b49c427b5966604f8a8bdff6e2
|
7
|
+
data.tar.gz: 6f62fe47c0a3435a9febea9d24fce0d5dc4ae3579c3113a7c267e8d50dfc0959ee03029e3ed4987e54103135466d674926567a7ff54974446f42591689355f54
|
data/CHANGELOG.md
CHANGED
@@ -106,7 +106,8 @@ module Google
|
|
106
106
|
# @return [String]
|
107
107
|
attr_accessor :gender
|
108
108
|
|
109
|
-
# Grocery Attributes.
|
109
|
+
# Grocery Attributes. See more at https://support.google.com/manufacturers/
|
110
|
+
# answer/12098458#grocery.
|
110
111
|
# Corresponds to the JSON property `grocery`
|
111
112
|
# @return [Google::Apis::ManufacturersV1::Grocery]
|
112
113
|
attr_accessor :grocery
|
@@ -147,7 +148,8 @@ module Google
|
|
147
148
|
# @return [String]
|
148
149
|
attr_accessor :mpn
|
149
150
|
|
150
|
-
# Nutrition Attributes.
|
151
|
+
# Nutrition Attributes. See more at https://support.google.com/manufacturers/
|
152
|
+
# answer/12098458#food-servings.
|
151
153
|
# Corresponds to the JSON property `nutrition`
|
152
154
|
# @return [Google::Apis::ManufacturersV1::Nutrition]
|
153
155
|
attr_accessor :nutrition
|
@@ -433,7 +435,7 @@ module Google
|
|
433
435
|
end
|
434
436
|
end
|
435
437
|
|
436
|
-
# Combination of float
|
438
|
+
# Combination of float amount and unit.
|
437
439
|
class FloatUnit
|
438
440
|
include Google::Apis::Core::Hashable
|
439
441
|
|
@@ -650,7 +652,7 @@ module Google
|
|
650
652
|
class Nutrition
|
651
653
|
include Google::Apis::Core::Hashable
|
652
654
|
|
653
|
-
# Combination of float
|
655
|
+
# Combination of float amount and unit.
|
654
656
|
# Corresponds to the JSON property `addedSugars`
|
655
657
|
# @return [Google::Apis::ManufacturersV1::FloatUnit]
|
656
658
|
attr_accessor :added_sugars
|
@@ -660,7 +662,7 @@ module Google
|
|
660
662
|
# @return [Float]
|
661
663
|
attr_accessor :added_sugars_daily_percentage
|
662
664
|
|
663
|
-
# Combination of float
|
665
|
+
# Combination of float amount and unit.
|
664
666
|
# Corresponds to the JSON property `calcium`
|
665
667
|
# @return [Google::Apis::ManufacturersV1::FloatUnit]
|
666
668
|
attr_accessor :calcium
|
@@ -670,7 +672,7 @@ module Google
|
|
670
672
|
# @return [Float]
|
671
673
|
attr_accessor :calcium_daily_percentage
|
672
674
|
|
673
|
-
# Combination of float
|
675
|
+
# Combination of float amount and unit.
|
674
676
|
# Corresponds to the JSON property `cholesterol`
|
675
677
|
# @return [Google::Apis::ManufacturersV1::FloatUnit]
|
676
678
|
attr_accessor :cholesterol
|
@@ -680,7 +682,7 @@ module Google
|
|
680
682
|
# @return [Float]
|
681
683
|
attr_accessor :cholesterol_daily_percentage
|
682
684
|
|
683
|
-
# Combination of float
|
685
|
+
# Combination of float amount and unit.
|
684
686
|
# Corresponds to the JSON property `dietaryFiber`
|
685
687
|
# @return [Google::Apis::ManufacturersV1::FloatUnit]
|
686
688
|
attr_accessor :dietary_fiber
|
@@ -690,12 +692,12 @@ module Google
|
|
690
692
|
# @return [Float]
|
691
693
|
attr_accessor :dietary_fiber_daily_percentage
|
692
694
|
|
693
|
-
# Combination of float
|
695
|
+
# Combination of float amount and unit.
|
694
696
|
# Corresponds to the JSON property `energy`
|
695
697
|
# @return [Google::Apis::ManufacturersV1::FloatUnit]
|
696
698
|
attr_accessor :energy
|
697
699
|
|
698
|
-
# Combination of float
|
700
|
+
# Combination of float amount and unit.
|
699
701
|
# Corresponds to the JSON property `energyFromFat`
|
700
702
|
# @return [Google::Apis::ManufacturersV1::FloatUnit]
|
701
703
|
attr_accessor :energy_from_fat
|
@@ -705,7 +707,7 @@ module Google
|
|
705
707
|
# @return [Float]
|
706
708
|
attr_accessor :folate_daily_percentage
|
707
709
|
|
708
|
-
# Combination of float
|
710
|
+
# Combination of float amount and unit.
|
709
711
|
# Corresponds to the JSON property `folateFolicAcid`
|
710
712
|
# @return [Google::Apis::ManufacturersV1::FloatUnit]
|
711
713
|
attr_accessor :folate_folic_acid
|
@@ -715,7 +717,7 @@ module Google
|
|
715
717
|
# @return [Float]
|
716
718
|
attr_accessor :folate_mcg_dfe
|
717
719
|
|
718
|
-
# Combination of float
|
720
|
+
# Combination of float amount and unit.
|
719
721
|
# Corresponds to the JSON property `iron`
|
720
722
|
# @return [Google::Apis::ManufacturersV1::FloatUnit]
|
721
723
|
attr_accessor :iron
|
@@ -725,7 +727,7 @@ module Google
|
|
725
727
|
# @return [Float]
|
726
728
|
attr_accessor :iron_daily_percentage
|
727
729
|
|
728
|
-
# Combination of float
|
730
|
+
# Combination of float amount and unit.
|
729
731
|
# Corresponds to the JSON property `monounsaturatedFat`
|
730
732
|
# @return [Google::Apis::ManufacturersV1::FloatUnit]
|
731
733
|
attr_accessor :monounsaturated_fat
|
@@ -735,17 +737,17 @@ module Google
|
|
735
737
|
# @return [String]
|
736
738
|
attr_accessor :nutrition_fact_measure
|
737
739
|
|
738
|
-
# Combination of float
|
740
|
+
# Combination of float amount and unit.
|
739
741
|
# Corresponds to the JSON property `polyols`
|
740
742
|
# @return [Google::Apis::ManufacturersV1::FloatUnit]
|
741
743
|
attr_accessor :polyols
|
742
744
|
|
743
|
-
# Combination of float
|
745
|
+
# Combination of float amount and unit.
|
744
746
|
# Corresponds to the JSON property `polyunsaturatedFat`
|
745
747
|
# @return [Google::Apis::ManufacturersV1::FloatUnit]
|
746
748
|
attr_accessor :polyunsaturated_fat
|
747
749
|
|
748
|
-
# Combination of float
|
750
|
+
# Combination of float amount and unit.
|
749
751
|
# Corresponds to the JSON property `potassium`
|
750
752
|
# @return [Google::Apis::ManufacturersV1::FloatUnit]
|
751
753
|
attr_accessor :potassium
|
@@ -760,7 +762,7 @@ module Google
|
|
760
762
|
# @return [String]
|
761
763
|
attr_accessor :prepared_size_description
|
762
764
|
|
763
|
-
# Combination of float
|
765
|
+
# Combination of float amount and unit.
|
764
766
|
# Corresponds to the JSON property `protein`
|
765
767
|
# @return [Google::Apis::ManufacturersV1::FloatUnit]
|
766
768
|
attr_accessor :protein
|
@@ -770,7 +772,7 @@ module Google
|
|
770
772
|
# @return [Float]
|
771
773
|
attr_accessor :protein_daily_percentage
|
772
774
|
|
773
|
-
# Combination of float
|
775
|
+
# Combination of float amount and unit.
|
774
776
|
# Corresponds to the JSON property `saturatedFat`
|
775
777
|
# @return [Google::Apis::ManufacturersV1::FloatUnit]
|
776
778
|
attr_accessor :saturated_fat
|
@@ -785,7 +787,7 @@ module Google
|
|
785
787
|
# @return [String]
|
786
788
|
attr_accessor :serving_size_description
|
787
789
|
|
788
|
-
# Combination of float
|
790
|
+
# Combination of float amount and unit.
|
789
791
|
# Corresponds to the JSON property `servingSizeMeasure`
|
790
792
|
# @return [Google::Apis::ManufacturersV1::FloatUnit]
|
791
793
|
attr_accessor :serving_size_measure
|
@@ -795,7 +797,7 @@ module Google
|
|
795
797
|
# @return [String]
|
796
798
|
attr_accessor :servings_per_container
|
797
799
|
|
798
|
-
# Combination of float
|
800
|
+
# Combination of float amount and unit.
|
799
801
|
# Corresponds to the JSON property `sodium`
|
800
802
|
# @return [Google::Apis::ManufacturersV1::FloatUnit]
|
801
803
|
attr_accessor :sodium
|
@@ -805,12 +807,12 @@ module Google
|
|
805
807
|
# @return [Float]
|
806
808
|
attr_accessor :sodium_daily_percentage
|
807
809
|
|
808
|
-
# Combination of float
|
810
|
+
# Combination of float amount and unit.
|
809
811
|
# Corresponds to the JSON property `starch`
|
810
812
|
# @return [Google::Apis::ManufacturersV1::FloatUnit]
|
811
813
|
attr_accessor :starch
|
812
814
|
|
813
|
-
# Combination of float
|
815
|
+
# Combination of float amount and unit.
|
814
816
|
# Corresponds to the JSON property `totalCarbohydrate`
|
815
817
|
# @return [Google::Apis::ManufacturersV1::FloatUnit]
|
816
818
|
attr_accessor :total_carbohydrate
|
@@ -820,7 +822,7 @@ module Google
|
|
820
822
|
# @return [Float]
|
821
823
|
attr_accessor :total_carbohydrate_daily_percentage
|
822
824
|
|
823
|
-
# Combination of float
|
825
|
+
# Combination of float amount and unit.
|
824
826
|
# Corresponds to the JSON property `totalFat`
|
825
827
|
# @return [Google::Apis::ManufacturersV1::FloatUnit]
|
826
828
|
attr_accessor :total_fat
|
@@ -830,7 +832,7 @@ module Google
|
|
830
832
|
# @return [Float]
|
831
833
|
attr_accessor :total_fat_daily_percentage
|
832
834
|
|
833
|
-
# Combination of float
|
835
|
+
# Combination of float amount and unit.
|
834
836
|
# Corresponds to the JSON property `totalSugars`
|
835
837
|
# @return [Google::Apis::ManufacturersV1::FloatUnit]
|
836
838
|
attr_accessor :total_sugars
|
@@ -840,7 +842,7 @@ module Google
|
|
840
842
|
# @return [Float]
|
841
843
|
attr_accessor :total_sugars_daily_percentage
|
842
844
|
|
843
|
-
# Combination of float
|
845
|
+
# Combination of float amount and unit.
|
844
846
|
# Corresponds to the JSON property `transFat`
|
845
847
|
# @return [Google::Apis::ManufacturersV1::FloatUnit]
|
846
848
|
attr_accessor :trans_fat
|
@@ -850,7 +852,7 @@ module Google
|
|
850
852
|
# @return [Float]
|
851
853
|
attr_accessor :trans_fat_daily_percentage
|
852
854
|
|
853
|
-
# Combination of float
|
855
|
+
# Combination of float amount and unit.
|
854
856
|
# Corresponds to the JSON property `vitaminD`
|
855
857
|
# @return [Google::Apis::ManufacturersV1::FloatUnit]
|
856
858
|
attr_accessor :vitamin_d
|
@@ -1058,7 +1060,7 @@ module Google
|
|
1058
1060
|
# @return [String]
|
1059
1061
|
attr_accessor :name
|
1060
1062
|
|
1061
|
-
# Combination of float
|
1063
|
+
# Combination of float amount and unit.
|
1062
1064
|
# Corresponds to the JSON property `value`
|
1063
1065
|
# @return [Google::Apis::ManufacturersV1::FloatUnit]
|
1064
1066
|
attr_accessor :value
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module ManufacturersV1
|
18
18
|
# Version of the google-apis-manufacturers_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.15.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.9.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20220913"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-manufacturers_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.15.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: 2022-
|
11
|
+
date: 2022-09-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -58,7 +58,7 @@ licenses:
|
|
58
58
|
metadata:
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-manufacturers_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-manufacturers_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-manufacturers_v1/v0.15.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-manufacturers_v1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|