google-apis-discoveryengine_v1 0.12.0 → 0.13.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/discoveryengine_v1/classes.rb +17 -1
- data/lib/google/apis/discoveryengine_v1/gem_version.rb +2 -2
- data/lib/google/apis/discoveryengine_v1/representations.rb +2 -0
- data/lib/google/apis/discoveryengine_v1/service.rb +12 -2
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d94f5cd2fcfe56450dba919bf300aeb826d633a84e28050167b1f000024db8cd
|
4
|
+
data.tar.gz: dae2ffdb661abd352e1d8c62aaf43c5f58c45c90cae43d69e0ccc150cb4b4b11
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1f76725f9d1f3bcdd7fa6551e80f3373222857752e426b30d3ec25c46dfa9ee54cca93c9fa88dce08870c2936f4a79417567fc95ef4c112a0c8c3a799f7858eb
|
7
|
+
data.tar.gz: db489e54d1b75ace7b3cf7fb90916012a51a50ee854aaad0f9fbf90cde5153fba5566a790e1e8d89146b21179c1d793bfcbd2fc9a941a2b2fe6769bedb260c62
|
data/CHANGELOG.md
CHANGED
@@ -1671,6 +1671,13 @@ module Google
|
|
1671
1671
|
class GoogleCloudDiscoveryengineV1BatchGetDocumentsMetadataResponseDocumentMetadata
|
1672
1672
|
include Google::Apis::Core::Hashable
|
1673
1673
|
|
1674
|
+
# The data ingestion source of the Document. Allowed values are: * `batch`: Data
|
1675
|
+
# ingested via Batch API, e.g., ImportDocuments. * `streaming` Data ingested via
|
1676
|
+
# Streaming API, e.g., FHIR streaming.
|
1677
|
+
# Corresponds to the JSON property `dataIngestionSource`
|
1678
|
+
# @return [String]
|
1679
|
+
attr_accessor :data_ingestion_source
|
1680
|
+
|
1674
1681
|
# The timestamp of the last time the Document was last indexed.
|
1675
1682
|
# Corresponds to the JSON property `lastRefreshedTime`
|
1676
1683
|
# @return [String]
|
@@ -1692,6 +1699,7 @@ module Google
|
|
1692
1699
|
|
1693
1700
|
# Update properties of this object
|
1694
1701
|
def update!(**args)
|
1702
|
+
@data_ingestion_source = args[:data_ingestion_source] if args.key?(:data_ingestion_source)
|
1695
1703
|
@last_refreshed_time = args[:last_refreshed_time] if args.key?(:last_refreshed_time)
|
1696
1704
|
@matcher_value = args[:matcher_value] if args.key?(:matcher_value)
|
1697
1705
|
@status = args[:status] if args.key?(:status)
|
@@ -1702,6 +1710,12 @@ module Google
|
|
1702
1710
|
class GoogleCloudDiscoveryengineV1BatchGetDocumentsMetadataResponseDocumentMetadataMatcherValue
|
1703
1711
|
include Google::Apis::Core::Hashable
|
1704
1712
|
|
1713
|
+
# Required. Format: projects/`project`/locations/`location`/datasets/`dataset`/
|
1714
|
+
# fhirStores/`fhir_store`/fhir/`resource_type`/`fhir_resource_id`
|
1715
|
+
# Corresponds to the JSON property `fhirResource`
|
1716
|
+
# @return [String]
|
1717
|
+
attr_accessor :fhir_resource
|
1718
|
+
|
1705
1719
|
# If match by URI, the URI of the Document.
|
1706
1720
|
# Corresponds to the JSON property `uri`
|
1707
1721
|
# @return [String]
|
@@ -1713,6 +1727,7 @@ module Google
|
|
1713
1727
|
|
1714
1728
|
# Update properties of this object
|
1715
1729
|
def update!(**args)
|
1730
|
+
@fhir_resource = args[:fhir_resource] if args.key?(:fhir_resource)
|
1716
1731
|
@uri = args[:uri] if args.key?(:uri)
|
1717
1732
|
end
|
1718
1733
|
end
|
@@ -7160,7 +7175,8 @@ module Google
|
|
7160
7175
|
|
7161
7176
|
# A unique search token. This should be included in the UserEvent logs resulting
|
7162
7177
|
# from this search, which enables accurate attribution of search model
|
7163
|
-
# performance.
|
7178
|
+
# performance. This also helps to identify a request during the customer support
|
7179
|
+
# scenarios.
|
7164
7180
|
# Corresponds to the JSON property `attributionToken`
|
7165
7181
|
# @return [String]
|
7166
7182
|
attr_accessor :attribution_token
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module DiscoveryengineV1
|
18
18
|
# Version of the google-apis-discoveryengine_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.13.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.15.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20240817"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -3397,6 +3397,7 @@ module Google
|
|
3397
3397
|
class GoogleCloudDiscoveryengineV1BatchGetDocumentsMetadataResponseDocumentMetadata
|
3398
3398
|
# @private
|
3399
3399
|
class Representation < Google::Apis::Core::JsonRepresentation
|
3400
|
+
property :data_ingestion_source, as: 'dataIngestionSource'
|
3400
3401
|
property :last_refreshed_time, as: 'lastRefreshedTime'
|
3401
3402
|
property :matcher_value, as: 'matcherValue', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1BatchGetDocumentsMetadataResponseDocumentMetadataMatcherValue, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1BatchGetDocumentsMetadataResponseDocumentMetadataMatcherValue::Representation
|
3402
3403
|
|
@@ -3407,6 +3408,7 @@ module Google
|
|
3407
3408
|
class GoogleCloudDiscoveryengineV1BatchGetDocumentsMetadataResponseDocumentMetadataMatcherValue
|
3408
3409
|
# @private
|
3409
3410
|
class Representation < Google::Apis::Core::JsonRepresentation
|
3411
|
+
property :fhir_resource, as: 'fhirResource'
|
3410
3412
|
property :uri, as: 'uri'
|
3411
3413
|
end
|
3412
3414
|
end
|
@@ -508,6 +508,10 @@ module Google
|
|
508
508
|
# Required. The parent branch resource name, such as `projects/`project`/
|
509
509
|
# locations/`location`/collections/`collection`/dataStores/`data_store`/branches/
|
510
510
|
# `branch``.
|
511
|
+
# @param [Array<String>, String] matcher_fhir_matcher_fhir_resources
|
512
|
+
# Required. The FHIR resources to match by. Format: projects/`project`/locations/
|
513
|
+
# `location`/datasets/`dataset`/fhirStores/`fhir_store`/fhir/`resource_type`/`
|
514
|
+
# fhir_resource_id`
|
511
515
|
# @param [Array<String>, String] matcher_uris_matcher_uris
|
512
516
|
# The exact URIs to match by.
|
513
517
|
# @param [String] fields
|
@@ -527,11 +531,12 @@ module Google
|
|
527
531
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
528
532
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
529
533
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
530
|
-
def batch_project_location_collection_data_store_branch_get_documents_metadata(parent, matcher_uris_matcher_uris: nil, fields: nil, quota_user: nil, options: nil, &block)
|
534
|
+
def batch_project_location_collection_data_store_branch_get_documents_metadata(parent, matcher_fhir_matcher_fhir_resources: nil, matcher_uris_matcher_uris: nil, fields: nil, quota_user: nil, options: nil, &block)
|
531
535
|
command = make_simple_command(:get, 'v1/{+parent}/batchGetDocumentsMetadata', options)
|
532
536
|
command.response_representation = Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1BatchGetDocumentsMetadataResponse::Representation
|
533
537
|
command.response_class = Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1BatchGetDocumentsMetadataResponse
|
534
538
|
command.params['parent'] = parent unless parent.nil?
|
539
|
+
command.query['matcher.fhirMatcher.fhirResources'] = matcher_fhir_matcher_fhir_resources unless matcher_fhir_matcher_fhir_resources.nil?
|
535
540
|
command.query['matcher.urisMatcher.uris'] = matcher_uris_matcher_uris unless matcher_uris_matcher_uris.nil?
|
536
541
|
command.query['fields'] = fields unless fields.nil?
|
537
542
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
@@ -4372,6 +4377,10 @@ module Google
|
|
4372
4377
|
# Required. The parent branch resource name, such as `projects/`project`/
|
4373
4378
|
# locations/`location`/collections/`collection`/dataStores/`data_store`/branches/
|
4374
4379
|
# `branch``.
|
4380
|
+
# @param [Array<String>, String] matcher_fhir_matcher_fhir_resources
|
4381
|
+
# Required. The FHIR resources to match by. Format: projects/`project`/locations/
|
4382
|
+
# `location`/datasets/`dataset`/fhirStores/`fhir_store`/fhir/`resource_type`/`
|
4383
|
+
# fhir_resource_id`
|
4375
4384
|
# @param [Array<String>, String] matcher_uris_matcher_uris
|
4376
4385
|
# The exact URIs to match by.
|
4377
4386
|
# @param [String] fields
|
@@ -4391,11 +4400,12 @@ module Google
|
|
4391
4400
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
4392
4401
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
4393
4402
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
4394
|
-
def batch_project_location_data_store_branch_get_documents_metadata(parent, matcher_uris_matcher_uris: nil, fields: nil, quota_user: nil, options: nil, &block)
|
4403
|
+
def batch_project_location_data_store_branch_get_documents_metadata(parent, matcher_fhir_matcher_fhir_resources: nil, matcher_uris_matcher_uris: nil, fields: nil, quota_user: nil, options: nil, &block)
|
4395
4404
|
command = make_simple_command(:get, 'v1/{+parent}/batchGetDocumentsMetadata', options)
|
4396
4405
|
command.response_representation = Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1BatchGetDocumentsMetadataResponse::Representation
|
4397
4406
|
command.response_class = Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1BatchGetDocumentsMetadataResponse
|
4398
4407
|
command.params['parent'] = parent unless parent.nil?
|
4408
|
+
command.query['matcher.fhirMatcher.fhirResources'] = matcher_fhir_matcher_fhir_resources unless matcher_fhir_matcher_fhir_resources.nil?
|
4399
4409
|
command.query['matcher.urisMatcher.uris'] = matcher_uris_matcher_uris unless matcher_uris_matcher_uris.nil?
|
4400
4410
|
command.query['fields'] = fields unless fields.nil?
|
4401
4411
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-discoveryengine_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.13.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-08-
|
11
|
+
date: 2024-08-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -58,7 +58,7 @@ licenses:
|
|
58
58
|
metadata:
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-discoveryengine_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-discoveryengine_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-discoveryengine_v1/v0.13.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-discoveryengine_v1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|