Reference documentation and code samples for the Recommendations AI V1beta1 API class Google::Cloud::RecommendationEngine::V1beta1::CatalogService::Rest::ServiceStub.
REST service stub for the CatalogService service. Service stub contains baseline method implementations including transcoding, making the REST call, and deserialing the response.
Inherits
- Object
Methods
#create_catalog_item
def create_catalog_item(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::RecommendationEngine::V1beta1::CatalogItem
Baseline implementation for the create_catalog_item REST call
- request_pb (::Google::Cloud::RecommendationEngine::V1beta1::CreateCatalogItemRequest) — 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::RecommendationEngine::V1beta1::CatalogItem)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::RecommendationEngine::V1beta1::CatalogItem) — A result object deserialized from the server's reply
- (::ArgumentError)
#delete_catalog_item
def delete_catalog_item(request_pb, options = nil) { |result, operation| ... } -> ::Google::Protobuf::Empty
Baseline implementation for the delete_catalog_item REST call
- request_pb (::Google::Cloud::RecommendationEngine::V1beta1::DeleteCatalogItemRequest) — 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)
#get_catalog_item
def get_catalog_item(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::RecommendationEngine::V1beta1::CatalogItem
Baseline implementation for the get_catalog_item REST call
- request_pb (::Google::Cloud::RecommendationEngine::V1beta1::GetCatalogItemRequest) — 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::RecommendationEngine::V1beta1::CatalogItem)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::RecommendationEngine::V1beta1::CatalogItem) — A result object deserialized from the server's reply
- (::ArgumentError)
#import_catalog_items
def import_catalog_items(request_pb, options = nil) { |result, operation| ... } -> ::Google::Longrunning::Operation
Baseline implementation for the import_catalog_items REST call
- request_pb (::Google::Cloud::RecommendationEngine::V1beta1::ImportCatalogItemsRequest) — 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
#list_catalog_items
def list_catalog_items(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::RecommendationEngine::V1beta1::ListCatalogItemsResponse
Baseline implementation for the list_catalog_items REST call
- request_pb (::Google::Cloud::RecommendationEngine::V1beta1::ListCatalogItemsRequest) — 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::RecommendationEngine::V1beta1::ListCatalogItemsResponse)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::RecommendationEngine::V1beta1::ListCatalogItemsResponse) — A result object deserialized from the server's reply
- (::ArgumentError)
#update_catalog_item
def update_catalog_item(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::RecommendationEngine::V1beta1::CatalogItem
Baseline implementation for the update_catalog_item REST call
- request_pb (::Google::Cloud::RecommendationEngine::V1beta1::UpdateCatalogItemRequest) — 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::RecommendationEngine::V1beta1::CatalogItem)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::RecommendationEngine::V1beta1::CatalogItem) — A result object deserialized from the server's reply
- (::ArgumentError)