google-apis-baremetalsolution_v2 0.32.0 → 0.33.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 933621725d6021ced9bc71ea9369b0e8fbfee8d6a696051836ec5186e41e5c62
|
|
4
|
+
data.tar.gz: 86ce7f1f6eeb60547c12a22d59c2b5d8f33fab9ff412328778da5ca77d516edb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 62cc8a50c3b0dba41d359ed1a0497d2517a06e6c5ca60fda2ac4205c12c94d23a940b6507d5a28060e323aea0a6a193587789a88960170376a03abc50d00e93f
|
|
7
|
+
data.tar.gz: f63eaf0609d396319c7e31348778e3b896e54ef9edd1d5f75a15489c15855391a1b1208b5b989cb300df08faf619897ec629d12be93b2418e460150c9e6986d3
|
data/CHANGELOG.md
CHANGED
|
@@ -1912,6 +1912,19 @@ module Google
|
|
|
1912
1912
|
end
|
|
1913
1913
|
end
|
|
1914
1914
|
|
|
1915
|
+
# Response message from resetting a server.
|
|
1916
|
+
class ResetInstanceResponse
|
|
1917
|
+
include Google::Apis::Core::Hashable
|
|
1918
|
+
|
|
1919
|
+
def initialize(**args)
|
|
1920
|
+
update!(**args)
|
|
1921
|
+
end
|
|
1922
|
+
|
|
1923
|
+
# Update properties of this object
|
|
1924
|
+
def update!(**args)
|
|
1925
|
+
end
|
|
1926
|
+
end
|
|
1927
|
+
|
|
1915
1928
|
# Request for emergency resize Volume.
|
|
1916
1929
|
class ResizeVolumeRequest
|
|
1917
1930
|
include Google::Apis::Core::Hashable
|
|
@@ -2060,6 +2073,19 @@ module Google
|
|
|
2060
2073
|
end
|
|
2061
2074
|
end
|
|
2062
2075
|
|
|
2076
|
+
# Response message from starting a server.
|
|
2077
|
+
class StartInstanceResponse
|
|
2078
|
+
include Google::Apis::Core::Hashable
|
|
2079
|
+
|
|
2080
|
+
def initialize(**args)
|
|
2081
|
+
update!(**args)
|
|
2082
|
+
end
|
|
2083
|
+
|
|
2084
|
+
# Update properties of this object
|
|
2085
|
+
def update!(**args)
|
|
2086
|
+
end
|
|
2087
|
+
end
|
|
2088
|
+
|
|
2063
2089
|
# The `Status` type defines a logical error model that is suitable for different
|
|
2064
2090
|
# programming environments, including REST APIs and RPC APIs. It is used by [
|
|
2065
2091
|
# gRPC](https://github.com/grpc). Each `Status` message contains three pieces of
|
|
@@ -2112,6 +2138,19 @@ module Google
|
|
|
2112
2138
|
end
|
|
2113
2139
|
end
|
|
2114
2140
|
|
|
2141
|
+
# Response message from stopping a server.
|
|
2142
|
+
class StopInstanceResponse
|
|
2143
|
+
include Google::Apis::Core::Hashable
|
|
2144
|
+
|
|
2145
|
+
def initialize(**args)
|
|
2146
|
+
update!(**args)
|
|
2147
|
+
end
|
|
2148
|
+
|
|
2149
|
+
# Update properties of this object
|
|
2150
|
+
def update!(**args)
|
|
2151
|
+
end
|
|
2152
|
+
end
|
|
2153
|
+
|
|
2115
2154
|
# Request for SubmitProvisioningConfig.
|
|
2116
2155
|
class SubmitProvisioningConfigRequest
|
|
2117
2156
|
include Google::Apis::Core::Hashable
|
|
@@ -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.
|
|
19
|
+
GEM_VERSION = "0.33.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 = "
|
|
25
|
+
REVISION = "20230522"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -298,6 +298,12 @@ module Google
|
|
|
298
298
|
include Google::Apis::Core::JsonObjectSupport
|
|
299
299
|
end
|
|
300
300
|
|
|
301
|
+
class ResetInstanceResponse
|
|
302
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
303
|
+
|
|
304
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
305
|
+
end
|
|
306
|
+
|
|
301
307
|
class ResizeVolumeRequest
|
|
302
308
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
303
309
|
|
|
@@ -334,6 +340,12 @@ module Google
|
|
|
334
340
|
include Google::Apis::Core::JsonObjectSupport
|
|
335
341
|
end
|
|
336
342
|
|
|
343
|
+
class StartInstanceResponse
|
|
344
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
345
|
+
|
|
346
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
347
|
+
end
|
|
348
|
+
|
|
337
349
|
class Status
|
|
338
350
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
339
351
|
|
|
@@ -346,6 +358,12 @@ module Google
|
|
|
346
358
|
include Google::Apis::Core::JsonObjectSupport
|
|
347
359
|
end
|
|
348
360
|
|
|
361
|
+
class StopInstanceResponse
|
|
362
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
363
|
+
|
|
364
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
365
|
+
end
|
|
366
|
+
|
|
349
367
|
class SubmitProvisioningConfigRequest
|
|
350
368
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
351
369
|
|
|
@@ -892,6 +910,12 @@ module Google
|
|
|
892
910
|
end
|
|
893
911
|
end
|
|
894
912
|
|
|
913
|
+
class ResetInstanceResponse
|
|
914
|
+
# @private
|
|
915
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
916
|
+
end
|
|
917
|
+
end
|
|
918
|
+
|
|
895
919
|
class ResizeVolumeRequest
|
|
896
920
|
# @private
|
|
897
921
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -939,6 +963,12 @@ module Google
|
|
|
939
963
|
end
|
|
940
964
|
end
|
|
941
965
|
|
|
966
|
+
class StartInstanceResponse
|
|
967
|
+
# @private
|
|
968
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
969
|
+
end
|
|
970
|
+
end
|
|
971
|
+
|
|
942
972
|
class Status
|
|
943
973
|
# @private
|
|
944
974
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -954,6 +984,12 @@ module Google
|
|
|
954
984
|
end
|
|
955
985
|
end
|
|
956
986
|
|
|
987
|
+
class StopInstanceResponse
|
|
988
|
+
# @private
|
|
989
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
990
|
+
end
|
|
991
|
+
end
|
|
992
|
+
|
|
957
993
|
class SubmitProvisioningConfigRequest
|
|
958
994
|
# @private
|
|
959
995
|
class Representation < Google::Apis::Core::JsonRepresentation
|
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.
|
|
4
|
+
version: 0.33.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-
|
|
11
|
+
date: 2023-05-28 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.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-baremetalsolution_v2/v0.33.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: []
|