google-apis-discovery_v1 0.0.1 → 0.1.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: fdaea404c30a4e7a1783321bf5ff9333e6b7014eea2639fb72b948b40c5e1c9c
4
- data.tar.gz: c86bb9d20c78fca226f11c06406065b75ef0c1dc41f457ef0c36c92f134a70ee
3
+ metadata.gz: db2a88582ea93dde96b8994bdbc2e0a78bfddcc2fbeabe974149135b5fb13105
4
+ data.tar.gz: a77c28665007ef5fa3515f05c4ce261ec773bf5e8aa5e7de6e93b87e13d88594
5
5
  SHA512:
6
- metadata.gz: 85958921f094b20345d922a59b0adbd93eb60f797555834cb6c78edeebb9b49253905a370f19db83fad7718d5824b26684670af00bf702510fab2cec4e346139
7
- data.tar.gz: 92a542c6a4df958e262d22fd5b7dde10e242aaaa13bfd5d4f3e0c44c1c79c2b9a45cc279905888fb474f13df484edac0c549935c492ad37ab4786b0b31230539
6
+ metadata.gz: b58553d12ed16bdd9efc70f540cab2efd2130ee1ef886cc99491b6e99ced6aad6a066a726d46b64faef135c99ee2dade16f21ea10fe68c6a25e0426d90fa78b0
7
+ data.tar.gz: 95ad7c89e264436be9e3c74ef4f5925f03046a60e802535cc37772161301bdbf9a08e4de69007e02d6844a75e238689d50d5792ed0bab756b29fd1098cf8b16a
data/.yardopts CHANGED
@@ -1,6 +1,7 @@
1
1
  --hide-void-return
2
2
  --no-private
3
3
  --verbose
4
+ --title=google-apis-discovery_v1
4
5
  --markup-provider=redcarpet
5
6
  --markup=markdown
6
7
  --main OVERVIEW.md
@@ -1,8 +1,7 @@
1
1
  # Release history for google-apis-discovery_v1
2
2
 
3
- ### v0.0.1 (2021-01-01)
3
+ ### v0.1.0 (2021-01-07)
4
4
 
5
- * Early release to bootstrap google-apis-generator gem
5
+ * Regenerated using generator version 0.1.1
6
6
  * Regenerated from discovery document revision 20190129
7
- * Regenerated using generator version 0.1.0
8
7
 
@@ -1,4 +1,4 @@
1
- # Legacy REST client for version V1 of the API Discovery Service
1
+ # Simple REST client for version V1 of the API Discovery Service
2
2
 
3
3
  This is a simple client library for version V1 of the API Discovery Service. It provides:
4
4
 
@@ -7,7 +7,7 @@ This is a simple client library for version V1 of the API Discovery Service. It
7
7
  * Integration with the googleauth gem for authentication using OAuth, API keys, and service accounts.
8
8
  * Control of retry, pagination, and timeouts.
9
9
 
10
- Note that although this client library is supported and will continue to be updated to track changes to the service, it is considered legacy. A more modern client may be available for many Google services, especially Cloud Platform services. See the section below titled *Which client should I use?* for more information.
10
+ Note that although this client library is supported and will continue to be updated to track changes to the service, it is otherwise considered complete and not under active development. Many Google services, especially Google Cloud Platform services, may provide a more modern client that is under more active development and improvement. See the section below titled *Which client should I use?* for more information.
11
11
 
12
12
  ## Getting started
13
13
 
@@ -58,26 +58,26 @@ See the class reference docs for information on the methods you can call from a
58
58
 
59
59
  ## Documentation
60
60
 
61
- More detailed descriptions of the Google legacy REST clients are available in two documents.
61
+ More detailed descriptions of the Google simple REST clients are available in two documents.
62
62
 
63
63
  * The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/master/docs/usage-guide.md) discusses how to make API calls, how to use the provided data structures, and how to work the various features of the client library, including media upload and download, error handling, retries, pagination, and logging.
64
64
  * The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/master/docs/auth-guide.md) discusses authentication in the client libraries, including API keys, OAuth 2.0, service accounts, and environment variables.
65
65
 
66
- (Note: the above documents are written for the legacy clients in general, and their examples may not reflect the Discovery service in particular.)
66
+ (Note: the above documents are written for the simple REST clients in general, and their examples may not reflect the Discovery service in particular.)
67
67
 
68
68
  For reference information on specific calls in the API Discovery Service, see the {Google::Apis::DiscoveryV1::DiscoveryService class reference docs}.
69
69
 
70
70
  ## Which client should I use?
71
71
 
72
- Google provides two types of Ruby API client libraries: **legacy REST clients** and **modern clients**.
72
+ Google provides two types of Ruby API client libraries: **simple REST clients** and **modern clients**.
73
73
 
74
- This library, `google-apis-discovery_v1`, is a legacy REST client. You can identify legacy clients by their gem names, which are always in the form `google-apis-<servicename>_<serviceversion>`. The legacy REST clients connect to HTTP/JSON REST endpoints and are automatically generated from service discovery documents. They support most API functionality, but their class interfaces are sometimes awkward.
74
+ This library, `google-apis-discovery_v1`, is a simple REST client. You can identify these clients by their gem names, which are always in the form `google-apis-<servicename>_<serviceversion>`. The simple REST clients connect to HTTP/JSON REST endpoints and are automatically generated from service discovery documents. They support most API functionality, but their class interfaces are sometimes awkward.
75
75
 
76
- Modern clients are produced by a modern code generator, combined with hand-crafted functionality for some services. Most modern clients connect to high-performance gRPC endpoints, although a few are backed by REST services. Modern clients are available for many Google services, especially Cloud Platform services, but do not yet support all the services covered by the legacy clients.
76
+ Modern clients are produced by a modern code generator, sometimes combined with hand-crafted functionality. Most modern clients connect to high-performance gRPC endpoints, although a few are backed by REST services. Modern clients are available for many Google services, especially Google Cloud Platform services, but do not yet support all the services covered by the simple clients.
77
77
 
78
78
  Gem names for modern clients are often of the form `google-cloud-<service_name>`. (For example, [google-cloud-pubsub](https://rubygems.org/gems/google-cloud-pubsub).) Note that most modern clients also have corresponding "versioned" gems with names like `google-cloud-<service_name>-<version>`. (For example, [google-cloud-pubsub-v1](https://rubygems.org/gems/google-cloud-pubsub-v1).) The "versioned" gems can be used directly, but often provide lower-level interfaces. In most cases, the main gem is recommended.
79
79
 
80
- **For most users, we recommend the modern client, if one is available.** Compared with legacy 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 legacy 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.
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
82
  The [product documentation](https://developers.google.com/discovery/) may provide guidance regarding the preferred client library to use.
83
83
 
@@ -16,10 +16,10 @@ module Google
16
16
  module Apis
17
17
  module DiscoveryV1
18
18
  # Version of the google-apis-discovery_v1 gem
19
- GEM_VERSION = "0.0.1"
19
+ GEM_VERSION = "0.1.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.1.0"
22
+ GENERATOR_VERSION = "0.1.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
25
  REVISION = "20190129"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-discovery_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.1.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-01 00:00:00.000000000 Z
11
+ date: 2021-01-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -24,8 +24,8 @@ dependencies:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
26
  version: '0.1'
27
- description: This is the legacy REST client for API Discovery Service V1. Legacy REST
28
- clients are simple Ruby libraries that provide access to Google services via their
27
+ description: This is the simple REST client for API Discovery Service V1. Simple REST
28
+ clients are Ruby client libraries that provide access to Google services via their
29
29
  HTTP REST API endpoints. These libraries are generated and updated automatically
30
30
  based on the discovery documents published by the service, and they handle most
31
31
  concerns such as authentication, pagination, retry, timeouts, and logging. You can
@@ -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-discovery_v1/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-discovery_v1/v0.0.1
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-discovery_v1/v0.1.0
56
56
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-discovery_v1
57
57
  post_install_message:
58
58
  rdoc_options: []
@@ -72,5 +72,5 @@ requirements: []
72
72
  rubygems_version: 3.1.4
73
73
  signing_key:
74
74
  specification_version: 4
75
- summary: Legacy REST client for API Discovery Service V1
75
+ summary: Simple REST client for API Discovery Service V1
76
76
  test_files: []