Reference documentation and code samples for the Discovery Engine V1BETA API class Google::Cloud::DiscoveryEngine::V1beta::UserEventService::Rest::ServiceStub.
REST service stub for the UserEventService service. Service stub contains baseline method implementations including transcoding, making the REST call, and deserialing the response.
Inherits
- Object
 
Methods
#collect_user_event
def collect_user_event(request_pb, options = nil) { |result, operation| ... } -> ::Google::Api::HttpBodyBaseline implementation for the collect_user_event REST call
- request_pb (::Google::Cloud::DiscoveryEngine::V1beta::CollectUserEventRequest) — 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::Api::HttpBody)
 - operation (::Gapic::Rest::TransportOperation)
 
- (::Google::Api::HttpBody) — A result object deserialized from the server's reply
 
- (::ArgumentError)
 
#import_user_events
def import_user_events(request_pb, options = nil) { |result, operation| ... } -> ::Google::Longrunning::OperationBaseline implementation for the import_user_events REST call
- request_pb (::Google::Cloud::DiscoveryEngine::V1beta::ImportUserEventsRequest) — 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)
 
#initialize
def initialize(endpoint:, credentials:) -> ServiceStub- (ServiceStub) — a new instance of ServiceStub
 
#write_user_event
def write_user_event(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::DiscoveryEngine::V1beta::UserEventBaseline implementation for the write_user_event REST call
- request_pb (::Google::Cloud::DiscoveryEngine::V1beta::WriteUserEventRequest) — 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::V1beta::UserEvent)
 - operation (::Gapic::Rest::TransportOperation)
 
- (::Google::Cloud::DiscoveryEngine::V1beta::UserEvent) — A result object deserialized from the server's reply
 
- (::ArgumentError)