Reference documentation and code samples for the Vector Search V1 API class Google::Cloud::VectorSearch::V1::DataObjectSearchService::Rest::ServiceStub.
REST service stub for the DataObjectSearchService service. Service stub contains baseline method implementations including transcoding, making the REST call, and deserialing the response.
Inherits
- Object
Methods
#aggregate_data_objects
def aggregate_data_objects(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::VectorSearch::V1::AggregateDataObjectsResponseBaseline implementation for the aggregate_data_objects REST call
- request_pb (::Google::Cloud::VectorSearch::V1::AggregateDataObjectsRequest) — 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::AggregateDataObjectsResponse)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::VectorSearch::V1::AggregateDataObjectsResponse) — A result object deserialized from the server's reply
- (::ArgumentError)
#batch_search_data_objects
def batch_search_data_objects(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::VectorSearch::V1::BatchSearchDataObjectsResponseBaseline implementation for the batch_search_data_objects REST call
- request_pb (::Google::Cloud::VectorSearch::V1::BatchSearchDataObjectsRequest) — 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::BatchSearchDataObjectsResponse)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::VectorSearch::V1::BatchSearchDataObjectsResponse) — A result object deserialized from the server's reply
- (::ArgumentError)
#endpoint
def endpoint() -> StringThe effective endpoint
- (String)
#logger
def logger(stub: false) -> LoggerThe logger used for request/response debug logging.
- (Logger)
#query_data_objects
def query_data_objects(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::VectorSearch::V1::QueryDataObjectsResponseBaseline implementation for the query_data_objects REST call
- request_pb (::Google::Cloud::VectorSearch::V1::QueryDataObjectsRequest) — 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::QueryDataObjectsResponse)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::VectorSearch::V1::QueryDataObjectsResponse) — A result object deserialized from the server's reply
- (::ArgumentError)
#search_data_objects
def search_data_objects(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::VectorSearch::V1::SearchDataObjectsResponseBaseline implementation for the search_data_objects REST call
- request_pb (::Google::Cloud::VectorSearch::V1::SearchDataObjectsRequest) — 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::SearchDataObjectsResponse)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::VectorSearch::V1::SearchDataObjectsResponse) — A result object deserialized from the server's reply
- (::ArgumentError)
#universe_domain
def universe_domain() -> StringThe effective universe domain
- (String)