1- # Ruby Client for the Google Garbage Noservice API
1+ # Ruby Client for the Google Cloud Noservice API
22
3- API Client library for the Google Garbage Noservice API
3+ API Client library for the Google Cloud Noservice API
44
5- google-garbage -noservice is the official client library for the Google Garbage Noservice API.
5+ google-cloud -noservice is the official client library for the Google Cloud Noservice API.
66
77https://github.com/googleapis/google-cloud-ruby
88
99This gem is a _ versioned_ client. It provides basic client classes for a
10- specific version of the Google Garbage Noservice API. Most users should consider using
10+ specific version of the Google Cloud Noservice API. Most users should consider using
1111the main client gem,
12- [ google-garbage -noservice-wrapper] ( https://rubygems.org/gems/google-garbage -noservice-wrapper ) .
12+ [ google-cloud -noservice-wrapper] ( https://rubygems.org/gems/google-cloud -noservice-wrapper ) .
1313See the section below titled * Which client should I use?* for more information.
1414
1515## Installation
1616
1717```
18- $ gem install google-garbage -noservice
18+ $ gem install google-cloud -noservice
1919```
2020
2121## Before You Begin
@@ -28,26 +28,31 @@ In order to use this library, you first need to go through the following steps:
2828
2929## Quick Start
3030
31- View the [ Client Library Documentation] ( https://googleapis.dev/ruby /google-garbage -noservice/latest )
31+ View the [ Client Library Documentation] ( https://rubydoc.info/gems /google-cloud -noservice )
3232for class and method documentation.
3333
34+
35+ ## Google Cloud Samples
36+
37+ To browse ready to use code samples check [ Google Cloud Samples] ( https://cloud.google.com/docs/samples ) .
38+
3439## Supported Ruby Versions
3540
36- This library is supported on Ruby 2.5 +.
41+ This library is supported on Ruby 3.0 +.
3742
3843Google provides official support for Ruby versions that are actively supported
3944by Ruby Core—that is, Ruby versions that are either in normal maintenance or
40- in security maintenance, and not end of life. Currently, this means Ruby 2.5
41- and later. Older versions of Ruby _ may _ still work, but are unsupported and not
42- recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details
43- about the Ruby support schedule.
45+ in security maintenance, and not end of life. Older versions of Ruby _ may _
46+ still work, but are unsupported and not recommended. See
47+ https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby
48+ support schedule.
4449
4550## Which client should I use?
4651
4752Most modern Ruby client libraries for Google APIs come in two flavors: the main
48- client library with a name such as ` google-garbage -noservice-wrapper ` ,
53+ client library with a name such as ` google-cloud -noservice-wrapper ` ,
4954and lower-level _ versioned_ client libraries with names such as
50- ` google-garbage -noservice ` .
55+ ` google-cloud -noservice ` .
5156_ In most cases, you should install the main client._
5257
5358### What's the difference between the main client and a versioned client?
@@ -72,7 +77,7 @@ service version.
7277
7378We recommend that most users install the main client gem for a service. You can
7479identify this gem as the one _ without_ a version in its name, e.g.
75- ` google-garbage -noservice-wrapper ` .
80+ ` google-cloud -noservice-wrapper ` .
7681The main client is recommended because it will embody the best practices for
7782accessing the service, and may also provide more convenient interfaces or
7883tighter integration into frameworks and third-party libraries. In addition, the
@@ -85,7 +90,7 @@ You can use a versioned client if you are content with a possibly lower-level
8590class interface, you explicitly want to avoid features provided by the main
8691client, or you want to access a specific service version not be covered by the
8792main client. You can identify versioned client gems because the service version
88- is part of the name, e.g. ` google-garbage -noservice ` .
93+ is part of the name, e.g. ` google-cloud -noservice ` .
8994
9095### What about the google-apis-<name > clients?
9196
0 commit comments