google-apis-discoveryengine_v1beta 0.60.0 → 0.62.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
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c602ba6c113e72ba5ac56aa133b9ff0924ab180e83c72ac5279cfd6f34a35fcf
|
4
|
+
data.tar.gz: b95c2a070878e01cd49e6ced251fc013fdaeaa8e47f9a6f84511a95769b65670
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6b97b93cfaa5d8d3f31d263bc552e1c181b187e89b2a9a79de4e196fea43b369b9fd65c1adf04d6a56427b7b1258d26dde78d62467e35d42b80a0fc8e1cfc7f1
|
7
|
+
data.tar.gz: 91a3dd695aec2d85d09dab7882335de0928096e8a40e32ef1e571a792f1bd7cfc217a972e71c3241833fb8b77a4d23f8827f126acf2d0154b5fad47ec6a573c6
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-discoveryengine_v1beta
|
2
2
|
|
3
|
+
### v0.62.0 (2025-04-20)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250410
|
6
|
+
|
7
|
+
### v0.61.0 (2025-04-06)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20250331
|
10
|
+
|
3
11
|
### v0.60.0 (2025-03-30)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20250322
|
@@ -910,7 +910,8 @@ module Google
|
|
910
910
|
attr_accessor :active_time_range
|
911
911
|
|
912
912
|
# Optional. Query regex to match the whole search query. Cannot be set when
|
913
|
-
# Condition.query_terms is set.
|
913
|
+
# Condition.query_terms is set. Only supported for Basic Site Search promotion
|
914
|
+
# serving controls.
|
914
915
|
# Corresponds to the JSON property `queryRegex`
|
915
916
|
# @return [String]
|
916
917
|
attr_accessor :query_regex
|
@@ -3104,6 +3105,12 @@ module Google
|
|
3104
3105
|
# @return [String]
|
3105
3106
|
attr_accessor :description
|
3106
3107
|
|
3108
|
+
# Optional. The Document the user wants to promote. For site search, leave unset
|
3109
|
+
# and only populate uri. Can be set along with uri.
|
3110
|
+
# Corresponds to the JSON property `document`
|
3111
|
+
# @return [String]
|
3112
|
+
attr_accessor :document
|
3113
|
+
|
3107
3114
|
# Optional. The enabled promotion will be returned for any serving configs
|
3108
3115
|
# associated with the parent of the control this promotion is attached to. This
|
3109
3116
|
# flag is used for basic site search only.
|
@@ -3135,6 +3142,7 @@ module Google
|
|
3135
3142
|
# Update properties of this object
|
3136
3143
|
def update!(**args)
|
3137
3144
|
@description = args[:description] if args.key?(:description)
|
3145
|
+
@document = args[:document] if args.key?(:document)
|
3138
3146
|
@enabled = args[:enabled] if args.key?(:enabled)
|
3139
3147
|
@image_uri = args[:image_uri] if args.key?(:image_uri)
|
3140
3148
|
@title = args[:title] if args.key?(:title)
|
@@ -5240,7 +5248,8 @@ module Google
|
|
5240
5248
|
attr_accessor :active_time_range
|
5241
5249
|
|
5242
5250
|
# Optional. Query regex to match the whole search query. Cannot be set when
|
5243
|
-
# Condition.query_terms is set.
|
5251
|
+
# Condition.query_terms is set. Only supported for Basic Site Search promotion
|
5252
|
+
# serving controls.
|
5244
5253
|
# Corresponds to the JSON property `queryRegex`
|
5245
5254
|
# @return [String]
|
5246
5255
|
attr_accessor :query_regex
|
@@ -6196,6 +6205,12 @@ module Google
|
|
6196
6205
|
# @return [String]
|
6197
6206
|
attr_accessor :realtime_state
|
6198
6207
|
|
6208
|
+
# The configuration for realtime sync to store additional params for realtime
|
6209
|
+
# sync.
|
6210
|
+
# Corresponds to the JSON property `realtimeSyncConfig`
|
6211
|
+
# @return [Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaDataConnectorRealtimeSyncConfig]
|
6212
|
+
attr_accessor :realtime_sync_config
|
6213
|
+
|
6199
6214
|
# Required. The refresh interval for data sync. If duration is set to 0, the
|
6200
6215
|
# data will be synced in real time. The streaming feature is not supported yet.
|
6201
6216
|
# The minimum is 30 minutes and maximum is 7 days.
|
@@ -6256,6 +6271,7 @@ module Google
|
|
6256
6271
|
@params = args[:params] if args.key?(:params)
|
6257
6272
|
@private_connectivity_project_id = args[:private_connectivity_project_id] if args.key?(:private_connectivity_project_id)
|
6258
6273
|
@realtime_state = args[:realtime_state] if args.key?(:realtime_state)
|
6274
|
+
@realtime_sync_config = args[:realtime_sync_config] if args.key?(:realtime_sync_config)
|
6259
6275
|
@refresh_interval = args[:refresh_interval] if args.key?(:refresh_interval)
|
6260
6276
|
@state = args[:state] if args.key?(:state)
|
6261
6277
|
@static_ip_addresses = args[:static_ip_addresses] if args.key?(:static_ip_addresses)
|
@@ -6265,6 +6281,33 @@ module Google
|
|
6265
6281
|
end
|
6266
6282
|
end
|
6267
6283
|
|
6284
|
+
# The configuration for realtime sync to store additional params for realtime
|
6285
|
+
# sync.
|
6286
|
+
class GoogleCloudDiscoveryengineV1alphaDataConnectorRealtimeSyncConfig
|
6287
|
+
include Google::Apis::Core::Hashable
|
6288
|
+
|
6289
|
+
# Optional. The ID of the Secret Manager secret used for webhook secret.
|
6290
|
+
# Corresponds to the JSON property `realtimeSyncSecret`
|
6291
|
+
# @return [String]
|
6292
|
+
attr_accessor :realtime_sync_secret
|
6293
|
+
|
6294
|
+
# Optional. Webhook url for the connector to specify additional params for
|
6295
|
+
# realtime sync.
|
6296
|
+
# Corresponds to the JSON property `webhookUri`
|
6297
|
+
# @return [String]
|
6298
|
+
attr_accessor :webhook_uri
|
6299
|
+
|
6300
|
+
def initialize(**args)
|
6301
|
+
update!(**args)
|
6302
|
+
end
|
6303
|
+
|
6304
|
+
# Update properties of this object
|
6305
|
+
def update!(**args)
|
6306
|
+
@realtime_sync_secret = args[:realtime_sync_secret] if args.key?(:realtime_sync_secret)
|
6307
|
+
@webhook_uri = args[:webhook_uri] if args.key?(:webhook_uri)
|
6308
|
+
end
|
6309
|
+
end
|
6310
|
+
|
6268
6311
|
# Represents an entity in the data source. For example, the `Account` object in
|
6269
6312
|
# Salesforce.
|
6270
6313
|
class GoogleCloudDiscoveryengineV1alphaDataConnectorSourceEntity
|
@@ -9515,6 +9558,12 @@ module Google
|
|
9515
9558
|
# @return [String]
|
9516
9559
|
attr_accessor :description
|
9517
9560
|
|
9561
|
+
# Optional. The Document the user wants to promote. For site search, leave unset
|
9562
|
+
# and only populate uri. Can be set along with uri.
|
9563
|
+
# Corresponds to the JSON property `document`
|
9564
|
+
# @return [String]
|
9565
|
+
attr_accessor :document
|
9566
|
+
|
9518
9567
|
# Optional. The enabled promotion will be returned for any serving configs
|
9519
9568
|
# associated with the parent of the control this promotion is attached to. This
|
9520
9569
|
# flag is used for basic site search only.
|
@@ -9546,6 +9595,7 @@ module Google
|
|
9546
9595
|
# Update properties of this object
|
9547
9596
|
def update!(**args)
|
9548
9597
|
@description = args[:description] if args.key?(:description)
|
9598
|
+
@document = args[:document] if args.key?(:document)
|
9549
9599
|
@enabled = args[:enabled] if args.key?(:enabled)
|
9550
9600
|
@image_uri = args[:image_uri] if args.key?(:image_uri)
|
9551
9601
|
@title = args[:title] if args.key?(:title)
|
@@ -14375,6 +14425,11 @@ module Google
|
|
14375
14425
|
class GoogleCloudDiscoveryengineV1betaChunk
|
14376
14426
|
include Google::Apis::Core::Hashable
|
14377
14427
|
|
14428
|
+
# Output only. Annotation contents if the current chunk contains annotations.
|
14429
|
+
# Corresponds to the JSON property `annotationContents`
|
14430
|
+
# @return [Array<String>]
|
14431
|
+
attr_accessor :annotation_contents
|
14432
|
+
|
14378
14433
|
# Metadata of the current chunk. This field is only populated on SearchService.
|
14379
14434
|
# Search API.
|
14380
14435
|
# Corresponds to the JSON property `chunkMetadata`
|
@@ -14386,6 +14441,13 @@ module Google
|
|
14386
14441
|
# @return [String]
|
14387
14442
|
attr_accessor :content
|
14388
14443
|
|
14444
|
+
# Output only. Image Data URLs if the current chunk contains images. Data URLs
|
14445
|
+
# are composed of four parts: a prefix (data:), a MIME type indicating the type
|
14446
|
+
# of data, an optional base64 token if non-textual, and the data itself: data:,
|
14447
|
+
# Corresponds to the JSON property `dataUrls`
|
14448
|
+
# @return [Array<String>]
|
14449
|
+
attr_accessor :data_urls
|
14450
|
+
|
14389
14451
|
# Output only. This field is OUTPUT_ONLY. It contains derived data that are not
|
14390
14452
|
# in the original input document.
|
14391
14453
|
# Corresponds to the JSON property `derivedStructData`
|
@@ -14429,8 +14491,10 @@ module Google
|
|
14429
14491
|
|
14430
14492
|
# Update properties of this object
|
14431
14493
|
def update!(**args)
|
14494
|
+
@annotation_contents = args[:annotation_contents] if args.key?(:annotation_contents)
|
14432
14495
|
@chunk_metadata = args[:chunk_metadata] if args.key?(:chunk_metadata)
|
14433
14496
|
@content = args[:content] if args.key?(:content)
|
14497
|
+
@data_urls = args[:data_urls] if args.key?(:data_urls)
|
14434
14498
|
@derived_struct_data = args[:derived_struct_data] if args.key?(:derived_struct_data)
|
14435
14499
|
@document_metadata = args[:document_metadata] if args.key?(:document_metadata)
|
14436
14500
|
@id = args[:id] if args.key?(:id)
|
@@ -14806,7 +14870,8 @@ module Google
|
|
14806
14870
|
attr_accessor :active_time_range
|
14807
14871
|
|
14808
14872
|
# Optional. Query regex to match the whole search query. Cannot be set when
|
14809
|
-
# Condition.query_terms is set.
|
14873
|
+
# Condition.query_terms is set. Only supported for Basic Site Search promotion
|
14874
|
+
# serving controls.
|
14810
14875
|
# Corresponds to the JSON property `queryRegex`
|
14811
14876
|
# @return [String]
|
14812
14877
|
attr_accessor :query_regex
|
@@ -16231,6 +16296,11 @@ module Google
|
|
16231
16296
|
class GoogleCloudDiscoveryengineV1betaDocument
|
16232
16297
|
include Google::Apis::Core::Hashable
|
16233
16298
|
|
16299
|
+
# ACL Information of the Document.
|
16300
|
+
# Corresponds to the JSON property `aclInfo`
|
16301
|
+
# @return [Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaDocumentAclInfo]
|
16302
|
+
attr_accessor :acl_info
|
16303
|
+
|
16234
16304
|
# Unstructured data linked to this document.
|
16235
16305
|
# Corresponds to the JSON property `content`
|
16236
16306
|
# @return [Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaDocumentContent]
|
@@ -16299,6 +16369,7 @@ module Google
|
|
16299
16369
|
|
16300
16370
|
# Update properties of this object
|
16301
16371
|
def update!(**args)
|
16372
|
+
@acl_info = args[:acl_info] if args.key?(:acl_info)
|
16302
16373
|
@content = args[:content] if args.key?(:content)
|
16303
16374
|
@derived_struct_data = args[:derived_struct_data] if args.key?(:derived_struct_data)
|
16304
16375
|
@id = args[:id] if args.key?(:id)
|
@@ -16312,15 +16383,73 @@ module Google
|
|
16312
16383
|
end
|
16313
16384
|
end
|
16314
16385
|
|
16386
|
+
# ACL Information of the Document.
|
16387
|
+
class GoogleCloudDiscoveryengineV1betaDocumentAclInfo
|
16388
|
+
include Google::Apis::Core::Hashable
|
16389
|
+
|
16390
|
+
# Readers of the document.
|
16391
|
+
# Corresponds to the JSON property `readers`
|
16392
|
+
# @return [Array<Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaDocumentAclInfoAccessRestriction>]
|
16393
|
+
attr_accessor :readers
|
16394
|
+
|
16395
|
+
def initialize(**args)
|
16396
|
+
update!(**args)
|
16397
|
+
end
|
16398
|
+
|
16399
|
+
# Update properties of this object
|
16400
|
+
def update!(**args)
|
16401
|
+
@readers = args[:readers] if args.key?(:readers)
|
16402
|
+
end
|
16403
|
+
end
|
16404
|
+
|
16405
|
+
# AclRestriction to model complex inheritance restrictions. Example: Modeling a "
|
16406
|
+
# Both Permit" inheritance, where to access a child document, user needs to have
|
16407
|
+
# access to parent document. Document Hierarchy - Space_S --> Page_P. Readers:
|
16408
|
+
# Space_S: group_1, user_1 Page_P: group_2, group_3, user_2 Space_S ACL
|
16409
|
+
# Restriction - ` "acl_info": ` "readers": [ ` "principals": [ ` "group_id": "
|
16410
|
+
# group_1" `, ` "user_id": "user_1" ` ] ` ] ` ` Page_P ACL Restriction. ` "
|
16411
|
+
# acl_info": ` "readers": [ ` "principals": [ ` "group_id": "group_2" `, ` "
|
16412
|
+
# group_id": "group_3" `, ` "user_id": "user_2" ` ], `, ` "principals": [ ` "
|
16413
|
+
# group_id": "group_1" `, ` "user_id": "user_1" ` ], ` ] ` `
|
16414
|
+
class GoogleCloudDiscoveryengineV1betaDocumentAclInfoAccessRestriction
|
16415
|
+
include Google::Apis::Core::Hashable
|
16416
|
+
|
16417
|
+
# All users within the Identity Provider.
|
16418
|
+
# Corresponds to the JSON property `idpWide`
|
16419
|
+
# @return [Boolean]
|
16420
|
+
attr_accessor :idp_wide
|
16421
|
+
alias_method :idp_wide?, :idp_wide
|
16422
|
+
|
16423
|
+
# List of principals.
|
16424
|
+
# Corresponds to the JSON property `principals`
|
16425
|
+
# @return [Array<Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaPrincipal>]
|
16426
|
+
attr_accessor :principals
|
16427
|
+
|
16428
|
+
def initialize(**args)
|
16429
|
+
update!(**args)
|
16430
|
+
end
|
16431
|
+
|
16432
|
+
# Update properties of this object
|
16433
|
+
def update!(**args)
|
16434
|
+
@idp_wide = args[:idp_wide] if args.key?(:idp_wide)
|
16435
|
+
@principals = args[:principals] if args.key?(:principals)
|
16436
|
+
end
|
16437
|
+
end
|
16438
|
+
|
16315
16439
|
# Unstructured data linked to this document.
|
16316
16440
|
class GoogleCloudDiscoveryengineV1betaDocumentContent
|
16317
16441
|
include Google::Apis::Core::Hashable
|
16318
16442
|
|
16319
16443
|
# The MIME type of the content. Supported types: * `application/pdf` (PDF, only
|
16320
|
-
# native PDFs are supported for now) * `text/html` (HTML) * `
|
16321
|
-
#
|
16322
|
-
#
|
16323
|
-
#
|
16444
|
+
# native PDFs are supported for now) * `text/html` (HTML) * `text/plain` (TXT) *
|
16445
|
+
# `text/xml` (XML) * `application/json` (JSON) * `application/vnd.openxmlformats-
|
16446
|
+
# officedocument.wordprocessingml.document` (DOCX) * `application/vnd.
|
16447
|
+
# openxmlformats-officedocument.presentationml.presentation` (PPTX) * `
|
16448
|
+
# application/vnd.openxmlformats-officedocument.spreadsheetml.sheet` (XLSX) * `
|
16449
|
+
# application/vnd.ms-excel.sheet.macroenabled.12` (XLSM) The following types are
|
16450
|
+
# supported only if layout parser is enabled in the data store: * `image/bmp` (
|
16451
|
+
# BMP) * `image/gif` (GIF) * `image/jpeg` (JPEG) * `image/png` (PNG) * `image/
|
16452
|
+
# tiff` (TIFF) See https://www.iana.org/assignments/media-types/media-types.
|
16324
16453
|
# xhtml.
|
16325
16454
|
# Corresponds to the JSON property `mimeType`
|
16326
16455
|
# @return [String]
|
@@ -19114,6 +19243,37 @@ module Google
|
|
19114
19243
|
end
|
19115
19244
|
end
|
19116
19245
|
|
19246
|
+
# Principal identifier of a user or a group.
|
19247
|
+
class GoogleCloudDiscoveryengineV1betaPrincipal
|
19248
|
+
include Google::Apis::Core::Hashable
|
19249
|
+
|
19250
|
+
# Group identifier. For Google Workspace user account, group_id should be the
|
19251
|
+
# google workspace group email. For non-google identity provider user account,
|
19252
|
+
# group_id is the mapped group identifier configured during the workforcepool
|
19253
|
+
# config.
|
19254
|
+
# Corresponds to the JSON property `groupId`
|
19255
|
+
# @return [String]
|
19256
|
+
attr_accessor :group_id
|
19257
|
+
|
19258
|
+
# User identifier. For Google Workspace user account, user_id should be the
|
19259
|
+
# google workspace user email. For non-google identity provider user account,
|
19260
|
+
# user_id is the mapped user identifier configured during the workforcepool
|
19261
|
+
# config.
|
19262
|
+
# Corresponds to the JSON property `userId`
|
19263
|
+
# @return [String]
|
19264
|
+
attr_accessor :user_id
|
19265
|
+
|
19266
|
+
def initialize(**args)
|
19267
|
+
update!(**args)
|
19268
|
+
end
|
19269
|
+
|
19270
|
+
# Update properties of this object
|
19271
|
+
def update!(**args)
|
19272
|
+
@group_id = args[:group_id] if args.key?(:group_id)
|
19273
|
+
@user_id = args[:user_id] if args.key?(:user_id)
|
19274
|
+
end
|
19275
|
+
end
|
19276
|
+
|
19117
19277
|
# Metadata and configurations for a Google Cloud project in the service.
|
19118
19278
|
class GoogleCloudDiscoveryengineV1betaProject
|
19119
19279
|
include Google::Apis::Core::Hashable
|
@@ -20520,6 +20680,12 @@ module Google
|
|
20520
20680
|
# @return [String]
|
20521
20681
|
attr_accessor :description
|
20522
20682
|
|
20683
|
+
# Optional. The Document the user wants to promote. For site search, leave unset
|
20684
|
+
# and only populate uri. Can be set along with uri.
|
20685
|
+
# Corresponds to the JSON property `document`
|
20686
|
+
# @return [String]
|
20687
|
+
attr_accessor :document
|
20688
|
+
|
20523
20689
|
# Optional. The enabled promotion will be returned for any serving configs
|
20524
20690
|
# associated with the parent of the control this promotion is attached to. This
|
20525
20691
|
# flag is used for basic site search only.
|
@@ -20551,6 +20717,7 @@ module Google
|
|
20551
20717
|
# Update properties of this object
|
20552
20718
|
def update!(**args)
|
20553
20719
|
@description = args[:description] if args.key?(:description)
|
20720
|
+
@document = args[:document] if args.key?(:document)
|
20554
20721
|
@enabled = args[:enabled] if args.key?(:enabled)
|
20555
20722
|
@image_uri = args[:image_uri] if args.key?(:image_uri)
|
20556
20723
|
@title = args[:title] if args.key?(:title)
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module DiscoveryengineV1beta
|
18
18
|
# Version of the google-apis-discoveryengine_v1beta gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.62.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.16.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250410"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -1006,6 +1006,12 @@ module Google
|
|
1006
1006
|
include Google::Apis::Core::JsonObjectSupport
|
1007
1007
|
end
|
1008
1008
|
|
1009
|
+
class GoogleCloudDiscoveryengineV1alphaDataConnectorRealtimeSyncConfig
|
1010
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1011
|
+
|
1012
|
+
include Google::Apis::Core::JsonObjectSupport
|
1013
|
+
end
|
1014
|
+
|
1009
1015
|
class GoogleCloudDiscoveryengineV1alphaDataConnectorSourceEntity
|
1010
1016
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1011
1017
|
|
@@ -2626,6 +2632,18 @@ module Google
|
|
2626
2632
|
include Google::Apis::Core::JsonObjectSupport
|
2627
2633
|
end
|
2628
2634
|
|
2635
|
+
class GoogleCloudDiscoveryengineV1betaDocumentAclInfo
|
2636
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2637
|
+
|
2638
|
+
include Google::Apis::Core::JsonObjectSupport
|
2639
|
+
end
|
2640
|
+
|
2641
|
+
class GoogleCloudDiscoveryengineV1betaDocumentAclInfoAccessRestriction
|
2642
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2643
|
+
|
2644
|
+
include Google::Apis::Core::JsonObjectSupport
|
2645
|
+
end
|
2646
|
+
|
2629
2647
|
class GoogleCloudDiscoveryengineV1betaDocumentContent
|
2630
2648
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2631
2649
|
|
@@ -3154,6 +3172,12 @@ module Google
|
|
3154
3172
|
include Google::Apis::Core::JsonObjectSupport
|
3155
3173
|
end
|
3156
3174
|
|
3175
|
+
class GoogleCloudDiscoveryengineV1betaPrincipal
|
3176
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3177
|
+
|
3178
|
+
include Google::Apis::Core::JsonObjectSupport
|
3179
|
+
end
|
3180
|
+
|
3157
3181
|
class GoogleCloudDiscoveryengineV1betaProject
|
3158
3182
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3159
3183
|
|
@@ -4838,6 +4862,7 @@ module Google
|
|
4838
4862
|
# @private
|
4839
4863
|
class Representation < Google::Apis::Core::JsonRepresentation
|
4840
4864
|
property :description, as: 'description'
|
4865
|
+
property :document, as: 'document'
|
4841
4866
|
property :enabled, as: 'enabled'
|
4842
4867
|
property :image_uri, as: 'imageUri'
|
4843
4868
|
property :title, as: 'title'
|
@@ -5645,6 +5670,8 @@ module Google
|
|
5645
5670
|
hash :params, as: 'params'
|
5646
5671
|
property :private_connectivity_project_id, as: 'privateConnectivityProjectId'
|
5647
5672
|
property :realtime_state, as: 'realtimeState'
|
5673
|
+
property :realtime_sync_config, as: 'realtimeSyncConfig', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaDataConnectorRealtimeSyncConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaDataConnectorRealtimeSyncConfig::Representation
|
5674
|
+
|
5648
5675
|
property :refresh_interval, as: 'refreshInterval'
|
5649
5676
|
property :state, as: 'state'
|
5650
5677
|
collection :static_ip_addresses, as: 'staticIpAddresses'
|
@@ -5654,6 +5681,14 @@ module Google
|
|
5654
5681
|
end
|
5655
5682
|
end
|
5656
5683
|
|
5684
|
+
class GoogleCloudDiscoveryengineV1alphaDataConnectorRealtimeSyncConfig
|
5685
|
+
# @private
|
5686
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5687
|
+
property :realtime_sync_secret, as: 'realtimeSyncSecret'
|
5688
|
+
property :webhook_uri, as: 'webhookUri'
|
5689
|
+
end
|
5690
|
+
end
|
5691
|
+
|
5657
5692
|
class GoogleCloudDiscoveryengineV1alphaDataConnectorSourceEntity
|
5658
5693
|
# @private
|
5659
5694
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -6557,6 +6592,7 @@ module Google
|
|
6557
6592
|
# @private
|
6558
6593
|
class Representation < Google::Apis::Core::JsonRepresentation
|
6559
6594
|
property :description, as: 'description'
|
6595
|
+
property :document, as: 'document'
|
6560
6596
|
property :enabled, as: 'enabled'
|
6561
6597
|
property :image_uri, as: 'imageUri'
|
6562
6598
|
property :title, as: 'title'
|
@@ -7861,9 +7897,11 @@ module Google
|
|
7861
7897
|
class GoogleCloudDiscoveryengineV1betaChunk
|
7862
7898
|
# @private
|
7863
7899
|
class Representation < Google::Apis::Core::JsonRepresentation
|
7900
|
+
collection :annotation_contents, as: 'annotationContents'
|
7864
7901
|
property :chunk_metadata, as: 'chunkMetadata', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaChunkChunkMetadata, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaChunkChunkMetadata::Representation
|
7865
7902
|
|
7866
7903
|
property :content, as: 'content'
|
7904
|
+
collection :data_urls, as: 'dataUrls'
|
7867
7905
|
hash :derived_struct_data, as: 'derivedStructData'
|
7868
7906
|
property :document_metadata, as: 'documentMetadata', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaChunkDocumentMetadata, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaChunkDocumentMetadata::Representation
|
7869
7907
|
|
@@ -8368,6 +8406,8 @@ module Google
|
|
8368
8406
|
class GoogleCloudDiscoveryengineV1betaDocument
|
8369
8407
|
# @private
|
8370
8408
|
class Representation < Google::Apis::Core::JsonRepresentation
|
8409
|
+
property :acl_info, as: 'aclInfo', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaDocumentAclInfo, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaDocumentAclInfo::Representation
|
8410
|
+
|
8371
8411
|
property :content, as: 'content', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaDocumentContent, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaDocumentContent::Representation
|
8372
8412
|
|
8373
8413
|
hash :derived_struct_data, as: 'derivedStructData'
|
@@ -8383,6 +8423,23 @@ module Google
|
|
8383
8423
|
end
|
8384
8424
|
end
|
8385
8425
|
|
8426
|
+
class GoogleCloudDiscoveryengineV1betaDocumentAclInfo
|
8427
|
+
# @private
|
8428
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
8429
|
+
collection :readers, as: 'readers', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaDocumentAclInfoAccessRestriction, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaDocumentAclInfoAccessRestriction::Representation
|
8430
|
+
|
8431
|
+
end
|
8432
|
+
end
|
8433
|
+
|
8434
|
+
class GoogleCloudDiscoveryengineV1betaDocumentAclInfoAccessRestriction
|
8435
|
+
# @private
|
8436
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
8437
|
+
property :idp_wide, as: 'idpWide'
|
8438
|
+
collection :principals, as: 'principals', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaPrincipal, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaPrincipal::Representation
|
8439
|
+
|
8440
|
+
end
|
8441
|
+
end
|
8442
|
+
|
8386
8443
|
class GoogleCloudDiscoveryengineV1betaDocumentContent
|
8387
8444
|
# @private
|
8388
8445
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -9230,6 +9287,14 @@ module Google
|
|
9230
9287
|
end
|
9231
9288
|
end
|
9232
9289
|
|
9290
|
+
class GoogleCloudDiscoveryengineV1betaPrincipal
|
9291
|
+
# @private
|
9292
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
9293
|
+
property :group_id, as: 'groupId'
|
9294
|
+
property :user_id, as: 'userId'
|
9295
|
+
end
|
9296
|
+
end
|
9297
|
+
|
9233
9298
|
class GoogleCloudDiscoveryengineV1betaProject
|
9234
9299
|
# @private
|
9235
9300
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -9616,6 +9681,7 @@ module Google
|
|
9616
9681
|
# @private
|
9617
9682
|
class Representation < Google::Apis::Core::JsonRepresentation
|
9618
9683
|
property :description, as: 'description'
|
9684
|
+
property :document, as: 'document'
|
9619
9685
|
property :enabled, as: 'enabled'
|
9620
9686
|
property :image_uri, as: 'imageUri'
|
9621
9687
|
property :title, as: 'title'
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-discoveryengine_v1beta
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.62.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date: 2025-
|
10
|
+
date: 2025-04-20 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: google-apis-core
|
@@ -57,7 +57,7 @@ licenses:
|
|
57
57
|
metadata:
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-discoveryengine_v1beta/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-discoveryengine_v1beta/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-discoveryengine_v1beta/v0.62.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-discoveryengine_v1beta
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|