google-cloud-document_ai 1.2.0 → 1.2.1

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: fa2b3d09a1c677f34c7f98c3b4374f21fddd506de2879f78a35557421da4fe1d
4
- data.tar.gz: 4bd4ab8ae9a2655a818bd0dc455b0952f8d0f03e2d4bb78d66b78454b70ba631
3
+ metadata.gz: 81f6aa870e20ce85c07510352d56d63522f6fa3e2a00a2ba7585fdf31871f170
4
+ data.tar.gz: 9c44d034119d0ec94f982fbd87527fa36c60659b81a20bca463a9613710e70d5
5
5
  SHA512:
6
- metadata.gz: d5de1a00f99b38ebf21b4790de3873e8736dd9901c5b08d7bf311851486f2ff38fb9a944765a3fc18e2908b3d5aa5309def145d0c8ccdf250b2016489146961d
7
- data.tar.gz: 5d96fdffcd6f5bce60a6d6251fa5cd58e9b455a459fa1ff0e2a01a7153fdf980871fcdca0643c0c6dec95da458cead902cbdf926255a53054b048c7ab2503bed
6
+ metadata.gz: 7f17422bfb8d33572a5e1ce28189d17abd8943022de07a49ce4077e9d42e5b17cb2ef28d35de8c92da2dd4ec5968aa0aef76ccb4e261dfcb00114f77c489b024
7
+ data.tar.gz: d8b179002a24d092d7f2857c4f246d3be28c86137be8747f0331b631368e845a825635d0287660ec651fa3707d8029411273cd0ec457a05b091deaa3d039fd9b
data/README.md CHANGED
@@ -16,8 +16,8 @@ for this library, google-cloud-document_ai, to see the convenience methods for
16
16
  constructing client objects. Reference documentation for the client objects
17
17
  themselves can be found in the client library documentation for the versioned
18
18
  client gems:
19
- [google-cloud-document_ai-v1](https://googleapis.dev/ruby/google-cloud-document_ai-v1/latest),
20
- [google-cloud-document_ai-v1beta3](https://googleapis.dev/ruby/google-cloud-document_ai-v1beta3/latest).
19
+ [google-cloud-document_ai-v1](https://cloud.google.com/ruby/docs/reference/google-cloud-document_ai-v1/latest),
20
+ [google-cloud-document_ai-v1beta3](https://cloud.google.com/ruby/docs/reference/google-cloud-document_ai-v1beta3/latest).
21
21
 
22
22
  See also the [Product Documentation](https://cloud.google.com/document-ai/)
23
23
  for more usage information.
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module DocumentAI
23
- VERSION = "1.2.0"
23
+ VERSION = "1.2.1"
24
24
  end
25
25
  end
26
26
  end
@@ -48,7 +48,7 @@ module Google
48
48
  # Create a new client object for DocumentProcessorService.
49
49
  #
50
50
  # By default, this returns an instance of
51
- # [Google::Cloud::DocumentAI::V1::DocumentProcessorService::Client](https://googleapis.dev/ruby/google-cloud-document_ai-v1/latest/Google/Cloud/DocumentAI/V1/DocumentProcessorService/Client.html)
51
+ # [Google::Cloud::DocumentAI::V1::DocumentProcessorService::Client](https://cloud.google.com/ruby/docs/reference/google-cloud-document_ai-v1/latest/Google-Cloud-DocumentAI-V1-DocumentProcessorService-Client)
52
52
  # for a gRPC client for version V1 of the API.
53
53
  # However, you can specify a different API version by passing it in the
54
54
  # `version` parameter. If the DocumentProcessorService service is
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-document_ai
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0
4
+ version: 1.2.1
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-03-09 00:00:00.000000000 Z
11
+ date: 2023-03-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-cloud-core