google-cloud-gke_hub 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: ecab038d6ed36a85d97ca0b22058554873208be72cea41bebdd8fc93cd8bccea
4
- data.tar.gz: a2a62d1ce3806451810c03f9fff278db84ed869d8577376b98230cd9f9a7449d
3
+ metadata.gz: 00f57beed88dac4f9393f545f3330d2d037577775afa95618a8f75718b5b46a1
4
+ data.tar.gz: db1add20c4ba586058e05e365e1ca77cd55a1800848459e9a464cc5661759eb4
5
5
  SHA512:
6
- metadata.gz: 72e50c6a79d664fdf0724513d50cdddae9f65b5a3bd2613eca269a38fe023e1995a8a1935a3032d4fe4facf8fa44c4c1e390785aa2c13c1648a83b21e51bdb72
7
- data.tar.gz: 168f7772e0eabaaf499b8753ce690399d933a6d9b77204d1c4e409fda1bb9572b4dc814167f0575d49fadf0b405c7bbb91e45270ee1bfc4893bee627bc12eaa8
6
+ metadata.gz: f6e957f840ef1e7cd17f0e875fb09f5b60b78bf66f89f316838bf092b030cf465d803b92f88a9234160ecfeab3f8567a5fcaa286a83530135bd50b152e83a943
7
+ data.tar.gz: a3eccdb69bc1c856b08f9b47f7a66a536de95f070a620d7e1010e806c602363b9decd88d43bf9b90099b17d5c5ee10413a92428a57b179bbe951246972628cab
data/README.md CHANGED
@@ -16,8 +16,8 @@ for this library, google-cloud-gke_hub, 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_hub-v1](https://googleapis.dev/ruby/google-cloud-gke_hub-v1/latest),
20
- [google-cloud-gke_hub-v1beta1](https://googleapis.dev/ruby/google-cloud-gke_hub-v1beta1/latest).
19
+ [google-cloud-gke_hub-v1](https://cloud.google.com/ruby/docs/reference/google-cloud-gke_hub-v1/latest),
20
+ [google-cloud-gke_hub-v1beta1](https://cloud.google.com/ruby/docs/reference/google-cloud-gke_hub-v1beta1/latest).
21
21
 
22
22
  See also the [Product Documentation](https://cloud.google.com/anthos/clusters/docs)
23
23
  for more usage information.
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module GkeHub
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 GkeHub.
49
49
  #
50
50
  # By default, this returns an instance of
51
- # [Google::Cloud::GkeHub::V1::GkeHub::Client](https://googleapis.dev/ruby/google-cloud-gke_hub-v1/latest/Google/Cloud/GkeHub/V1/GkeHub/Client.html)
51
+ # [Google::Cloud::GkeHub::V1::GkeHub::Client](https://cloud.google.com/ruby/docs/reference/google-cloud-gke_hub-v1/latest/Google-Cloud-GkeHub-V1-GkeHub-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 GkeHub service is
@@ -68,7 +68,10 @@ module Google
68
68
  # * Membership
69
69
  # * Feature
70
70
  #
71
- # GKE Hub is currently only available in the global region.
71
+ # GKE Hub is currently available in the global region and all regions in
72
+ # https://cloud.google.com/compute/docs/regions-zones. Feature is only
73
+ # available in global region while membership is global region and all the
74
+ # regions.
72
75
  #
73
76
  # **Membership management may be non-trivial:** it is recommended to use one
74
77
  # of the Google-provided client libraries or tools where possible when working
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-gke_hub
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-04-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-cloud-core