google-apis-discoveryengine_v1alpha 0.1.0 → 0.2.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: 459877034f232cc7ed4047fa7f8c531578b5119cf7b90c9a4ab7be800d89784e
4
- data.tar.gz: 60018b6b29087e121341bc5457d4dea17f4a03d9c1a9324c9d03bf97fd30c740
3
+ metadata.gz: 633981eb76f6c2c89e37cedb8c4381bcd8b5e57df08f367bc4b7db199ef2a8a0
4
+ data.tar.gz: 0f7d31328c4f252515fcd2463b34352d5512d15847f1891a20785341d02f6795
5
5
  SHA512:
6
- metadata.gz: 607f9eaf7e030b99db46b1c6a80f330846598ee8579ef6a92280c0b68df166d4a28b14ee1f09f61459c1524a77d00b4397f64a02539c749480083f467621a3b3
7
- data.tar.gz: 077aa2965741aaa22f11988818030af4b4d6412b360fc6fd0acf77ac5ac8f499c28b33365854744b8fb543e718bef0fcaa916f5519d700a8715680e85f834fd7
6
+ metadata.gz: c05fbe2a7aa7450b7fe6747ffd013cefac7078ec000227c74a8f63882691c039492b49f62fcc1f65987a39ae1612cef1cfb345c2cc184cc0d746cf8687b02838
7
+ data.tar.gz: ef189648e37d24995ee9b95e772bf7131ce2ebb57be9071604b30241b512469f5b069b11bb42fd304ac3b2aac13bfd342a2f6e4222ef8c8dde579103f12d098d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-discoveryengine_v1alpha
2
2
 
3
+ ### v0.2.0 (2022-12-11)
4
+
5
+ * Regenerated from discovery document revision 20221207
6
+
3
7
  ### v0.1.0 (2022-11-08)
4
8
 
5
9
  * Regenerated from discovery document revision 20221103
@@ -294,7 +294,7 @@ module Google
294
294
  end
295
295
  end
296
296
 
297
- # Google Cloud Storage location for input content. format.
297
+ # Cloud Storage location for input content.
298
298
  class GoogleCloudDiscoveryengineV1alphaGcsSource
299
299
  include Google::Apis::Core::Hashable
300
300
 
@@ -306,11 +306,11 @@ module Google
306
306
  # @return [String]
307
307
  attr_accessor :data_schema
308
308
 
309
- # Required. Google Cloud Storage URIs to input files. URI can be up to 2000
310
- # characters long. URIs can match the full object path (for example, `gs://
311
- # bucket/directory/object.json`) or a pattern matching one or more files, such
312
- # as `gs://bucket/directory/*.json`. A request can contain at most 100 files,
313
- # and each file can be up to 2 GB.
309
+ # Required. Cloud Storage URIs to input files. URI can be up to 2000 characters
310
+ # long. URIs can match the full object path (for example, `gs://bucket/directory/
311
+ # object.json`) or a pattern matching one or more files, such as `gs://bucket/
312
+ # directory/*.json`. A request can contain at most 100 files, and each file can
313
+ # be up to 2 GB.
314
314
  # Corresponds to the JSON property `inputUris`
315
315
  # @return [Array<String>]
316
316
  attr_accessor :input_uris
@@ -379,7 +379,7 @@ module Google
379
379
  # @return [Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaImportErrorConfig]
380
380
  attr_accessor :error_config
381
381
 
382
- # Google Cloud Storage location for input content. format.
382
+ # Cloud Storage location for input content.
383
383
  # Corresponds to the JSON property `gcsSource`
384
384
  # @return [Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaGcsSource]
385
385
  attr_accessor :gcs_source
@@ -460,9 +460,9 @@ module Google
460
460
  class GoogleCloudDiscoveryengineV1alphaImportErrorConfig
461
461
  include Google::Apis::Core::Hashable
462
462
 
463
- # Google Cloud Storage prefix for import errors. This must be an empty, existing
464
- # Cloud Storage directory. Import errors will be written to sharded files in
465
- # this directory, one per line, as a JSON-encoded `google.rpc.Status` message.
463
+ # Cloud Storage prefix for import errors. This must be an empty, existing Cloud
464
+ # Storage directory. Import errors will be written to sharded files in this
465
+ # directory, one per line, as a JSON-encoded `google.rpc.Status` message.
466
466
  # Corresponds to the JSON property `gcsPrefix`
467
467
  # @return [String]
468
468
  attr_accessor :gcs_prefix
@@ -530,7 +530,7 @@ module Google
530
530
  # @return [Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaImportErrorConfig]
531
531
  attr_accessor :error_config
532
532
 
533
- # Google Cloud Storage location for input content. format.
533
+ # Cloud Storage location for input content.
534
534
  # Corresponds to the JSON property `gcsSource`
535
535
  # @return [Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaGcsSource]
536
536
  attr_accessor :gcs_source
@@ -804,7 +804,7 @@ module Google
804
804
  # @return [Hash<String,Object>]
805
805
  attr_accessor :params
806
806
 
807
- # UserEvent captures all metadata information DiscoveryEngine API needs to know
807
+ # UserEvent captures all metadata information Discovery Engine API needs to know
808
808
  # about how end users interact with customers' website.
809
809
  # Corresponds to the JSON property `userEvent`
810
810
  # @return [Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaUserEvent]
@@ -819,7 +819,7 @@ module Google
819
819
  # must use UTF-8 encoding, and international characters are allowed. * The key
820
820
  # portion of a label must be unique. However, you can use the same key with
821
821
  # multiple resources. * Keys must start with a lowercase letter or international
822
- # character. See [Google Cloud Document](https://cloud.google.com/resource-
822
+ # character. See [Requirements for labels](https://cloud.google.com/resource-
823
823
  # manager/docs/creating-managing-labels#requirements) for more details.
824
824
  # Corresponds to the JSON property `userLabels`
825
825
  # @return [Hash<String,String>]
@@ -1029,7 +1029,7 @@ module Google
1029
1029
  end
1030
1030
  end
1031
1031
 
1032
- # UserEvent captures all metadata information DiscoveryEngine API needs to know
1032
+ # UserEvent captures all metadata information Discovery Engine API needs to know
1033
1033
  # about how end users interact with customers' website.
1034
1034
  class GoogleCloudDiscoveryengineV1alphaUserEvent
1035
1035
  include Google::Apis::Core::Hashable
@@ -1040,7 +1040,7 @@ module Google
1040
1040
  # user events, also include them in the user events that you associate with
1041
1041
  # prediction requests. Custom attribute formatting must be consistent between
1042
1042
  # imported events and events provided with prediction requests. This lets the
1043
- # DiscoveryEngine API use those custom attributes when training models and
1043
+ # Discovery Engine API use those custom attributes when training models and
1044
1044
  # serving predictions, which helps improve recommendation quality. This field
1045
1045
  # needs to pass all below criteria, otherwise an INVALID_ARGUMENT error is
1046
1046
  # returned: * The key must be a UTF-8 encoded string with a length limit of 5,
@@ -1161,9 +1161,10 @@ module Google
1161
1161
 
1162
1162
  # A unique identifier for tracking a visitor session with a length limit of 128
1163
1163
  # bytes. A session is an aggregation of an end user behavior in a time span. A
1164
- # general guideline to populate the sesion_id: 1. If user has no activity for 30
1165
- # min, a new session_id should be assigned. 2. The session_id should be unique
1166
- # across users, suggest use uuid or add UserEvent.user_pseudo_id as prefix.
1164
+ # general guideline to populate the session_id: 1. If user has no activity for
1165
+ # 30 min, a new session_id should be assigned. 2. The session_id should be
1166
+ # unique across users, suggest use uuid or add UserEvent.user_pseudo_id as
1167
+ # prefix.
1167
1168
  # Corresponds to the JSON property `sessionId`
1168
1169
  # @return [String]
1169
1170
  attr_accessor :session_id
@@ -1331,9 +1332,9 @@ module Google
1331
1332
  class GoogleCloudDiscoveryengineV1betaImportErrorConfig
1332
1333
  include Google::Apis::Core::Hashable
1333
1334
 
1334
- # Google Cloud Storage prefix for import errors. This must be an empty, existing
1335
- # Cloud Storage directory. Import errors will be written to sharded files in
1336
- # this directory, one per line, as a JSON-encoded `google.rpc.Status` message.
1335
+ # Cloud Storage prefix for import errors. This must be an empty, existing Cloud
1336
+ # Storage directory. Import errors will be written to sharded files in this
1337
+ # directory, one per line, as a JSON-encoded `google.rpc.Status` message.
1337
1338
  # Corresponds to the JSON property `gcsPrefix`
1338
1339
  # @return [String]
1339
1340
  attr_accessor :gcs_prefix
@@ -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.1.0"
19
+ GEM_VERSION = "0.2.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 = "20221207"
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_v1alpha
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.2.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-14 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_v1alpha/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-discoveryengine_v1alpha/v0.1.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-discoveryengine_v1alpha/v0.2.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: []