Interface CreateAndConfigureAccountRequest.AddUserOrBuilder (1.0.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

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.