public interface CreateAndConfigureAccountRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getAccount()
public abstract Account getAccount()
Required. The account to be created.
.google.shopping.merchant.accounts.v1.Account account = 1 [(.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 = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
AccountOrBuilder |
getService(int index)
public abstract CreateAndConfigureAccountRequest.AddAccountService getService(int index)
Required. An account service between the account to be created and the
provider account is initialized as part of the creation. At least one such
service needs to be provided. Currently exactly one of these needs to be
account_aggregation
and accounts.createAndConfigure
method can be
used to create a sub-account under an existing advanced account through
this method. Additional account_management
or
product_management
services may be provided.
repeated .google.shopping.merchant.accounts.v1.CreateAndConfigureAccountRequest.AddAccountService service = 4 [(.google.api.field_behavior) = REQUIRED];
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
CreateAndConfigureAccountRequest.AddAccountService |
getServiceCount()
public abstract int getServiceCount()
Required. An account service between the account to be created and the
provider account is initialized as part of the creation. At least one such
service needs to be provided. Currently exactly one of these needs to be
account_aggregation
and accounts.createAndConfigure
method can be
used to create a sub-account under an existing advanced account through
this method. Additional account_management
or
product_management
services may be provided.
repeated .google.shopping.merchant.accounts.v1.CreateAndConfigureAccountRequest.AddAccountService service = 4 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
int |
getServiceList()
public abstract List<CreateAndConfigureAccountRequest.AddAccountService> getServiceList()
Required. An account service between the account to be created and the
provider account is initialized as part of the creation. At least one such
service needs to be provided. Currently exactly one of these needs to be
account_aggregation
and accounts.createAndConfigure
method can be
used to create a sub-account under an existing advanced account through
this method. Additional account_management
or
product_management
services may be provided.
repeated .google.shopping.merchant.accounts.v1.CreateAndConfigureAccountRequest.AddAccountService service = 4 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
List<AddAccountService> |
getServiceOrBuilder(int index)
public abstract CreateAndConfigureAccountRequest.AddAccountServiceOrBuilder getServiceOrBuilder(int index)
Required. An account service between the account to be created and the
provider account is initialized as part of the creation. At least one such
service needs to be provided. Currently exactly one of these needs to be
account_aggregation
and accounts.createAndConfigure
method can be
used to create a sub-account under an existing advanced account through
this method. Additional account_management
or
product_management
services may be provided.
repeated .google.shopping.merchant.accounts.v1.CreateAndConfigureAccountRequest.AddAccountService service = 4 [(.google.api.field_behavior) = REQUIRED];
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
CreateAndConfigureAccountRequest.AddAccountServiceOrBuilder |
getServiceOrBuilderList()
public abstract List<? extends CreateAndConfigureAccountRequest.AddAccountServiceOrBuilder> getServiceOrBuilderList()
Required. An account service between the account to be created and the
provider account is initialized as part of the creation. At least one such
service needs to be provided. Currently exactly one of these needs to be
account_aggregation
and accounts.createAndConfigure
method can be
used to create a sub-account under an existing advanced account through
this method. Additional account_management
or
product_management
services may be provided.
repeated .google.shopping.merchant.accounts.v1.CreateAndConfigureAccountRequest.AddAccountService service = 4 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
List<? extends com.google.shopping.merchant.accounts.v1.CreateAndConfigureAccountRequest.AddAccountServiceOrBuilder> |
getUser(int index)
public abstract CreateAndConfigureAccountRequest.AddUser getUser(int index)
Optional. Users to be added to the account.
repeated .google.shopping.merchant.accounts.v1.CreateAndConfigureAccountRequest.AddUser user = 3 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
CreateAndConfigureAccountRequest.AddUser |
getUserCount()
public abstract int getUserCount()
Optional. Users to be added to the account.
repeated .google.shopping.merchant.accounts.v1.CreateAndConfigureAccountRequest.AddUser user = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
int |
getUserList()
public abstract List<CreateAndConfigureAccountRequest.AddUser> getUserList()
Optional. Users to be added to the account.
repeated .google.shopping.merchant.accounts.v1.CreateAndConfigureAccountRequest.AddUser user = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
List<AddUser> |
getUserOrBuilder(int index)
public abstract CreateAndConfigureAccountRequest.AddUserOrBuilder getUserOrBuilder(int index)
Optional. Users to be added to the account.
repeated .google.shopping.merchant.accounts.v1.CreateAndConfigureAccountRequest.AddUser user = 3 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
CreateAndConfigureAccountRequest.AddUserOrBuilder |
getUserOrBuilderList()
public abstract List<? extends CreateAndConfigureAccountRequest.AddUserOrBuilder> getUserOrBuilderList()
Optional. Users to be added to the account.
repeated .google.shopping.merchant.accounts.v1.CreateAndConfigureAccountRequest.AddUser user = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
List<? extends com.google.shopping.merchant.accounts.v1.CreateAndConfigureAccountRequest.AddUserOrBuilder> |
hasAccount()
public abstract boolean hasAccount()
Required. The account to be created.
.google.shopping.merchant.accounts.v1.Account account = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
boolean |
Whether the account field is set. |