google-apis-contentwarehouse_v1 0.5.0 → 0.7.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 +4 -4
- data/CHANGELOG.md +9 -0
- data/OVERVIEW.md +3 -3
- data/lib/google/apis/contentwarehouse_v1/classes.rb +625 -224
- data/lib/google/apis/contentwarehouse_v1/gem_version.rb +3 -3
- data/lib/google/apis/contentwarehouse_v1/representations.rb +181 -44
- data/lib/google/apis/contentwarehouse_v1/service.rb +19 -1
- data/lib/google/apis/contentwarehouse_v1.rb +2 -2
- metadata +9 -9
@@ -20,7 +20,7 @@ require 'google/apis/errors'
|
|
20
20
|
module Google
|
21
21
|
module Apis
|
22
22
|
module ContentwarehouseV1
|
23
|
-
#
|
23
|
+
# Document AI Warehouse API
|
24
24
|
#
|
25
25
|
#
|
26
26
|
#
|
@@ -87,6 +87,15 @@ module Google
|
|
87
87
|
end
|
88
88
|
|
89
89
|
# Sets the access control policy for a resource. Replaces any existing policy.
|
90
|
+
# You can set ACL with condition for projects only. Supported operators are: `=`,
|
91
|
+
# `!=`, `<`, `<=`, `>`, and `>=` where the left of the operator is `
|
92
|
+
# DocumentSchemaId` or property name and the right of the operator is a number
|
93
|
+
# or a quoted string. You must escape backslash (\\) and quote (\") characters.
|
94
|
+
# Boolean expressions (AND/OR) are supported up to 3 levels of nesting (for
|
95
|
+
# example, "((A AND B AND C) OR D) AND E"), a maximum of 10 comparisons are
|
96
|
+
# allowed in the expression. The expression must be < 6000 bytes in length.
|
97
|
+
# Sample condition: `"DocumentSchemaId = \"some schema id\" " OR SchemaId.
|
98
|
+
# floatPropertyName >= 10`
|
90
99
|
# @param [String] resource
|
91
100
|
# Required. REQUIRED: The resource for which the policy is being requested.
|
92
101
|
# Format for document: projects/`project_number`/locations/`location`/documents/`
|
@@ -615,6 +624,15 @@ module Google
|
|
615
624
|
end
|
616
625
|
|
617
626
|
# Sets the access control policy for a resource. Replaces any existing policy.
|
627
|
+
# You can set ACL with condition for projects only. Supported operators are: `=`,
|
628
|
+
# `!=`, `<`, `<=`, `>`, and `>=` where the left of the operator is `
|
629
|
+
# DocumentSchemaId` or property name and the right of the operator is a number
|
630
|
+
# or a quoted string. You must escape backslash (\\) and quote (\") characters.
|
631
|
+
# Boolean expressions (AND/OR) are supported up to 3 levels of nesting (for
|
632
|
+
# example, "((A AND B AND C) OR D) AND E"), a maximum of 10 comparisons are
|
633
|
+
# allowed in the expression. The expression must be < 6000 bytes in length.
|
634
|
+
# Sample condition: `"DocumentSchemaId = \"some schema id\" " OR SchemaId.
|
635
|
+
# floatPropertyName >= 10`
|
618
636
|
# @param [String] resource
|
619
637
|
# Required. REQUIRED: The resource for which the policy is being requested.
|
620
638
|
# Format for document: projects/`project_number`/locations/`location`/documents/`
|
@@ -19,13 +19,13 @@ require 'google/apis/contentwarehouse_v1/gem_version.rb'
|
|
19
19
|
|
20
20
|
module Google
|
21
21
|
module Apis
|
22
|
-
#
|
22
|
+
# Document AI Warehouse API
|
23
23
|
#
|
24
24
|
#
|
25
25
|
#
|
26
26
|
# @see https://cloud.google.com/document-warehouse
|
27
27
|
module ContentwarehouseV1
|
28
|
-
# Version of the
|
28
|
+
# Version of the Document AI Warehouse API this client connects to.
|
29
29
|
# This is NOT the gem version.
|
30
30
|
VERSION = 'V1'
|
31
31
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-contentwarehouse_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.7.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:
|
11
|
+
date: 2023-01-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -30,12 +30,12 @@ dependencies:
|
|
30
30
|
- - "<"
|
31
31
|
- !ruby/object:Gem::Version
|
32
32
|
version: 2.a
|
33
|
-
description: This is the simple REST client for
|
34
|
-
clients are Ruby client libraries that provide access to Google services via
|
35
|
-
HTTP REST API endpoints. These libraries are generated and updated automatically
|
33
|
+
description: This is the simple REST client for Document AI Warehouse API V1. Simple
|
34
|
+
REST clients are Ruby client libraries that provide access to Google services via
|
35
|
+
their HTTP REST API endpoints. These libraries are generated and updated automatically
|
36
36
|
based on the discovery documents published by the service, and they handle most
|
37
37
|
concerns such as authentication, pagination, retry, timeouts, and logging. You can
|
38
|
-
use this client to access the
|
38
|
+
use this client to access the Document AI Warehouse API, but note that some services
|
39
39
|
may provide a separate modern client that is easier to use.
|
40
40
|
email: googleapis-packages@google.com
|
41
41
|
executables: []
|
@@ -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-contentwarehouse_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-contentwarehouse_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-contentwarehouse_v1/v0.7.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-contentwarehouse_v1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|
@@ -75,8 +75,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
75
75
|
- !ruby/object:Gem::Version
|
76
76
|
version: '0'
|
77
77
|
requirements: []
|
78
|
-
rubygems_version: 3.
|
78
|
+
rubygems_version: 3.4.2
|
79
79
|
signing_key:
|
80
80
|
specification_version: 4
|
81
|
-
summary: Simple REST client for
|
81
|
+
summary: Simple REST client for Document AI Warehouse API V1
|
82
82
|
test_files: []
|