google-apis-baremetalsolution_v1 0.12.0 → 0.13.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: dc81348fb9ce70eb756f248bf9dff8e0c872a56dbe44213e5b9c53050e38aae5
4
- data.tar.gz: 5ab159d21fc9326f42ce1f160341bc3473526cc8f7ed98cf8f3a6bb5c6973740
3
+ metadata.gz: 0a9f6ac926eb6a73e710f53a060b470b6dc6ba5a902f495fbc08695d87e94617
4
+ data.tar.gz: e802f537baca2ee4ae7f49d7616e980ed6e946e0b6a7eee7822698357a0d559e
5
5
  SHA512:
6
- metadata.gz: bf8db50175e8df5f70525b60554b457841c195806bfda3f5fdba5c796695330cfa85976d77712e2559c97d59dd9832684e428f440a9412df19a0418b1f8278c0
7
- data.tar.gz: 958775e645ee3a6516628ab891c213524743468040782f317d48f0ff886373c3635b6a4da44a49f8111579efb73722d96e081bf5a4d402ba597e1378dcbba29f
6
+ metadata.gz: 89d57468d144501e3339e7b148b2e24ad6ea5ca04b228b09cb54af94d69c3a4d13d84d42717a96954f8d01f79a180219a3baeaaf9e4ad112b2af4a38aa16714a
7
+ data.tar.gz: b9b492a2612e352171a11e7dc1c3ae46dc00a7fe6d3cb548521be6b8aab7793841c745a8e32ef14eca2dd7b81a874c02e02639a07f78deccbb6e5cc2299f5fd3
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-baremetalsolution_v1
2
2
 
3
+ ### v0.13.0 (2022-09-30)
4
+
5
+ * Regenerated from discovery document revision 20220921
6
+
3
7
  ### v0.12.0 (2022-09-22)
4
8
 
5
9
  * Regenerated using generator version 0.10.0
@@ -138,32 +138,6 @@ module Google
138
138
  end
139
139
  end
140
140
 
141
- # Request for ResetInstance.
142
- class ResetInstanceRequest
143
- include Google::Apis::Core::Hashable
144
-
145
- def initialize(**args)
146
- update!(**args)
147
- end
148
-
149
- # Update properties of this object
150
- def update!(**args)
151
- end
152
- end
153
-
154
- # Response for ResetInstance.
155
- class ResetInstanceResponse
156
- include Google::Apis::Core::Hashable
157
-
158
- def initialize(**args)
159
- update!(**args)
160
- end
161
-
162
- # Update properties of this object
163
- def update!(**args)
164
- end
165
- end
166
-
167
141
  # The `Status` type defines a logical error model that is suitable for different
168
142
  # programming environments, including REST APIs and RPC APIs. It is used by [
169
143
  # gRPC](https://github.com/grpc). Each `Status` message contains three pieces of
@@ -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.12.0"
19
+ GEM_VERSION = "0.13.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.10.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220322"
25
+ REVISION = "20220921"
26
26
  end
27
27
  end
28
28
  end
@@ -46,18 +46,6 @@ module Google
46
46
  include Google::Apis::Core::JsonObjectSupport
47
47
  end
48
48
 
49
- class ResetInstanceRequest
50
- class Representation < Google::Apis::Core::JsonRepresentation; end
51
-
52
- include Google::Apis::Core::JsonObjectSupport
53
- end
54
-
55
- class ResetInstanceResponse
56
- class Representation < Google::Apis::Core::JsonRepresentation; end
57
-
58
- include Google::Apis::Core::JsonObjectSupport
59
- end
60
-
61
49
  class Status
62
50
  class Representation < Google::Apis::Core::JsonRepresentation; end
63
51
 
@@ -97,18 +85,6 @@ module Google
97
85
  end
98
86
  end
99
87
 
100
- class ResetInstanceRequest
101
- # @private
102
- class Representation < Google::Apis::Core::JsonRepresentation
103
- end
104
- end
105
-
106
- class ResetInstanceResponse
107
- # @private
108
- class Representation < Google::Apis::Core::JsonRepresentation
109
- end
110
- end
111
-
112
88
  class Status
113
89
  # @private
114
90
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -199,40 +199,6 @@ module Google
199
199
  command.query['quotaUser'] = quota_user unless quota_user.nil?
200
200
  execute_or_queue_command(command, &block)
201
201
  end
202
-
203
- # Perform an ungraceful, hard reset on a machine (equivalent to shutting the
204
- # power off, and then turning it back on).
205
- # @param [String] instance
206
- # Required. Name of the instance to reset.
207
- # @param [Google::Apis::BaremetalsolutionV1::ResetInstanceRequest] reset_instance_request_object
208
- # @param [String] fields
209
- # Selector specifying which fields to include in a partial response.
210
- # @param [String] quota_user
211
- # Available to use for quota purposes for server-side applications. Can be any
212
- # arbitrary string assigned to a user, but should not exceed 40 characters.
213
- # @param [Google::Apis::RequestOptions] options
214
- # Request-specific options
215
- #
216
- # @yield [result, err] Result & error if block supplied
217
- # @yieldparam result [Google::Apis::BaremetalsolutionV1::ResetInstanceResponse] parsed result object
218
- # @yieldparam err [StandardError] error object if request failed
219
- #
220
- # @return [Google::Apis::BaremetalsolutionV1::ResetInstanceResponse]
221
- #
222
- # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
223
- # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
224
- # @raise [Google::Apis::AuthorizationError] Authorization is required
225
- def reset_instance(instance, reset_instance_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
226
- command = make_simple_command(:post, 'v1/{+instance}:resetInstance', options)
227
- command.request_representation = Google::Apis::BaremetalsolutionV1::ResetInstanceRequest::Representation
228
- command.request_object = reset_instance_request_object
229
- command.response_representation = Google::Apis::BaremetalsolutionV1::ResetInstanceResponse::Representation
230
- command.response_class = Google::Apis::BaremetalsolutionV1::ResetInstanceResponse
231
- command.params['instance'] = instance unless instance.nil?
232
- command.query['fields'] = fields unless fields.nil?
233
- command.query['quotaUser'] = quota_user unless quota_user.nil?
234
- execute_or_queue_command(command, &block)
235
- end
236
202
 
237
203
  protected
238
204
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-baremetalsolution_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.12.0
4
+ version: 0.13.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: 2022-09-26 00:00:00.000000000 Z
11
+ date: 2022-10-03 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-baremetalsolution_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-baremetalsolution_v1/v0.12.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-baremetalsolution_v1/v0.13.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-baremetalsolution_v1
63
63
  post_install_message:
64
64
  rdoc_options: []