Interface VerificationMailSettingsOrBuilder (1.11.0)

public interface VerificationMailSettingsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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.v1.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.v1.VerificationMailSettings.VerificationMailMode verification_mail_mode = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
int

The enum numeric value on the wire for verificationMailMode.