google-cloud-batch 0.3.0 → 1.0.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: fdf5b90586a24dcdf4cc1cb0de666693a1a6c8156a522ce9fa8c6916eab6df9b
4
- data.tar.gz: ce9bfbe4a45478629549d0fef694aaa71e014e737b38aeca4b89bcff9cba06c0
3
+ metadata.gz: 6a1a8b436f47e8df4391c3c006bf8a52b960365d149e279d4790eb108f3079d8
4
+ data.tar.gz: 4cec10306aa2dbe022e0b1181f256352c4a1a003b848e2a56604e49626c9ddf0
5
5
  SHA512:
6
- metadata.gz: 5bd9b1d8cb11bc03e4442a8b9097da869c7de41e34fcc378e9d82ad560fc79f4e37142a56377a2284a7d5a5f7bcda35748da47f4fadb5319dfc28f753fead662
7
- data.tar.gz: 6bd611ae3d1c2b21ea24eff9a998a4df6ed52ccc666997a8dbd9e7077be9a5d4897f262cbd02585ef1b545dc287def7783f67ba406c34ef3a9cc289e471e5273
6
+ metadata.gz: e19a3623498801bdfca889fc1d360ab3643c87bcbffde3162beae596e6d3635c1a507afd69784e739f00f11aadd7cfc9d3621d49c65763aff557eb8e6f551e23
7
+ data.tar.gz: 51ee8fb928542af801905c687af4ef77d882b11760693064ed14e9a40a8e8cfe8e24cfa39a9c1ed8c5a5dc7e7c6f67e2dfe9eff5cfdbb0a01a314a7996bf814b
data/README.md CHANGED
@@ -16,7 +16,7 @@ for this library, google-cloud-batch, 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-batch-v1](https://googleapis.dev/ruby/google-cloud-batch-v1/latest).
19
+ [google-cloud-batch-v1](https://cloud.google.com/ruby/docs/reference/google-cloud-batch-v1/latest).
20
20
 
21
21
  ## Quick Start
22
22
 
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module Batch
23
- VERSION = "0.3.0"
23
+ VERSION = "1.0.0"
24
24
  end
25
25
  end
26
26
  end
@@ -48,7 +48,7 @@ module Google
48
48
  # Create a new client object for BatchService.
49
49
  #
50
50
  # By default, this returns an instance of
51
- # [Google::Cloud::Batch::V1::BatchService::Client](https://googleapis.dev/ruby/google-cloud-batch-v1/latest/Google/Cloud/Batch/V1/BatchService/Client.html)
51
+ # [Google::Cloud::Batch::V1::BatchService::Client](https://cloud.google.com/ruby/docs/reference/google-cloud-batch-v1/latest/Google-Cloud-Batch-V1-BatchService-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 BatchService service is
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-batch
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 1.0.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-03-09 00:00:00.000000000 Z
11
+ date: 2023-07-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-cloud-batch-v1