public final class BatchCreateDataObjectsResponse extends GeneratedMessage implements BatchCreateDataObjectsResponseOrBuilderResponse message for DataObjectService.BatchCreateDataObjects.
Protobuf type google.cloud.vectorsearch.v1beta.BatchCreateDataObjectsResponse
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > BatchCreateDataObjectsResponseImplements
BatchCreateDataObjectsResponseOrBuilderStatic Fields
DATA_OBJECTS_FIELD_NUMBER
public static final int DATA_OBJECTS_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
Static Methods
getDefaultInstance()
public static BatchCreateDataObjectsResponse getDefaultInstance()| Returns | |
|---|---|
| Type | Description |
BatchCreateDataObjectsResponse |
|
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
newBuilder()
public static BatchCreateDataObjectsResponse.Builder newBuilder()| Returns | |
|---|---|
| Type | Description |
BatchCreateDataObjectsResponse.Builder |
|
newBuilder(BatchCreateDataObjectsResponse prototype)
public static BatchCreateDataObjectsResponse.Builder newBuilder(BatchCreateDataObjectsResponse prototype)| Parameter | |
|---|---|
| Name | Description |
prototype |
BatchCreateDataObjectsResponse |
| Returns | |
|---|---|
| Type | Description |
BatchCreateDataObjectsResponse.Builder |
|
parseDelimitedFrom(InputStream input)
public static BatchCreateDataObjectsResponse parseDelimitedFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
BatchCreateDataObjectsResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static BatchCreateDataObjectsResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
BatchCreateDataObjectsResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(byte[] data)
public static BatchCreateDataObjectsResponse parseFrom(byte[] data)| Parameter | |
|---|---|
| Name | Description |
data |
byte[] |
| Returns | |
|---|---|
| Type | Description |
BatchCreateDataObjectsResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static BatchCreateDataObjectsResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
BatchCreateDataObjectsResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data)
public static BatchCreateDataObjectsResponse parseFrom(ByteString data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteString |
| Returns | |
|---|---|
| Type | Description |
BatchCreateDataObjectsResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static BatchCreateDataObjectsResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
BatchCreateDataObjectsResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(CodedInputStream input)
public static BatchCreateDataObjectsResponse parseFrom(CodedInputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
CodedInputStream |
| Returns | |
|---|---|
| Type | Description |
BatchCreateDataObjectsResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static BatchCreateDataObjectsResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
BatchCreateDataObjectsResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input)
public static BatchCreateDataObjectsResponse parseFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
BatchCreateDataObjectsResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static BatchCreateDataObjectsResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
BatchCreateDataObjectsResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(ByteBuffer data)
public static BatchCreateDataObjectsResponse parseFrom(ByteBuffer data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteBuffer |
| Returns | |
|---|---|
| Type | Description |
BatchCreateDataObjectsResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static BatchCreateDataObjectsResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
BatchCreateDataObjectsResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parser()
public static Parser<BatchCreateDataObjectsResponse> parser()| Returns | |
|---|---|
| Type | Description |
Parser<BatchCreateDataObjectsResponse> |
|
Methods
equals(Object obj)
public boolean equals(Object obj)| Parameter | |
|---|---|
| Name | Description |
obj |
Object |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getDataObjects(int index)
public DataObject getDataObjects(int index)DataObjects created.
repeated .google.cloud.vectorsearch.v1beta.DataObject data_objects = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
DataObject |
|
getDataObjectsCount()
public int getDataObjectsCount()DataObjects created.
repeated .google.cloud.vectorsearch.v1beta.DataObject data_objects = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getDataObjectsList()
public List<DataObject> getDataObjectsList()DataObjects created.
repeated .google.cloud.vectorsearch.v1beta.DataObject data_objects = 1;
| Returns | |
|---|---|
| Type | Description |
List<DataObject> |
|
getDataObjectsOrBuilder(int index)
public DataObjectOrBuilder getDataObjectsOrBuilder(int index)DataObjects created.
repeated .google.cloud.vectorsearch.v1beta.DataObject data_objects = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
DataObjectOrBuilder |
|
getDataObjectsOrBuilderList()
public List<? extends DataObjectOrBuilder> getDataObjectsOrBuilderList()DataObjects created.
repeated .google.cloud.vectorsearch.v1beta.DataObject data_objects = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.vectorsearch.v1beta.DataObjectOrBuilder> |
|
getDefaultInstanceForType()
public BatchCreateDataObjectsResponse getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
BatchCreateDataObjectsResponse |
|
getParserForType()
public Parser<BatchCreateDataObjectsResponse> getParserForType()| Returns | |
|---|---|
| Type | Description |
Parser<BatchCreateDataObjectsResponse> |
|
getSerializedSize()
public int getSerializedSize()| Returns | |
|---|---|
| Type | Description |
int |
|
hashCode()
public int hashCode()| Returns | |
|---|---|
| Type | Description |
int |
|
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
newBuilderForType()
public BatchCreateDataObjectsResponse.Builder newBuilderForType()| Returns | |
|---|---|
| Type | Description |
BatchCreateDataObjectsResponse.Builder |
|
newBuilderForType(AbstractMessage.BuilderParent parent)
protected BatchCreateDataObjectsResponse.Builder newBuilderForType(AbstractMessage.BuilderParent parent)| Parameter | |
|---|---|
| Name | Description |
parent |
BuilderParent |
| Returns | |
|---|---|
| Type | Description |
BatchCreateDataObjectsResponse.Builder |
|
toBuilder()
public BatchCreateDataObjectsResponse.Builder toBuilder()| Returns | |
|---|---|
| Type | Description |
BatchCreateDataObjectsResponse.Builder |
|
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)| Parameter | |
|---|---|
| Name | Description |
output |
CodedOutputStream |
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|