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-mybusinessverifications/v1/2.0.0/com/google/api/services/mybusinessverifications/v1/model/VerifyLocationRequest.java
+24Lines changed: 24 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -91,6 +91,13 @@ public final class VerifyLocationRequest extends com.google.api.client.json.Gene
91
91
@com.google.api.client.util.Key
92
92
privateVerificationTokentoken;
93
93
94
+
/**
95
+
* The input for TRUSTED_PARTNER method The verification token that is associated to the location.
96
+
* The value may be {@code null}.
97
+
*/
98
+
@com.google.api.client.util.Key
99
+
privatejava.lang.StringtrustedPartnerToken;
100
+
94
101
/**
95
102
* Optional. Extra context information for the verification of service businesses. It is only
96
103
* required for the locations whose business type is CUSTOMER_LOCATION_ONLY. For ADDRESS
@@ -234,6 +241,23 @@ public VerifyLocationRequest setToken(VerificationToken token) {
234
241
returnthis;
235
242
}
236
243
244
+
/**
245
+
* The input for TRUSTED_PARTNER method The verification token that is associated to the location.
246
+
* @return value or {@code null} for none
247
+
*/
248
+
publicjava.lang.StringgetTrustedPartnerToken() {
249
+
returntrustedPartnerToken;
250
+
}
251
+
252
+
/**
253
+
* The input for TRUSTED_PARTNER method The verification token that is associated to the location.
254
+
* @param trustedPartnerToken trustedPartnerToken or {@code null} for none
0 commit comments