google-apis-baremetalsolution_v2 0.26.0 → 0.27.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: eae2904b497bd4fab5085ffbce2cee0ab70db737864c66af2dcd534bc7a12fc4
|
|
4
|
+
data.tar.gz: 9871f4ac2ccdf4f9680ff4359f122f9ae43e20bf33e9f0c55c3ea4c79cae8996
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 257031f7db0516cc34d0f6bffee973da9a63ffe9dfbcee6607c44c3861d3d6361c263d1cd65d444bd1b218838869eecd70537a202da28bf5301ca060db120397
|
|
7
|
+
data.tar.gz: 353dcb5540fe0c73d6e8aa7bfb07208f84bb600af5b4afc84c21e8f75aa5805d1e3c3cf5d058f43df97c91561a21da71104a27eea44e4241fa10913b41301fe6
|
data/CHANGELOG.md
CHANGED
|
@@ -1590,65 +1590,6 @@ module Google
|
|
|
1590
1590
|
end
|
|
1591
1591
|
end
|
|
1592
1592
|
|
|
1593
|
-
# Represents the metadata from a long-running operation.
|
|
1594
|
-
class OperationMetadata
|
|
1595
|
-
include Google::Apis::Core::Hashable
|
|
1596
|
-
|
|
1597
|
-
# Output only. API version used with the operation.
|
|
1598
|
-
# Corresponds to the JSON property `apiVersion`
|
|
1599
|
-
# @return [String]
|
|
1600
|
-
attr_accessor :api_version
|
|
1601
|
-
|
|
1602
|
-
# Output only. The time the operation was created.
|
|
1603
|
-
# Corresponds to the JSON property `createTime`
|
|
1604
|
-
# @return [String]
|
|
1605
|
-
attr_accessor :create_time
|
|
1606
|
-
|
|
1607
|
-
# Output only. The time the operation finished running.
|
|
1608
|
-
# Corresponds to the JSON property `endTime`
|
|
1609
|
-
# @return [String]
|
|
1610
|
-
attr_accessor :end_time
|
|
1611
|
-
|
|
1612
|
-
# Output only. Identifies whether the user requested the cancellation of the
|
|
1613
|
-
# operation. Operations that have been successfully cancelled have Operation.
|
|
1614
|
-
# error value with a google.rpc.Status.code of 1, corresponding to `Code.
|
|
1615
|
-
# CANCELLED`.
|
|
1616
|
-
# Corresponds to the JSON property `requestedCancellation`
|
|
1617
|
-
# @return [Boolean]
|
|
1618
|
-
attr_accessor :requested_cancellation
|
|
1619
|
-
alias_method :requested_cancellation?, :requested_cancellation
|
|
1620
|
-
|
|
1621
|
-
# Output only. Human-readable status of the operation, if any.
|
|
1622
|
-
# Corresponds to the JSON property `statusMessage`
|
|
1623
|
-
# @return [String]
|
|
1624
|
-
attr_accessor :status_message
|
|
1625
|
-
|
|
1626
|
-
# Output only. Server-defined resource path for the target of the operation.
|
|
1627
|
-
# Corresponds to the JSON property `target`
|
|
1628
|
-
# @return [String]
|
|
1629
|
-
attr_accessor :target
|
|
1630
|
-
|
|
1631
|
-
# Output only. Name of the action executed by the operation.
|
|
1632
|
-
# Corresponds to the JSON property `verb`
|
|
1633
|
-
# @return [String]
|
|
1634
|
-
attr_accessor :verb
|
|
1635
|
-
|
|
1636
|
-
def initialize(**args)
|
|
1637
|
-
update!(**args)
|
|
1638
|
-
end
|
|
1639
|
-
|
|
1640
|
-
# Update properties of this object
|
|
1641
|
-
def update!(**args)
|
|
1642
|
-
@api_version = args[:api_version] if args.key?(:api_version)
|
|
1643
|
-
@create_time = args[:create_time] if args.key?(:create_time)
|
|
1644
|
-
@end_time = args[:end_time] if args.key?(:end_time)
|
|
1645
|
-
@requested_cancellation = args[:requested_cancellation] if args.key?(:requested_cancellation)
|
|
1646
|
-
@status_message = args[:status_message] if args.key?(:status_message)
|
|
1647
|
-
@target = args[:target] if args.key?(:target)
|
|
1648
|
-
@verb = args[:verb] if args.key?(:verb)
|
|
1649
|
-
end
|
|
1650
|
-
end
|
|
1651
|
-
|
|
1652
1593
|
# A provisioning configuration.
|
|
1653
1594
|
class ProvisioningConfig
|
|
1654
1595
|
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.27.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.11.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20221219"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -238,12 +238,6 @@ module Google
|
|
|
238
238
|
include Google::Apis::Core::JsonObjectSupport
|
|
239
239
|
end
|
|
240
240
|
|
|
241
|
-
class OperationMetadata
|
|
242
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
243
|
-
|
|
244
|
-
include Google::Apis::Core::JsonObjectSupport
|
|
245
|
-
end
|
|
246
|
-
|
|
247
241
|
class ProvisioningConfig
|
|
248
242
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
249
243
|
|
|
@@ -767,19 +761,6 @@ module Google
|
|
|
767
761
|
end
|
|
768
762
|
end
|
|
769
763
|
|
|
770
|
-
class OperationMetadata
|
|
771
|
-
# @private
|
|
772
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
|
773
|
-
property :api_version, as: 'apiVersion'
|
|
774
|
-
property :create_time, as: 'createTime'
|
|
775
|
-
property :end_time, as: 'endTime'
|
|
776
|
-
property :requested_cancellation, as: 'requestedCancellation'
|
|
777
|
-
property :status_message, as: 'statusMessage'
|
|
778
|
-
property :target, as: 'target'
|
|
779
|
-
property :verb, as: 'verb'
|
|
780
|
-
end
|
|
781
|
-
end
|
|
782
|
-
|
|
783
764
|
class ProvisioningConfig
|
|
784
765
|
# @private
|
|
785
766
|
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.27.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:
|
|
11
|
+
date: 2023-01-04 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.27.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: []
|