google-apis-discoveryengine_v1alpha 0.10.0 → 0.11.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: 886e851d158bf55d9c66646adbfb16ebfd86c2f40bb14d26db1b36b0523702d5
4
- data.tar.gz: 8ff1956efdc8bf40b39b29fae1005658a5b78708248394cc1040fa7a058b29ea
3
+ metadata.gz: 0e5f62beaee63a0258f435152c39a2967b06725b2b49bfe53f6b555cf7576577
4
+ data.tar.gz: '074792302de6b1b6de7a484874561a75050c3ff62c5e80c3882fbb57068b6eb8'
5
5
  SHA512:
6
- metadata.gz: a3c4b1e9af6383ce58cacc580a925570c21f8625bab7ede6737eecf68985c9f7ba951277a403234e18507b570f48ad77a4df3a0de04f082341b764deb4c4a21e
7
- data.tar.gz: 7fb5ae09a5458b91eae641d8f662ea36b53945b155bef87edce33b46a3a2132300032a110e773706e75d332b525d32c77bfa1dd199990ce48ca563dd853b9b32
6
+ metadata.gz: 03f8a6f63eba89efaa2173c4679cca4c0b894df3076825490417d192764a287e6a71fa2a9011d18bd623834e74c1b0283f7b5769f45ed5bd4bb8c9b1131c32c9
7
+ data.tar.gz: cc375b36d1b821557e4632387c21a31b8a7e5f2609669821081ce060bd7840c85cd6a2c7bb1076947bace18fd430787b598de6f0e1c9113d58e44a7921916cde
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-discoveryengine_v1alpha
2
2
 
3
+ ### v0.11.0 (2023-05-14)
4
+
5
+ * Regenerated from discovery document revision 20230504
6
+
3
7
  ### v0.10.0 (2023-04-30)
4
8
 
5
9
  * Regenerated from discovery document revision 20230427
@@ -493,6 +493,12 @@ module Google
493
493
  # @return [Fixnum]
494
494
  attr_accessor :quantity
495
495
 
496
+ # Required. The Document url - only allowed for DataStores with content_config
497
+ # PUBLIC_WEBSITE.
498
+ # Corresponds to the JSON property `uri`
499
+ # @return [String]
500
+ attr_accessor :uri
501
+
496
502
  def initialize(**args)
497
503
  update!(**args)
498
504
  end
@@ -503,6 +509,7 @@ module Google
503
509
  @name = args[:name] if args.key?(:name)
504
510
  @promotion_ids = args[:promotion_ids] if args.key?(:promotion_ids)
505
511
  @quantity = args[:quantity] if args.key?(:quantity)
512
+ @uri = args[:uri] if args.key?(:uri)
506
513
  end
507
514
  end
508
515
 
@@ -1024,7 +1031,7 @@ module Google
1024
1031
  include Google::Apis::Core::Hashable
1025
1032
 
1026
1033
  # Required. Filter matching documents to purge. Only currently supported value
1027
- # is “*” (all items).
1034
+ # is `*` (all items).
1028
1035
  # Corresponds to the JSON property `filter`
1029
1036
  # @return [String]
1030
1037
  attr_accessor :filter
@@ -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.10.0"
19
+ GEM_VERSION = "0.11.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 = "20230427"
25
+ REVISION = "20230504"
26
26
  end
27
27
  end
28
28
  end
@@ -438,6 +438,7 @@ module Google
438
438
  property :name, as: 'name'
439
439
  collection :promotion_ids, as: 'promotionIds'
440
440
  property :quantity, as: 'quantity'
441
+ property :uri, as: 'uri'
441
442
  end
442
443
  end
443
444
 
@@ -286,13 +286,12 @@ module Google
286
286
  execute_or_queue_command(command, &block)
287
287
  end
288
288
 
289
- # Permanently deletes all selected Documents under a branch. This process is
290
- # asynchronous. If the request is valid, the removal will be enquired and
291
- # processed offlines. Depending on the number of Documents, this operation could
292
- # take hours to complete. Before the operation completes, some Documents may
293
- # still be returned by DocumentService.GetDocument or DocumentService.
294
- # ListDocuments. To get a sample of Documents that would be deleted, set
295
- # PurgeDocumentsRequest.force to false.
289
+ # Permanently deletes all selected Documents in a branch. This process is
290
+ # asynchronous. Depending on the number of Documents to be deleted, this
291
+ # operation can take hours to complete. Before the delete operation completes,
292
+ # some Documents might still be returned by DocumentService.GetDocument or
293
+ # DocumentService.ListDocuments. To get a list of the Documents to be deleted,
294
+ # set PurgeDocumentsRequest.force to false.
296
295
  # @param [String] parent
297
296
  # Required. The parent resource name, such as `projects/`project`/locations/`
298
297
  # location`/collections/`collection`/dataStores/`data_store`/branches/`branch``.
@@ -1074,13 +1073,12 @@ module Google
1074
1073
  execute_or_queue_command(command, &block)
1075
1074
  end
1076
1075
 
1077
- # Permanently deletes all selected Documents under a branch. This process is
1078
- # asynchronous. If the request is valid, the removal will be enquired and
1079
- # processed offlines. Depending on the number of Documents, this operation could
1080
- # take hours to complete. Before the operation completes, some Documents may
1081
- # still be returned by DocumentService.GetDocument or DocumentService.
1082
- # ListDocuments. To get a sample of Documents that would be deleted, set
1083
- # PurgeDocumentsRequest.force to false.
1076
+ # Permanently deletes all selected Documents in a branch. This process is
1077
+ # asynchronous. Depending on the number of Documents to be deleted, this
1078
+ # operation can take hours to complete. Before the delete operation completes,
1079
+ # some Documents might still be returned by DocumentService.GetDocument or
1080
+ # DocumentService.ListDocuments. To get a list of the Documents to be deleted,
1081
+ # set PurgeDocumentsRequest.force to false.
1084
1082
  # @param [String] parent
1085
1083
  # Required. The parent resource name, such as `projects/`project`/locations/`
1086
1084
  # location`/collections/`collection`/dataStores/`data_store`/branches/`branch``.
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.10.0
4
+ version: 0.11.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-04-30 00:00:00.000000000 Z
11
+ date: 2023-05-21 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.10.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-discoveryengine_v1alpha/v0.11.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: []