google-apis-discoveryengine_v1alpha 0.7.0 → 0.9.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: d63d30c1e11911a71ae783fd7f9ccd2a572d59d4acff4daac9d53a0885a69d95
|
4
|
+
data.tar.gz: 1e7968fd84e52da8e2d49af18e45dd154d985b9ee1b0faec244f49c514b2530f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4918f35eb235afb5a9a1f445a382c8b7ce0de34f581e05ed0f09e682a64a210c1e85f2524e5d07dbb79bece21f5250cf80b0eeb7bf7b597d59635d565f38be21
|
7
|
+
data.tar.gz: 69e3fc494cab63b021938302691e9942c4603e756a4cd7521da576edbcb12f75741d4e65fb44b2f9241fa9aa0f58f561af8f3c57a264ce91bc46786ca6106138
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-discoveryengine_v1alpha
|
2
2
|
|
3
|
+
### v0.9.0 (2023-04-16)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20230408
|
6
|
+
|
7
|
+
### v0.8.0 (2023-03-26)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20230325
|
10
|
+
|
3
11
|
### v0.7.0 (2023-03-19)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20230310
|
@@ -118,6 +118,26 @@ module Google
|
|
118
118
|
# @return [String]
|
119
119
|
attr_accessor :message
|
120
120
|
|
121
|
+
# The API request payload, represented as a protocol buffer. Most API request
|
122
|
+
# types are supported—for example: * `type.googleapis.com/google.cloud.
|
123
|
+
# discoveryengine.v1alpha.DocumentService.CreateDocumentRequest` * `type.
|
124
|
+
# googleapis.com/google.cloud.discoveryengine.v1alpha.UserEventService.
|
125
|
+
# WriteUserEventRequest`
|
126
|
+
# Corresponds to the JSON property `requestPayload`
|
127
|
+
# @return [Hash<String,Object>]
|
128
|
+
attr_accessor :request_payload
|
129
|
+
|
130
|
+
# The API response payload, represented as a protocol buffer. This is used to
|
131
|
+
# log some "soft errors", where the response is valid but we consider there are
|
132
|
+
# some quality issues like unjoined events. The following API responses are
|
133
|
+
# supported, and no PII is included: * `google.cloud.discoveryengine.v1alpha.
|
134
|
+
# RecommendationService.Recommend` * `google.cloud.discoveryengine.v1alpha.
|
135
|
+
# UserEventService.WriteUserEvent` * `google.cloud.discoveryengine.v1alpha.
|
136
|
+
# UserEventService.CollectUserEvent`
|
137
|
+
# Corresponds to the JSON property `responsePayload`
|
138
|
+
# @return [Hash<String,Object>]
|
139
|
+
attr_accessor :response_payload
|
140
|
+
|
121
141
|
# Describes a running service that sends errors.
|
122
142
|
# Corresponds to the JSON property `serviceContext`
|
123
143
|
# @return [Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineLoggingServiceContext]
|
@@ -142,6 +162,8 @@ module Google
|
|
142
162
|
@context = args[:context] if args.key?(:context)
|
143
163
|
@import_payload = args[:import_payload] if args.key?(:import_payload)
|
144
164
|
@message = args[:message] if args.key?(:message)
|
165
|
+
@request_payload = args[:request_payload] if args.key?(:request_payload)
|
166
|
+
@response_payload = args[:response_payload] if args.key?(:response_payload)
|
145
167
|
@service_context = args[:service_context] if args.key?(:service_context)
|
146
168
|
@status = args[:status] if args.key?(:status)
|
147
169
|
end
|
@@ -259,9 +281,12 @@ module Google
|
|
259
281
|
include Google::Apis::Core::Hashable
|
260
282
|
|
261
283
|
# The schema to use when parsing the data from the source. Supported values for
|
262
|
-
# imports: * `user_event` (default): One
|
263
|
-
#
|
264
|
-
# id.
|
284
|
+
# user event imports: * `user_event` (default): One UserEvent per row. Supported
|
285
|
+
# values for document imports: * `document` (default): One Document format per
|
286
|
+
# row. Each document must have a valid Document.id and one of Document.json_data
|
287
|
+
# or Document.struct_data. * `custom`: One custom data per row in arbitrary
|
288
|
+
# format that conforms the defined Schema of the data store. This can only be
|
289
|
+
# used by the GENERIC Data Store vertical.
|
265
290
|
# Corresponds to the JSON property `dataSchema`
|
266
291
|
# @return [String]
|
267
292
|
attr_accessor :data_schema
|
@@ -346,209 +371,6 @@ module Google
|
|
346
371
|
end
|
347
372
|
end
|
348
373
|
|
349
|
-
# Defines circumstances to be checked before allowing a behavior
|
350
|
-
class GoogleCloudDiscoveryengineV1alphaCondition
|
351
|
-
include Google::Apis::Core::Hashable
|
352
|
-
|
353
|
-
# Optional. Range of time(s) specifying when condition is active. Maximum of 10
|
354
|
-
# time ranges.
|
355
|
-
# Corresponds to the JSON property `activeTimeRange`
|
356
|
-
# @return [Array<Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaConditionTimeRange>]
|
357
|
-
attr_accessor :active_time_range
|
358
|
-
|
359
|
-
# Optional. Search only A list of terms to match the query on. Maximum of 10
|
360
|
-
# query terms.
|
361
|
-
# Corresponds to the JSON property `queryTerms`
|
362
|
-
# @return [Array<Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaConditionQueryTerm>]
|
363
|
-
attr_accessor :query_terms
|
364
|
-
|
365
|
-
def initialize(**args)
|
366
|
-
update!(**args)
|
367
|
-
end
|
368
|
-
|
369
|
-
# Update properties of this object
|
370
|
-
def update!(**args)
|
371
|
-
@active_time_range = args[:active_time_range] if args.key?(:active_time_range)
|
372
|
-
@query_terms = args[:query_terms] if args.key?(:query_terms)
|
373
|
-
end
|
374
|
-
end
|
375
|
-
|
376
|
-
# Matcher for search request query
|
377
|
-
class GoogleCloudDiscoveryengineV1alphaConditionQueryTerm
|
378
|
-
include Google::Apis::Core::Hashable
|
379
|
-
|
380
|
-
# Whether the search query needs to exactly match the query term.
|
381
|
-
# Corresponds to the JSON property `fullMatch`
|
382
|
-
# @return [Boolean]
|
383
|
-
attr_accessor :full_match
|
384
|
-
alias_method :full_match?, :full_match
|
385
|
-
|
386
|
-
# The specific query value to match against Must be lowercase, must be UTF-8.
|
387
|
-
# Can have at most 3 space separated terms if full_match is true. Cannot be an
|
388
|
-
# empty string. Maximum length of 5000 characters.
|
389
|
-
# Corresponds to the JSON property `value`
|
390
|
-
# @return [String]
|
391
|
-
attr_accessor :value
|
392
|
-
|
393
|
-
def initialize(**args)
|
394
|
-
update!(**args)
|
395
|
-
end
|
396
|
-
|
397
|
-
# Update properties of this object
|
398
|
-
def update!(**args)
|
399
|
-
@full_match = args[:full_match] if args.key?(:full_match)
|
400
|
-
@value = args[:value] if args.key?(:value)
|
401
|
-
end
|
402
|
-
end
|
403
|
-
|
404
|
-
# Used for time-dependent conditions.
|
405
|
-
class GoogleCloudDiscoveryengineV1alphaConditionTimeRange
|
406
|
-
include Google::Apis::Core::Hashable
|
407
|
-
|
408
|
-
# End of time range. Range is inclusive. Must be in the future.
|
409
|
-
# Corresponds to the JSON property `endTime`
|
410
|
-
# @return [String]
|
411
|
-
attr_accessor :end_time
|
412
|
-
|
413
|
-
# Start of time range. Range is inclusive.
|
414
|
-
# Corresponds to the JSON property `startTime`
|
415
|
-
# @return [String]
|
416
|
-
attr_accessor :start_time
|
417
|
-
|
418
|
-
def initialize(**args)
|
419
|
-
update!(**args)
|
420
|
-
end
|
421
|
-
|
422
|
-
# Update properties of this object
|
423
|
-
def update!(**args)
|
424
|
-
@end_time = args[:end_time] if args.key?(:end_time)
|
425
|
-
@start_time = args[:start_time] if args.key?(:start_time)
|
426
|
-
end
|
427
|
-
end
|
428
|
-
|
429
|
-
# Defines a conditioned behavior to employ during serving. Must be attached to a
|
430
|
-
# [ServingConfig] to be considered at serving time. Permitted actions dependent
|
431
|
-
# on Solution Type.
|
432
|
-
class GoogleCloudDiscoveryengineV1alphaControl
|
433
|
-
include Google::Apis::Core::Hashable
|
434
|
-
|
435
|
-
# Output only. List of all [ServingConfig] ids this control is attached to. May
|
436
|
-
# take up to 10 minutes to update after changes.
|
437
|
-
# Corresponds to the JSON property `associatedServingConfigIds`
|
438
|
-
# @return [Array<String>]
|
439
|
-
attr_accessor :associated_serving_config_ids
|
440
|
-
|
441
|
-
# Adjusts order of products in returned list.
|
442
|
-
# Corresponds to the JSON property `boostAction`
|
443
|
-
# @return [Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaControlBoostAction]
|
444
|
-
attr_accessor :boost_action
|
445
|
-
|
446
|
-
# Determines when the associated action will trigger. Omit to always apply the
|
447
|
-
# action. Currently only a single condition may be specified. Otherwise an
|
448
|
-
# INVALID ARGUMENT error is thrown.
|
449
|
-
# Corresponds to the JSON property `conditions`
|
450
|
-
# @return [Array<Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaCondition>]
|
451
|
-
attr_accessor :conditions
|
452
|
-
|
453
|
-
# Required. Human readable name. The identifier used in UI views. Must be UTF-8
|
454
|
-
# encoded string. Length limit is 128 characters. Otherwise an INVALID ARGUMENT
|
455
|
-
# error is thrown.
|
456
|
-
# Corresponds to the JSON property `displayName`
|
457
|
-
# @return [String]
|
458
|
-
attr_accessor :display_name
|
459
|
-
|
460
|
-
# Specified which products may be included in results. Uses same filter as boost.
|
461
|
-
# Corresponds to the JSON property `filterAction`
|
462
|
-
# @return [Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaControlFilterAction]
|
463
|
-
attr_accessor :filter_action
|
464
|
-
|
465
|
-
# Immutable. Fully qualified name `projects/*/locations/global/dataStore/*/
|
466
|
-
# controls/*`
|
467
|
-
# Corresponds to the JSON property `name`
|
468
|
-
# @return [String]
|
469
|
-
attr_accessor :name
|
470
|
-
|
471
|
-
# Required. What solution the control belongs to. Must be compatible with
|
472
|
-
# vertical of resource. Otherwise an INVALID ARGUMENT error is thrown.
|
473
|
-
# Corresponds to the JSON property `solutionType`
|
474
|
-
# @return [String]
|
475
|
-
attr_accessor :solution_type
|
476
|
-
|
477
|
-
# Specifies the use case for the control. Affects what condition fields can be
|
478
|
-
# set. Only applies to SOLUTION_TYPE_SEARCH. Currently only allow one use case
|
479
|
-
# per control. Must be set when solution_type is SolutionType.
|
480
|
-
# SOLUTION_TYPE_SEARCH.
|
481
|
-
# Corresponds to the JSON property `useCases`
|
482
|
-
# @return [Array<String>]
|
483
|
-
attr_accessor :use_cases
|
484
|
-
|
485
|
-
def initialize(**args)
|
486
|
-
update!(**args)
|
487
|
-
end
|
488
|
-
|
489
|
-
# Update properties of this object
|
490
|
-
def update!(**args)
|
491
|
-
@associated_serving_config_ids = args[:associated_serving_config_ids] if args.key?(:associated_serving_config_ids)
|
492
|
-
@boost_action = args[:boost_action] if args.key?(:boost_action)
|
493
|
-
@conditions = args[:conditions] if args.key?(:conditions)
|
494
|
-
@display_name = args[:display_name] if args.key?(:display_name)
|
495
|
-
@filter_action = args[:filter_action] if args.key?(:filter_action)
|
496
|
-
@name = args[:name] if args.key?(:name)
|
497
|
-
@solution_type = args[:solution_type] if args.key?(:solution_type)
|
498
|
-
@use_cases = args[:use_cases] if args.key?(:use_cases)
|
499
|
-
end
|
500
|
-
end
|
501
|
-
|
502
|
-
# Adjusts order of products in returned list.
|
503
|
-
class GoogleCloudDiscoveryengineV1alphaControlBoostAction
|
504
|
-
include Google::Apis::Core::Hashable
|
505
|
-
|
506
|
-
# Required. Strength of the boost, which should be in [-1, 1]. Negative boost
|
507
|
-
# means demotion. Default is 0.0 (No-op).
|
508
|
-
# Corresponds to the JSON property `boost`
|
509
|
-
# @return [Float]
|
510
|
-
attr_accessor :boost
|
511
|
-
|
512
|
-
# Required. Specifies which products to apply the boost to. If no filter is
|
513
|
-
# provided all products will be boosted (No-op). Syntax documentation: https://
|
514
|
-
# cloud.google.com/retail/docs/filter-and-order Maximum length is 5000
|
515
|
-
# characters. Otherwise an INVALID ARGUMENT error is thrown.
|
516
|
-
# Corresponds to the JSON property `filter`
|
517
|
-
# @return [String]
|
518
|
-
attr_accessor :filter
|
519
|
-
|
520
|
-
def initialize(**args)
|
521
|
-
update!(**args)
|
522
|
-
end
|
523
|
-
|
524
|
-
# Update properties of this object
|
525
|
-
def update!(**args)
|
526
|
-
@boost = args[:boost] if args.key?(:boost)
|
527
|
-
@filter = args[:filter] if args.key?(:filter)
|
528
|
-
end
|
529
|
-
end
|
530
|
-
|
531
|
-
# Specified which products may be included in results. Uses same filter as boost.
|
532
|
-
class GoogleCloudDiscoveryengineV1alphaControlFilterAction
|
533
|
-
include Google::Apis::Core::Hashable
|
534
|
-
|
535
|
-
# Required. A filter to apply on the matching condition results. Required Syntax
|
536
|
-
# documentation: https://cloud.google.com/retail/docs/filter-and-order Maximum
|
537
|
-
# length is 5000 characters. Otherwise an INVALID ARGUMENT error is thrown.
|
538
|
-
# Corresponds to the JSON property `filter`
|
539
|
-
# @return [String]
|
540
|
-
attr_accessor :filter
|
541
|
-
|
542
|
-
def initialize(**args)
|
543
|
-
update!(**args)
|
544
|
-
end
|
545
|
-
|
546
|
-
# Update properties of this object
|
547
|
-
def update!(**args)
|
548
|
-
@filter = args[:filter] if args.key?(:filter)
|
549
|
-
end
|
550
|
-
end
|
551
|
-
|
552
374
|
# A custom attribute that is not explicitly modeled in a resource, e.g.
|
553
375
|
# UserEvent.
|
554
376
|
class GoogleCloudDiscoveryengineV1alphaCustomAttribute
|
@@ -613,7 +435,7 @@ module Google
|
|
613
435
|
# @return [String]
|
614
436
|
attr_accessor :parent_document_id
|
615
437
|
|
616
|
-
#
|
438
|
+
# The identifier of the schema located in the same data store.
|
617
439
|
# Corresponds to the JSON property `schemaId`
|
618
440
|
# @return [String]
|
619
441
|
attr_accessor :schema_id
|
@@ -690,9 +512,11 @@ module Google
|
|
690
512
|
# document imports: * `document` (default): One JSON Document per line. Each
|
691
513
|
# document must have a valid Document.id. * `content`: Unstructured data (e.g.
|
692
514
|
# PDF, HTML). Each file matched by `input_uris` will become a document, with the
|
693
|
-
# ID set to the first 128 bits of SHA256(URI) encoded as a hex string.
|
694
|
-
#
|
695
|
-
#
|
515
|
+
# ID set to the first 128 bits of SHA256(URI) encoded as a hex string. * `custom`
|
516
|
+
# : One custom data JSON per row in arbitrary format that conforms the defined
|
517
|
+
# Schema of the data store. This can only be used by the GENERIC Data Store
|
518
|
+
# vertical. Supported values for user even imports: * `user_event` (default):
|
519
|
+
# One JSON UserEvent per line.
|
696
520
|
# Corresponds to the JSON property `dataSchema`
|
697
521
|
# @return [String]
|
698
522
|
attr_accessor :data_schema
|
@@ -700,8 +524,9 @@ module Google
|
|
700
524
|
# Required. Cloud Storage URIs to input files. URI can be up to 2000 characters
|
701
525
|
# long. URIs can match the full object path (for example, `gs://bucket/directory/
|
702
526
|
# object.json`) or a pattern matching one or more files, such as `gs://bucket/
|
703
|
-
# directory/*.json`. A request can contain at most 100 files or
|
704
|
-
#
|
527
|
+
# directory/*.json`. A request can contain at most 100 files (or 100,000 files
|
528
|
+
# if `data_schema` is `content`). Each file can be up to 2 GB (or 100 MB if `
|
529
|
+
# data_schema` is `content`).
|
705
530
|
# Corresponds to the JSON property `inputUris`
|
706
531
|
# @return [Array<String>]
|
707
532
|
attr_accessor :input_uris
|
@@ -1317,6 +1142,40 @@ module Google
|
|
1317
1142
|
end
|
1318
1143
|
end
|
1319
1144
|
|
1145
|
+
# Defines the structure and layout of a type of document data.
|
1146
|
+
class GoogleCloudDiscoveryengineV1alphaSchema
|
1147
|
+
include Google::Apis::Core::Hashable
|
1148
|
+
|
1149
|
+
# The JSON representation of the schema.
|
1150
|
+
# Corresponds to the JSON property `jsonSchema`
|
1151
|
+
# @return [String]
|
1152
|
+
attr_accessor :json_schema
|
1153
|
+
|
1154
|
+
# Immutable. The full resource name of the schema, in the format of `projects/`
|
1155
|
+
# project`/locations/`location`/collections/`collection`/dataStores/`data_store`/
|
1156
|
+
# schemas/`schema``. This field must be a UTF-8 encoded string with a length
|
1157
|
+
# limit of 1024 characters.
|
1158
|
+
# Corresponds to the JSON property `name`
|
1159
|
+
# @return [String]
|
1160
|
+
attr_accessor :name
|
1161
|
+
|
1162
|
+
# The structured representation of the schema.
|
1163
|
+
# Corresponds to the JSON property `structSchema`
|
1164
|
+
# @return [Hash<String,Object>]
|
1165
|
+
attr_accessor :struct_schema
|
1166
|
+
|
1167
|
+
def initialize(**args)
|
1168
|
+
update!(**args)
|
1169
|
+
end
|
1170
|
+
|
1171
|
+
# Update properties of this object
|
1172
|
+
def update!(**args)
|
1173
|
+
@json_schema = args[:json_schema] if args.key?(:json_schema)
|
1174
|
+
@name = args[:name] if args.key?(:name)
|
1175
|
+
@struct_schema = args[:struct_schema] if args.key?(:struct_schema)
|
1176
|
+
end
|
1177
|
+
end
|
1178
|
+
|
1320
1179
|
# Detailed search information.
|
1321
1180
|
class GoogleCloudDiscoveryengineV1alphaSearchInfo
|
1322
1181
|
include Google::Apis::Core::Hashable
|
@@ -1819,6 +1678,40 @@ module Google
|
|
1819
1678
|
end
|
1820
1679
|
end
|
1821
1680
|
|
1681
|
+
# Defines the structure and layout of a type of document data.
|
1682
|
+
class GoogleCloudDiscoveryengineV1betaSchema
|
1683
|
+
include Google::Apis::Core::Hashable
|
1684
|
+
|
1685
|
+
# The JSON representation of the schema.
|
1686
|
+
# Corresponds to the JSON property `jsonSchema`
|
1687
|
+
# @return [String]
|
1688
|
+
attr_accessor :json_schema
|
1689
|
+
|
1690
|
+
# Immutable. The full resource name of the schema, in the format of `projects/`
|
1691
|
+
# project`/locations/`location`/collections/`collection`/dataStores/`data_store`/
|
1692
|
+
# schemas/`schema``. This field must be a UTF-8 encoded string with a length
|
1693
|
+
# limit of 1024 characters.
|
1694
|
+
# Corresponds to the JSON property `name`
|
1695
|
+
# @return [String]
|
1696
|
+
attr_accessor :name
|
1697
|
+
|
1698
|
+
# The structured representation of the schema.
|
1699
|
+
# Corresponds to the JSON property `structSchema`
|
1700
|
+
# @return [Hash<String,Object>]
|
1701
|
+
attr_accessor :struct_schema
|
1702
|
+
|
1703
|
+
def initialize(**args)
|
1704
|
+
update!(**args)
|
1705
|
+
end
|
1706
|
+
|
1707
|
+
# Update properties of this object
|
1708
|
+
def update!(**args)
|
1709
|
+
@json_schema = args[:json_schema] if args.key?(:json_schema)
|
1710
|
+
@name = args[:name] if args.key?(:name)
|
1711
|
+
@struct_schema = args[:struct_schema] if args.key?(:struct_schema)
|
1712
|
+
end
|
1713
|
+
end
|
1714
|
+
|
1822
1715
|
# The response message for Operations.ListOperations.
|
1823
1716
|
class GoogleLongrunningListOperationsResponse
|
1824
1717
|
include Google::Apis::Core::Hashable
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module DiscoveryengineV1alpha
|
18
18
|
# Version of the google-apis-discoveryengine_v1alpha gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.9.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.12.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20230408"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -76,42 +76,6 @@ module Google
|
|
76
76
|
include Google::Apis::Core::JsonObjectSupport
|
77
77
|
end
|
78
78
|
|
79
|
-
class GoogleCloudDiscoveryengineV1alphaCondition
|
80
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
81
|
-
|
82
|
-
include Google::Apis::Core::JsonObjectSupport
|
83
|
-
end
|
84
|
-
|
85
|
-
class GoogleCloudDiscoveryengineV1alphaConditionQueryTerm
|
86
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
87
|
-
|
88
|
-
include Google::Apis::Core::JsonObjectSupport
|
89
|
-
end
|
90
|
-
|
91
|
-
class GoogleCloudDiscoveryengineV1alphaConditionTimeRange
|
92
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
93
|
-
|
94
|
-
include Google::Apis::Core::JsonObjectSupport
|
95
|
-
end
|
96
|
-
|
97
|
-
class GoogleCloudDiscoveryengineV1alphaControl
|
98
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
99
|
-
|
100
|
-
include Google::Apis::Core::JsonObjectSupport
|
101
|
-
end
|
102
|
-
|
103
|
-
class GoogleCloudDiscoveryengineV1alphaControlBoostAction
|
104
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
105
|
-
|
106
|
-
include Google::Apis::Core::JsonObjectSupport
|
107
|
-
end
|
108
|
-
|
109
|
-
class GoogleCloudDiscoveryengineV1alphaControlFilterAction
|
110
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
111
|
-
|
112
|
-
include Google::Apis::Core::JsonObjectSupport
|
113
|
-
end
|
114
|
-
|
115
79
|
class GoogleCloudDiscoveryengineV1alphaCustomAttribute
|
116
80
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
117
81
|
|
@@ -232,6 +196,12 @@ module Google
|
|
232
196
|
include Google::Apis::Core::JsonObjectSupport
|
233
197
|
end
|
234
198
|
|
199
|
+
class GoogleCloudDiscoveryengineV1alphaSchema
|
200
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
201
|
+
|
202
|
+
include Google::Apis::Core::JsonObjectSupport
|
203
|
+
end
|
204
|
+
|
235
205
|
class GoogleCloudDiscoveryengineV1alphaSearchInfo
|
236
206
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
237
207
|
|
@@ -286,6 +256,12 @@ module Google
|
|
286
256
|
include Google::Apis::Core::JsonObjectSupport
|
287
257
|
end
|
288
258
|
|
259
|
+
class GoogleCloudDiscoveryengineV1betaSchema
|
260
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
261
|
+
|
262
|
+
include Google::Apis::Core::JsonObjectSupport
|
263
|
+
end
|
264
|
+
|
289
265
|
class GoogleLongrunningListOperationsResponse
|
290
266
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
291
267
|
|
@@ -343,6 +319,8 @@ module Google
|
|
343
319
|
property :import_payload, as: 'importPayload', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineLoggingImportErrorContext, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineLoggingImportErrorContext::Representation
|
344
320
|
|
345
321
|
property :message, as: 'message'
|
322
|
+
hash :request_payload, as: 'requestPayload'
|
323
|
+
hash :response_payload, as: 'responsePayload'
|
346
324
|
property :service_context, as: 'serviceContext', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineLoggingServiceContext, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineLoggingServiceContext::Representation
|
347
325
|
|
348
326
|
property :status, as: 'status', class: Google::Apis::DiscoveryengineV1alpha::GoogleRpcStatus, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleRpcStatus::Representation
|
@@ -403,64 +381,6 @@ module Google
|
|
403
381
|
end
|
404
382
|
end
|
405
383
|
|
406
|
-
class GoogleCloudDiscoveryengineV1alphaCondition
|
407
|
-
# @private
|
408
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
409
|
-
collection :active_time_range, as: 'activeTimeRange', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaConditionTimeRange, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaConditionTimeRange::Representation
|
410
|
-
|
411
|
-
collection :query_terms, as: 'queryTerms', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaConditionQueryTerm, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaConditionQueryTerm::Representation
|
412
|
-
|
413
|
-
end
|
414
|
-
end
|
415
|
-
|
416
|
-
class GoogleCloudDiscoveryengineV1alphaConditionQueryTerm
|
417
|
-
# @private
|
418
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
419
|
-
property :full_match, as: 'fullMatch'
|
420
|
-
property :value, as: 'value'
|
421
|
-
end
|
422
|
-
end
|
423
|
-
|
424
|
-
class GoogleCloudDiscoveryengineV1alphaConditionTimeRange
|
425
|
-
# @private
|
426
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
427
|
-
property :end_time, as: 'endTime'
|
428
|
-
property :start_time, as: 'startTime'
|
429
|
-
end
|
430
|
-
end
|
431
|
-
|
432
|
-
class GoogleCloudDiscoveryengineV1alphaControl
|
433
|
-
# @private
|
434
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
435
|
-
collection :associated_serving_config_ids, as: 'associatedServingConfigIds'
|
436
|
-
property :boost_action, as: 'boostAction', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaControlBoostAction, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaControlBoostAction::Representation
|
437
|
-
|
438
|
-
collection :conditions, as: 'conditions', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaCondition, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaCondition::Representation
|
439
|
-
|
440
|
-
property :display_name, as: 'displayName'
|
441
|
-
property :filter_action, as: 'filterAction', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaControlFilterAction, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaControlFilterAction::Representation
|
442
|
-
|
443
|
-
property :name, as: 'name'
|
444
|
-
property :solution_type, as: 'solutionType'
|
445
|
-
collection :use_cases, as: 'useCases'
|
446
|
-
end
|
447
|
-
end
|
448
|
-
|
449
|
-
class GoogleCloudDiscoveryengineV1alphaControlBoostAction
|
450
|
-
# @private
|
451
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
452
|
-
property :boost, as: 'boost'
|
453
|
-
property :filter, as: 'filter'
|
454
|
-
end
|
455
|
-
end
|
456
|
-
|
457
|
-
class GoogleCloudDiscoveryengineV1alphaControlFilterAction
|
458
|
-
# @private
|
459
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
460
|
-
property :filter, as: 'filter'
|
461
|
-
end
|
462
|
-
end
|
463
|
-
|
464
384
|
class GoogleCloudDiscoveryengineV1alphaCustomAttribute
|
465
385
|
# @private
|
466
386
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -664,6 +584,15 @@ module Google
|
|
664
584
|
end
|
665
585
|
end
|
666
586
|
|
587
|
+
class GoogleCloudDiscoveryengineV1alphaSchema
|
588
|
+
# @private
|
589
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
590
|
+
property :json_schema, as: 'jsonSchema'
|
591
|
+
property :name, as: 'name'
|
592
|
+
hash :struct_schema, as: 'structSchema'
|
593
|
+
end
|
594
|
+
end
|
595
|
+
|
667
596
|
class GoogleCloudDiscoveryengineV1alphaSearchInfo
|
668
597
|
# @private
|
669
598
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -775,6 +704,15 @@ module Google
|
|
775
704
|
end
|
776
705
|
end
|
777
706
|
|
707
|
+
class GoogleCloudDiscoveryengineV1betaSchema
|
708
|
+
# @private
|
709
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
710
|
+
property :json_schema, as: 'jsonSchema'
|
711
|
+
property :name, as: 'name'
|
712
|
+
hash :struct_schema, as: 'structSchema'
|
713
|
+
end
|
714
|
+
end
|
715
|
+
|
778
716
|
class GoogleLongrunningListOperationsResponse
|
779
717
|
# @private
|
780
718
|
class Representation < Google::Apis::Core::JsonRepresentation
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-discoveryengine_v1alpha
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.9.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: 2023-
|
11
|
+
date: 2023-04-16 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_v1alpha/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-discoveryengine_v1alpha/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-discoveryengine_v1alpha/v0.9.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-discoveryengine_v1alpha
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|