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: java-maps-addressvalidation/google-maps-addressvalidation/src/main/java/com/google/maps/addressvalidation/v1/AddressValidationClient.java
Copy file name to clipboardexpand all lines: java-maps-addressvalidation/google-maps-addressvalidation/src/main/java/com/google/maps/addressvalidation/v1/package-info.java
Copy file name to clipboardexpand all lines: java-maps-addressvalidation/google-maps-addressvalidation/src/test/java/com/google/maps/addressvalidation/v1/AddressValidationClientHttpJsonTest.java
+2
Original file line number
Diff line number
Diff line change
@@ -86,6 +86,7 @@ public void validateAddressTest() throws Exception {
Copy file name to clipboardexpand all lines: java-maps-addressvalidation/google-maps-addressvalidation/src/test/java/com/google/maps/addressvalidation/v1/AddressValidationClientTest.java
+3
Original file line number
Diff line number
Diff line change
@@ -90,6 +90,7 @@ public void validateAddressTest() throws Exception {
Copy file name to clipboardexpand all lines: java-maps-addressvalidation/proto-google-maps-addressvalidation-v1/src/main/java/com/google/maps/addressvalidation/v1/AddressComponent.java
+20-12
Original file line number
Diff line number
Diff line change
@@ -435,9 +435,11 @@ public boolean getInferred() {
435
435
*
436
436
*
437
437
* <pre>
438
-
* Indicates the spelling of the component name was corrected in a minor way,
439
-
* for example by switching two characters that appeared in the wrong order.
440
-
* This indicates a cosmetic change.
438
+
* Indicates a correction to a misspelling in the component name. The API
439
+
* does not always flag changes from one spelling variant to another, such as
440
+
* when changing "centre" to "center". It also does not always flag common
441
+
* misspellings, such as when changing "Amphitheater Pkwy" to "Amphitheatre
442
+
* Pkwy".
441
443
* </pre>
442
444
*
443
445
* <code>bool spell_corrected = 5;</code>
@@ -1475,9 +1477,11 @@ public Builder clearInferred() {
1475
1477
*
1476
1478
*
1477
1479
* <pre>
1478
-
* Indicates the spelling of the component name was corrected in a minor way,
1479
-
* for example by switching two characters that appeared in the wrong order.
1480
-
* This indicates a cosmetic change.
1480
+
* Indicates a correction to a misspelling in the component name. The API
1481
+
* does not always flag changes from one spelling variant to another, such as
1482
+
* when changing "centre" to "center". It also does not always flag common
1483
+
* misspellings, such as when changing "Amphitheater Pkwy" to "Amphitheatre
1484
+
* Pkwy".
1481
1485
* </pre>
1482
1486
*
1483
1487
* <code>bool spell_corrected = 5;</code>
@@ -1492,9 +1496,11 @@ public boolean getSpellCorrected() {
1492
1496
*
1493
1497
*
1494
1498
* <pre>
1495
-
* Indicates the spelling of the component name was corrected in a minor way,
1496
-
* for example by switching two characters that appeared in the wrong order.
1497
-
* This indicates a cosmetic change.
1499
+
* Indicates a correction to a misspelling in the component name. The API
1500
+
* does not always flag changes from one spelling variant to another, such as
1501
+
* when changing "centre" to "center". It also does not always flag common
1502
+
* misspellings, such as when changing "Amphitheater Pkwy" to "Amphitheatre
1503
+
* Pkwy".
1498
1504
* </pre>
1499
1505
*
1500
1506
* <code>bool spell_corrected = 5;</code>
@@ -1513,9 +1519,11 @@ public Builder setSpellCorrected(boolean value) {
1513
1519
*
1514
1520
*
1515
1521
* <pre>
1516
-
* Indicates the spelling of the component name was corrected in a minor way,
1517
-
* for example by switching two characters that appeared in the wrong order.
1518
-
* This indicates a cosmetic change.
1522
+
* Indicates a correction to a misspelling in the component name. The API
1523
+
* does not always flag changes from one spelling variant to another, such as
1524
+
* when changing "centre" to "center". It also does not always flag common
1525
+
* misspellings, such as when changing "Amphitheater Pkwy" to "Amphitheatre
Copy file name to clipboardexpand all lines: java-maps-addressvalidation/proto-google-maps-addressvalidation-v1/src/main/java/com/google/maps/addressvalidation/v1/AddressComponentOrBuilder.java
+5-3
Original file line number
Diff line number
Diff line change
@@ -140,9 +140,11 @@ public interface AddressComponentOrBuilder
140
140
*
141
141
*
142
142
* <pre>
143
-
* Indicates the spelling of the component name was corrected in a minor way,
144
-
* for example by switching two characters that appeared in the wrong order.
145
-
* This indicates a cosmetic change.
143
+
* Indicates a correction to a misspelling in the component name. The API
144
+
* does not always flag changes from one spelling variant to another, such as
145
+
* when changing "centre" to "center". It also does not always flag common
146
+
* misspellings, such as when changing "Amphitheater Pkwy" to "Amphitheatre
Copy file name to clipboardexpand all lines: java-maps-addressvalidation/proto-google-maps-addressvalidation-v1/src/main/java/com/google/maps/addressvalidation/v1/AddressValidationServiceProto.java
+55-54
Original file line number
Diff line number
Diff line change
@@ -71,62 +71,63 @@ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
0 commit comments