google-apis-apikeys_v2 0.18.0 → 0.19.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: 304b82eba543f1c6e4f5f79b5bf7c846ca337e338868ac16f5a82bac8d527cd3
4
- data.tar.gz: ddbabb553495f7c27dbb9ca845c0a5c4fa44891fcbf6654205b36872d7e82335
3
+ metadata.gz: b9147df9f23d15a0ccdf6103585fad7fb0500d75f35811bf13310f3788186760
4
+ data.tar.gz: e775764246092ea57766437a191af46e41e525f22bdd749da9c4d533aa29ef4f
5
5
  SHA512:
6
- metadata.gz: 38089d9d334768d742c02028bea2d01f3e2897815f8ea9d4d4568fd85a67eb777dda9d5ea739087d467ffff0de9bc6c4eb465f3240401ded7f06b91de67b98e6
7
- data.tar.gz: '08d8170ea2772ff7075cfdeb01c115f6752c9b354081922a95bc26809e8ff87ce4249c07859bc96ab7253970e5ff9c33298cb523143531d5c2f1812ba166808b'
6
+ metadata.gz: f70aff50eef692a15613cac7434feefc8c30261089894fc8341981fdccfe23c5b890e1224e6ab16cac9c73c2f1f760f616fce29c71b5ad8ca2e7b9f148d02d80
7
+ data.tar.gz: 06b08fffc0d8cae133ced326f153410a12f0b0603641050d43ecfb25e19293cb68c95ed420060118fc5cf3a6555ab664fddcf45d67e377bed2eaeebd2b6ed5d5
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-apikeys_v2
2
2
 
3
+ ### v0.19.0 (2023-08-13)
4
+
5
+ * Regenerated from discovery document revision 20230806
6
+
3
7
  ### v0.18.0 (2023-02-15)
4
8
 
5
9
  * Regenerated using generator version 0.12.0
@@ -59,13 +59,13 @@ module Google
59
59
  # @return [String]
60
60
  attr_accessor :name
61
61
 
62
- # The normal response of the operation in case of success. If the original
63
- # method returns no data on success, such as `Delete`, the response is `google.
64
- # protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`,
65
- # the response should be the resource. For other methods, the response should
66
- # have the type `XxxResponse`, where `Xxx` is the original method name. For
67
- # example, if the original method name is `TakeSnapshot()`, the inferred
68
- # response type is `TakeSnapshotResponse`.
62
+ # The normal, successful response of the operation. If the original method
63
+ # returns no data on success, such as `Delete`, the response is `google.protobuf.
64
+ # Empty`. If the original method is standard `Get`/`Create`/`Update`, the
65
+ # response should be the resource. For other methods, the response should have
66
+ # the type `XxxResponse`, where `Xxx` is the original method name. For example,
67
+ # if the original method name is `TakeSnapshot()`, the inferred response type is
68
+ # `TakeSnapshotResponse`.
69
69
  # Corresponds to the JSON property `response`
70
70
  # @return [Hash<String,Object>]
71
71
  attr_accessor :response
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ApikeysV2
18
18
  # Version of the google-apis-apikeys_v2 gem
19
- GEM_VERSION = "0.18.0"
19
+ GEM_VERSION = "0.19.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220530"
25
+ REVISION = "20230806"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-apikeys_v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.18.0
4
+ version: 0.19.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-02-19 00:00:00.000000000 Z
11
+ date: 2023-08-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-apikeys_v2/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-apikeys_v2/v0.18.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-apikeys_v2/v0.19.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-apikeys_v2
63
63
  post_install_message:
64
64
  rdoc_options: []