Interface BatchCreateDataObjectsResponseOrBuilder (0.8.0)

public interface BatchCreateDataObjectsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDataObjects(int index)

public abstract DataObject getDataObjects(int index)

Output only. DataObjects created.

repeated .google.cloud.vectorsearch.v1.DataObject data_objects = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
index int
Returns
Type Description
DataObject

getDataObjectsCount()

public abstract int getDataObjectsCount()

Output only. DataObjects created.

repeated .google.cloud.vectorsearch.v1.DataObject data_objects = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

getDataObjectsList()

public abstract List<DataObject> getDataObjectsList()

Output only. DataObjects created.

repeated .google.cloud.vectorsearch.v1.DataObject data_objects = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
List<DataObject>

getDataObjectsOrBuilder(int index)

public abstract DataObjectOrBuilder getDataObjectsOrBuilder(int index)

Output only. DataObjects created.

repeated .google.cloud.vectorsearch.v1.DataObject data_objects = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
index int
Returns
Type Description
DataObjectOrBuilder

getDataObjectsOrBuilderList()

public abstract List<? extends DataObjectOrBuilder> getDataObjectsOrBuilderList()

Output only. DataObjects created.

repeated .google.cloud.vectorsearch.v1.DataObject data_objects = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
List<? extends com.google.cloud.vectorsearch.v1.DataObjectOrBuilder>