google-cloud-discovery_engine-v1 1.2.0 → 1.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (76) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +30 -20
  3. data/lib/google/cloud/discovery_engine/v1/completion_service/client.rb +32 -6
  4. data/lib/google/cloud/discovery_engine/v1/completion_service/operations.rb +12 -15
  5. data/lib/google/cloud/discovery_engine/v1/completion_service/rest/client.rb +32 -6
  6. data/lib/google/cloud/discovery_engine/v1/completion_service/rest/operations.rb +43 -38
  7. data/lib/google/cloud/discovery_engine/v1/completion_service/rest/service_stub.rb +54 -32
  8. data/lib/google/cloud/discovery_engine/v1/control_service/client.rb +29 -6
  9. data/lib/google/cloud/discovery_engine/v1/control_service/rest/client.rb +29 -6
  10. data/lib/google/cloud/discovery_engine/v1/control_service/rest/service_stub.rb +54 -32
  11. data/lib/google/cloud/discovery_engine/v1/conversational_search_service/client.rb +30 -14
  12. data/lib/google/cloud/discovery_engine/v1/conversational_search_service/rest/client.rb +30 -14
  13. data/lib/google/cloud/discovery_engine/v1/conversational_search_service/rest/service_stub.rb +118 -80
  14. data/lib/google/cloud/discovery_engine/v1/data_store_service/client.rb +31 -6
  15. data/lib/google/cloud/discovery_engine/v1/data_store_service/operations.rb +12 -15
  16. data/lib/google/cloud/discovery_engine/v1/data_store_service/rest/client.rb +31 -6
  17. data/lib/google/cloud/discovery_engine/v1/data_store_service/rest/operations.rb +43 -38
  18. data/lib/google/cloud/discovery_engine/v1/data_store_service/rest/service_stub.rb +54 -32
  19. data/lib/google/cloud/discovery_engine/v1/document_service/client.rb +31 -9
  20. data/lib/google/cloud/discovery_engine/v1/document_service/operations.rb +12 -15
  21. data/lib/google/cloud/discovery_engine/v1/document_service/rest/client.rb +31 -9
  22. data/lib/google/cloud/discovery_engine/v1/document_service/rest/operations.rb +43 -38
  23. data/lib/google/cloud/discovery_engine/v1/document_service/rest/service_stub.rb +78 -50
  24. data/lib/google/cloud/discovery_engine/v1/engine_service/client.rb +31 -6
  25. data/lib/google/cloud/discovery_engine/v1/engine_service/operations.rb +12 -15
  26. data/lib/google/cloud/discovery_engine/v1/engine_service/rest/client.rb +31 -6
  27. data/lib/google/cloud/discovery_engine/v1/engine_service/rest/operations.rb +43 -38
  28. data/lib/google/cloud/discovery_engine/v1/engine_service/rest/service_stub.rb +54 -32
  29. data/lib/google/cloud/discovery_engine/v1/grounded_generation_service/client.rb +28 -4
  30. data/lib/google/cloud/discovery_engine/v1/grounded_generation_service/rest/client.rb +28 -3
  31. data/lib/google/cloud/discovery_engine/v1/grounded_generation_service/rest/service_stub.rb +30 -14
  32. data/lib/google/cloud/discovery_engine/v1/project_service/client.rb +29 -2
  33. data/lib/google/cloud/discovery_engine/v1/project_service/operations.rb +12 -15
  34. data/lib/google/cloud/discovery_engine/v1/project_service/rest/client.rb +29 -2
  35. data/lib/google/cloud/discovery_engine/v1/project_service/rest/operations.rb +43 -38
  36. data/lib/google/cloud/discovery_engine/v1/project_service/rest/service_stub.rb +22 -8
  37. data/lib/google/cloud/discovery_engine/v1/rank_service/client.rb +28 -2
  38. data/lib/google/cloud/discovery_engine/v1/rank_service/rest/client.rb +28 -2
  39. data/lib/google/cloud/discovery_engine/v1/rank_service/rest/service_stub.rb +22 -8
  40. data/lib/google/cloud/discovery_engine/v1/recommendation_service/client.rb +28 -2
  41. data/lib/google/cloud/discovery_engine/v1/recommendation_service/rest/client.rb +28 -2
  42. data/lib/google/cloud/discovery_engine/v1/recommendation_service/rest/service_stub.rb +22 -8
  43. data/lib/google/cloud/discovery_engine/v1/schema_service/client.rb +32 -6
  44. data/lib/google/cloud/discovery_engine/v1/schema_service/operations.rb +12 -15
  45. data/lib/google/cloud/discovery_engine/v1/schema_service/rest/client.rb +32 -6
  46. data/lib/google/cloud/discovery_engine/v1/schema_service/rest/operations.rb +43 -38
  47. data/lib/google/cloud/discovery_engine/v1/schema_service/rest/service_stub.rb +54 -32
  48. data/lib/google/cloud/discovery_engine/v1/search_service/client.rb +348 -2
  49. data/lib/google/cloud/discovery_engine/v1/search_service/rest/client.rb +338 -2
  50. data/lib/google/cloud/discovery_engine/v1/search_service/rest/service_stub.rb +99 -7
  51. data/lib/google/cloud/discovery_engine/v1/search_tuning_service/client.rb +29 -3
  52. data/lib/google/cloud/discovery_engine/v1/search_tuning_service/operations.rb +12 -15
  53. data/lib/google/cloud/discovery_engine/v1/search_tuning_service/rest/client.rb +29 -3
  54. data/lib/google/cloud/discovery_engine/v1/search_tuning_service/rest/operations.rb +43 -38
  55. data/lib/google/cloud/discovery_engine/v1/search_tuning_service/rest/service_stub.rb +30 -14
  56. data/lib/google/cloud/discovery_engine/v1/site_search_engine_service/client.rb +38 -13
  57. data/lib/google/cloud/discovery_engine/v1/site_search_engine_service/operations.rb +12 -15
  58. data/lib/google/cloud/discovery_engine/v1/site_search_engine_service/rest/client.rb +38 -13
  59. data/lib/google/cloud/discovery_engine/v1/site_search_engine_service/rest/operations.rb +43 -38
  60. data/lib/google/cloud/discovery_engine/v1/site_search_engine_service/rest/service_stub.rb +110 -74
  61. data/lib/google/cloud/discovery_engine/v1/user_event_service/client.rb +30 -5
  62. data/lib/google/cloud/discovery_engine/v1/user_event_service/operations.rb +12 -15
  63. data/lib/google/cloud/discovery_engine/v1/user_event_service/rest/client.rb +30 -5
  64. data/lib/google/cloud/discovery_engine/v1/user_event_service/rest/operations.rb +43 -38
  65. data/lib/google/cloud/discovery_engine/v1/user_event_service/rest/service_stub.rb +46 -26
  66. data/lib/google/cloud/discovery_engine/v1/version.rb +1 -1
  67. data/lib/google/cloud/discoveryengine/v1/answer_pb.rb +1 -1
  68. data/lib/google/cloud/discoveryengine/v1/control_pb.rb +1 -1
  69. data/lib/google/cloud/discoveryengine/v1/search_service_pb.rb +1 -1
  70. data/lib/google/cloud/discoveryengine/v1/search_service_services_pb.rb +14 -0
  71. data/proto_docs/google/api/client.rb +39 -0
  72. data/proto_docs/google/cloud/discoveryengine/v1/answer.rb +6 -0
  73. data/proto_docs/google/cloud/discoveryengine/v1/control.rb +9 -0
  74. data/proto_docs/google/cloud/discoveryengine/v1/document_service.rb +1 -1
  75. data/proto_docs/google/longrunning/operations.rb +19 -14
  76. metadata +5 -5
@@ -156,14 +156,26 @@ module Google
156
156
  endpoint: @config.endpoint,
157
157
  endpoint_template: DEFAULT_ENDPOINT_TEMPLATE,
158
158
  universe_domain: @config.universe_domain,
159
- credentials: credentials
159
+ credentials: credentials,
160
+ logger: @config.logger
160
161
  )
161
162
 
163
+ @search_service_stub.logger(stub: true)&.info do |entry|
164
+ entry.set_system_name
165
+ entry.set_service
166
+ entry.message = "Created client for #{entry.service}"
167
+ entry.set_credentials_fields credentials
168
+ entry.set "customEndpoint", @config.endpoint if @config.endpoint
169
+ entry.set "defaultTimeout", @config.timeout if @config.timeout
170
+ entry.set "quotaProject", @quota_project_id if @quota_project_id
171
+ end
172
+
162
173
  @location_client = Google::Cloud::Location::Locations::Rest::Client.new do |config|
163
174
  config.credentials = credentials
164
175
  config.quota_project = @quota_project_id
165
176
  config.endpoint = @search_service_stub.endpoint
166
177
  config.universe_domain = @search_service_stub.universe_domain
178
+ config.logger = @search_service_stub.logger if config.respond_to? :logger=
167
179
  end
168
180
  end
169
181
 
@@ -174,6 +186,15 @@ module Google
174
186
  #
175
187
  attr_reader :location_client
176
188
 
189
+ ##
190
+ # The logger used for request/response debug logging.
191
+ #
192
+ # @return [Logger]
193
+ #
194
+ def logger
195
+ @search_service_stub.logger
196
+ end
197
+
177
198
  # Service calls
178
199
 
179
200
  ##
@@ -462,7 +483,309 @@ module Google
462
483
 
463
484
  @search_service_stub.search request, options do |result, operation|
464
485
  yield result, operation if block_given?
465
- return result
486
+ end
487
+ rescue ::Gapic::Rest::Error => e
488
+ raise ::Google::Cloud::Error.from_error(e)
489
+ end
490
+
491
+ ##
492
+ # Performs a search. Similar to the
493
+ # {::Google::Cloud::DiscoveryEngine::V1::SearchService::Rest::Client#search SearchService.Search}
494
+ # method, but a lite version that allows API key for authentication, where
495
+ # OAuth and IAM checks are not required.
496
+ #
497
+ # Only public website search is supported by this method. If data stores and
498
+ # engines not associated with public website search are specified, a
499
+ # `FAILED_PRECONDITION` error is returned.
500
+ #
501
+ # This method can be used for easy onboarding without having to implement an
502
+ # authentication backend. However, it is strongly recommended to use
503
+ # {::Google::Cloud::DiscoveryEngine::V1::SearchService::Rest::Client#search SearchService.Search}
504
+ # instead with required OAuth and IAM checks to provide better data security.
505
+ #
506
+ # @overload search_lite(request, options = nil)
507
+ # Pass arguments to `search_lite` via a request object, either of type
508
+ # {::Google::Cloud::DiscoveryEngine::V1::SearchRequest} or an equivalent Hash.
509
+ #
510
+ # @param request [::Google::Cloud::DiscoveryEngine::V1::SearchRequest, ::Hash]
511
+ # A request object representing the call parameters. Required. To specify no
512
+ # parameters, or to keep all the default parameter values, pass an empty Hash.
513
+ # @param options [::Gapic::CallOptions, ::Hash]
514
+ # Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
515
+ #
516
+ # @overload search_lite(serving_config: nil, branch: nil, query: nil, image_query: nil, page_size: nil, page_token: nil, offset: nil, one_box_page_size: nil, data_store_specs: nil, filter: nil, canonical_filter: nil, order_by: nil, user_info: nil, language_code: nil, facet_specs: nil, boost_spec: nil, params: nil, query_expansion_spec: nil, spell_correction_spec: nil, user_pseudo_id: nil, content_search_spec: nil, safe_search: nil, user_labels: nil, search_as_you_type_spec: nil, session: nil, session_spec: nil)
517
+ # Pass arguments to `search_lite` via keyword arguments. Note that at
518
+ # least one keyword argument is required. To specify no parameters, or to keep all
519
+ # the default parameter values, pass an empty Hash as a request object (see above).
520
+ #
521
+ # @param serving_config [::String]
522
+ # Required. The resource name of the Search serving config, such as
523
+ # `projects/*/locations/global/collections/default_collection/engines/*/servingConfigs/default_serving_config`,
524
+ # or
525
+ # `projects/*/locations/global/collections/default_collection/dataStores/default_data_store/servingConfigs/default_serving_config`.
526
+ # This field is used to identify the serving configuration name, set
527
+ # of models used to make the search.
528
+ # @param branch [::String]
529
+ # The branch resource name, such as
530
+ # `projects/*/locations/global/collections/default_collection/dataStores/default_data_store/branches/0`.
531
+ #
532
+ # Use `default_branch` as the branch ID or leave this field empty, to search
533
+ # documents under the default branch.
534
+ # @param query [::String]
535
+ # Raw search query.
536
+ # @param image_query [::Google::Cloud::DiscoveryEngine::V1::SearchRequest::ImageQuery, ::Hash]
537
+ # Raw image query.
538
+ # @param page_size [::Integer]
539
+ # Maximum number of {::Google::Cloud::DiscoveryEngine::V1::Document Document}s to
540
+ # return. The maximum allowed value depends on the data type. Values above
541
+ # the maximum value are coerced to the maximum value.
542
+ #
543
+ # * Websites with basic indexing: Default `10`, Maximum `25`.
544
+ # * Websites with advanced indexing: Default `25`, Maximum `50`.
545
+ # * Other: Default `50`, Maximum `100`.
546
+ #
547
+ # If this field is negative, an `INVALID_ARGUMENT` is returned.
548
+ # @param page_token [::String]
549
+ # A page token received from a previous
550
+ # {::Google::Cloud::DiscoveryEngine::V1::SearchService::Rest::Client#search SearchService.Search}
551
+ # call. Provide this to retrieve the subsequent page.
552
+ #
553
+ # When paginating, all other parameters provided to
554
+ # {::Google::Cloud::DiscoveryEngine::V1::SearchService::Rest::Client#search SearchService.Search}
555
+ # must match the call that provided the page token. Otherwise, an
556
+ # `INVALID_ARGUMENT` error is returned.
557
+ # @param offset [::Integer]
558
+ # A 0-indexed integer that specifies the current offset (that is, starting
559
+ # result location, amongst the
560
+ # {::Google::Cloud::DiscoveryEngine::V1::Document Document}s deemed by the API as
561
+ # relevant) in search results. This field is only considered if
562
+ # {::Google::Cloud::DiscoveryEngine::V1::SearchRequest#page_token page_token} is
563
+ # unset.
564
+ #
565
+ # If this field is negative, an `INVALID_ARGUMENT` is returned.
566
+ # @param one_box_page_size [::Integer]
567
+ # The maximum number of results to return for OneBox.
568
+ # This applies to each OneBox type individually.
569
+ # Default number is 10.
570
+ # @param data_store_specs [::Array<::Google::Cloud::DiscoveryEngine::V1::SearchRequest::DataStoreSpec, ::Hash>]
571
+ # Specs defining dataStores to filter on in a search call and configurations
572
+ # for those dataStores. This is only considered for engines with multiple
573
+ # dataStores use case. For single dataStore within an engine, they should
574
+ # use the specs at the top level.
575
+ # @param filter [::String]
576
+ # The filter syntax consists of an expression language for constructing a
577
+ # predicate from one or more fields of the documents being filtered. Filter
578
+ # expression is case-sensitive.
579
+ #
580
+ # If this field is unrecognizable, an `INVALID_ARGUMENT` is returned.
581
+ #
582
+ # Filtering in Vertex AI Search is done by mapping the LHS filter key to a
583
+ # key property defined in the Vertex AI Search backend -- this mapping is
584
+ # defined by the customer in their schema. For example a media customer might
585
+ # have a field 'name' in their schema. In this case the filter would look
586
+ # like this: filter --> name:'ANY("king kong")'
587
+ #
588
+ # For more information about filtering including syntax and filter
589
+ # operators, see
590
+ # [Filter](https://cloud.google.com/generative-ai-app-builder/docs/filter-search-metadata)
591
+ # @param canonical_filter [::String]
592
+ # The default filter that is applied when a user performs a search without
593
+ # checking any filters on the search page.
594
+ #
595
+ # The filter applied to every search request when quality improvement such as
596
+ # query expansion is needed. In the case a query does not have a sufficient
597
+ # amount of results this filter will be used to determine whether or not to
598
+ # enable the query expansion flow. The original filter will still be used for
599
+ # the query expanded search.
600
+ # This field is strongly recommended to achieve high search quality.
601
+ #
602
+ # For more information about filter syntax, see
603
+ # {::Google::Cloud::DiscoveryEngine::V1::SearchRequest#filter SearchRequest.filter}.
604
+ # @param order_by [::String]
605
+ # The order in which documents are returned. Documents can be ordered by
606
+ # a field in an {::Google::Cloud::DiscoveryEngine::V1::Document Document} object.
607
+ # Leave it unset if ordered by relevance. `order_by` expression is
608
+ # case-sensitive.
609
+ #
610
+ # For more information on ordering the website search results, see
611
+ # [Order web search
612
+ # results](https://cloud.google.com/generative-ai-app-builder/docs/order-web-search-results).
613
+ # For more information on ordering the healthcare search results, see
614
+ # [Order healthcare search
615
+ # results](https://cloud.google.com/generative-ai-app-builder/docs/order-hc-results).
616
+ # If this field is unrecognizable, an `INVALID_ARGUMENT` is returned.
617
+ # @param user_info [::Google::Cloud::DiscoveryEngine::V1::UserInfo, ::Hash]
618
+ # Information about the end user.
619
+ # Highly recommended for analytics.
620
+ # {::Google::Cloud::DiscoveryEngine::V1::UserInfo#user_agent UserInfo.user_agent}
621
+ # is used to deduce `device_type` for analytics.
622
+ # @param language_code [::String]
623
+ # The BCP-47 language code, such as "en-US" or "sr-Latn". For more
624
+ # information, see [Standard
625
+ # fields](https://cloud.google.com/apis/design/standard_fields). This field
626
+ # helps to better interpret the query. If a value isn't specified, the query
627
+ # language code is automatically detected, which may not be accurate.
628
+ # @param facet_specs [::Array<::Google::Cloud::DiscoveryEngine::V1::SearchRequest::FacetSpec, ::Hash>]
629
+ # Facet specifications for faceted search. If empty, no facets are returned.
630
+ #
631
+ # A maximum of 100 values are allowed. Otherwise, an `INVALID_ARGUMENT`
632
+ # error is returned.
633
+ # @param boost_spec [::Google::Cloud::DiscoveryEngine::V1::SearchRequest::BoostSpec, ::Hash]
634
+ # Boost specification to boost certain documents.
635
+ # For more information on boosting, see
636
+ # [Boosting](https://cloud.google.com/generative-ai-app-builder/docs/boost-search-results)
637
+ # @param params [::Hash{::String => ::Google::Protobuf::Value, ::Hash}]
638
+ # Additional search parameters.
639
+ #
640
+ # For public website search only, supported values are:
641
+ #
642
+ # * `user_country_code`: string. Default empty. If set to non-empty, results
643
+ # are restricted or boosted based on the location provided.
644
+ # For example, `user_country_code: "au"`
645
+ #
646
+ # For available codes see [Country
647
+ # Codes](https://developers.google.com/custom-search/docs/json_api_reference#countryCodes)
648
+ #
649
+ # * `search_type`: double. Default empty. Enables non-webpage searching
650
+ # depending on the value. The only valid non-default value is 1,
651
+ # which enables image searching.
652
+ # For example, `search_type: 1`
653
+ # @param query_expansion_spec [::Google::Cloud::DiscoveryEngine::V1::SearchRequest::QueryExpansionSpec, ::Hash]
654
+ # The query expansion specification that specifies the conditions under which
655
+ # query expansion occurs.
656
+ # @param spell_correction_spec [::Google::Cloud::DiscoveryEngine::V1::SearchRequest::SpellCorrectionSpec, ::Hash]
657
+ # The spell correction specification that specifies the mode under
658
+ # which spell correction takes effect.
659
+ # @param user_pseudo_id [::String]
660
+ # A unique identifier for tracking visitors. For example, this could be
661
+ # implemented with an HTTP cookie, which should be able to uniquely identify
662
+ # a visitor on a single device. This unique identifier should not change if
663
+ # the visitor logs in or out of the website.
664
+ #
665
+ # This field should NOT have a fixed value such as `unknown_visitor`.
666
+ #
667
+ # This should be the same identifier as
668
+ # {::Google::Cloud::DiscoveryEngine::V1::UserEvent#user_pseudo_id UserEvent.user_pseudo_id}
669
+ # and
670
+ # {::Google::Cloud::DiscoveryEngine::V1::CompleteQueryRequest#user_pseudo_id CompleteQueryRequest.user_pseudo_id}
671
+ #
672
+ # The field must be a UTF-8 encoded string with a length limit of 128
673
+ # characters. Otherwise, an `INVALID_ARGUMENT` error is returned.
674
+ # @param content_search_spec [::Google::Cloud::DiscoveryEngine::V1::SearchRequest::ContentSearchSpec, ::Hash]
675
+ # A specification for configuring the behavior of content search.
676
+ # @param safe_search [::Boolean]
677
+ # Whether to turn on safe search. This is only supported for
678
+ # website search.
679
+ # @param user_labels [::Hash{::String => ::String}]
680
+ # The user labels applied to a resource must meet the following requirements:
681
+ #
682
+ # * Each resource can have multiple labels, up to a maximum of 64.
683
+ # * Each label must be a key-value pair.
684
+ # * Keys have a minimum length of 1 character and a maximum length of 63
685
+ # characters and cannot be empty. Values can be empty and have a maximum
686
+ # length of 63 characters.
687
+ # * Keys and values can contain only lowercase letters, numeric characters,
688
+ # underscores, and dashes. All characters must use UTF-8 encoding, and
689
+ # international characters are allowed.
690
+ # * The key portion of a label must be unique. However, you can use the same
691
+ # key with multiple resources.
692
+ # * Keys must start with a lowercase letter or international character.
693
+ #
694
+ # See [Google Cloud
695
+ # Document](https://cloud.google.com/resource-manager/docs/creating-managing-labels#requirements)
696
+ # for more details.
697
+ # @param search_as_you_type_spec [::Google::Cloud::DiscoveryEngine::V1::SearchRequest::SearchAsYouTypeSpec, ::Hash]
698
+ # Search as you type configuration. Only supported for the
699
+ # {::Google::Cloud::DiscoveryEngine::V1::IndustryVertical::MEDIA IndustryVertical.MEDIA}
700
+ # vertical.
701
+ # @param session [::String]
702
+ # The session resource name. Optional.
703
+ #
704
+ # Session allows users to do multi-turn /search API calls or coordination
705
+ # between /search API calls and /answer API calls.
706
+ #
707
+ # Example #1 (multi-turn /search API calls):
708
+ # 1. Call /search API with the auto-session mode (see below).
709
+ # 2. Call /search API with the session ID generated in the first call.
710
+ # Here, the previous search query gets considered in query
711
+ # standing. I.e., if the first query is "How did Alphabet do in 2022?"
712
+ # and the current query is "How about 2023?", the current query will
713
+ # be interpreted as "How did Alphabet do in 2023?".
714
+ #
715
+ # Example #2 (coordination between /search API calls and /answer API calls):
716
+ # 1. Call /search API with the auto-session mode (see below).
717
+ # 2. Call /answer API with the session ID generated in the first call.
718
+ # Here, the answer generation happens in the context of the search
719
+ # results from the first search call.
720
+ #
721
+ # Auto-session mode: when `projects/.../sessions/-` is used, a new session
722
+ # gets automatically created. Otherwise, users can use the create-session API
723
+ # to create a session manually.
724
+ #
725
+ # Multi-turn Search feature is currently at private GA stage. Please use
726
+ # v1alpha or v1beta version instead before we launch this feature to public
727
+ # GA. Or ask for allowlisting through Google Support team.
728
+ # @param session_spec [::Google::Cloud::DiscoveryEngine::V1::SearchRequest::SessionSpec, ::Hash]
729
+ # Session specification.
730
+ #
731
+ # Can be used only when `session` is set.
732
+ # @yield [result, operation] Access the result along with the TransportOperation object
733
+ # @yieldparam result [::Google::Cloud::DiscoveryEngine::V1::SearchResponse]
734
+ # @yieldparam operation [::Gapic::Rest::TransportOperation]
735
+ #
736
+ # @return [::Google::Cloud::DiscoveryEngine::V1::SearchResponse]
737
+ #
738
+ # @raise [::Google::Cloud::Error] if the REST call is aborted.
739
+ #
740
+ # @example Basic example
741
+ # require "google/cloud/discovery_engine/v1"
742
+ #
743
+ # # Create a client object. The client can be reused for multiple calls.
744
+ # client = Google::Cloud::DiscoveryEngine::V1::SearchService::Rest::Client.new
745
+ #
746
+ # # Create a request. To set request fields, pass in keyword arguments.
747
+ # request = Google::Cloud::DiscoveryEngine::V1::SearchRequest.new
748
+ #
749
+ # # Call the search_lite method.
750
+ # result = client.search_lite request
751
+ #
752
+ # # The returned object is of type Gapic::PagedEnumerable. You can iterate
753
+ # # over elements, and API calls will be issued to fetch pages as needed.
754
+ # result.each do |item|
755
+ # # Each element is of type ::Google::Cloud::DiscoveryEngine::V1::SearchResponse::SearchResult.
756
+ # p item
757
+ # end
758
+ #
759
+ def search_lite request, options = nil
760
+ raise ::ArgumentError, "request must be provided" if request.nil?
761
+
762
+ request = ::Gapic::Protobuf.coerce request, to: ::Google::Cloud::DiscoveryEngine::V1::SearchRequest
763
+
764
+ # Converts hash and nil to an options object
765
+ options = ::Gapic::CallOptions.new(**options.to_h) if options.respond_to? :to_h
766
+
767
+ # Customize the options with defaults
768
+ call_metadata = @config.rpcs.search_lite.metadata.to_h
769
+
770
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
771
+ call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
772
+ lib_name: @config.lib_name, lib_version: @config.lib_version,
773
+ gapic_version: ::Google::Cloud::DiscoveryEngine::V1::VERSION,
774
+ transports_version_send: [:rest]
775
+
776
+ call_metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
777
+ call_metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
778
+
779
+ options.apply_defaults timeout: @config.rpcs.search_lite.timeout,
780
+ metadata: call_metadata,
781
+ retry_policy: @config.rpcs.search_lite.retry_policy
782
+
783
+ options.apply_defaults timeout: @config.timeout,
784
+ metadata: @config.metadata,
785
+ retry_policy: @config.retry_policy
786
+
787
+ @search_service_stub.search_lite request, options do |result, operation|
788
+ yield result, operation if block_given?
466
789
  end
467
790
  rescue ::Gapic::Rest::Error => e
468
791
  raise ::Google::Cloud::Error.from_error(e)
@@ -542,6 +865,11 @@ module Google
542
865
  # default endpoint URL. The default value of nil uses the environment
543
866
  # universe (usually the default "googleapis.com" universe).
544
867
  # @return [::String,nil]
868
+ # @!attribute [rw] logger
869
+ # A custom logger to use for request/response debug logging, or the value
870
+ # `:default` (the default) to construct a default logger, or `nil` to
871
+ # explicitly disable logging.
872
+ # @return [::Logger,:default,nil]
545
873
  #
546
874
  class Configuration
547
875
  extend ::Gapic::Config
@@ -563,6 +891,7 @@ module Google
563
891
  config_attr :retry_policy, nil, ::Hash, ::Proc, nil
564
892
  config_attr :quota_project, nil, ::String, nil
565
893
  config_attr :universe_domain, nil, ::String, nil
894
+ config_attr :logger, :default, ::Logger, nil, :default
566
895
 
567
896
  # @private
568
897
  def initialize parent_config = nil
@@ -606,11 +935,18 @@ module Google
606
935
  # @return [::Gapic::Config::Method]
607
936
  #
608
937
  attr_reader :search
938
+ ##
939
+ # RPC-specific configuration for `search_lite`
940
+ # @return [::Gapic::Config::Method]
941
+ #
942
+ attr_reader :search_lite
609
943
 
610
944
  # @private
611
945
  def initialize parent_rpcs = nil
612
946
  search_config = parent_rpcs.search if parent_rpcs.respond_to? :search
613
947
  @search = ::Gapic::Config::Method.new search_config
948
+ search_lite_config = parent_rpcs.search_lite if parent_rpcs.respond_to? :search_lite
949
+ @search_lite = ::Gapic::Config::Method.new search_lite_config
614
950
 
615
951
  yield self if block_given?
616
952
  end
@@ -30,7 +30,8 @@ module Google
30
30
  # including transcoding, making the REST call, and deserialing the response.
31
31
  #
32
32
  class ServiceStub
33
- def initialize endpoint:, endpoint_template:, universe_domain:, credentials:
33
+ # @private
34
+ def initialize endpoint:, endpoint_template:, universe_domain:, credentials:, logger:
34
35
  # These require statements are intentionally placed here to initialize
35
36
  # the REST modules only when it's required.
36
37
  require "gapic/rest"
@@ -40,7 +41,9 @@ module Google
40
41
  universe_domain: universe_domain,
41
42
  credentials: credentials,
42
43
  numeric_enums: true,
43
- raise_faraday_errors: false
44
+ service_name: self.class,
45
+ raise_faraday_errors: false,
46
+ logger: logger
44
47
  end
45
48
 
46
49
  ##
@@ -61,6 +64,15 @@ module Google
61
64
  @client_stub.endpoint
62
65
  end
63
66
 
67
+ ##
68
+ # The logger used for request/response debug logging.
69
+ #
70
+ # @return [Logger]
71
+ #
72
+ def logger stub: false
73
+ stub ? @client_stub.stub_logger : @client_stub.logger
74
+ end
75
+
64
76
  ##
65
77
  # Baseline implementation for the search REST call
66
78
  #
@@ -87,16 +99,58 @@ module Google
87
99
 
88
100
  response = @client_stub.make_http_request(
89
101
  verb,
90
- uri: uri,
91
- body: body || "",
92
- params: query_string_params,
102
+ uri: uri,
103
+ body: body || "",
104
+ params: query_string_params,
105
+ method_name: "search",
93
106
  options: options
94
107
  )
95
108
  operation = ::Gapic::Rest::TransportOperation.new response
96
109
  result = ::Google::Cloud::DiscoveryEngine::V1::SearchResponse.decode_json response.body, ignore_unknown_fields: true
110
+ catch :response do
111
+ yield result, operation if block_given?
112
+ result
113
+ end
114
+ end
115
+
116
+ ##
117
+ # Baseline implementation for the search_lite REST call
118
+ #
119
+ # @param request_pb [::Google::Cloud::DiscoveryEngine::V1::SearchRequest]
120
+ # A request object representing the call parameters. Required.
121
+ # @param options [::Gapic::CallOptions]
122
+ # Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
123
+ #
124
+ # @yield [result, operation] Access the result along with the TransportOperation object
125
+ # @yieldparam result [::Google::Cloud::DiscoveryEngine::V1::SearchResponse]
126
+ # @yieldparam operation [::Gapic::Rest::TransportOperation]
127
+ #
128
+ # @return [::Google::Cloud::DiscoveryEngine::V1::SearchResponse]
129
+ # A result object deserialized from the server's reply
130
+ def search_lite request_pb, options = nil
131
+ raise ::ArgumentError, "request must be provided" if request_pb.nil?
97
132
 
98
- yield result, operation if block_given?
99
- result
133
+ verb, uri, query_string_params, body = ServiceStub.transcode_search_lite_request request_pb
134
+ query_string_params = if query_string_params.any?
135
+ query_string_params.to_h { |p| p.split "=", 2 }
136
+ else
137
+ {}
138
+ end
139
+
140
+ response = @client_stub.make_http_request(
141
+ verb,
142
+ uri: uri,
143
+ body: body || "",
144
+ params: query_string_params,
145
+ method_name: "search_lite",
146
+ options: options
147
+ )
148
+ operation = ::Gapic::Rest::TransportOperation.new response
149
+ result = ::Google::Cloud::DiscoveryEngine::V1::SearchResponse.decode_json response.body, ignore_unknown_fields: true
150
+ catch :response do
151
+ yield result, operation if block_given?
152
+ result
153
+ end
100
154
  end
101
155
 
102
156
  ##
@@ -136,6 +190,44 @@ module Google
136
190
  )
137
191
  transcoder.transcode request_pb
138
192
  end
193
+
194
+ ##
195
+ # @private
196
+ #
197
+ # GRPC transcoding helper method for the search_lite REST call
198
+ #
199
+ # @param request_pb [::Google::Cloud::DiscoveryEngine::V1::SearchRequest]
200
+ # A request object representing the call parameters. Required.
201
+ # @return [Array(String, [String, nil], Hash{String => String})]
202
+ # Uri, Body, Query string parameters
203
+ def self.transcode_search_lite_request request_pb
204
+ transcoder = Gapic::Rest::GrpcTranscoder.new
205
+ .with_bindings(
206
+ uri_method: :post,
207
+ uri_template: "/v1/{serving_config}:searchLite",
208
+ body: "*",
209
+ matches: [
210
+ ["serving_config", %r{^projects/[^/]+/locations/[^/]+/dataStores/[^/]+/servingConfigs/[^/]+/?$}, false]
211
+ ]
212
+ )
213
+ .with_bindings(
214
+ uri_method: :post,
215
+ uri_template: "/v1/{serving_config}:searchLite",
216
+ body: "*",
217
+ matches: [
218
+ ["serving_config", %r{^projects/[^/]+/locations/[^/]+/collections/[^/]+/dataStores/[^/]+/servingConfigs/[^/]+/?$}, false]
219
+ ]
220
+ )
221
+ .with_bindings(
222
+ uri_method: :post,
223
+ uri_template: "/v1/{serving_config}:searchLite",
224
+ body: "*",
225
+ matches: [
226
+ ["serving_config", %r{^projects/[^/]+/locations/[^/]+/collections/[^/]+/engines/[^/]+/servingConfigs/[^/]+/?$}, false]
227
+ ]
228
+ )
229
+ transcoder.transcode request_pb
230
+ end
139
231
  end
140
232
  end
141
233
  end
@@ -165,14 +165,26 @@ module Google
165
165
  universe_domain: @config.universe_domain,
166
166
  channel_args: @config.channel_args,
167
167
  interceptors: @config.interceptors,
168
- channel_pool_config: @config.channel_pool
168
+ channel_pool_config: @config.channel_pool,
169
+ logger: @config.logger
169
170
  )
170
171
 
172
+ @search_tuning_service_stub.stub_logger&.info do |entry|
173
+ entry.set_system_name
174
+ entry.set_service
175
+ entry.message = "Created client for #{entry.service}"
176
+ entry.set_credentials_fields credentials
177
+ entry.set "customEndpoint", @config.endpoint if @config.endpoint
178
+ entry.set "defaultTimeout", @config.timeout if @config.timeout
179
+ entry.set "quotaProject", @quota_project_id if @quota_project_id
180
+ end
181
+
171
182
  @location_client = Google::Cloud::Location::Locations::Client.new do |config|
172
183
  config.credentials = credentials
173
184
  config.quota_project = @quota_project_id
174
185
  config.endpoint = @search_tuning_service_stub.endpoint
175
186
  config.universe_domain = @search_tuning_service_stub.universe_domain
187
+ config.logger = @search_tuning_service_stub.logger if config.respond_to? :logger=
176
188
  end
177
189
  end
178
190
 
@@ -190,6 +202,15 @@ module Google
190
202
  #
191
203
  attr_reader :location_client
192
204
 
205
+ ##
206
+ # The logger used for request/response debug logging.
207
+ #
208
+ # @return [Logger]
209
+ #
210
+ def logger
211
+ @search_tuning_service_stub.logger
212
+ end
213
+
193
214
  # Service calls
194
215
 
195
216
  ##
@@ -293,7 +314,7 @@ module Google
293
314
  @search_tuning_service_stub.call_rpc :train_custom_model, request, options: options do |response, operation|
294
315
  response = ::Gapic::Operation.new response, @operations_client, options: options
295
316
  yield response, operation if block_given?
296
- return response
317
+ throw :response, response
297
318
  end
298
319
  rescue ::GRPC::BadStatus => e
299
320
  raise ::Google::Cloud::Error.from_error(e)
@@ -382,7 +403,6 @@ module Google
382
403
 
383
404
  @search_tuning_service_stub.call_rpc :list_custom_models, request, options: options do |response, operation|
384
405
  yield response, operation if block_given?
385
- return response
386
406
  end
387
407
  rescue ::GRPC::BadStatus => e
388
408
  raise ::Google::Cloud::Error.from_error(e)
@@ -471,6 +491,11 @@ module Google
471
491
  # default endpoint URL. The default value of nil uses the environment
472
492
  # universe (usually the default "googleapis.com" universe).
473
493
  # @return [::String,nil]
494
+ # @!attribute [rw] logger
495
+ # A custom logger to use for request/response debug logging, or the value
496
+ # `:default` (the default) to construct a default logger, or `nil` to
497
+ # explicitly disable logging.
498
+ # @return [::Logger,:default,nil]
474
499
  #
475
500
  class Configuration
476
501
  extend ::Gapic::Config
@@ -495,6 +520,7 @@ module Google
495
520
  config_attr :retry_policy, nil, ::Hash, ::Proc, nil
496
521
  config_attr :quota_project, nil, ::String, nil
497
522
  config_attr :universe_domain, nil, ::String, nil
523
+ config_attr :logger, :default, ::Logger, nil, :default
498
524
 
499
525
  # @private
500
526
  def initialize parent_config = nil