google-cloud-discovery_engine-v1 1.3.0 → 1.5.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.
- checksums.yaml +4 -4
- data/README.md +31 -21
- data/lib/google/cloud/discovery_engine/v1/completion_service/client.rb +49 -6
- data/lib/google/cloud/discovery_engine/v1/completion_service/operations.rb +19 -15
- data/lib/google/cloud/discovery_engine/v1/completion_service/rest/client.rb +49 -6
- data/lib/google/cloud/discovery_engine/v1/completion_service/rest/operations.rb +50 -38
- data/lib/google/cloud/discovery_engine/v1/completion_service/rest/service_stub.rb +54 -32
- data/lib/google/cloud/discovery_engine/v1/control_service/client.rb +36 -6
- data/lib/google/cloud/discovery_engine/v1/control_service/rest/client.rb +36 -6
- data/lib/google/cloud/discovery_engine/v1/control_service/rest/service_stub.rb +54 -32
- data/lib/google/cloud/discovery_engine/v1/conversational_search_service/client.rb +37 -14
- data/lib/google/cloud/discovery_engine/v1/conversational_search_service/rest/client.rb +37 -14
- data/lib/google/cloud/discovery_engine/v1/conversational_search_service/rest/service_stub.rb +118 -80
- data/lib/google/cloud/discovery_engine/v1/data_store_service/client.rb +38 -6
- data/lib/google/cloud/discovery_engine/v1/data_store_service/operations.rb +19 -15
- data/lib/google/cloud/discovery_engine/v1/data_store_service/rest/client.rb +38 -6
- data/lib/google/cloud/discovery_engine/v1/data_store_service/rest/operations.rb +50 -38
- data/lib/google/cloud/discovery_engine/v1/data_store_service/rest/service_stub.rb +54 -32
- data/lib/google/cloud/discovery_engine/v1/document_service/client.rb +60 -9
- data/lib/google/cloud/discovery_engine/v1/document_service/operations.rb +19 -15
- data/lib/google/cloud/discovery_engine/v1/document_service/rest/client.rb +60 -9
- data/lib/google/cloud/discovery_engine/v1/document_service/rest/operations.rb +50 -38
- data/lib/google/cloud/discovery_engine/v1/document_service/rest/service_stub.rb +78 -50
- data/lib/google/cloud/discovery_engine/v1/engine_service/client.rb +38 -6
- data/lib/google/cloud/discovery_engine/v1/engine_service/operations.rb +19 -15
- data/lib/google/cloud/discovery_engine/v1/engine_service/rest/client.rb +38 -6
- data/lib/google/cloud/discovery_engine/v1/engine_service/rest/operations.rb +50 -38
- data/lib/google/cloud/discovery_engine/v1/engine_service/rest/service_stub.rb +54 -32
- data/lib/google/cloud/discovery_engine/v1/grounded_generation_service/client.rb +35 -4
- data/lib/google/cloud/discovery_engine/v1/grounded_generation_service/rest/client.rb +35 -3
- data/lib/google/cloud/discovery_engine/v1/grounded_generation_service/rest/service_stub.rb +30 -14
- data/lib/google/cloud/discovery_engine/v1/project_service/client.rb +36 -2
- data/lib/google/cloud/discovery_engine/v1/project_service/operations.rb +19 -15
- data/lib/google/cloud/discovery_engine/v1/project_service/rest/client.rb +36 -2
- data/lib/google/cloud/discovery_engine/v1/project_service/rest/operations.rb +50 -38
- data/lib/google/cloud/discovery_engine/v1/project_service/rest/service_stub.rb +22 -8
- data/lib/google/cloud/discovery_engine/v1/rank_service/client.rb +35 -2
- data/lib/google/cloud/discovery_engine/v1/rank_service/rest/client.rb +35 -2
- data/lib/google/cloud/discovery_engine/v1/rank_service/rest/service_stub.rb +22 -8
- data/lib/google/cloud/discovery_engine/v1/recommendation_service/client.rb +35 -2
- data/lib/google/cloud/discovery_engine/v1/recommendation_service/rest/client.rb +35 -2
- data/lib/google/cloud/discovery_engine/v1/recommendation_service/rest/service_stub.rb +22 -8
- data/lib/google/cloud/discovery_engine/v1/schema_service/client.rb +39 -6
- data/lib/google/cloud/discovery_engine/v1/schema_service/operations.rb +19 -15
- data/lib/google/cloud/discovery_engine/v1/schema_service/rest/client.rb +39 -6
- data/lib/google/cloud/discovery_engine/v1/schema_service/rest/operations.rb +50 -38
- data/lib/google/cloud/discovery_engine/v1/schema_service/rest/service_stub.rb +54 -32
- data/lib/google/cloud/discovery_engine/v1/search_service/client.rb +37 -3
- data/lib/google/cloud/discovery_engine/v1/search_service/rest/client.rb +35 -3
- data/lib/google/cloud/discovery_engine/v1/search_service/rest/service_stub.rb +30 -14
- data/lib/google/cloud/discovery_engine/v1/search_tuning_service/client.rb +36 -3
- data/lib/google/cloud/discovery_engine/v1/search_tuning_service/operations.rb +19 -15
- data/lib/google/cloud/discovery_engine/v1/search_tuning_service/rest/client.rb +36 -3
- data/lib/google/cloud/discovery_engine/v1/search_tuning_service/rest/operations.rb +50 -38
- data/lib/google/cloud/discovery_engine/v1/search_tuning_service/rest/service_stub.rb +30 -14
- data/lib/google/cloud/discovery_engine/v1/site_search_engine_service/client.rb +45 -13
- data/lib/google/cloud/discovery_engine/v1/site_search_engine_service/operations.rb +19 -15
- data/lib/google/cloud/discovery_engine/v1/site_search_engine_service/rest/client.rb +45 -13
- data/lib/google/cloud/discovery_engine/v1/site_search_engine_service/rest/operations.rb +50 -38
- data/lib/google/cloud/discovery_engine/v1/site_search_engine_service/rest/service_stub.rb +110 -74
- data/lib/google/cloud/discovery_engine/v1/user_event_service/client.rb +43 -5
- data/lib/google/cloud/discovery_engine/v1/user_event_service/operations.rb +19 -15
- data/lib/google/cloud/discovery_engine/v1/user_event_service/rest/client.rb +43 -5
- data/lib/google/cloud/discovery_engine/v1/user_event_service/rest/operations.rb +50 -38
- data/lib/google/cloud/discovery_engine/v1/user_event_service/rest/service_stub.rb +46 -26
- data/lib/google/cloud/discovery_engine/v1/version.rb +1 -1
- data/proto_docs/google/api/client.rb +25 -0
- data/proto_docs/google/cloud/discoveryengine/v1/answer.rb +6 -0
- data/proto_docs/google/cloud/discoveryengine/v1/common.rb +8 -0
- data/proto_docs/google/cloud/discoveryengine/v1/completion.rb +4 -0
- data/proto_docs/google/cloud/discoveryengine/v1/control.rb +8 -0
- data/proto_docs/google/cloud/discoveryengine/v1/conversation.rb +4 -0
- data/proto_docs/google/cloud/discoveryengine/v1/conversational_search_service.rb +8 -0
- data/proto_docs/google/cloud/discoveryengine/v1/document.rb +8 -0
- data/proto_docs/google/cloud/discoveryengine/v1/document_processing_config.rb +6 -0
- data/proto_docs/google/cloud/discoveryengine/v1/document_service.rb +8 -0
- data/proto_docs/google/cloud/discoveryengine/v1/engine.rb +4 -0
- data/proto_docs/google/cloud/discoveryengine/v1/grounded_generation_service.rb +6 -0
- data/proto_docs/google/cloud/discoveryengine/v1/import_config.rb +34 -0
- data/proto_docs/google/cloud/discoveryengine/v1/purge_config.rb +4 -0
- data/proto_docs/google/cloud/discoveryengine/v1/schema.rb +4 -0
- data/proto_docs/google/cloud/discoveryengine/v1/search_service.rb +4 -0
- data/proto_docs/google/cloud/discoveryengine/v1/user_event.rb +6 -0
- data/proto_docs/google/longrunning/operations.rb +23 -14
- data/proto_docs/google/protobuf/struct.rb +12 -0
- metadata +6 -9
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b1b35361affe67de5505f5a7bb44a9d9c74e0c4199f6282ceccdd792165bcbd4
|
4
|
+
data.tar.gz: 44fcc9bbd9c4129d161c2af12e85a4065d24dce26b6848f64e14b6021660dd7a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3a8014346edf6af5a0d3166d6376faaeb5348d94dcc60e77d0764fba20918ea6147dcd3544eb14ecf37b4de5829d1311f7e9800aec007e37ef55837bdffad7e6
|
7
|
+
data.tar.gz: 0716d09c3ab76025aa91f79f56313e174dc3a098c5866a02db573ce6f540972f108f8cad023bc500e87958393dd07391f0aa8a57de14ec038fb1a1d7223e163b
|
data/README.md
CHANGED
@@ -42,40 +42,50 @@ for class and method documentation.
|
|
42
42
|
See also the [Product Documentation](https://cloud.google.com/generative-ai-app-builder/docs)
|
43
43
|
for general usage information.
|
44
44
|
|
45
|
-
##
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
45
|
+
## Debug Logging
|
46
|
+
|
47
|
+
This library comes with opt-in Debug Logging that can help you troubleshoot
|
48
|
+
your application's integration with the API. When logging is activated, key
|
49
|
+
events such as requests and responses, along with data payloads and metadata
|
50
|
+
such as headers and client configuration, are logged to the standard error
|
51
|
+
stream.
|
52
|
+
|
53
|
+
**WARNING:** Client Library Debug Logging includes your data payloads in
|
54
|
+
plaintext, which could include sensitive data such as PII for yourself or your
|
55
|
+
customers, private keys, or other security data that could be compromising if
|
56
|
+
leaked. Always practice good data hygiene with your application logs, and follow
|
57
|
+
the principle of least access. Google also recommends that Client Library Debug
|
58
|
+
Logging be enabled only temporarily during active debugging, and not used
|
59
|
+
permanently in production.
|
60
|
+
|
61
|
+
To enable logging, set the environment variable `GOOGLE_SDK_RUBY_LOGGING_GEMS`
|
62
|
+
to the value `all`. Alternatively, you can set the value to a comma-delimited
|
63
|
+
list of client library gem names. This will select the default logging behavior,
|
64
|
+
which writes logs to the standard error stream. On a local workstation, this may
|
65
|
+
result in logs appearing on the console. When running on a Google Cloud hosting
|
66
|
+
service such as [Google Cloud Run](https://cloud.google.com/run), this generally
|
67
|
+
results in logs appearing alongside your application logs in the
|
68
|
+
[Google Cloud Logging](https://cloud.google.com/logging/) service.
|
69
|
+
|
70
|
+
You can customize logging by modifying the `logger` configuration when
|
71
|
+
constructing a client object. For example:
|
54
72
|
|
55
73
|
```ruby
|
74
|
+
require "google/cloud/discovery_engine/v1"
|
56
75
|
require "logger"
|
57
76
|
|
58
|
-
|
59
|
-
|
60
|
-
def logger
|
61
|
-
LOGGER
|
62
|
-
end
|
63
|
-
end
|
64
|
-
|
65
|
-
# Define a gRPC module-level logger method before grpc/logconfig.rb loads.
|
66
|
-
module GRPC
|
67
|
-
extend MyLogger
|
77
|
+
client = ::Google::Cloud::DiscoveryEngine::V1::CompletionService::Client.new do |config|
|
78
|
+
config.logger = Logger.new "my-app.log"
|
68
79
|
end
|
69
80
|
```
|
70
81
|
|
71
|
-
|
72
82
|
## Google Cloud Samples
|
73
83
|
|
74
84
|
To browse ready to use code samples check [Google Cloud Samples](https://cloud.google.com/docs/samples).
|
75
85
|
|
76
86
|
## Supported Ruby Versions
|
77
87
|
|
78
|
-
This library is supported on Ruby
|
88
|
+
This library is supported on Ruby 3.0+.
|
79
89
|
|
80
90
|
Google provides official support for Ruby versions that are actively supported
|
81
91
|
by Ruby Core—that is, Ruby versions that are either in normal maintenance or
|
@@ -170,14 +170,26 @@ module Google
|
|
170
170
|
universe_domain: @config.universe_domain,
|
171
171
|
channel_args: @config.channel_args,
|
172
172
|
interceptors: @config.interceptors,
|
173
|
-
channel_pool_config: @config.channel_pool
|
173
|
+
channel_pool_config: @config.channel_pool,
|
174
|
+
logger: @config.logger
|
174
175
|
)
|
175
176
|
|
177
|
+
@completion_service_stub.stub_logger&.info do |entry|
|
178
|
+
entry.set_system_name
|
179
|
+
entry.set_service
|
180
|
+
entry.message = "Created client for #{entry.service}"
|
181
|
+
entry.set_credentials_fields credentials
|
182
|
+
entry.set "customEndpoint", @config.endpoint if @config.endpoint
|
183
|
+
entry.set "defaultTimeout", @config.timeout if @config.timeout
|
184
|
+
entry.set "quotaProject", @quota_project_id if @quota_project_id
|
185
|
+
end
|
186
|
+
|
176
187
|
@location_client = Google::Cloud::Location::Locations::Client.new do |config|
|
177
188
|
config.credentials = credentials
|
178
189
|
config.quota_project = @quota_project_id
|
179
190
|
config.endpoint = @completion_service_stub.endpoint
|
180
191
|
config.universe_domain = @completion_service_stub.universe_domain
|
192
|
+
config.logger = @completion_service_stub.logger if config.respond_to? :logger=
|
181
193
|
end
|
182
194
|
end
|
183
195
|
|
@@ -195,6 +207,15 @@ module Google
|
|
195
207
|
#
|
196
208
|
attr_reader :location_client
|
197
209
|
|
210
|
+
##
|
211
|
+
# The logger used for request/response debug logging.
|
212
|
+
#
|
213
|
+
# @return [Logger]
|
214
|
+
#
|
215
|
+
def logger
|
216
|
+
@completion_service_stub.logger
|
217
|
+
end
|
218
|
+
|
198
219
|
# Service calls
|
199
220
|
|
200
221
|
##
|
@@ -320,7 +341,6 @@ module Google
|
|
320
341
|
|
321
342
|
@completion_service_stub.call_rpc :complete_query, request, options: options do |response, operation|
|
322
343
|
yield response, operation if block_given?
|
323
|
-
return response
|
324
344
|
end
|
325
345
|
rescue ::GRPC::BadStatus => e
|
326
346
|
raise ::Google::Cloud::Error.from_error(e)
|
@@ -348,6 +368,8 @@ module Google
|
|
348
368
|
#
|
349
369
|
# @param inline_source [::Google::Cloud::DiscoveryEngine::V1::ImportSuggestionDenyListEntriesRequest::InlineSource, ::Hash]
|
350
370
|
# The Inline source for the input content for suggestion deny list entries.
|
371
|
+
#
|
372
|
+
# Note: The following fields are mutually exclusive: `inline_source`, `gcs_source`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
351
373
|
# @param gcs_source [::Google::Cloud::DiscoveryEngine::V1::GcsSource, ::Hash]
|
352
374
|
# Cloud Storage location for the input content.
|
353
375
|
#
|
@@ -357,6 +379,8 @@ module Google
|
|
357
379
|
#
|
358
380
|
# * `suggestion_deny_list` (default): One JSON [SuggestionDenyListEntry]
|
359
381
|
# per line.
|
382
|
+
#
|
383
|
+
# Note: The following fields are mutually exclusive: `gcs_source`, `inline_source`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
360
384
|
# @param parent [::String]
|
361
385
|
# Required. The parent data store resource name for which to import denylist
|
362
386
|
# entries. Follows pattern projects/*/locations/*/collections/*/dataStores/*.
|
@@ -428,7 +452,7 @@ module Google
|
|
428
452
|
@completion_service_stub.call_rpc :import_suggestion_deny_list_entries, request, options: options do |response, operation|
|
429
453
|
response = ::Gapic::Operation.new response, @operations_client, options: options
|
430
454
|
yield response, operation if block_given?
|
431
|
-
|
455
|
+
throw :response, response
|
432
456
|
end
|
433
457
|
rescue ::GRPC::BadStatus => e
|
434
458
|
raise ::Google::Cloud::Error.from_error(e)
|
@@ -525,7 +549,7 @@ module Google
|
|
525
549
|
@completion_service_stub.call_rpc :purge_suggestion_deny_list_entries, request, options: options do |response, operation|
|
526
550
|
response = ::Gapic::Operation.new response, @operations_client, options: options
|
527
551
|
yield response, operation if block_given?
|
528
|
-
|
552
|
+
throw :response, response
|
529
553
|
end
|
530
554
|
rescue ::GRPC::BadStatus => e
|
531
555
|
raise ::Google::Cloud::Error.from_error(e)
|
@@ -553,10 +577,16 @@ module Google
|
|
553
577
|
#
|
554
578
|
# @param inline_source [::Google::Cloud::DiscoveryEngine::V1::ImportCompletionSuggestionsRequest::InlineSource, ::Hash]
|
555
579
|
# The Inline source for suggestion entries.
|
580
|
+
#
|
581
|
+
# Note: The following fields are mutually exclusive: `inline_source`, `gcs_source`, `bigquery_source`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
556
582
|
# @param gcs_source [::Google::Cloud::DiscoveryEngine::V1::GcsSource, ::Hash]
|
557
583
|
# Cloud Storage location for the input content.
|
584
|
+
#
|
585
|
+
# Note: The following fields are mutually exclusive: `gcs_source`, `inline_source`, `bigquery_source`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
558
586
|
# @param bigquery_source [::Google::Cloud::DiscoveryEngine::V1::BigQuerySource, ::Hash]
|
559
587
|
# BigQuery input source.
|
588
|
+
#
|
589
|
+
# Note: The following fields are mutually exclusive: `bigquery_source`, `inline_source`, `gcs_source`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
560
590
|
# @param parent [::String]
|
561
591
|
# Required. The parent data store resource name for which to import customer
|
562
592
|
# autocomplete suggestions.
|
@@ -632,7 +662,7 @@ module Google
|
|
632
662
|
@completion_service_stub.call_rpc :import_completion_suggestions, request, options: options do |response, operation|
|
633
663
|
response = ::Gapic::Operation.new response, @operations_client, options: options
|
634
664
|
yield response, operation if block_given?
|
635
|
-
|
665
|
+
throw :response, response
|
636
666
|
end
|
637
667
|
rescue ::GRPC::BadStatus => e
|
638
668
|
raise ::Google::Cloud::Error.from_error(e)
|
@@ -730,7 +760,7 @@ module Google
|
|
730
760
|
@completion_service_stub.call_rpc :purge_completion_suggestions, request, options: options do |response, operation|
|
731
761
|
response = ::Gapic::Operation.new response, @operations_client, options: options
|
732
762
|
yield response, operation if block_given?
|
733
|
-
|
763
|
+
throw :response, response
|
734
764
|
end
|
735
765
|
rescue ::GRPC::BadStatus => e
|
736
766
|
raise ::Google::Cloud::Error.from_error(e)
|
@@ -780,6 +810,13 @@ module Google
|
|
780
810
|
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
|
781
811
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
782
812
|
# * (`nil`) indicating no credentials
|
813
|
+
#
|
814
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
815
|
+
# external source for authentication to Google Cloud, you must validate it before
|
816
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
817
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
818
|
+
# For more information, refer to [Validate credential configurations from external
|
819
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
783
820
|
# @return [::Object]
|
784
821
|
# @!attribute [rw] scope
|
785
822
|
# The OAuth scopes
|
@@ -819,6 +856,11 @@ module Google
|
|
819
856
|
# default endpoint URL. The default value of nil uses the environment
|
820
857
|
# universe (usually the default "googleapis.com" universe).
|
821
858
|
# @return [::String,nil]
|
859
|
+
# @!attribute [rw] logger
|
860
|
+
# A custom logger to use for request/response debug logging, or the value
|
861
|
+
# `:default` (the default) to construct a default logger, or `nil` to
|
862
|
+
# explicitly disable logging.
|
863
|
+
# @return [::Logger,:default,nil]
|
822
864
|
#
|
823
865
|
class Configuration
|
824
866
|
extend ::Gapic::Config
|
@@ -843,6 +885,7 @@ module Google
|
|
843
885
|
config_attr :retry_policy, nil, ::Hash, ::Proc, nil
|
844
886
|
config_attr :quota_project, nil, ::String, nil
|
845
887
|
config_attr :universe_domain, nil, ::String, nil
|
888
|
+
config_attr :logger, :default, ::Logger, nil, :default
|
846
889
|
|
847
890
|
# @private
|
848
891
|
def initialize parent_config = nil
|
@@ -124,14 +124,6 @@ module Google
|
|
124
124
|
# Lists operations that match the specified filter in the request. If the
|
125
125
|
# server doesn't support this method, it returns `UNIMPLEMENTED`.
|
126
126
|
#
|
127
|
-
# NOTE: the `name` binding allows API services to override the binding
|
128
|
-
# to use different resource name schemes, such as `users/*/operations`. To
|
129
|
-
# override the binding, API services can add a binding such as
|
130
|
-
# `"/v1/{name=users/*}/operations"` to their service configuration.
|
131
|
-
# For backwards compatibility, the default name includes the operations
|
132
|
-
# collection id, however overriding users must ensure the name binding
|
133
|
-
# is the parent resource, without the operations collection id.
|
134
|
-
#
|
135
127
|
# @overload list_operations(request, options = nil)
|
136
128
|
# Pass arguments to `list_operations` via a request object, either of type
|
137
129
|
# {::Google::Longrunning::ListOperationsRequest} or an equivalent Hash.
|
@@ -221,7 +213,7 @@ module Google
|
|
221
213
|
wrap_lro_operation = ->(op_response) { ::Gapic::Operation.new op_response, @operations_client }
|
222
214
|
response = ::Gapic::PagedEnumerable.new @operations_stub, :list_operations, request, response, operation, options, format_resource: wrap_lro_operation
|
223
215
|
yield response, operation if block_given?
|
224
|
-
|
216
|
+
throw :response, response
|
225
217
|
end
|
226
218
|
rescue ::GRPC::BadStatus => e
|
227
219
|
raise ::Google::Cloud::Error.from_error(e)
|
@@ -317,7 +309,7 @@ module Google
|
|
317
309
|
@operations_stub.call_rpc :get_operation, request, options: options do |response, operation|
|
318
310
|
response = ::Gapic::Operation.new response, @operations_client, options: options
|
319
311
|
yield response, operation if block_given?
|
320
|
-
|
312
|
+
throw :response, response
|
321
313
|
end
|
322
314
|
rescue ::GRPC::BadStatus => e
|
323
315
|
raise ::Google::Cloud::Error.from_error(e)
|
@@ -406,7 +398,6 @@ module Google
|
|
406
398
|
|
407
399
|
@operations_stub.call_rpc :delete_operation, request, options: options do |response, operation|
|
408
400
|
yield response, operation if block_given?
|
409
|
-
return response
|
410
401
|
end
|
411
402
|
rescue ::GRPC::BadStatus => e
|
412
403
|
raise ::Google::Cloud::Error.from_error(e)
|
@@ -421,8 +412,9 @@ module Google
|
|
421
412
|
# other methods to check whether the cancellation succeeded or whether the
|
422
413
|
# operation completed despite cancellation. On successful cancellation,
|
423
414
|
# the operation is not deleted; instead, it becomes an operation with
|
424
|
-
# an {::Google::Longrunning::Operation#error Operation.error} value with a
|
425
|
-
# corresponding to
|
415
|
+
# an {::Google::Longrunning::Operation#error Operation.error} value with a
|
416
|
+
# {::Google::Rpc::Status#code google.rpc.Status.code} of `1`, corresponding to
|
417
|
+
# `Code.CANCELLED`.
|
426
418
|
#
|
427
419
|
# @overload cancel_operation(request, options = nil)
|
428
420
|
# Pass arguments to `cancel_operation` via a request object, either of type
|
@@ -501,7 +493,6 @@ module Google
|
|
501
493
|
|
502
494
|
@operations_stub.call_rpc :cancel_operation, request, options: options do |response, operation|
|
503
495
|
yield response, operation if block_given?
|
504
|
-
return response
|
505
496
|
end
|
506
497
|
rescue ::GRPC::BadStatus => e
|
507
498
|
raise ::Google::Cloud::Error.from_error(e)
|
@@ -599,7 +590,7 @@ module Google
|
|
599
590
|
@operations_stub.call_rpc :wait_operation, request, options: options do |response, operation|
|
600
591
|
response = ::Gapic::Operation.new response, @operations_client, options: options
|
601
592
|
yield response, operation if block_given?
|
602
|
-
|
593
|
+
throw :response, response
|
603
594
|
end
|
604
595
|
rescue ::GRPC::BadStatus => e
|
605
596
|
raise ::Google::Cloud::Error.from_error(e)
|
@@ -649,6 +640,13 @@ module Google
|
|
649
640
|
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
|
650
641
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
651
642
|
# * (`nil`) indicating no credentials
|
643
|
+
#
|
644
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
645
|
+
# external source for authentication to Google Cloud, you must validate it before
|
646
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
647
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
648
|
+
# For more information, refer to [Validate credential configurations from external
|
649
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
652
650
|
# @return [::Object]
|
653
651
|
# @!attribute [rw] scope
|
654
652
|
# The OAuth scopes
|
@@ -688,6 +686,11 @@ module Google
|
|
688
686
|
# default endpoint URL. The default value of nil uses the environment
|
689
687
|
# universe (usually the default "googleapis.com" universe).
|
690
688
|
# @return [::String,nil]
|
689
|
+
# @!attribute [rw] logger
|
690
|
+
# A custom logger to use for request/response debug logging, or the value
|
691
|
+
# `:default` (the default) to construct a default logger, or `nil` to
|
692
|
+
# explicitly disable logging.
|
693
|
+
# @return [::Logger,:default,nil]
|
691
694
|
#
|
692
695
|
class Configuration
|
693
696
|
extend ::Gapic::Config
|
@@ -712,6 +715,7 @@ module Google
|
|
712
715
|
config_attr :retry_policy, nil, ::Hash, ::Proc, nil
|
713
716
|
config_attr :quota_project, nil, ::String, nil
|
714
717
|
config_attr :universe_domain, nil, ::String, nil
|
718
|
+
config_attr :logger, :default, ::Logger, nil, :default
|
715
719
|
|
716
720
|
# @private
|
717
721
|
def initialize parent_config = nil
|
@@ -163,14 +163,26 @@ module Google
|
|
163
163
|
endpoint: @config.endpoint,
|
164
164
|
endpoint_template: DEFAULT_ENDPOINT_TEMPLATE,
|
165
165
|
universe_domain: @config.universe_domain,
|
166
|
-
credentials: credentials
|
166
|
+
credentials: credentials,
|
167
|
+
logger: @config.logger
|
167
168
|
)
|
168
169
|
|
170
|
+
@completion_service_stub.logger(stub: true)&.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::Rest::Client.new do |config|
|
170
181
|
config.credentials = credentials
|
171
182
|
config.quota_project = @quota_project_id
|
172
183
|
config.endpoint = @completion_service_stub.endpoint
|
173
184
|
config.universe_domain = @completion_service_stub.universe_domain
|
185
|
+
config.logger = @completion_service_stub.logger if config.respond_to? :logger=
|
174
186
|
end
|
175
187
|
end
|
176
188
|
|
@@ -188,6 +200,15 @@ module Google
|
|
188
200
|
#
|
189
201
|
attr_reader :location_client
|
190
202
|
|
203
|
+
##
|
204
|
+
# The logger used for request/response debug logging.
|
205
|
+
#
|
206
|
+
# @return [Logger]
|
207
|
+
#
|
208
|
+
def logger
|
209
|
+
@completion_service_stub.logger
|
210
|
+
end
|
211
|
+
|
191
212
|
# Service calls
|
192
213
|
|
193
214
|
##
|
@@ -306,7 +327,6 @@ module Google
|
|
306
327
|
|
307
328
|
@completion_service_stub.complete_query request, options do |result, operation|
|
308
329
|
yield result, operation if block_given?
|
309
|
-
return result
|
310
330
|
end
|
311
331
|
rescue ::Gapic::Rest::Error => e
|
312
332
|
raise ::Google::Cloud::Error.from_error(e)
|
@@ -334,6 +354,8 @@ module Google
|
|
334
354
|
#
|
335
355
|
# @param inline_source [::Google::Cloud::DiscoveryEngine::V1::ImportSuggestionDenyListEntriesRequest::InlineSource, ::Hash]
|
336
356
|
# The Inline source for the input content for suggestion deny list entries.
|
357
|
+
#
|
358
|
+
# Note: The following fields are mutually exclusive: `inline_source`, `gcs_source`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
337
359
|
# @param gcs_source [::Google::Cloud::DiscoveryEngine::V1::GcsSource, ::Hash]
|
338
360
|
# Cloud Storage location for the input content.
|
339
361
|
#
|
@@ -343,6 +365,8 @@ module Google
|
|
343
365
|
#
|
344
366
|
# * `suggestion_deny_list` (default): One JSON [SuggestionDenyListEntry]
|
345
367
|
# per line.
|
368
|
+
#
|
369
|
+
# Note: The following fields are mutually exclusive: `gcs_source`, `inline_source`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
346
370
|
# @param parent [::String]
|
347
371
|
# Required. The parent data store resource name for which to import denylist
|
348
372
|
# entries. Follows pattern projects/*/locations/*/collections/*/dataStores/*.
|
@@ -407,7 +431,7 @@ module Google
|
|
407
431
|
@completion_service_stub.import_suggestion_deny_list_entries request, options do |result, operation|
|
408
432
|
result = ::Gapic::Operation.new result, @operations_client, options: options
|
409
433
|
yield result, operation if block_given?
|
410
|
-
|
434
|
+
throw :response, result
|
411
435
|
end
|
412
436
|
rescue ::Gapic::Rest::Error => e
|
413
437
|
raise ::Google::Cloud::Error.from_error(e)
|
@@ -497,7 +521,7 @@ module Google
|
|
497
521
|
@completion_service_stub.purge_suggestion_deny_list_entries request, options do |result, operation|
|
498
522
|
result = ::Gapic::Operation.new result, @operations_client, options: options
|
499
523
|
yield result, operation if block_given?
|
500
|
-
|
524
|
+
throw :response, result
|
501
525
|
end
|
502
526
|
rescue ::Gapic::Rest::Error => e
|
503
527
|
raise ::Google::Cloud::Error.from_error(e)
|
@@ -525,10 +549,16 @@ module Google
|
|
525
549
|
#
|
526
550
|
# @param inline_source [::Google::Cloud::DiscoveryEngine::V1::ImportCompletionSuggestionsRequest::InlineSource, ::Hash]
|
527
551
|
# The Inline source for suggestion entries.
|
552
|
+
#
|
553
|
+
# Note: The following fields are mutually exclusive: `inline_source`, `gcs_source`, `bigquery_source`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
528
554
|
# @param gcs_source [::Google::Cloud::DiscoveryEngine::V1::GcsSource, ::Hash]
|
529
555
|
# Cloud Storage location for the input content.
|
556
|
+
#
|
557
|
+
# Note: The following fields are mutually exclusive: `gcs_source`, `inline_source`, `bigquery_source`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
530
558
|
# @param bigquery_source [::Google::Cloud::DiscoveryEngine::V1::BigQuerySource, ::Hash]
|
531
559
|
# BigQuery input source.
|
560
|
+
#
|
561
|
+
# Note: The following fields are mutually exclusive: `bigquery_source`, `inline_source`, `gcs_source`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
532
562
|
# @param parent [::String]
|
533
563
|
# Required. The parent data store resource name for which to import customer
|
534
564
|
# autocomplete suggestions.
|
@@ -597,7 +627,7 @@ module Google
|
|
597
627
|
@completion_service_stub.import_completion_suggestions request, options do |result, operation|
|
598
628
|
result = ::Gapic::Operation.new result, @operations_client, options: options
|
599
629
|
yield result, operation if block_given?
|
600
|
-
|
630
|
+
throw :response, result
|
601
631
|
end
|
602
632
|
rescue ::Gapic::Rest::Error => e
|
603
633
|
raise ::Google::Cloud::Error.from_error(e)
|
@@ -688,7 +718,7 @@ module Google
|
|
688
718
|
@completion_service_stub.purge_completion_suggestions request, options do |result, operation|
|
689
719
|
result = ::Gapic::Operation.new result, @operations_client, options: options
|
690
720
|
yield result, operation if block_given?
|
691
|
-
|
721
|
+
throw :response, result
|
692
722
|
end
|
693
723
|
rescue ::Gapic::Rest::Error => e
|
694
724
|
raise ::Google::Cloud::Error.from_error(e)
|
@@ -736,6 +766,13 @@ module Google
|
|
736
766
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
737
767
|
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
738
768
|
# * (`nil`) indicating no credentials
|
769
|
+
#
|
770
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
771
|
+
# external source for authentication to Google Cloud, you must validate it before
|
772
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
773
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
774
|
+
# For more information, refer to [Validate credential configurations from external
|
775
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
739
776
|
# @return [::Object]
|
740
777
|
# @!attribute [rw] scope
|
741
778
|
# The OAuth scopes
|
@@ -768,6 +805,11 @@ module Google
|
|
768
805
|
# default endpoint URL. The default value of nil uses the environment
|
769
806
|
# universe (usually the default "googleapis.com" universe).
|
770
807
|
# @return [::String,nil]
|
808
|
+
# @!attribute [rw] logger
|
809
|
+
# A custom logger to use for request/response debug logging, or the value
|
810
|
+
# `:default` (the default) to construct a default logger, or `nil` to
|
811
|
+
# explicitly disable logging.
|
812
|
+
# @return [::Logger,:default,nil]
|
771
813
|
#
|
772
814
|
class Configuration
|
773
815
|
extend ::Gapic::Config
|
@@ -789,6 +831,7 @@ module Google
|
|
789
831
|
config_attr :retry_policy, nil, ::Hash, ::Proc, nil
|
790
832
|
config_attr :quota_project, nil, ::String, nil
|
791
833
|
config_attr :universe_domain, nil, ::String, nil
|
834
|
+
config_attr :logger, :default, ::Logger, nil, :default
|
792
835
|
|
793
836
|
# @private
|
794
837
|
def initialize parent_config = nil
|