Interface BatchCreateTargetSitesRequestOrBuilder (0.37.0)

public interface BatchCreateTargetSitesRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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
TypeDescription
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
TypeDescription
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.v1alpha.CreateTargetSiteRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
indexint
Returns
TypeDescription
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.v1alpha.CreateTargetSiteRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
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.v1alpha.CreateTargetSiteRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
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.v1alpha.CreateTargetSiteRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
indexint
Returns
TypeDescription
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.v1alpha.CreateTargetSiteRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
List<? extends com.google.cloud.discoveryengine.v1alpha.CreateTargetSiteRequestOrBuilder>