public interface BatchCreateTargetSitesRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getParent()
public abstract String getParent() Required. The parent resource shared by all TargetSites being created.
projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/siteSearchEngine.
The parent field in the CreateBookRequest messages must either be empty or
match this field.
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 parent resource shared by all TargetSites being created.
projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/siteSearchEngine.
The parent field in the CreateBookRequest messages must either be empty or
match this field.
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 CreateTargetSiteRequest getRequests(int index)Required. The request message specifying the resources to create. A maximum of 20 TargetSites can be created in a batch.
repeated .google.cloud.discoveryengine.v1.CreateTargetSiteRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
CreateTargetSiteRequest |
|
getRequestsCount()
public abstract int getRequestsCount()Required. The request message specifying the resources to create. A maximum of 20 TargetSites can be created in a batch.
repeated .google.cloud.discoveryengine.v1.CreateTargetSiteRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
int |
|
getRequestsList()
public abstract List<CreateTargetSiteRequest> getRequestsList()Required. The request message specifying the resources to create. A maximum of 20 TargetSites can be created in a batch.
repeated .google.cloud.discoveryengine.v1.CreateTargetSiteRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
List<CreateTargetSiteRequest> |
|
getRequestsOrBuilder(int index)
public abstract CreateTargetSiteRequestOrBuilder getRequestsOrBuilder(int index)Required. The request message specifying the resources to create. A maximum of 20 TargetSites can be created in a batch.
repeated .google.cloud.discoveryengine.v1.CreateTargetSiteRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
CreateTargetSiteRequestOrBuilder |
|
getRequestsOrBuilderList()
public abstract List<? extends CreateTargetSiteRequestOrBuilder> getRequestsOrBuilderList()Required. The request message specifying the resources to create. A maximum of 20 TargetSites can be created in a batch.
repeated .google.cloud.discoveryengine.v1.CreateTargetSiteRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.discoveryengine.v1.CreateTargetSiteRequestOrBuilder> |
|