public interface BatchUpdateRegionsRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getParent()
public abstract String getParent() Required. The account to update 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 update 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 UpdateRegionRequest getRequests(int index)Required. The region(s) to update. The maximum number of regions that can be updated in a batch is 100.
repeated .google.shopping.merchant.accounts.v1.UpdateRegionRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
UpdateRegionRequest |
|
getRequestsCount()
public abstract int getRequestsCount()Required. The region(s) to update. The maximum number of regions that can be updated in a batch is 100.
repeated .google.shopping.merchant.accounts.v1.UpdateRegionRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
int |
|
getRequestsList()
public abstract List<UpdateRegionRequest> getRequestsList()Required. The region(s) to update. The maximum number of regions that can be updated in a batch is 100.
repeated .google.shopping.merchant.accounts.v1.UpdateRegionRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
List<UpdateRegionRequest> |
|
getRequestsOrBuilder(int index)
public abstract UpdateRegionRequestOrBuilder getRequestsOrBuilder(int index)Required. The region(s) to update. The maximum number of regions that can be updated in a batch is 100.
repeated .google.shopping.merchant.accounts.v1.UpdateRegionRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
UpdateRegionRequestOrBuilder |
|
getRequestsOrBuilderList()
public abstract List<? extends UpdateRegionRequestOrBuilder> getRequestsOrBuilderList()Required. The region(s) to update. The maximum number of regions that can be updated in a batch is 100.
repeated .google.shopping.merchant.accounts.v1.UpdateRegionRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.shopping.merchant.accounts.v1.UpdateRegionRequestOrBuilder> |
|