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
@@ -163,14 +163,26 @@ module Google
163
163
  universe_domain: @config.universe_domain,
164
164
  channel_args: @config.channel_args,
165
165
  interceptors: @config.interceptors,
166
- channel_pool_config: @config.channel_pool
166
+ channel_pool_config: @config.channel_pool,
167
+ logger: @config.logger
167
168
  )
168
169
 
170
+ @search_service_stub.stub_logger&.info do |entry|
171
+ entry.set_system_name
172
+ entry.set_service
173
+ entry.message = "Created client for #{entry.service}"
174
+ entry.set_credentials_fields credentials
175
+ entry.set "customEndpoint", @config.endpoint if @config.endpoint
176
+ entry.set "defaultTimeout", @config.timeout if @config.timeout
177
+ entry.set "quotaProject", @quota_project_id if @quota_project_id
178
+ end
179
+
169
180
  @location_client = Google::Cloud::Location::Locations::Client.new do |config|
170
181
  config.credentials = credentials
171
182
  config.quota_project = @quota_project_id
172
183
  config.endpoint = @search_service_stub.endpoint
173
184
  config.universe_domain = @search_service_stub.universe_domain
185
+ config.logger = @search_service_stub.logger if config.respond_to? :logger=
174
186
  end
175
187
  end
176
188
 
@@ -181,6 +193,15 @@ module Google
181
193
  #
182
194
  attr_reader :location_client
183
195
 
196
+ ##
197
+ # The logger used for request/response debug logging.
198
+ #
199
+ # @return [Logger]
200
+ #
201
+ def logger
202
+ @search_service_stub.logger
203
+ end
204
+
184
205
  # Service calls
185
206
 
186
207
  ##
@@ -477,7 +498,319 @@ module Google
477
498
  @search_service_stub.call_rpc :search, request, options: options do |response, operation|
478
499
  response = ::Gapic::PagedEnumerable.new @search_service_stub, :search, request, response, operation, options
479
500
  yield response, operation if block_given?
480
- return response
501
+ throw :response, response
502
+ end
503
+ rescue ::GRPC::BadStatus => e
504
+ raise ::Google::Cloud::Error.from_error(e)
505
+ end
506
+
507
+ ##
508
+ # Performs a search. Similar to the
509
+ # {::Google::Cloud::DiscoveryEngine::V1::SearchService::Client#search SearchService.Search}
510
+ # method, but a lite version that allows API key for authentication, where
511
+ # OAuth and IAM checks are not required.
512
+ #
513
+ # Only public website search is supported by this method. If data stores and
514
+ # engines not associated with public website search are specified, a
515
+ # `FAILED_PRECONDITION` error is returned.
516
+ #
517
+ # This method can be used for easy onboarding without having to implement an
518
+ # authentication backend. However, it is strongly recommended to use
519
+ # {::Google::Cloud::DiscoveryEngine::V1::SearchService::Client#search SearchService.Search}
520
+ # instead with required OAuth and IAM checks to provide better data security.
521
+ #
522
+ # @overload search_lite(request, options = nil)
523
+ # Pass arguments to `search_lite` via a request object, either of type
524
+ # {::Google::Cloud::DiscoveryEngine::V1::SearchRequest} or an equivalent Hash.
525
+ #
526
+ # @param request [::Google::Cloud::DiscoveryEngine::V1::SearchRequest, ::Hash]
527
+ # A request object representing the call parameters. Required. To specify no
528
+ # parameters, or to keep all the default parameter values, pass an empty Hash.
529
+ # @param options [::Gapic::CallOptions, ::Hash]
530
+ # Overrides the default settings for this call, e.g, timeout, retries, etc. Optional.
531
+ #
532
+ # @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)
533
+ # Pass arguments to `search_lite` via keyword arguments. Note that at
534
+ # least one keyword argument is required. To specify no parameters, or to keep all
535
+ # the default parameter values, pass an empty Hash as a request object (see above).
536
+ #
537
+ # @param serving_config [::String]
538
+ # Required. The resource name of the Search serving config, such as
539
+ # `projects/*/locations/global/collections/default_collection/engines/*/servingConfigs/default_serving_config`,
540
+ # or
541
+ # `projects/*/locations/global/collections/default_collection/dataStores/default_data_store/servingConfigs/default_serving_config`.
542
+ # This field is used to identify the serving configuration name, set
543
+ # of models used to make the search.
544
+ # @param branch [::String]
545
+ # The branch resource name, such as
546
+ # `projects/*/locations/global/collections/default_collection/dataStores/default_data_store/branches/0`.
547
+ #
548
+ # Use `default_branch` as the branch ID or leave this field empty, to search
549
+ # documents under the default branch.
550
+ # @param query [::String]
551
+ # Raw search query.
552
+ # @param image_query [::Google::Cloud::DiscoveryEngine::V1::SearchRequest::ImageQuery, ::Hash]
553
+ # Raw image query.
554
+ # @param page_size [::Integer]
555
+ # Maximum number of {::Google::Cloud::DiscoveryEngine::V1::Document Document}s to
556
+ # return. The maximum allowed value depends on the data type. Values above
557
+ # the maximum value are coerced to the maximum value.
558
+ #
559
+ # * Websites with basic indexing: Default `10`, Maximum `25`.
560
+ # * Websites with advanced indexing: Default `25`, Maximum `50`.
561
+ # * Other: Default `50`, Maximum `100`.
562
+ #
563
+ # If this field is negative, an `INVALID_ARGUMENT` is returned.
564
+ # @param page_token [::String]
565
+ # A page token received from a previous
566
+ # {::Google::Cloud::DiscoveryEngine::V1::SearchService::Client#search SearchService.Search}
567
+ # call. Provide this to retrieve the subsequent page.
568
+ #
569
+ # When paginating, all other parameters provided to
570
+ # {::Google::Cloud::DiscoveryEngine::V1::SearchService::Client#search SearchService.Search}
571
+ # must match the call that provided the page token. Otherwise, an
572
+ # `INVALID_ARGUMENT` error is returned.
573
+ # @param offset [::Integer]
574
+ # A 0-indexed integer that specifies the current offset (that is, starting
575
+ # result location, amongst the
576
+ # {::Google::Cloud::DiscoveryEngine::V1::Document Document}s deemed by the API as
577
+ # relevant) in search results. This field is only considered if
578
+ # {::Google::Cloud::DiscoveryEngine::V1::SearchRequest#page_token page_token} is
579
+ # unset.
580
+ #
581
+ # If this field is negative, an `INVALID_ARGUMENT` is returned.
582
+ # @param one_box_page_size [::Integer]
583
+ # The maximum number of results to return for OneBox.
584
+ # This applies to each OneBox type individually.
585
+ # Default number is 10.
586
+ # @param data_store_specs [::Array<::Google::Cloud::DiscoveryEngine::V1::SearchRequest::DataStoreSpec, ::Hash>]
587
+ # Specs defining dataStores to filter on in a search call and configurations
588
+ # for those dataStores. This is only considered for engines with multiple
589
+ # dataStores use case. For single dataStore within an engine, they should
590
+ # use the specs at the top level.
591
+ # @param filter [::String]
592
+ # The filter syntax consists of an expression language for constructing a
593
+ # predicate from one or more fields of the documents being filtered. Filter
594
+ # expression is case-sensitive.
595
+ #
596
+ # If this field is unrecognizable, an `INVALID_ARGUMENT` is returned.
597
+ #
598
+ # Filtering in Vertex AI Search is done by mapping the LHS filter key to a
599
+ # key property defined in the Vertex AI Search backend -- this mapping is
600
+ # defined by the customer in their schema. For example a media customer might
601
+ # have a field 'name' in their schema. In this case the filter would look
602
+ # like this: filter --> name:'ANY("king kong")'
603
+ #
604
+ # For more information about filtering including syntax and filter
605
+ # operators, see
606
+ # [Filter](https://cloud.google.com/generative-ai-app-builder/docs/filter-search-metadata)
607
+ # @param canonical_filter [::String]
608
+ # The default filter that is applied when a user performs a search without
609
+ # checking any filters on the search page.
610
+ #
611
+ # The filter applied to every search request when quality improvement such as
612
+ # query expansion is needed. In the case a query does not have a sufficient
613
+ # amount of results this filter will be used to determine whether or not to
614
+ # enable the query expansion flow. The original filter will still be used for
615
+ # the query expanded search.
616
+ # This field is strongly recommended to achieve high search quality.
617
+ #
618
+ # For more information about filter syntax, see
619
+ # {::Google::Cloud::DiscoveryEngine::V1::SearchRequest#filter SearchRequest.filter}.
620
+ # @param order_by [::String]
621
+ # The order in which documents are returned. Documents can be ordered by
622
+ # a field in an {::Google::Cloud::DiscoveryEngine::V1::Document Document} object.
623
+ # Leave it unset if ordered by relevance. `order_by` expression is
624
+ # case-sensitive.
625
+ #
626
+ # For more information on ordering the website search results, see
627
+ # [Order web search
628
+ # results](https://cloud.google.com/generative-ai-app-builder/docs/order-web-search-results).
629
+ # For more information on ordering the healthcare search results, see
630
+ # [Order healthcare search
631
+ # results](https://cloud.google.com/generative-ai-app-builder/docs/order-hc-results).
632
+ # If this field is unrecognizable, an `INVALID_ARGUMENT` is returned.
633
+ # @param user_info [::Google::Cloud::DiscoveryEngine::V1::UserInfo, ::Hash]
634
+ # Information about the end user.
635
+ # Highly recommended for analytics.
636
+ # {::Google::Cloud::DiscoveryEngine::V1::UserInfo#user_agent UserInfo.user_agent}
637
+ # is used to deduce `device_type` for analytics.
638
+ # @param language_code [::String]
639
+ # The BCP-47 language code, such as "en-US" or "sr-Latn". For more
640
+ # information, see [Standard
641
+ # fields](https://cloud.google.com/apis/design/standard_fields). This field
642
+ # helps to better interpret the query. If a value isn't specified, the query
643
+ # language code is automatically detected, which may not be accurate.
644
+ # @param facet_specs [::Array<::Google::Cloud::DiscoveryEngine::V1::SearchRequest::FacetSpec, ::Hash>]
645
+ # Facet specifications for faceted search. If empty, no facets are returned.
646
+ #
647
+ # A maximum of 100 values are allowed. Otherwise, an `INVALID_ARGUMENT`
648
+ # error is returned.
649
+ # @param boost_spec [::Google::Cloud::DiscoveryEngine::V1::SearchRequest::BoostSpec, ::Hash]
650
+ # Boost specification to boost certain documents.
651
+ # For more information on boosting, see
652
+ # [Boosting](https://cloud.google.com/generative-ai-app-builder/docs/boost-search-results)
653
+ # @param params [::Hash{::String => ::Google::Protobuf::Value, ::Hash}]
654
+ # Additional search parameters.
655
+ #
656
+ # For public website search only, supported values are:
657
+ #
658
+ # * `user_country_code`: string. Default empty. If set to non-empty, results
659
+ # are restricted or boosted based on the location provided.
660
+ # For example, `user_country_code: "au"`
661
+ #
662
+ # For available codes see [Country
663
+ # Codes](https://developers.google.com/custom-search/docs/json_api_reference#countryCodes)
664
+ #
665
+ # * `search_type`: double. Default empty. Enables non-webpage searching
666
+ # depending on the value. The only valid non-default value is 1,
667
+ # which enables image searching.
668
+ # For example, `search_type: 1`
669
+ # @param query_expansion_spec [::Google::Cloud::DiscoveryEngine::V1::SearchRequest::QueryExpansionSpec, ::Hash]
670
+ # The query expansion specification that specifies the conditions under which
671
+ # query expansion occurs.
672
+ # @param spell_correction_spec [::Google::Cloud::DiscoveryEngine::V1::SearchRequest::SpellCorrectionSpec, ::Hash]
673
+ # The spell correction specification that specifies the mode under
674
+ # which spell correction takes effect.
675
+ # @param user_pseudo_id [::String]
676
+ # A unique identifier for tracking visitors. For example, this could be
677
+ # implemented with an HTTP cookie, which should be able to uniquely identify
678
+ # a visitor on a single device. This unique identifier should not change if
679
+ # the visitor logs in or out of the website.
680
+ #
681
+ # This field should NOT have a fixed value such as `unknown_visitor`.
682
+ #
683
+ # This should be the same identifier as
684
+ # {::Google::Cloud::DiscoveryEngine::V1::UserEvent#user_pseudo_id UserEvent.user_pseudo_id}
685
+ # and
686
+ # {::Google::Cloud::DiscoveryEngine::V1::CompleteQueryRequest#user_pseudo_id CompleteQueryRequest.user_pseudo_id}
687
+ #
688
+ # The field must be a UTF-8 encoded string with a length limit of 128
689
+ # characters. Otherwise, an `INVALID_ARGUMENT` error is returned.
690
+ # @param content_search_spec [::Google::Cloud::DiscoveryEngine::V1::SearchRequest::ContentSearchSpec, ::Hash]
691
+ # A specification for configuring the behavior of content search.
692
+ # @param safe_search [::Boolean]
693
+ # Whether to turn on safe search. This is only supported for
694
+ # website search.
695
+ # @param user_labels [::Hash{::String => ::String}]
696
+ # The user labels applied to a resource must meet the following requirements:
697
+ #
698
+ # * Each resource can have multiple labels, up to a maximum of 64.
699
+ # * Each label must be a key-value pair.
700
+ # * Keys have a minimum length of 1 character and a maximum length of 63
701
+ # characters and cannot be empty. Values can be empty and have a maximum
702
+ # length of 63 characters.
703
+ # * Keys and values can contain only lowercase letters, numeric characters,
704
+ # underscores, and dashes. All characters must use UTF-8 encoding, and
705
+ # international characters are allowed.
706
+ # * The key portion of a label must be unique. However, you can use the same
707
+ # key with multiple resources.
708
+ # * Keys must start with a lowercase letter or international character.
709
+ #
710
+ # See [Google Cloud
711
+ # Document](https://cloud.google.com/resource-manager/docs/creating-managing-labels#requirements)
712
+ # for more details.
713
+ # @param search_as_you_type_spec [::Google::Cloud::DiscoveryEngine::V1::SearchRequest::SearchAsYouTypeSpec, ::Hash]
714
+ # Search as you type configuration. Only supported for the
715
+ # {::Google::Cloud::DiscoveryEngine::V1::IndustryVertical::MEDIA IndustryVertical.MEDIA}
716
+ # vertical.
717
+ # @param session [::String]
718
+ # The session resource name. Optional.
719
+ #
720
+ # Session allows users to do multi-turn /search API calls or coordination
721
+ # between /search API calls and /answer API calls.
722
+ #
723
+ # Example #1 (multi-turn /search API calls):
724
+ # 1. Call /search API with the auto-session mode (see below).
725
+ # 2. Call /search API with the session ID generated in the first call.
726
+ # Here, the previous search query gets considered in query
727
+ # standing. I.e., if the first query is "How did Alphabet do in 2022?"
728
+ # and the current query is "How about 2023?", the current query will
729
+ # be interpreted as "How did Alphabet do in 2023?".
730
+ #
731
+ # Example #2 (coordination between /search API calls and /answer API calls):
732
+ # 1. Call /search API with the auto-session mode (see below).
733
+ # 2. Call /answer API with the session ID generated in the first call.
734
+ # Here, the answer generation happens in the context of the search
735
+ # results from the first search call.
736
+ #
737
+ # Auto-session mode: when `projects/.../sessions/-` is used, a new session
738
+ # gets automatically created. Otherwise, users can use the create-session API
739
+ # to create a session manually.
740
+ #
741
+ # Multi-turn Search feature is currently at private GA stage. Please use
742
+ # v1alpha or v1beta version instead before we launch this feature to public
743
+ # GA. Or ask for allowlisting through Google Support team.
744
+ # @param session_spec [::Google::Cloud::DiscoveryEngine::V1::SearchRequest::SessionSpec, ::Hash]
745
+ # Session specification.
746
+ #
747
+ # Can be used only when `session` is set.
748
+ #
749
+ # @yield [response, operation] Access the result along with the RPC operation
750
+ # @yieldparam response [::Gapic::PagedEnumerable<::Google::Cloud::DiscoveryEngine::V1::SearchResponse::SearchResult>]
751
+ # @yieldparam operation [::GRPC::ActiveCall::Operation]
752
+ #
753
+ # @return [::Gapic::PagedEnumerable<::Google::Cloud::DiscoveryEngine::V1::SearchResponse::SearchResult>]
754
+ #
755
+ # @raise [::Google::Cloud::Error] if the RPC is aborted.
756
+ #
757
+ # @example Basic example
758
+ # require "google/cloud/discovery_engine/v1"
759
+ #
760
+ # # Create a client object. The client can be reused for multiple calls.
761
+ # client = Google::Cloud::DiscoveryEngine::V1::SearchService::Client.new
762
+ #
763
+ # # Create a request. To set request fields, pass in keyword arguments.
764
+ # request = Google::Cloud::DiscoveryEngine::V1::SearchRequest.new
765
+ #
766
+ # # Call the search_lite method.
767
+ # result = client.search_lite request
768
+ #
769
+ # # The returned object is of type Gapic::PagedEnumerable. You can iterate
770
+ # # over elements, and API calls will be issued to fetch pages as needed.
771
+ # result.each do |item|
772
+ # # Each element is of type ::Google::Cloud::DiscoveryEngine::V1::SearchResponse::SearchResult.
773
+ # p item
774
+ # end
775
+ #
776
+ def search_lite request, options = nil
777
+ raise ::ArgumentError, "request must be provided" if request.nil?
778
+
779
+ request = ::Gapic::Protobuf.coerce request, to: ::Google::Cloud::DiscoveryEngine::V1::SearchRequest
780
+
781
+ # Converts hash and nil to an options object
782
+ options = ::Gapic::CallOptions.new(**options.to_h) if options.respond_to? :to_h
783
+
784
+ # Customize the options with defaults
785
+ metadata = @config.rpcs.search_lite.metadata.to_h
786
+
787
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
788
+ metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
789
+ lib_name: @config.lib_name, lib_version: @config.lib_version,
790
+ gapic_version: ::Google::Cloud::DiscoveryEngine::V1::VERSION
791
+ metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
792
+ metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
793
+
794
+ header_params = {}
795
+ if request.serving_config
796
+ header_params["serving_config"] = request.serving_config
797
+ end
798
+
799
+ request_params_header = header_params.map { |k, v| "#{k}=#{v}" }.join("&")
800
+ metadata[:"x-goog-request-params"] ||= request_params_header
801
+
802
+ options.apply_defaults timeout: @config.rpcs.search_lite.timeout,
803
+ metadata: metadata,
804
+ retry_policy: @config.rpcs.search_lite.retry_policy
805
+
806
+ options.apply_defaults timeout: @config.timeout,
807
+ metadata: @config.metadata,
808
+ retry_policy: @config.retry_policy
809
+
810
+ @search_service_stub.call_rpc :search_lite, request, options: options do |response, operation|
811
+ response = ::Gapic::PagedEnumerable.new @search_service_stub, :search_lite, request, response, operation, options
812
+ yield response, operation if block_given?
813
+ throw :response, response
481
814
  end
482
815
  rescue ::GRPC::BadStatus => e
483
816
  raise ::Google::Cloud::Error.from_error(e)
@@ -566,6 +899,11 @@ module Google
566
899
  # default endpoint URL. The default value of nil uses the environment
567
900
  # universe (usually the default "googleapis.com" universe).
568
901
  # @return [::String,nil]
902
+ # @!attribute [rw] logger
903
+ # A custom logger to use for request/response debug logging, or the value
904
+ # `:default` (the default) to construct a default logger, or `nil` to
905
+ # explicitly disable logging.
906
+ # @return [::Logger,:default,nil]
569
907
  #
570
908
  class Configuration
571
909
  extend ::Gapic::Config
@@ -590,6 +928,7 @@ module Google
590
928
  config_attr :retry_policy, nil, ::Hash, ::Proc, nil
591
929
  config_attr :quota_project, nil, ::String, nil
592
930
  config_attr :universe_domain, nil, ::String, nil
931
+ config_attr :logger, :default, ::Logger, nil, :default
593
932
 
594
933
  # @private
595
934
  def initialize parent_config = nil
@@ -641,11 +980,18 @@ module Google
641
980
  # @return [::Gapic::Config::Method]
642
981
  #
643
982
  attr_reader :search
983
+ ##
984
+ # RPC-specific configuration for `search_lite`
985
+ # @return [::Gapic::Config::Method]
986
+ #
987
+ attr_reader :search_lite
644
988
 
645
989
  # @private
646
990
  def initialize parent_rpcs = nil
647
991
  search_config = parent_rpcs.search if parent_rpcs.respond_to? :search
648
992
  @search = ::Gapic::Config::Method.new search_config
993
+ search_lite_config = parent_rpcs.search_lite if parent_rpcs.respond_to? :search_lite
994
+ @search_lite = ::Gapic::Config::Method.new search_lite_config
649
995
 
650
996
  yield self if block_given?
651
997
  end