Skip to content

Commit 0988719

Browse files
1 parent 6949c01 commit 0988719

File tree

3 files changed

+3
-15
lines changed

3 files changed

+3
-15
lines changed

src/MyBusinessVerifications/Verification.php

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,6 @@ class Verification extends \Google\Model
4848
* available for all locations.
4949
*/
5050
public const METHOD_AUTO = 'AUTO';
51-
/**
52-
* This option may not be available for all locations.
53-
*/
54-
public const METHOD_VETTED_PARTNER = 'VETTED_PARTNER';
5551
/**
5652
* Verify the location via a trusted partner.
5753
*/
@@ -139,7 +135,7 @@ public function getCreateTime()
139135
* The method of the verification.
140136
*
141137
* Accepted values: VERIFICATION_METHOD_UNSPECIFIED, ADDRESS, EMAIL,
142-
* PHONE_CALL, SMS, AUTO, VETTED_PARTNER, TRUSTED_PARTNER
138+
* PHONE_CALL, SMS, AUTO, TRUSTED_PARTNER
143139
*
144140
* @param self::METHOD_* $method
145141
*/

src/MyBusinessVerifications/VerificationOption.php

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,6 @@ class VerificationOption extends \Google\Model
4848
* available for all locations.
4949
*/
5050
public const VERIFICATION_METHOD_AUTO = 'AUTO';
51-
/**
52-
* This option may not be available for all locations.
53-
*/
54-
public const VERIFICATION_METHOD_VETTED_PARTNER = 'VETTED_PARTNER';
5551
/**
5652
* Verify the location via a trusted partner.
5753
*/
@@ -149,7 +145,7 @@ public function getPhoneNumber()
149145
* Method to verify the location.
150146
*
151147
* Accepted values: VERIFICATION_METHOD_UNSPECIFIED, ADDRESS, EMAIL,
152-
* PHONE_CALL, SMS, AUTO, VETTED_PARTNER, TRUSTED_PARTNER
148+
* PHONE_CALL, SMS, AUTO, TRUSTED_PARTNER
153149
*
154150
* @param self::VERIFICATION_METHOD_* $verificationMethod
155151
*/

src/MyBusinessVerifications/VerifyLocationRequest.php

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,6 @@ class VerifyLocationRequest extends \Google\Model
4848
* available for all locations.
4949
*/
5050
public const METHOD_AUTO = 'AUTO';
51-
/**
52-
* This option may not be available for all locations.
53-
*/
54-
public const METHOD_VETTED_PARTNER = 'VETTED_PARTNER';
5551
/**
5652
* Verify the location via a trusted partner.
5753
*/
@@ -185,7 +181,7 @@ public function getMailerContact()
185181
* Required. Verification method.
186182
*
187183
* Accepted values: VERIFICATION_METHOD_UNSPECIFIED, ADDRESS, EMAIL,
188-
* PHONE_CALL, SMS, AUTO, VETTED_PARTNER, TRUSTED_PARTNER
184+
* PHONE_CALL, SMS, AUTO, TRUSTED_PARTNER
189185
*
190186
* @param self::METHOD_* $method
191187
*/

0 commit comments

Comments
 (0)