google-apis-baremetalsolution_v1 0.1.0 → 0.5.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: 1da05e12994c3b2827ba61fe8bde1131de81193bf7fc5f17de24dacd4702b514
4
- data.tar.gz: 811e80a447aa0ee75a31d5b51defd41fea8830097d285c1aaa3c5447184eaeaf
3
+ metadata.gz: eda59c4f929aa51db618b039fdc2db52413086b927a304d58b289f63bfefeff0
4
+ data.tar.gz: 4c9ee3f1982e77841a6ccc73426032e78315c8111936ef42140cea71a006d17e
5
5
  SHA512:
6
- metadata.gz: 4335921d9f8341cbbbde187af82ec6149aa193250c8307337f3e8401cb454fb641bc3f50a208577ff4696e7d877e508dc85824c6f275a0bf3c550d79fe96aa72
7
- data.tar.gz: f0d02f67796831d03ae6b6e7d0cc440398e403939071d13dc21a51fe27060bc921014b0f4cca13ac6d8b19d46c0b3596e91b80e5f44b7e3d9d0b07938bb034e0
6
+ metadata.gz: 8ded84414e888264c9c2e5883415ff1cd5eb942a6fbf795d9184800c7e45cb268988db5615d2e95b987632a50384af253e67228a0b7d587f8bb49a5ef5159abc
7
+ data.tar.gz: 6f9601778512a071a0a5f0dc7213a512a04c731db25924ac6e48b742a472d6a02b1ff6c3ad3406ceee8b5d7a6ceabb633cc6f19097698c7ff93a619beb978f41
data/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # Release history for google-apis-baremetalsolution_v1
2
2
 
3
+ ### v0.5.0 (2021-10-20)
4
+
5
+ * Unspecified changes
6
+
7
+ ### v0.4.0 (2021-08-03)
8
+
9
+ * Regenerated from discovery document revision 20210802
10
+
11
+ ### v0.3.0 (2021-07-02)
12
+
13
+ * Regenerated from discovery document revision 20210701
14
+ * Regenerated using generator version 0.4.0
15
+
16
+ ### v0.2.0 (2021-05-19)
17
+
18
+ * Unspecified changes
19
+
3
20
  ### v0.1.0 (2021-05-06)
4
21
 
5
22
  * Regenerated from discovery document revision 20210504
data/OVERVIEW.md CHANGED
@@ -60,8 +60,8 @@ See the class reference docs for information on the methods you can call from a
60
60
 
61
61
  More detailed descriptions of the Google simple REST clients are available in two documents.
62
62
 
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
- * 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.
63
+ * The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/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
+ * The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/auth-guide.md) discusses authentication in the client libraries, including API keys, OAuth 2.0, service accounts, and environment variables.
65
65
 
66
66
  (Note: the above documents are written for the simple REST clients in general, and their examples may not reflect the Baremetalsolution service in particular.)
67
67
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module BaremetalsolutionV1
18
18
  # Version of the google-apis-baremetalsolution_v1 gem
19
- GEM_VERSION = "0.1.0"
19
+ GEM_VERSION = "0.5.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.2.0"
22
+ GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210504"
25
+ REVISION = "20210802"
26
26
  end
27
27
  end
28
28
  end
@@ -22,8 +22,8 @@ module Google
22
22
  module BaremetalsolutionV1
23
23
  # Bare Metal Solution API
24
24
  #
25
- # Bare Metal Solution provides hardware to run specialized workloads with low
26
- # latency on Google Cloud.
25
+ # Provides ways to manage Bare Metal Solution hardware installed in a regional
26
+ # extension located near a Google Cloud data center.
27
27
  #
28
28
  # @example
29
29
  # require 'google/apis/baremetalsolution_v1'
@@ -21,8 +21,8 @@ module Google
21
21
  module Apis
22
22
  # Bare Metal Solution API
23
23
  #
24
- # Bare Metal Solution provides hardware to run specialized workloads with low
25
- # latency on Google Cloud.
24
+ # Provides ways to manage Bare Metal Solution hardware installed in a regional
25
+ # extension located near a Google Cloud data center.
26
26
  #
27
27
  # @see https://cloud.google.com/bare-metal
28
28
  module BaremetalsolutionV1
@@ -30,7 +30,7 @@ module Google
30
30
  # This is NOT the gem version.
31
31
  VERSION = 'V1'
32
32
 
33
- # See, edit, configure, and delete your Google Cloud Platform data
33
+ # See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account.
34
34
  AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
35
35
  end
36
36
  end
metadata CHANGED
@@ -1,29 +1,35 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-baremetalsolution_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.5.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-05-18 00:00:00.000000000 Z
11
+ date: 2021-10-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.1'
19
+ version: '0.4'
20
+ - - "<"
21
+ - !ruby/object:Gem::Version
22
+ version: 2.a
20
23
  type: :runtime
21
24
  prerelease: false
22
25
  version_requirements: !ruby/object:Gem::Requirement
23
26
  requirements:
24
- - - "~>"
27
+ - - ">="
28
+ - !ruby/object:Gem::Version
29
+ version: '0.4'
30
+ - - "<"
25
31
  - !ruby/object:Gem::Version
26
- version: '0.1'
32
+ version: 2.a
27
33
  description: This is the simple REST client for Bare Metal Solution API V1. Simple
28
34
  REST clients are Ruby client libraries that provide access to Google services via
29
35
  their HTTP REST API endpoints. These libraries are generated and updated automatically
@@ -51,9 +57,9 @@ licenses:
51
57
  - Apache-2.0
52
58
  metadata:
53
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
- changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-baremetalsolution_v1/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-baremetalsolution_v1/v0.1.0
56
- source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-baremetalsolution_v1
60
+ changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-baremetalsolution_v1/CHANGELOG.md
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-baremetalsolution_v1/v0.5.0
62
+ source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-baremetalsolution_v1
57
63
  post_install_message:
58
64
  rdoc_options: []
59
65
  require_paths: