google-apis-apigateway_v1beta 0.1.0 → 0.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7b8eda0bb1e6e370a590ddc65bb1331b349b40b9061f90e938bb2c54b43480e8
4
- data.tar.gz: b72578899ab51a027d7ed7be43a14f6e6299c8655b122cc844ee4db46f8f28d6
3
+ metadata.gz: 5f8ad68916c2b880aa2f79101e0734a3caccc4753ed2f1c1b6b54d5a89bab2d3
4
+ data.tar.gz: c08bb770f40819e1fbbd149650556f65ce52f1bb9ba4fe53f1e6ed4d50ba8be3
5
5
  SHA512:
6
- metadata.gz: 6300c5c97686a65a04d4c695c9a52d1778196d9b22a17b97db28ba5b7da442923b8f814566cbc06c124ae98fc93ca3e4433f4478b61cd4675f9961b13752032e
7
- data.tar.gz: a5aa13b09d107485b98556e500b319786ce48da9bfcbc87330d7666679ca532625733635842a0bc8053779048256846994be08006219eca2d348d9d4dcc5e8f1
6
+ metadata.gz: a8886910b3c65c788791b301adf206d96a314fc539214821ecf7d3bcf3df9fd3eaf2c9fe3457ec4462c46d787490c3ff0477909d4ea858c5a3a9d1f030a475da
7
+ data.tar.gz: 7e08f87e5de132f232ca68433c3c9684c76ccc6937a9df25e67ff942d3aa1e8f5d6826deae7135ccad63f84e449be35d2403e14e580ec57420f59c06900bb616
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-apigateway_v1beta
2
2
 
3
+ ### v0.2.0 (2021-01-13)
4
+
5
+ * Regenerated from discovery document revision 20210107
6
+
3
7
  ### v0.1.0 (2021-01-07)
4
8
 
5
9
  * Regenerated using generator version 0.1.1
data/OVERVIEW.md CHANGED
@@ -79,7 +79,7 @@ Gem names for modern clients are often of the form `google-cloud-<service_name>`
79
79
 
80
80
  **For most users, we recommend the modern client, if one is available.** Compared with simple clients, modern clients are generally much easier to use and more Ruby-like, support more advanced features such as streaming and long-running operations, and often provide much better performance. You may consider using a simple client instead, if a modern client is not yet available for the service you want to use, or if you are not able to use gRPC on your infrastructure.
81
81
 
82
- The [product documentation]( https://cloud.google.com/api-gateway/docs) may provide guidance regarding the preferred client library to use.
82
+ The [product documentation](https://cloud.google.com/api-gateway/docs) may provide guidance regarding the preferred client library to use.
83
83
 
84
84
  ## Supported Ruby versions
85
85
 
@@ -23,7 +23,7 @@ module Google
23
23
  #
24
24
  #
25
25
  #
26
- # @see https://cloud.google.com/api-gateway/docs
26
+ # @see https://cloud.google.com/api-gateway/docs
27
27
  module ApigatewayV1beta
28
28
  # Version of the API Gateway API this client connects to.
29
29
  # This is NOT the gem version.
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ApigatewayV1beta
18
18
  # Version of the google-apis-apigateway_v1beta gem
19
- GEM_VERSION = "0.1.0"
19
+ GEM_VERSION = "0.2.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.1.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20201211"
25
+ REVISION = "20210107"
26
26
  end
27
27
  end
28
28
  end
@@ -30,7 +30,7 @@ module Google
30
30
  # Apigateway = Google::Apis::ApigatewayV1beta # Alias the module
31
31
  # service = Apigateway::ApigatewayService.new
32
32
  #
33
- # @see https://cloud.google.com/api-gateway/docs
33
+ # @see https://cloud.google.com/api-gateway/docs
34
34
  class ApigatewayService < Google::Apis::Core::BaseService
35
35
  # @return [String]
36
36
  # API key. Your API key identifies your project and provides you with API access,
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-apigateway_v1beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.2.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: 2021-01-08 00:00:00.000000000 Z
11
+ date: 2021-02-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -52,7 +52,7 @@ licenses:
52
52
  metadata:
53
53
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
54
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-apigateway_v1beta/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-apigateway_v1beta/v0.1.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-apigateway_v1beta/v0.2.0
56
56
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-apigateway_v1beta
57
57
  post_install_message:
58
58
  rdoc_options: []
@@ -69,7 +69,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
69
69
  - !ruby/object:Gem::Version
70
70
  version: '0'
71
71
  requirements: []
72
- rubygems_version: 3.1.4
72
+ rubygems_version: 3.2.6
73
73
  signing_key:
74
74
  specification_version: 4
75
75
  summary: Simple REST client for API Gateway API V1beta