google-apis-discoveryengine_v1beta 0.1.0 → 0.3.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: fcf0525e3daf348155ce27dac2891a94583cf5c6679434813585a1eafa8d7a31
4
- data.tar.gz: 42c240d40a7a3dd0ff3b3dd87eed2d223144f6c9d6827ec07dc4b20b50ca1135
3
+ metadata.gz: 0211734a41d46989102877990a3ba3660eec8cda8bf60e93b544b4432b510cda
4
+ data.tar.gz: 0d5c3d4adbbccaf4e77a7de452fff42207fd1de333a21df45c858dd0e6aa0145
5
5
  SHA512:
6
- metadata.gz: e90a6072056b9b1a5b0300e81ca9307bc6056adfe0455211f0facd4f9e67c94df2e1c86ed7476ba3e3004a155d218b7419ed591e72650eab6b8fc2a5fc7cef0d
7
- data.tar.gz: 5ad8264b5a0c86de0f6290ba91288c95cbd4b8282091fcb218dd16c62b6a63156b6e7c42eed39c918dce9cce650c8d03b4abd2fb26093f5ca20692aed494afe7
6
+ metadata.gz: db84cbe1f59121c3b04848bedd99760fc872f68cc03fef6c528a235466e36fe44bb9fb1a85bf22f6027c62e8e3559e5e3eae68c284957f53882fd7aeac6eaecf
7
+ data.tar.gz: ebc733a8500609f86eabe3ce9819aee6b272f1505e73b53494de652c04d27fca2ee652e4112b99c825ac840b951281d86b1a335736b18b6fb92a8894fa081d8e
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-discoveryengine_v1beta
2
2
 
3
+ ### v0.3.0 (2022-12-07)
4
+
5
+ * Regenerated from discovery document revision 20221130
6
+
7
+ ### v0.2.0 (2022-11-12)
8
+
9
+ * Regenerated from discovery document revision 20221107
10
+
3
11
  ### v0.1.0 (2022-11-06)
4
12
 
5
13
  * Regenerated from discovery document revision 20221103
@@ -140,9 +140,9 @@ module Google
140
140
  class GoogleCloudDiscoveryengineV1alphaImportErrorConfig
141
141
  include Google::Apis::Core::Hashable
142
142
 
143
- # Google Cloud Storage prefix for import errors. This must be an empty, existing
144
- # Cloud Storage directory. Import errors will be written to sharded files in
145
- # this directory, one per line, as a JSON-encoded `google.rpc.Status` message.
143
+ # Cloud Storage prefix for import errors. This must be an empty, existing Cloud
144
+ # Storage directory. Import errors will be written to sharded files in this
145
+ # directory, one per line, as a JSON-encoded `google.rpc.Status` message.
146
146
  # Corresponds to the JSON property `gcsPrefix`
147
147
  # @return [String]
148
148
  attr_accessor :gcs_prefix
@@ -460,7 +460,7 @@ module Google
460
460
  end
461
461
  end
462
462
 
463
- # Google Cloud Storage location for input content. format.
463
+ # Cloud Storage location for input content.
464
464
  class GoogleCloudDiscoveryengineV1betaGcsSource
465
465
  include Google::Apis::Core::Hashable
466
466
 
@@ -472,11 +472,11 @@ module Google
472
472
  # @return [String]
473
473
  attr_accessor :data_schema
474
474
 
475
- # Required. Google Cloud Storage URIs to input files. URI can be up to 2000
476
- # characters long. URIs can match the full object path (for example, `gs://
477
- # bucket/directory/object.json`) or a pattern matching one or more files, such
478
- # as `gs://bucket/directory/*.json`. A request can contain at most 100 files,
479
- # and each file can be up to 2 GB.
475
+ # Required. Cloud Storage URIs to input files. URI can be up to 2000 characters
476
+ # long. URIs can match the full object path (for example, `gs://bucket/directory/
477
+ # object.json`) or a pattern matching one or more files, such as `gs://bucket/
478
+ # directory/*.json`. A request can contain at most 100 files, and each file can
479
+ # be up to 2 GB.
480
480
  # Corresponds to the JSON property `inputUris`
481
481
  # @return [Array<String>]
482
482
  attr_accessor :input_uris
@@ -545,7 +545,7 @@ module Google
545
545
  # @return [Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaImportErrorConfig]
546
546
  attr_accessor :error_config
547
547
 
548
- # Google Cloud Storage location for input content. format.
548
+ # Cloud Storage location for input content.
549
549
  # Corresponds to the JSON property `gcsSource`
550
550
  # @return [Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaGcsSource]
551
551
  attr_accessor :gcs_source
@@ -626,9 +626,9 @@ module Google
626
626
  class GoogleCloudDiscoveryengineV1betaImportErrorConfig
627
627
  include Google::Apis::Core::Hashable
628
628
 
629
- # Google Cloud Storage prefix for import errors. This must be an empty, existing
630
- # Cloud Storage directory. Import errors will be written to sharded files in
631
- # this directory, one per line, as a JSON-encoded `google.rpc.Status` message.
629
+ # Cloud Storage prefix for import errors. This must be an empty, existing Cloud
630
+ # Storage directory. Import errors will be written to sharded files in this
631
+ # directory, one per line, as a JSON-encoded `google.rpc.Status` message.
632
632
  # Corresponds to the JSON property `gcsPrefix`
633
633
  # @return [String]
634
634
  attr_accessor :gcs_prefix
@@ -696,7 +696,7 @@ module Google
696
696
  # @return [Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaImportErrorConfig]
697
697
  attr_accessor :error_config
698
698
 
699
- # Google Cloud Storage location for input content. format.
699
+ # Cloud Storage location for input content.
700
700
  # Corresponds to the JSON property `gcsSource`
701
701
  # @return [Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaGcsSource]
702
702
  attr_accessor :gcs_source
@@ -970,7 +970,7 @@ module Google
970
970
  # @return [Hash<String,Object>]
971
971
  attr_accessor :params
972
972
 
973
- # UserEvent captures all metadata information DiscoveryEngine API needs to know
973
+ # UserEvent captures all metadata information Discovery Engine API needs to know
974
974
  # about how end users interact with customers' website.
975
975
  # Corresponds to the JSON property `userEvent`
976
976
  # @return [Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaUserEvent]
@@ -1195,7 +1195,7 @@ module Google
1195
1195
  end
1196
1196
  end
1197
1197
 
1198
- # UserEvent captures all metadata information DiscoveryEngine API needs to know
1198
+ # UserEvent captures all metadata information Discovery Engine API needs to know
1199
1199
  # about how end users interact with customers' website.
1200
1200
  class GoogleCloudDiscoveryengineV1betaUserEvent
1201
1201
  include Google::Apis::Core::Hashable
@@ -1206,7 +1206,7 @@ module Google
1206
1206
  # user events, also include them in the user events that you associate with
1207
1207
  # prediction requests. Custom attribute formatting must be consistent between
1208
1208
  # imported events and events provided with prediction requests. This lets the
1209
- # DiscoveryEngine API use those custom attributes when training models and
1209
+ # Discovery Engine API use those custom attributes when training models and
1210
1210
  # serving predictions, which helps improve recommendation quality. This field
1211
1211
  # needs to pass all below criteria, otherwise an INVALID_ARGUMENT error is
1212
1212
  # returned: * The key must be a UTF-8 encoded string with a length limit of 5,
@@ -1327,9 +1327,10 @@ module Google
1327
1327
 
1328
1328
  # A unique identifier for tracking a visitor session with a length limit of 128
1329
1329
  # bytes. A session is an aggregation of an end user behavior in a time span. A
1330
- # general guideline to populate the sesion_id: 1. If user has no activity for 30
1331
- # min, a new session_id should be assigned. 2. The session_id should be unique
1332
- # across users, suggest use uuid or add UserEvent.user_pseudo_id as prefix.
1330
+ # general guideline to populate the session_id: 1. If user has no activity for
1331
+ # 30 min, a new session_id should be assigned. 2. The session_id should be
1332
+ # unique across users, suggest use uuid or add UserEvent.user_pseudo_id as
1333
+ # prefix.
1333
1334
  # Corresponds to the JSON property `sessionId`
1334
1335
  # @return [String]
1335
1336
  attr_accessor :session_id
@@ -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.1.0"
19
+ GEM_VERSION = "0.3.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.11.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20221103"
25
+ REVISION = "20221130"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-discoveryengine_v1beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.3.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: 2022-11-07 00:00:00.000000000 Z
11
+ date: 2022-12-12 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_v1beta/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-discoveryengine_v1beta/v0.1.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-discoveryengine_v1beta/v0.3.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-discoveryengine_v1beta
63
63
  post_install_message:
64
64
  rdoc_options: []