public interface BatchCreateTargetSitesRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getParent()
Required.
|
com.google.protobuf.ByteString |
getParentBytes()
Required.
|
CreateTargetSiteRequest |
getRequests(int index)
Required.
|
int |
getRequestsCount()
Required.
|
List<CreateTargetSiteRequest> |
getRequestsList()
Required.
|
CreateTargetSiteRequestOrBuilder |
getRequestsOrBuilder(int index)
Required.
|
List<? extends CreateTargetSiteRequestOrBuilder> |
getRequestsOrBuilderList()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString 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) = { ... }
com.google.protobuf.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) = { ... }
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.v1beta.CreateTargetSiteRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];
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.v1beta.CreateTargetSiteRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];
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.v1beta.CreateTargetSiteRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];
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.v1beta.CreateTargetSiteRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];
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.v1beta.CreateTargetSiteRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];
Copyright © 2025 Google LLC. All rights reserved.