google-cloud-run-client 0.4.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: f94374952efb5ed30adb6d58fe4dcdaa1bef920338d244efd6450f8cbd04501d
4
- data.tar.gz: ab150e9fb5790344161493e61f044577e184064a8a1f4743b12c693649fabfac
3
+ metadata.gz: 7fde37102a1b399d9ff57533b13a9059e7cfe4f290bd9fa55e48a3e1d63e43c1
4
+ data.tar.gz: bf92cbbed67185734b49302a9424e8c029324704c26947601c4005649096612f
5
5
  SHA512:
6
- metadata.gz: 3f566793f738022eab85635ad7cec14a62041b8f04d5e504b94228bb54fd53019de83c11b5eef0feae554dec1a4d7a88305a6ae134eedf99271ae6b63293c435
7
- data.tar.gz: a998b5a73293a5bdea3058136eaf07e1a6362faf94bab3342a04c3fcf92b9c6aa2c30bcb4965079f8d304100ceae69eeee73a05278e1690518e77686b44456e7
6
+ metadata.gz: 30510a357a8f36c5556034c827f9c38347a0f50c374ff5d848e36e76a492c207ec1375aa2eb6fc03186aa56959d6ecfcb9d06695ccefe2d36f5ddc999754a19f
7
+ data.tar.gz: c469dd4ea7bbdc01338580115ee7e77386d20ece1985c0e796803373bb63b4dc98809695b16fa9df37e4e4f573f2c80b8db964b93ddc705ca4b4f3f4c4e29971
data/README.md CHANGED
@@ -16,7 +16,7 @@ for this library, google-cloud-run-client, 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-run-v2](https://googleapis.dev/ruby/google-cloud-run-v2/latest).
19
+ [google-cloud-run-v2](https://cloud.google.com/ruby/docs/reference/google-cloud-run-v2/latest).
20
20
 
21
21
  See also the [Product Documentation](https://cloud.google.com/run)
22
22
  for more usage information.
@@ -18,7 +18,7 @@ module Google
18
18
  module Cloud
19
19
  module Run
20
20
  module Client
21
- VERSION = "0.4.0"
21
+ VERSION = "1.0.0"
22
22
  end
23
23
  end
24
24
  end
@@ -48,7 +48,7 @@ module Google
48
48
  # Create a new client object for Executions.
49
49
  #
50
50
  # By default, this returns an instance of
51
- # [Google::Cloud::Run::V2::Executions::Client](https://googleapis.dev/ruby/google-cloud-run-v2/latest/Google/Cloud/Run/V2/Executions/Client.html)
51
+ # [Google::Cloud::Run::V2::Executions::Client](https://cloud.google.com/ruby/docs/reference/google-cloud-run-v2/latest/Google-Cloud-Run-V2-Executions-Client)
52
52
  # for a gRPC client for version V2 of the API.
53
53
  # However, you can specify a different API version by passing it in the
54
54
  # `version` parameter. If the Executions service is
@@ -82,7 +82,7 @@ module Google
82
82
  # Create a new client object for Jobs.
83
83
  #
84
84
  # By default, this returns an instance of
85
- # [Google::Cloud::Run::V2::Jobs::Client](https://googleapis.dev/ruby/google-cloud-run-v2/latest/Google/Cloud/Run/V2/Jobs/Client.html)
85
+ # [Google::Cloud::Run::V2::Jobs::Client](https://cloud.google.com/ruby/docs/reference/google-cloud-run-v2/latest/Google-Cloud-Run-V2-Jobs-Client)
86
86
  # for a gRPC client for version V2 of the API.
87
87
  # However, you can specify a different API version by passing it in the
88
88
  # `version` parameter. If the Jobs service is
@@ -116,7 +116,7 @@ module Google
116
116
  # Create a new client object for Revisions.
117
117
  #
118
118
  # By default, this returns an instance of
119
- # [Google::Cloud::Run::V2::Revisions::Client](https://googleapis.dev/ruby/google-cloud-run-v2/latest/Google/Cloud/Run/V2/Revisions/Client.html)
119
+ # [Google::Cloud::Run::V2::Revisions::Client](https://cloud.google.com/ruby/docs/reference/google-cloud-run-v2/latest/Google-Cloud-Run-V2-Revisions-Client)
120
120
  # for a gRPC client for version V2 of the API.
121
121
  # However, you can specify a different API version by passing it in the
122
122
  # `version` parameter. If the Revisions service is
@@ -150,7 +150,7 @@ module Google
150
150
  # Create a new client object for Services.
151
151
  #
152
152
  # By default, this returns an instance of
153
- # [Google::Cloud::Run::V2::Services::Client](https://googleapis.dev/ruby/google-cloud-run-v2/latest/Google/Cloud/Run/V2/Services/Client.html)
153
+ # [Google::Cloud::Run::V2::Services::Client](https://cloud.google.com/ruby/docs/reference/google-cloud-run-v2/latest/Google-Cloud-Run-V2-Services-Client)
154
154
  # for a gRPC client for version V2 of the API.
155
155
  # However, you can specify a different API version by passing it in the
156
156
  # `version` parameter. If the Services service is
@@ -184,7 +184,7 @@ module Google
184
184
  # Create a new client object for Tasks.
185
185
  #
186
186
  # By default, this returns an instance of
187
- # [Google::Cloud::Run::V2::Tasks::Client](https://googleapis.dev/ruby/google-cloud-run-v2/latest/Google/Cloud/Run/V2/Tasks/Client.html)
187
+ # [Google::Cloud::Run::V2::Tasks::Client](https://cloud.google.com/ruby/docs/reference/google-cloud-run-v2/latest/Google-Cloud-Run-V2-Tasks-Client)
188
188
  # for a gRPC client for version V2 of the API.
189
189
  # However, you can specify a different API version by passing it in the
190
190
  # `version` parameter. If the Tasks service is
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-run-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.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-core