public interface CreateUserRequestOrBuilder extends MessageOrBuilder
Implements
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()
Required. The user to create.
.google.shopping.merchant.accounts.v1beta.User user = 3 [(.google.api.field_behavior) = REQUIRED];
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()
Required. The user to create.
.google.shopping.merchant.accounts.v1beta.User user = 3 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
UserOrBuilder |
hasUser()
public abstract boolean hasUser()
Required. The user to create.
.google.shopping.merchant.accounts.v1beta.User user = 3 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
boolean |
Whether the user field is set. |