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