public interface CreateTestAccountRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAccount()
public abstract Account getAccount()Required. The account to be created.
.google.shopping.merchant.accounts.v1.Account account = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
Account |
The account. |
getAccountOrBuilder()
public abstract AccountOrBuilder getAccountOrBuilder()Required. The account to be created.
.google.shopping.merchant.accounts.v1.Account account = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
AccountOrBuilder |
|
getParent()
public abstract String getParent()Required. The account resource name to create the test account under. 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 account resource name to create the test account under. Format: accounts/{account}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for parent. |
hasAccount()
public abstract boolean hasAccount()Required. The account to be created.
.google.shopping.merchant.accounts.v1.Account account = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the account field is set. |