google-apis-baremetalsolution_v2 0.39.0 → 0.41.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: 1e84fec7a96f12897df20f2b6492b01a5d19b0be2f7b98fe140b8f54e40d38ef
4
- data.tar.gz: 84d468646a54a17067e5318ae9c6dad180fb6f8c355b8b8fd523c7dab4961566
3
+ metadata.gz: 35045d9354f907011dc50bfb257e40dce84b2581a4fc13be3393e9bd06179594
4
+ data.tar.gz: 620e4fa0183cb74e4528c0d068b72074f3cd9ae5119beabeceb663c04a106645
5
5
  SHA512:
6
- metadata.gz: b2133dd1e63e6de72470dabf1b4c1bc5db8807e6682927e397462947c3ce22f2a24cc5059ad52d61193a9cc57f42b4d38b16a0016e1c6389d4ad7b1eb248b863
7
- data.tar.gz: eb44a557ed609bc34b399887b0c1d6b89a9bcc688deaaa4f6db5b908325aaa697fcd1c75eb2325330e518b68e704b344cf2fd2fdceaeae4e30a47be635b750d1
6
+ metadata.gz: '0156080567fbe0eda70a1987d245f04a8abb4198dff4a31c56c4204ba527ac0175c07cdab39e75a75cf6f2f42dcfc5321dcd455cfd6d4c643737a0af4aa5a1b2'
7
+ data.tar.gz: '08fb9a2464c84a150e9c42e420974ac0030bbcef5906dc83b19c8e5eaf089aacdcfec8aaec3af5957d6c9e9c360b44ee2aa3b435561395fd3ef679df1166279f'
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-baremetalsolution_v2
2
2
 
3
+ ### v0.41.0 (2023-10-15)
4
+
5
+ * Regenerated from discovery document revision 20231009
6
+
7
+ ### v0.40.0 (2023-10-01)
8
+
9
+ * Regenerated from discovery document revision 20230927
10
+
3
11
  ### v0.39.0 (2023-09-03)
4
12
 
5
13
  * Regenerated from discovery document revision 20230831
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module BaremetalsolutionV2
18
18
  # Version of the google-apis-baremetalsolution_v2 gem
19
- GEM_VERSION = "0.39.0"
19
+ GEM_VERSION = "0.41.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230831"
25
+ REVISION = "20231009"
26
26
  end
27
27
  end
28
28
  end
@@ -301,7 +301,7 @@ module Google
301
301
  # @param [Google::Apis::BaremetalsolutionV2::Instance] instance_object
302
302
  # @param [String] update_mask
303
303
  # The list of fields to update. The currently supported fields are: `labels` `
304
- # hyperthreading_enabled` `os_image`
304
+ # hyperthreading_enabled` `os_image` `ssh_keys` `kms_key_version`
305
305
  # @param [String] fields
306
306
  # Selector specifying which fields to include in a partial response.
307
307
  # @param [String] quota_user
@@ -878,9 +878,39 @@ module Google
878
878
  execute_or_queue_command(command, &block)
879
879
  end
880
880
 
881
+ # Get details of a single OS image.
882
+ # @param [String] name
883
+ # Required. Name of the OS image.
884
+ # @param [String] fields
885
+ # Selector specifying which fields to include in a partial response.
886
+ # @param [String] quota_user
887
+ # Available to use for quota purposes for server-side applications. Can be any
888
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
889
+ # @param [Google::Apis::RequestOptions] options
890
+ # Request-specific options
891
+ #
892
+ # @yield [result, err] Result & error if block supplied
893
+ # @yieldparam result [Google::Apis::BaremetalsolutionV2::OsImage] parsed result object
894
+ # @yieldparam err [StandardError] error object if request failed
895
+ #
896
+ # @return [Google::Apis::BaremetalsolutionV2::OsImage]
897
+ #
898
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
899
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
900
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
901
+ def get_project_location_os_image(name, fields: nil, quota_user: nil, options: nil, &block)
902
+ command = make_simple_command(:get, 'v2/{+name}', options)
903
+ command.response_representation = Google::Apis::BaremetalsolutionV2::OsImage::Representation
904
+ command.response_class = Google::Apis::BaremetalsolutionV2::OsImage
905
+ command.params['name'] = name unless name.nil?
906
+ command.query['fields'] = fields unless fields.nil?
907
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
908
+ execute_or_queue_command(command, &block)
909
+ end
910
+
881
911
  # Retrieves the list of OS images which are currently approved.
882
912
  # @param [String] parent
883
- # Required. Parent value for ListProvisioningQuotasRequest.
913
+ # Required. Parent value for ListOSImagesRequest.
884
914
  # @param [Fixnum] page_size
885
915
  # Requested page size. The server might return fewer items than requested. If
886
916
  # unspecified, server will pick an appropriate default. Notice that page_size
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-baremetalsolution_v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.39.0
4
+ version: 0.41.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: 2023-09-03 00:00:00.000000000 Z
11
+ date: 2023-10-15 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_v2/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-baremetalsolution_v2/v0.39.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-baremetalsolution_v2/v0.41.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-baremetalsolution_v2
63
63
  post_install_message:
64
64
  rdoc_options: []