Reference documentation and code samples for the Vector Search V1 API class Google::Cloud::VectorSearch::V1::DataObjectService::Rest::ServiceStub.
REST service stub for the DataObjectService service. Service stub contains baseline method implementations including transcoding, making the REST call, and deserialing the response.
Inherits
- Object
Methods
#batch_create_data_objects
def batch_create_data_objects(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::VectorSearch::V1::BatchCreateDataObjectsResponseBaseline implementation for the batch_create_data_objects REST call
- request_pb (::Google::Cloud::VectorSearch::V1::BatchCreateDataObjectsRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::VectorSearch::V1::BatchCreateDataObjectsResponse)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::VectorSearch::V1::BatchCreateDataObjectsResponse) — A result object deserialized from the server's reply
- (::ArgumentError)
#batch_delete_data_objects
def batch_delete_data_objects(request_pb, options = nil) { |result, operation| ... } -> ::Google::Protobuf::EmptyBaseline implementation for the batch_delete_data_objects REST call
- request_pb (::Google::Cloud::VectorSearch::V1::BatchDeleteDataObjectsRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Protobuf::Empty)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Protobuf::Empty) — A result object deserialized from the server's reply
- (::ArgumentError)
#batch_update_data_objects
def batch_update_data_objects(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::VectorSearch::V1::BatchUpdateDataObjectsResponseBaseline implementation for the batch_update_data_objects REST call
- request_pb (::Google::Cloud::VectorSearch::V1::BatchUpdateDataObjectsRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::VectorSearch::V1::BatchUpdateDataObjectsResponse)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::VectorSearch::V1::BatchUpdateDataObjectsResponse) — A result object deserialized from the server's reply
- (::ArgumentError)
#create_data_object
def create_data_object(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::VectorSearch::V1::DataObjectBaseline implementation for the create_data_object REST call
- request_pb (::Google::Cloud::VectorSearch::V1::CreateDataObjectRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::VectorSearch::V1::DataObject)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::VectorSearch::V1::DataObject) — A result object deserialized from the server's reply
- (::ArgumentError)
#delete_data_object
def delete_data_object(request_pb, options = nil) { |result, operation| ... } -> ::Google::Protobuf::EmptyBaseline implementation for the delete_data_object REST call
- request_pb (::Google::Cloud::VectorSearch::V1::DeleteDataObjectRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Protobuf::Empty)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Protobuf::Empty) — A result object deserialized from the server's reply
- (::ArgumentError)
#endpoint
def endpoint() -> StringThe effective endpoint
- (String)
#get_data_object
def get_data_object(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::VectorSearch::V1::DataObjectBaseline implementation for the get_data_object REST call
- request_pb (::Google::Cloud::VectorSearch::V1::GetDataObjectRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::VectorSearch::V1::DataObject)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::VectorSearch::V1::DataObject) — A result object deserialized from the server's reply
- (::ArgumentError)
#logger
def logger(stub: false) -> LoggerThe logger used for request/response debug logging.
- (Logger)
#universe_domain
def universe_domain() -> StringThe effective universe domain
- (String)
#update_data_object
def update_data_object(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::VectorSearch::V1::DataObjectBaseline implementation for the update_data_object REST call
- request_pb (::Google::Cloud::VectorSearch::V1::UpdateDataObjectRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::VectorSearch::V1::DataObject)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::VectorSearch::V1::DataObject) — A result object deserialized from the server's reply
- (::ArgumentError)