google-cloud-gke_backup 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: '05318500ffc71c2c2f1e6229a74d52c29fd30803527a29629a8d615efec39c21'
4
- data.tar.gz: 5cebebbbdceb1dc0440af9a8f5e623f8f88d718e8117811130bd8742f627a48c
3
+ metadata.gz: 65bd5a595bd56fece95e25819a92fe91546459cca5a1cec3fe535e34e100b4a1
4
+ data.tar.gz: 88687f64b4350dd8e8d06f2be798a6992a0e63ad5775608b77a9d6c547814c65
5
5
  SHA512:
6
- metadata.gz: 627e7ff8876dc65f7a7baefc8c963171a5525c597310145d1515e74631a3426f261a60dea7bf6ca54086462975310c7c2753fd7c65c75f700d28c8bad5738394
7
- data.tar.gz: c2ba6dab681dc996562462acfbcc95852f9c09a2ae84c2a1e6d4ec14df7a10250cb10fe6befcffd5563307c0b484bbc6dfc47db90bff11ab831c4ce08928d514
6
+ metadata.gz: f611d269d86a1df4b865af15b85cd40b57b10db8e68c780122b5c757c3d6257e14f8d116e6bfe2691b94557a2679eeb7578dd4a8bcf5bbae8a939a43954292e9
7
+ data.tar.gz: 0f7e4ca3d7050c1e729ede002ccb6b73d470573adc83e6d592cc3c27d4e12f4ced6e3f5b03b1f2a5fda9ae7a8f562c44a0daec9a4b803d6835f4d2e4b02d3747
data/README.md CHANGED
@@ -16,7 +16,7 @@ for this library, google-cloud-gke_backup, 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-gke_backup-v1](https://googleapis.dev/ruby/google-cloud-gke_backup-v1/latest).
19
+ [google-cloud-gke_backup-v1](https://cloud.google.com/ruby/docs/reference/google-cloud-gke_backup-v1/latest).
20
20
 
21
21
  See also the [Product Documentation](https://cloud.google.com/kubernetes-engine/docs/add-on/backup-for-gke/)
22
22
  for more usage information.
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module GkeBackup
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 BackupForGKE.
49
49
  #
50
50
  # By default, this returns an instance of
51
- # [Google::Cloud::GkeBackup::V1::BackupForGKE::Client](https://googleapis.dev/ruby/google-cloud-gke_backup-v1/latest/Google/Cloud/GkeBackup/V1/BackupForGKE/Client.html)
51
+ # [Google::Cloud::GkeBackup::V1::BackupForGKE::Client](https://cloud.google.com/ruby/docs/reference/google-cloud-gke_backup-v1/latest/Google-Cloud-GkeBackup-V1-BackupForGKE-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 BackupForGKE service is
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-gke_backup
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-core