Interface CreateAndConfigureAccountRequest.AddUserOrBuilder (1.11.0)

public static interface CreateAndConfigureAccountRequest.AddUserOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getUser()

public abstract User getUser()

Optional. Details about the user to be added. At the moment, only access rights may be specified.

.google.shopping.merchant.accounts.v1.User user = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
User

The user.

getUserId()

public abstract String getUserId()

Required. The email address of the user (for example, john.doe@gmail.com).

string user_id = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The userId.

getUserIdBytes()

public abstract ByteString getUserIdBytes()

Required. The email address of the user (for example, john.doe@gmail.com).

string user_id = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for userId.

getUserOrBuilder()

public abstract UserOrBuilder getUserOrBuilder()

Optional. Details about the user to be added. At the moment, only access rights may be specified.

.google.shopping.merchant.accounts.v1.User user = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
UserOrBuilder

getVerificationMailSettings()

public abstract VerificationMailSettings getVerificationMailSettings()

Optional. Settings related to configuring the verification email that is sent after adding a user.

.google.shopping.merchant.accounts.v1.VerificationMailSettings verification_mail_settings = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
VerificationMailSettings

The verificationMailSettings.

getVerificationMailSettingsOrBuilder()

public abstract VerificationMailSettingsOrBuilder getVerificationMailSettingsOrBuilder()

Optional. Settings related to configuring the verification email that is sent after adding a user.

.google.shopping.merchant.accounts.v1.VerificationMailSettings verification_mail_settings = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
VerificationMailSettingsOrBuilder

hasUser()

public abstract boolean hasUser()

Optional. Details about the user to be added. At the moment, only access rights may be specified.

.google.shopping.merchant.accounts.v1.User user = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the user field is set.

hasVerificationMailSettings()

public abstract boolean hasVerificationMailSettings()

Optional. Settings related to configuring the verification email that is sent after adding a user.

.google.shopping.merchant.accounts.v1.VerificationMailSettings verification_mail_settings = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the verificationMailSettings field is set.