google-cloud-api_keys 0.2.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: e60b6faedebc76630d55d4c9821433e6ef9d82516ce3d938210fe4bb7efcaae3
4
- data.tar.gz: 8928cac47aa488ed4660820e49dc6ab17aeb736017e96c9027701e749ac9c5a7
3
+ metadata.gz: 28f7dccae79bb2f6969dba5d6ec910b1d855f2a072027aef0057ea3c87b19c8a
4
+ data.tar.gz: b7a3defa83044bf771d6569d1ed7531ba557829749bbcf6ee97379cc50c294de
5
5
  SHA512:
6
- metadata.gz: abfe7f10ccda46d905e29885d409ad7c99943c1c375471cc9adcf19c50dc23ec5556745e1e29978889f2832ba5f4789e5290a5060389d6958c2c15a03583900b
7
- data.tar.gz: cb865da3d7743a69fc90b3e9c36de53d123b4de4e2211bd2837fd9044ffe32b92cb64c97641019763532cf3aee3aeaa9d156267f9f0f0cbc09404268f5aa0f33
6
+ metadata.gz: 26c23eb3b6bff43a3c852cfffde491e7efe06b5ccce706ca25281955d3e335e097bae2296749794ee09934940385002f2f69f11a3be4a47c523c90239722919b
7
+ data.tar.gz: 8698ffd9d6ddbf31f10bcd3bc0403d5738100920655e5643b53a612520896b39548901b16339df9777feef3bb71cb2ad236bd6bd2e1b7c73db1b8c1415dd6fdc
data/README.md CHANGED
@@ -16,7 +16,7 @@ for this library, google-cloud-api_keys, 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-api_keys-v2](https://googleapis.dev/ruby/google-cloud-api_keys-v2/latest).
19
+ [google-cloud-api_keys-v2](https://cloud.google.com/ruby/docs/reference/google-cloud-api_keys-v2/latest).
20
20
 
21
21
  See also the [Product Documentation](https://cloud.google.com/api-keys/)
22
22
  for more usage information.
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module ApiKeys
23
- VERSION = "0.2.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 ApiKeys.
49
49
  #
50
50
  # By default, this returns an instance of
51
- # [Google::Cloud::ApiKeys::V2::ApiKeys::Client](https://googleapis.dev/ruby/google-cloud-api_keys-v2/latest/Google/Cloud/ApiKeys/V2/ApiKeys/Client.html)
51
+ # [Google::Cloud::ApiKeys::V2::ApiKeys::Client](https://cloud.google.com/ruby/docs/reference/google-cloud-api_keys-v2/latest/Google-Cloud-ApiKeys-V2-ApiKeys-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 ApiKeys service is
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-api_keys
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.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-api_keys-v2