Reference documentation and code samples for the Discovery Engine V1 API class Google::Cloud::DiscoveryEngine::V1::EngineService::Rest::ServiceStub.
REST service stub for the EngineService service. Service stub contains baseline method implementations including transcoding, making the REST call, and deserialing the response.
Inherits
- Object
 
Methods
#create_engine
def create_engine(request_pb, options = nil) { |result, operation| ... } -> ::Google::Longrunning::OperationBaseline implementation for the create_engine REST call
- request_pb (::Google::Cloud::DiscoveryEngine::V1::CreateEngineRequest) — 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::Longrunning::Operation)
 - operation (::Gapic::Rest::TransportOperation)
 
- (::Google::Longrunning::Operation) — A result object deserialized from the server's reply
 
- (::ArgumentError)
 
#delete_engine
def delete_engine(request_pb, options = nil) { |result, operation| ... } -> ::Google::Longrunning::OperationBaseline implementation for the delete_engine REST call
- request_pb (::Google::Cloud::DiscoveryEngine::V1::DeleteEngineRequest) — 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::Longrunning::Operation)
 - operation (::Gapic::Rest::TransportOperation)
 
- (::Google::Longrunning::Operation) — A result object deserialized from the server's reply
 
- (::ArgumentError)
 
#endpoint
def endpoint() -> StringThe effective endpoint
- (String)
 
#get_engine
def get_engine(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::DiscoveryEngine::V1::EngineBaseline implementation for the get_engine REST call
- request_pb (::Google::Cloud::DiscoveryEngine::V1::GetEngineRequest) — 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::DiscoveryEngine::V1::Engine)
 - operation (::Gapic::Rest::TransportOperation)
 
- (::Google::Cloud::DiscoveryEngine::V1::Engine) — A result object deserialized from the server's reply
 
- (::ArgumentError)
 
#initialize
def initialize(endpoint:, endpoint_template:, universe_domain:, credentials:) -> ServiceStub- (ServiceStub) — a new instance of ServiceStub
 
#list_engines
def list_engines(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::DiscoveryEngine::V1::ListEnginesResponseBaseline implementation for the list_engines REST call
- request_pb (::Google::Cloud::DiscoveryEngine::V1::ListEnginesRequest) — 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::DiscoveryEngine::V1::ListEnginesResponse)
 - operation (::Gapic::Rest::TransportOperation)
 
- (::Google::Cloud::DiscoveryEngine::V1::ListEnginesResponse) — A result object deserialized from the server's reply
 
- (::ArgumentError)
 
#universe_domain
def universe_domain() -> StringThe effective universe domain
- (String)
 
#update_engine
def update_engine(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::DiscoveryEngine::V1::EngineBaseline implementation for the update_engine REST call
- request_pb (::Google::Cloud::DiscoveryEngine::V1::UpdateEngineRequest) — 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::DiscoveryEngine::V1::Engine)
 - operation (::Gapic::Rest::TransportOperation)
 
- (::Google::Cloud::DiscoveryEngine::V1::Engine) — A result object deserialized from the server's reply
 
- (::ArgumentError)