google-apis-discoveryengine_v1 0.10.0 → 0.11.0
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2ccd5e7861ae2d160999db2244bc89b0f19e8cf7aa8c41d64396fcce7e4766d5
|
4
|
+
data.tar.gz: 03f6cb8d68982f735bdea556cb6a0f2d2fa3195886d2b25bc2be2954204b58cc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6c7924af065a978f4ba1103386bb93a64a7d6e9cc847051dcddd13421bff8d01a425b32e38a80adc1ced6af3a9ecaf506659d7e04f0ca5e7d79db76a3eb53fe7
|
7
|
+
data.tar.gz: 972db79644c577ae547f705b4ed61efa5ee645c85ee25d4c572628fbc2e457996f41f88f36809aaedde1842f6136f046a0127bdf22da102da18adb0f634d892d
|
data/CHANGELOG.md
CHANGED
@@ -3449,6 +3449,12 @@ module Google
|
|
3449
3449
|
# @return [String]
|
3450
3450
|
attr_accessor :id
|
3451
3451
|
|
3452
|
+
# Output only. Whether the referenced Document can be found in the data store.
|
3453
|
+
# Corresponds to the JSON property `joined`
|
3454
|
+
# @return [Boolean]
|
3455
|
+
attr_accessor :joined
|
3456
|
+
alias_method :joined?, :joined
|
3457
|
+
|
3452
3458
|
# The Document resource full name, of the form: `projects/`project_id`/locations/
|
3453
3459
|
# `location`/collections/`collection_id`/dataStores/`data_store_id`/branches/`
|
3454
3460
|
# branch_id`/documents/`document_id``
|
@@ -3482,6 +3488,7 @@ module Google
|
|
3482
3488
|
# Update properties of this object
|
3483
3489
|
def update!(**args)
|
3484
3490
|
@id = args[:id] if args.key?(:id)
|
3491
|
+
@joined = args[:joined] if args.key?(:joined)
|
3485
3492
|
@name = args[:name] if args.key?(:name)
|
3486
3493
|
@promotion_ids = args[:promotion_ids] if args.key?(:promotion_ids)
|
3487
3494
|
@quantity = args[:quantity] if args.key?(:quantity)
|
@@ -3517,7 +3524,9 @@ module Google
|
|
3517
3524
|
# Override parsing config for HTML files, only digital parsing and layout
|
3518
3525
|
# parsing are supported. * `docx`: Override parsing config for DOCX files, only
|
3519
3526
|
# digital parsing and layout parsing are supported. * `pptx`: Override parsing
|
3520
|
-
# config for PPTX files, only digital parsing and layout parsing are supported.
|
3527
|
+
# config for PPTX files, only digital parsing and layout parsing are supported. *
|
3528
|
+
# `xlsx`: Override parsing config for XLSX files, only digital parsing and
|
3529
|
+
# layout parsing are supported.
|
3521
3530
|
# Corresponds to the JSON property `parsingConfigOverrides`
|
3522
3531
|
# @return [Hash<String,Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1DocumentProcessingConfigParsingConfig>]
|
3523
3532
|
attr_accessor :parsing_config_overrides
|
@@ -4053,6 +4062,14 @@ module Google
|
|
4053
4062
|
# @return [String]
|
4054
4063
|
attr_accessor :gcs_staging_dir
|
4055
4064
|
|
4065
|
+
# The FHIR resource types to import. The resource types should be a subset of
|
4066
|
+
# all [supported FHIR resource types](https://cloud.google.com/generative-ai-app-
|
4067
|
+
# builder/docs/fhir-schema-reference#resource-level-specification). Default to
|
4068
|
+
# all supported FHIR resource types if empty.
|
4069
|
+
# Corresponds to the JSON property `resourceTypes`
|
4070
|
+
# @return [Array<String>]
|
4071
|
+
attr_accessor :resource_types
|
4072
|
+
|
4056
4073
|
def initialize(**args)
|
4057
4074
|
update!(**args)
|
4058
4075
|
end
|
@@ -4061,6 +4078,7 @@ module Google
|
|
4061
4078
|
def update!(**args)
|
4062
4079
|
@fhir_store = args[:fhir_store] if args.key?(:fhir_store)
|
4063
4080
|
@gcs_staging_dir = args[:gcs_staging_dir] if args.key?(:gcs_staging_dir)
|
4081
|
+
@resource_types = args[:resource_types] if args.key?(:resource_types)
|
4064
4082
|
end
|
4065
4083
|
end
|
4066
4084
|
|
@@ -9586,7 +9604,9 @@ module Google
|
|
9586
9604
|
# Override parsing config for HTML files, only digital parsing and layout
|
9587
9605
|
# parsing are supported. * `docx`: Override parsing config for DOCX files, only
|
9588
9606
|
# digital parsing and layout parsing are supported. * `pptx`: Override parsing
|
9589
|
-
# config for PPTX files, only digital parsing and layout parsing are supported.
|
9607
|
+
# config for PPTX files, only digital parsing and layout parsing are supported. *
|
9608
|
+
# `xlsx`: Override parsing config for XLSX files, only digital parsing and
|
9609
|
+
# layout parsing are supported.
|
9590
9610
|
# Corresponds to the JSON property `parsingConfigOverrides`
|
9591
9611
|
# @return [Hash<String,Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaDocumentProcessingConfigParsingConfig>]
|
9592
9612
|
attr_accessor :parsing_config_overrides
|
@@ -10333,59 +10353,6 @@ module Google
|
|
10333
10353
|
end
|
10334
10354
|
end
|
10335
10355
|
|
10336
|
-
# Metadata related to the progress of the Export operation. This is returned by
|
10337
|
-
# the google.longrunning.Operation.metadata field.
|
10338
|
-
class GoogleCloudDiscoveryengineV1alphaExportUserEventsMetadata
|
10339
|
-
include Google::Apis::Core::Hashable
|
10340
|
-
|
10341
|
-
# Operation create time.
|
10342
|
-
# Corresponds to the JSON property `createTime`
|
10343
|
-
# @return [String]
|
10344
|
-
attr_accessor :create_time
|
10345
|
-
|
10346
|
-
# Operation last update time. If the operation is done, this is also the finish
|
10347
|
-
# time.
|
10348
|
-
# Corresponds to the JSON property `updateTime`
|
10349
|
-
# @return [String]
|
10350
|
-
attr_accessor :update_time
|
10351
|
-
|
10352
|
-
def initialize(**args)
|
10353
|
-
update!(**args)
|
10354
|
-
end
|
10355
|
-
|
10356
|
-
# Update properties of this object
|
10357
|
-
def update!(**args)
|
10358
|
-
@create_time = args[:create_time] if args.key?(:create_time)
|
10359
|
-
@update_time = args[:update_time] if args.key?(:update_time)
|
10360
|
-
end
|
10361
|
-
end
|
10362
|
-
|
10363
|
-
# Response of the ExportUserEventsRequest. If the long running operation was
|
10364
|
-
# successful, then this message is returned by the google.longrunning.Operations.
|
10365
|
-
# response field.
|
10366
|
-
class GoogleCloudDiscoveryengineV1alphaExportUserEventsResponse
|
10367
|
-
include Google::Apis::Core::Hashable
|
10368
|
-
|
10369
|
-
# The `Status` type defines a logical error model that is suitable for different
|
10370
|
-
# programming environments, including REST APIs and RPC APIs. It is used by [
|
10371
|
-
# gRPC](https://github.com/grpc). Each `Status` message contains three pieces of
|
10372
|
-
# data: error code, error message, and error details. You can find out more
|
10373
|
-
# about this error model and how to work with it in the [API Design Guide](https:
|
10374
|
-
# //cloud.google.com/apis/design/errors).
|
10375
|
-
# Corresponds to the JSON property `status`
|
10376
|
-
# @return [Google::Apis::DiscoveryengineV1::GoogleRpcStatus]
|
10377
|
-
attr_accessor :status
|
10378
|
-
|
10379
|
-
def initialize(**args)
|
10380
|
-
update!(**args)
|
10381
|
-
end
|
10382
|
-
|
10383
|
-
# Update properties of this object
|
10384
|
-
def update!(**args)
|
10385
|
-
@status = args[:status] if args.key?(:status)
|
10386
|
-
end
|
10387
|
-
end
|
10388
|
-
|
10389
10356
|
# Configurations for fields of a schema. For example, configuring a field is
|
10390
10357
|
# indexable, or searchable.
|
10391
10358
|
class GoogleCloudDiscoveryengineV1alphaFieldConfig
|
@@ -14065,7 +14032,9 @@ module Google
|
|
14065
14032
|
# Override parsing config for HTML files, only digital parsing and layout
|
14066
14033
|
# parsing are supported. * `docx`: Override parsing config for DOCX files, only
|
14067
14034
|
# digital parsing and layout parsing are supported. * `pptx`: Override parsing
|
14068
|
-
# config for PPTX files, only digital parsing and layout parsing are supported.
|
14035
|
+
# config for PPTX files, only digital parsing and layout parsing are supported. *
|
14036
|
+
# `xlsx`: Override parsing config for XLSX files, only digital parsing and
|
14037
|
+
# layout parsing are supported.
|
14069
14038
|
# Corresponds to the JSON property `parsingConfigOverrides`
|
14070
14039
|
# @return [Hash<String,Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaDocumentProcessingConfigParsingConfig>]
|
14071
14040
|
attr_accessor :parsing_config_overrides
|
@@ -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.11.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 = "20240801"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -1756,18 +1756,6 @@ module Google
|
|
1756
1756
|
include Google::Apis::Core::JsonObjectSupport
|
1757
1757
|
end
|
1758
1758
|
|
1759
|
-
class GoogleCloudDiscoveryengineV1alphaExportUserEventsMetadata
|
1760
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1761
|
-
|
1762
|
-
include Google::Apis::Core::JsonObjectSupport
|
1763
|
-
end
|
1764
|
-
|
1765
|
-
class GoogleCloudDiscoveryengineV1alphaExportUserEventsResponse
|
1766
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1767
|
-
|
1768
|
-
include Google::Apis::Core::JsonObjectSupport
|
1769
|
-
end
|
1770
|
-
|
1771
1759
|
class GoogleCloudDiscoveryengineV1alphaFieldConfig
|
1772
1760
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1773
1761
|
|
@@ -3808,6 +3796,7 @@ module Google
|
|
3808
3796
|
# @private
|
3809
3797
|
class Representation < Google::Apis::Core::JsonRepresentation
|
3810
3798
|
property :id, as: 'id'
|
3799
|
+
property :joined, as: 'joined'
|
3811
3800
|
property :name, as: 'name'
|
3812
3801
|
collection :promotion_ids, as: 'promotionIds'
|
3813
3802
|
property :quantity, as: 'quantity'
|
@@ -3983,6 +3972,7 @@ module Google
|
|
3983
3972
|
class Representation < Google::Apis::Core::JsonRepresentation
|
3984
3973
|
property :fhir_store, as: 'fhirStore'
|
3985
3974
|
property :gcs_staging_dir, as: 'gcsStagingDir'
|
3975
|
+
collection :resource_types, as: 'resourceTypes'
|
3986
3976
|
end
|
3987
3977
|
end
|
3988
3978
|
|
@@ -5706,22 +5696,6 @@ module Google
|
|
5706
5696
|
end
|
5707
5697
|
end
|
5708
5698
|
|
5709
|
-
class GoogleCloudDiscoveryengineV1alphaExportUserEventsMetadata
|
5710
|
-
# @private
|
5711
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
5712
|
-
property :create_time, as: 'createTime'
|
5713
|
-
property :update_time, as: 'updateTime'
|
5714
|
-
end
|
5715
|
-
end
|
5716
|
-
|
5717
|
-
class GoogleCloudDiscoveryengineV1alphaExportUserEventsResponse
|
5718
|
-
# @private
|
5719
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
5720
|
-
property :status, as: 'status', class: Google::Apis::DiscoveryengineV1::GoogleRpcStatus, decorator: Google::Apis::DiscoveryengineV1::GoogleRpcStatus::Representation
|
5721
|
-
|
5722
|
-
end
|
5723
|
-
end
|
5724
|
-
|
5725
5699
|
class GoogleCloudDiscoveryengineV1alphaFieldConfig
|
5726
5700
|
# @private
|
5727
5701
|
class Representation < Google::Apis::Core::JsonRepresentation
|
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.11.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-11 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.11.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: []
|