You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sdk-platform-java/java-common-protos/proto-google-common-protos/src/main/java/com/google/shopping/type/Price.java
-12Lines changed: 0 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -72,8 +72,6 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
72
72
* The price represented as a number in micros (1 million micros is an
73
73
* equivalent to one's currency standard unit, for example, 1 USD = 1000000
74
74
* micros).
75
-
* This field can also be set as infinity by setting to -1.
76
-
* This field only support -1 and positive value.
77
75
* </pre>
78
76
*
79
77
* <code>optional int64 amount_micros = 1;</code>
@@ -91,8 +89,6 @@ public boolean hasAmountMicros() {
91
89
* The price represented as a number in micros (1 million micros is an
92
90
* equivalent to one's currency standard unit, for example, 1 USD = 1000000
93
91
* micros).
94
-
* This field can also be set as infinity by setting to -1.
95
-
* This field only support -1 and positive value.
96
92
* </pre>
97
93
*
98
94
* <code>optional int64 amount_micros = 1;</code>
@@ -554,8 +550,6 @@ public Builder mergeFrom(
554
550
* The price represented as a number in micros (1 million micros is an
555
551
* equivalent to one's currency standard unit, for example, 1 USD = 1000000
556
552
* micros).
557
-
* This field can also be set as infinity by setting to -1.
558
-
* This field only support -1 and positive value.
559
553
* </pre>
560
554
*
561
555
* <code>optional int64 amount_micros = 1;</code>
@@ -573,8 +567,6 @@ public boolean hasAmountMicros() {
573
567
* The price represented as a number in micros (1 million micros is an
574
568
* equivalent to one's currency standard unit, for example, 1 USD = 1000000
575
569
* micros).
576
-
* This field can also be set as infinity by setting to -1.
577
-
* This field only support -1 and positive value.
578
570
* </pre>
579
571
*
580
572
* <code>optional int64 amount_micros = 1;</code>
@@ -592,8 +584,6 @@ public long getAmountMicros() {
592
584
* The price represented as a number in micros (1 million micros is an
593
585
* equivalent to one's currency standard unit, for example, 1 USD = 1000000
594
586
* micros).
595
-
* This field can also be set as infinity by setting to -1.
596
-
* This field only support -1 and positive value.
597
587
* </pre>
598
588
*
599
589
* <code>optional int64 amount_micros = 1;</code>
@@ -615,8 +605,6 @@ public Builder setAmountMicros(long value) {
615
605
* The price represented as a number in micros (1 million micros is an
616
606
* equivalent to one's currency standard unit, for example, 1 USD = 1000000
617
607
* micros).
618
-
* This field can also be set as infinity by setting to -1.
Copy file name to clipboardExpand all lines: sdk-platform-java/java-common-protos/proto-google-common-protos/src/main/java/com/google/shopping/type/PriceOrBuilder.java
-4Lines changed: 0 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -31,8 +31,6 @@ public interface PriceOrBuilder
31
31
* The price represented as a number in micros (1 million micros is an
32
32
* equivalent to one's currency standard unit, for example, 1 USD = 1000000
33
33
* micros).
34
-
* This field can also be set as infinity by setting to -1.
35
-
* This field only support -1 and positive value.
36
34
* </pre>
37
35
*
38
36
* <code>optional int64 amount_micros = 1;</code>
@@ -47,8 +45,6 @@ public interface PriceOrBuilder
47
45
* The price represented as a number in micros (1 million micros is an
48
46
* equivalent to one's currency standard unit, for example, 1 USD = 1000000
49
47
* micros).
50
-
* This field can also be set as infinity by setting to -1.
Copy file name to clipboardExpand all lines: sdk-platform-java/java-common-protos/proto-google-common-protos/src/main/java/com/google/shopping/type/TypesProto.java
+49-32Lines changed: 49 additions & 32 deletions
Original file line number
Diff line number
Diff line change
@@ -28,6 +28,10 @@ public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry r
0 commit comments