public interface VerificationMailSettingsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getVerificationMailMode()
public abstract VerificationMailSettings.VerificationMailMode getVerificationMailMode() Optional. Mode of the verification mail. If not set, the default is
SEND_VERIFICATION_MAIL.
.google.shopping.merchant.accounts.v1beta.VerificationMailSettings.VerificationMailMode verification_mail_mode = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
VerificationMailSettings.VerificationMailMode |
The verificationMailMode. |
getVerificationMailModeValue()
public abstract int getVerificationMailModeValue() Optional. Mode of the verification mail. If not set, the default is
SEND_VERIFICATION_MAIL.
.google.shopping.merchant.accounts.v1beta.VerificationMailSettings.VerificationMailMode verification_mail_mode = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for verificationMailMode. |