public interface BatchCreateRegionsRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getParent()
public abstract String getParent() Required. The account to create one or more regions for.
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 to create one or more regions for.
Format: accounts/{account}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for parent. |
getRequests(int index)
public abstract CreateRegionRequest getRequests(int index)Required. The region(s) to create. The maximum number of regions that can be created in a batch is 100.
repeated .google.shopping.merchant.accounts.v1.CreateRegionRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
CreateRegionRequest |
|
getRequestsCount()
public abstract int getRequestsCount()Required. The region(s) to create. The maximum number of regions that can be created in a batch is 100.
repeated .google.shopping.merchant.accounts.v1.CreateRegionRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
int |
|
getRequestsList()
public abstract List<CreateRegionRequest> getRequestsList()Required. The region(s) to create. The maximum number of regions that can be created in a batch is 100.
repeated .google.shopping.merchant.accounts.v1.CreateRegionRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
List<CreateRegionRequest> |
|
getRequestsOrBuilder(int index)
public abstract CreateRegionRequestOrBuilder getRequestsOrBuilder(int index)Required. The region(s) to create. The maximum number of regions that can be created in a batch is 100.
repeated .google.shopping.merchant.accounts.v1.CreateRegionRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
CreateRegionRequestOrBuilder |
|
getRequestsOrBuilderList()
public abstract List<? extends CreateRegionRequestOrBuilder> getRequestsOrBuilderList()Required. The region(s) to create. The maximum number of regions that can be created in a batch is 100.
repeated .google.shopping.merchant.accounts.v1.CreateRegionRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.shopping.merchant.accounts.v1.CreateRegionRequestOrBuilder> |
|