google-apis-discoveryengine_v1beta 0.2.0 → 0.4.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: 470cedac1b519ef8b3d76522064475b33c9ac09b8bda42820f0841ae1a6b2de5
4
- data.tar.gz: b94f0873a6b9b2099877f4af62906a700cd36a05977f58e66e82d1286a846c1d
3
+ metadata.gz: 68f12d34f18e34e9e9bc2ae3607099fdd15cee35f066bc000cd653d125568695
4
+ data.tar.gz: 5a29b4e34289a8e11a8883342b413b11a8ed6391fbb510341b1efaa7fd54552f
5
5
  SHA512:
6
- metadata.gz: 9bedb942f6f382367b328492cb5be1a908fc244f6e5c22499847ad67569445868fa644d78c1d06d74e609f77f152a39440fcfd5303187f0132068cd6c899b98a
7
- data.tar.gz: e9d8735932f216067f052cce422da3cf0b3ef3a1b404f33922c51c6d95d2c19a57bf28ef8b49f41ddea539a030715f5f2e6abf5b5aa8910f8bc6cefd5af1956e
6
+ metadata.gz: bc7973271973ffbc05836cacfad7b8a25223cc4d2d949edc1a39f99cf4391515ddb628d04b0fcd76a10867d39a4c80c469a58d4b22f76a37351fbf79f9a19c31
7
+ data.tar.gz: c5513808ed15034e1a180996357c32aa4aa4e40204ff6ff94ce525fc02e88844e20405022b9a6a274358b5d4b301d9900da1c808b19cddf80076f029e8f8bfba
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-discoveryengine_v1beta
2
2
 
3
+ ### v0.4.0 (2022-12-14)
4
+
5
+ * Regenerated from discovery document revision 20221207
6
+
7
+ ### v0.3.0 (2022-12-07)
8
+
9
+ * Regenerated from discovery document revision 20221130
10
+
3
11
  ### v0.2.0 (2022-11-12)
4
12
 
5
13
  * 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
@@ -985,7 +985,7 @@ module Google
985
985
  # must use UTF-8 encoding, and international characters are allowed. * The key
986
986
  # portion of a label must be unique. However, you can use the same key with
987
987
  # multiple resources. * Keys must start with a lowercase letter or international
988
- # character. See [Google Cloud Document](https://cloud.google.com/resource-
988
+ # character. See [Requirements for labels](https://cloud.google.com/resource-
989
989
  # manager/docs/creating-managing-labels#requirements) for more details.
990
990
  # Corresponds to the JSON property `userLabels`
991
991
  # @return [Hash<String,String>]
@@ -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.4.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 = "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_v1beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.4.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: 2023-01-04 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.4.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: []