google-apis-workloadmanager_v1 0.37.0 → 0.38.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: c09038ca7938d2ef6ea1f99600f48340c54ada4220293a6d8026731e96b47c34
|
4
|
+
data.tar.gz: e1dd218195e73674329a52cc2c5a43de602349acd6e2c490bbe1034b7383b349
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c81151474e949aa58510ed36c2b11550398d822e56fc270a012f760c14e99e519f8c64883475e4237224c303c029c3b6c7b50c46c73aecde30807fb6b5a1bbfb
|
7
|
+
data.tar.gz: cef3d1603a65fd2ba0faec74f35a5955bf4f3c442ff1219c1ba39f539d7a4375b272a5427cf4fa0a0be6696ede34cc79d4c4b4183ee2ac350474263c8a15b450
|
data/CHANGELOG.md
CHANGED
@@ -87,6 +87,11 @@ module Google
|
|
87
87
|
# @return [String]
|
88
88
|
attr_accessor :installed_version
|
89
89
|
|
90
|
+
# Output only. The URI of the instance. Format: projects//zones//instances/
|
91
|
+
# Corresponds to the JSON property `instanceUri`
|
92
|
+
# @return [String]
|
93
|
+
attr_accessor :instance_uri
|
94
|
+
|
90
95
|
# KernelVersion encapsulates the kernel version data for the system.
|
91
96
|
# Corresponds to the JSON property `kernelVersion`
|
92
97
|
# @return [Google::Apis::WorkloadmanagerV1::SapDiscoveryResourceInstancePropertiesKernelVersion]
|
@@ -125,6 +130,7 @@ module Google
|
|
125
130
|
@configuration_file_path = args[:configuration_file_path] if args.key?(:configuration_file_path)
|
126
131
|
@configuration_valid = args[:configuration_valid] if args.key?(:configuration_valid)
|
127
132
|
@installed_version = args[:installed_version] if args.key?(:installed_version)
|
133
|
+
@instance_uri = args[:instance_uri] if args.key?(:instance_uri)
|
128
134
|
@kernel_version = args[:kernel_version] if args.key?(:kernel_version)
|
129
135
|
@references = args[:references] if args.key?(:references)
|
130
136
|
@services = args[:services] if args.key?(:services)
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module WorkloadmanagerV1
|
18
18
|
# Version of the google-apis-workloadmanager_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.38.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250714"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -472,6 +472,7 @@ module Google
|
|
472
472
|
property :configuration_file_path, as: 'configurationFilePath'
|
473
473
|
property :configuration_valid, as: 'configurationValid'
|
474
474
|
property :installed_version, as: 'installedVersion'
|
475
|
+
property :instance_uri, as: 'instanceUri'
|
475
476
|
property :kernel_version, as: 'kernelVersion', class: Google::Apis::WorkloadmanagerV1::SapDiscoveryResourceInstancePropertiesKernelVersion, decorator: Google::Apis::WorkloadmanagerV1::SapDiscoveryResourceInstancePropertiesKernelVersion::Representation
|
476
477
|
|
477
478
|
collection :references, as: 'references', class: Google::Apis::WorkloadmanagerV1::AgentStatusReference, decorator: Google::Apis::WorkloadmanagerV1::AgentStatusReference::Representation
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-workloadmanager_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.38.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
@@ -57,7 +57,7 @@ licenses:
|
|
57
57
|
metadata:
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-workloadmanager_v1/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-workloadmanager_v1/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-workloadmanager_v1/v0.38.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-workloadmanager_v1
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|