public interface BatchDeleteDataObjectsRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getParent()
public abstract String getParent() Required. The resource name of the Collection to delete the DataObjects in.
Format: projects/{project}/locations/{location}/collections/{collection}.
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 resource name of the Collection to delete the DataObjects in.
Format: projects/{project}/locations/{location}/collections/{collection}.
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 DeleteDataObjectRequest getRequests(int index)Required. The request message specifying the resources to delete. A maximum of 1000 DataObjects can be deleted in a batch.
repeated .google.cloud.vectorsearch.v1beta.DeleteDataObjectRequest requests = 3 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
DeleteDataObjectRequest |
|
getRequestsCount()
public abstract int getRequestsCount()Required. The request message specifying the resources to delete. A maximum of 1000 DataObjects can be deleted in a batch.
repeated .google.cloud.vectorsearch.v1beta.DeleteDataObjectRequest requests = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
int |
|
getRequestsList()
public abstract List<DeleteDataObjectRequest> getRequestsList()Required. The request message specifying the resources to delete. A maximum of 1000 DataObjects can be deleted in a batch.
repeated .google.cloud.vectorsearch.v1beta.DeleteDataObjectRequest requests = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
List<DeleteDataObjectRequest> |
|
getRequestsOrBuilder(int index)
public abstract DeleteDataObjectRequestOrBuilder getRequestsOrBuilder(int index)Required. The request message specifying the resources to delete. A maximum of 1000 DataObjects can be deleted in a batch.
repeated .google.cloud.vectorsearch.v1beta.DeleteDataObjectRequest requests = 3 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
DeleteDataObjectRequestOrBuilder |
|
getRequestsOrBuilderList()
public abstract List<? extends DeleteDataObjectRequestOrBuilder> getRequestsOrBuilderList()Required. The request message specifying the resources to delete. A maximum of 1000 DataObjects can be deleted in a batch.
repeated .google.cloud.vectorsearch.v1beta.DeleteDataObjectRequest requests = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.vectorsearch.v1beta.DeleteDataObjectRequestOrBuilder> |
|