google-apis-discoveryengine_v1beta 0.2.0 → 0.3.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: 470cedac1b519ef8b3d76522064475b33c9ac09b8bda42820f0841ae1a6b2de5
4
- data.tar.gz: b94f0873a6b9b2099877f4af62906a700cd36a05977f58e66e82d1286a846c1d
3
+ metadata.gz: 0211734a41d46989102877990a3ba3660eec8cda8bf60e93b544b4432b510cda
4
+ data.tar.gz: 0d5c3d4adbbccaf4e77a7de452fff42207fd1de333a21df45c858dd0e6aa0145
5
5
  SHA512:
6
- metadata.gz: 9bedb942f6f382367b328492cb5be1a908fc244f6e5c22499847ad67569445868fa644d78c1d06d74e609f77f152a39440fcfd5303187f0132068cd6c899b98a
7
- data.tar.gz: e9d8735932f216067f052cce422da3cf0b3ef3a1b404f33922c51c6d95d2c19a57bf28ef8b49f41ddea539a030715f5f2e6abf5b5aa8910f8bc6cefd5af1956e
6
+ metadata.gz: db84cbe1f59121c3b04848bedd99760fc872f68cc03fef6c528a235466e36fe44bb9fb1a85bf22f6027c62e8e3559e5e3eae68c284957f53882fd7aeac6eaecf
7
+ data.tar.gz: ebc733a8500609f86eabe3ce9819aee6b272f1505e73b53494de652c04d27fca2ee652e4112b99c825ac840b951281d86b1a335736b18b6fb92a8894fa081d8e
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
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
+
3
7
  ### v0.2.0 (2022-11-12)
4
8
 
5
9
  * Regenerated from discovery document revision 20221107
@@ -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
@@ -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.2.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 = "20221107"
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.2.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-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_v1beta/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-discoveryengine_v1beta/v0.2.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: []