public interface CreateUserRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getParent()
public abstract String getParent() Required. The resource name of the account for which a user will be
created. Format: accounts/{account}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The parent. |
getParentBytes()
public abstract ByteString getParentBytes() Required. The resource name of the account for which a user will be
created. Format: accounts/{account}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for parent. |
getUser()
public abstract User getUser()Optional. The user to create.
.google.shopping.merchant.accounts.v1.User user = 3 [(.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 = 2 [(.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 = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for userId. |
getUserOrBuilder()
public abstract UserOrBuilder getUserOrBuilder()Optional. The user to create.
.google.shopping.merchant.accounts.v1.User user = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
UserOrBuilder |
|
hasUser()
public abstract boolean hasUser()Optional. The user to create.
.google.shopping.merchant.accounts.v1.User user = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the user field is set. |