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: clients/google-api-services-addressvalidation/v1/2.0.0/com/google/api/services/addressvalidation/v1/model/GoogleMapsAddressvalidationV1Verdict.java
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -87,9 +87,9 @@ public final class GoogleMapsAddressvalidationV1Verdict extends com.google.api.c
87
87
* The granularity of the **input** address. This is the result of parsing the input address and
88
88
* does not give any validation signals. For validation signals, refer to `validation_granularity`
89
89
* below. For example, if the input address includes a specific apartment number, then the
90
-
* `input_granularity` here will be `SUB_PREMISE`. If we cannot match the apartment number in the
91
-
* databases or the apartment number is invalid, the `validation_granularity` will likely be
92
-
* `PREMISE` or more coarse.
90
+
* `input_granularity` here will be `SUB_PREMISE`. If the address validation service cannot match
91
+
* the apartment number in the databases or the apartment number is invalid, the
92
+
* `validation_granularity` will likely be `PREMISE` or more coarse.
93
93
* The value may be {@code null}.
94
94
*/
95
95
@com.google.api.client.util.Key
@@ -249,9 +249,9 @@ public GoogleMapsAddressvalidationV1Verdict setHasUnconfirmedComponents(java.lan
249
249
* The granularity of the **input** address. This is the result of parsing the input address and
250
250
* does not give any validation signals. For validation signals, refer to `validation_granularity`
251
251
* below. For example, if the input address includes a specific apartment number, then the
252
-
* `input_granularity` here will be `SUB_PREMISE`. If we cannot match the apartment number in the
253
-
* databases or the apartment number is invalid, the `validation_granularity` will likely be
254
-
* `PREMISE` or more coarse.
252
+
* `input_granularity` here will be `SUB_PREMISE`. If the address validation service cannot match
253
+
* the apartment number in the databases or the apartment number is invalid, the
254
+
* `validation_granularity` will likely be `PREMISE` or more coarse.
255
255
* @return value or {@code null} for none
256
256
*/
257
257
publicjava.lang.StringgetInputGranularity() {
@@ -262,9 +262,9 @@ public java.lang.String getInputGranularity() {
262
262
* The granularity of the **input** address. This is the result of parsing the input address and
263
263
* does not give any validation signals. For validation signals, refer to `validation_granularity`
264
264
* below. For example, if the input address includes a specific apartment number, then the
265
-
* `input_granularity` here will be `SUB_PREMISE`. If we cannot match the apartment number in the
266
-
* databases or the apartment number is invalid, the `validation_granularity` will likely be
267
-
* `PREMISE` or more coarse.
265
+
* `input_granularity` here will be `SUB_PREMISE`. If the address validation service cannot match
266
+
* the apartment number in the databases or the apartment number is invalid, the
267
+
* `validation_granularity` will likely be `PREMISE` or more coarse.
268
268
* @param inputGranularity inputGranularity or {@code null} for none
0 commit comments