google-apis-workloadmanager_v1 0.10.0 → 0.11.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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/workloadmanager_v1/classes.rb +32 -30
- data/lib/google/apis/workloadmanager_v1/gem_version.rb +2 -2
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7bd0a7178a873d3d3214063deaa4add3829204ec016dd3c90a1196daaec29321
|
|
4
|
+
data.tar.gz: 556833e6057a709d12d44034f0b6d8935a01813787557ed1105aed92d67d7102
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: be9de00e0aed8f50ab17994a03d93336473d830ccf14bb89e2a5aeb8a2686e56ee7940a5f8d9c4becd08ac700181fa425bc25937bf656177c431f4cb6caa1ebd
|
|
7
|
+
data.tar.gz: e016669296688e34c4d3d767f72208d5f31dc3312207dfac5dc606284ddadcd7d120c595e6a6b39bef8c07926b87a96d4f343243a80ac5afbffdeb5c5b3f093f
|
data/CHANGELOG.md
CHANGED
|
@@ -273,7 +273,7 @@ module Google
|
|
|
273
273
|
# @return [String]
|
|
274
274
|
attr_accessor :instance_id
|
|
275
275
|
|
|
276
|
-
#
|
|
276
|
+
# The schema of SAP system discovery data.
|
|
277
277
|
# Corresponds to the JSON property `sapDiscovery`
|
|
278
278
|
# @return [Google::Apis::WorkloadmanagerV1::SapDiscovery]
|
|
279
279
|
attr_accessor :sap_discovery
|
|
@@ -582,13 +582,13 @@ module Google
|
|
|
582
582
|
# @return [String]
|
|
583
583
|
attr_accessor :name
|
|
584
584
|
|
|
585
|
-
# The normal response of the operation
|
|
586
|
-
#
|
|
587
|
-
#
|
|
588
|
-
#
|
|
589
|
-
#
|
|
590
|
-
#
|
|
591
|
-
#
|
|
585
|
+
# The normal, successful response of the operation. If the original method
|
|
586
|
+
# returns no data on success, such as `Delete`, the response is `google.protobuf.
|
|
587
|
+
# Empty`. If the original method is standard `Get`/`Create`/`Update`, the
|
|
588
|
+
# response should be the resource. For other methods, the response should have
|
|
589
|
+
# the type `XxxResponse`, where `Xxx` is the original method name. For example,
|
|
590
|
+
# if the original method name is `TakeSnapshot()`, the inferred response type is
|
|
591
|
+
# `TakeSnapshotResponse`.
|
|
592
592
|
# Corresponds to the JSON property `response`
|
|
593
593
|
# @return [Hash<String,Object>]
|
|
594
594
|
attr_accessor :response
|
|
@@ -873,7 +873,7 @@ module Google
|
|
|
873
873
|
end
|
|
874
874
|
end
|
|
875
875
|
|
|
876
|
-
#
|
|
876
|
+
# The schema of SAP system discovery data.
|
|
877
877
|
class SapDiscovery
|
|
878
878
|
include Google::Apis::Core::Hashable
|
|
879
879
|
|
|
@@ -892,13 +892,13 @@ module Google
|
|
|
892
892
|
# @return [Google::Apis::WorkloadmanagerV1::SapDiscoveryMetadata]
|
|
893
893
|
attr_accessor :metadata
|
|
894
894
|
|
|
895
|
-
# A combination of database SID, database instance URI and tenant
|
|
896
|
-
# make a unique identifier per-system.
|
|
895
|
+
# Output only. A combination of database SID, database instance URI and tenant
|
|
896
|
+
# DB name to make a unique identifier per-system.
|
|
897
897
|
# Corresponds to the JSON property `systemId`
|
|
898
898
|
# @return [String]
|
|
899
899
|
attr_accessor :system_id
|
|
900
900
|
|
|
901
|
-
# Unix timestamp this system has been updated last.
|
|
901
|
+
# Required. Unix timestamp this system has been updated last.
|
|
902
902
|
# Corresponds to the JSON property `updateTime`
|
|
903
903
|
# @return [String]
|
|
904
904
|
attr_accessor :update_time
|
|
@@ -931,18 +931,18 @@ module Google
|
|
|
931
931
|
# @return [Google::Apis::WorkloadmanagerV1::SapDiscoveryComponentDatabaseProperties]
|
|
932
932
|
attr_accessor :database_properties
|
|
933
933
|
|
|
934
|
-
# Pantheon Project in which the resources reside.
|
|
934
|
+
# Required. Pantheon Project in which the resources reside.
|
|
935
935
|
# Corresponds to the JSON property `hostProject`
|
|
936
936
|
# @return [String]
|
|
937
937
|
attr_accessor :host_project
|
|
938
938
|
|
|
939
|
-
# The resources in a component.
|
|
939
|
+
# Optional. The resources in a component.
|
|
940
940
|
# Corresponds to the JSON property `resources`
|
|
941
941
|
# @return [Array<Google::Apis::WorkloadmanagerV1::SapDiscoveryResource>]
|
|
942
942
|
attr_accessor :resources
|
|
943
943
|
|
|
944
|
-
# The
|
|
945
|
-
# for customers.
|
|
944
|
+
# Optional. The SAP identifier, used by the SAP software and helps differentiate
|
|
945
|
+
# systems for customers.
|
|
946
946
|
# Corresponds to the JSON property `sid`
|
|
947
947
|
# @return [String]
|
|
948
948
|
attr_accessor :sid
|
|
@@ -970,7 +970,7 @@ module Google
|
|
|
970
970
|
# @return [String]
|
|
971
971
|
attr_accessor :application_type
|
|
972
972
|
|
|
973
|
-
#
|
|
973
|
+
# Optional. Resource URI of the recognized ASCS host of the application.
|
|
974
974
|
# Corresponds to the JSON property `ascsUri`
|
|
975
975
|
# @return [String]
|
|
976
976
|
attr_accessor :ascs_uri
|
|
@@ -1029,22 +1029,23 @@ module Google
|
|
|
1029
1029
|
class SapDiscoveryMetadata
|
|
1030
1030
|
include Google::Apis::Core::Hashable
|
|
1031
1031
|
|
|
1032
|
-
# Customer region string for customer's use. Does not represent GCP
|
|
1032
|
+
# Optional. Customer region string for customer's use. Does not represent GCP
|
|
1033
|
+
# region.
|
|
1033
1034
|
# Corresponds to the JSON property `customerRegion`
|
|
1034
1035
|
# @return [String]
|
|
1035
1036
|
attr_accessor :customer_region
|
|
1036
1037
|
|
|
1037
|
-
# Customer defined, something like "E-commerce pre prod"
|
|
1038
|
+
# Optional. Customer defined, something like "E-commerce pre prod"
|
|
1038
1039
|
# Corresponds to the JSON property `definedSystem`
|
|
1039
1040
|
# @return [String]
|
|
1040
1041
|
attr_accessor :defined_system
|
|
1041
1042
|
|
|
1042
|
-
# Should be "prod", "QA", "dev", "staging", etc.
|
|
1043
|
+
# Optional. Should be "prod", "QA", "dev", "staging", etc.
|
|
1043
1044
|
# Corresponds to the JSON property `environmentType`
|
|
1044
1045
|
# @return [String]
|
|
1045
1046
|
attr_accessor :environment_type
|
|
1046
1047
|
|
|
1047
|
-
# This
|
|
1048
|
+
# Optional. This SAP product name
|
|
1048
1049
|
# Corresponds to the JSON property `sapProduct`
|
|
1049
1050
|
# @return [String]
|
|
1050
1051
|
attr_accessor :sap_product
|
|
@@ -1066,7 +1067,7 @@ module Google
|
|
|
1066
1067
|
class SapDiscoveryResource
|
|
1067
1068
|
include Google::Apis::Core::Hashable
|
|
1068
1069
|
|
|
1069
|
-
# A list of resource URIs related to this resource.
|
|
1070
|
+
# Optional. A list of resource URIs related to this resource.
|
|
1070
1071
|
# Corresponds to the JSON property `relatedResources`
|
|
1071
1072
|
# @return [Array<String>]
|
|
1072
1073
|
attr_accessor :related_resources
|
|
@@ -1081,12 +1082,13 @@ module Google
|
|
|
1081
1082
|
# @return [String]
|
|
1082
1083
|
attr_accessor :resource_type
|
|
1083
1084
|
|
|
1084
|
-
# URI of the resource, includes project, location, and name.
|
|
1085
|
+
# Required. URI of the resource, includes project, location, and name.
|
|
1085
1086
|
# Corresponds to the JSON property `resourceUri`
|
|
1086
1087
|
# @return [String]
|
|
1087
1088
|
attr_accessor :resource_uri
|
|
1088
1089
|
|
|
1089
|
-
# Unix timestamp of when this resource last had its discovery data
|
|
1090
|
+
# Required. Unix timestamp of when this resource last had its discovery data
|
|
1091
|
+
# updated.
|
|
1090
1092
|
# Corresponds to the JSON property `updateTime`
|
|
1091
1093
|
# @return [String]
|
|
1092
1094
|
attr_accessor :update_time
|
|
@@ -1110,7 +1112,7 @@ module Google
|
|
|
1110
1112
|
class SapValidation
|
|
1111
1113
|
include Google::Apis::Core::Hashable
|
|
1112
1114
|
|
|
1113
|
-
# A list of SAP validation metrics data.
|
|
1115
|
+
# Optional. A list of SAP validation metrics data.
|
|
1114
1116
|
# Corresponds to the JSON property `validationDetails`
|
|
1115
1117
|
# @return [Array<Google::Apis::WorkloadmanagerV1::SapValidationValidationDetail>]
|
|
1116
1118
|
attr_accessor :validation_details
|
|
@@ -1129,12 +1131,12 @@ module Google
|
|
|
1129
1131
|
class SapValidationValidationDetail
|
|
1130
1132
|
include Google::Apis::Core::Hashable
|
|
1131
1133
|
|
|
1132
|
-
# The pairs of metrics data: field name & field value.
|
|
1134
|
+
# Optional. The pairs of metrics data: field name & field value.
|
|
1133
1135
|
# Corresponds to the JSON property `details`
|
|
1134
1136
|
# @return [Hash<String,String>]
|
|
1135
1137
|
attr_accessor :details
|
|
1136
1138
|
|
|
1137
|
-
# The SAP system that the validation data is from.
|
|
1139
|
+
# Optional. The SAP system that the validation data is from.
|
|
1138
1140
|
# Corresponds to the JSON property `sapValidationType`
|
|
1139
1141
|
# @return [String]
|
|
1140
1142
|
attr_accessor :sap_validation_type
|
|
@@ -1174,7 +1176,7 @@ module Google
|
|
|
1174
1176
|
class SqlserverValidation
|
|
1175
1177
|
include Google::Apis::Core::Hashable
|
|
1176
1178
|
|
|
1177
|
-
# The agent version collected this data point
|
|
1179
|
+
# Optional. The agent version collected this data point
|
|
1178
1180
|
# Corresponds to the JSON property `agentVersion`
|
|
1179
1181
|
# @return [String]
|
|
1180
1182
|
attr_accessor :agent_version
|
|
@@ -1191,7 +1193,7 @@ module Google
|
|
|
1191
1193
|
# @return [String]
|
|
1192
1194
|
attr_accessor :project_id
|
|
1193
1195
|
|
|
1194
|
-
# A list of SqlServer validation metrics data.
|
|
1196
|
+
# Optional. A list of SqlServer validation metrics data.
|
|
1195
1197
|
# Corresponds to the JSON property `validationDetails`
|
|
1196
1198
|
# @return [Array<Google::Apis::WorkloadmanagerV1::SqlserverValidationValidationDetail>]
|
|
1197
1199
|
attr_accessor :validation_details
|
|
@@ -1237,7 +1239,7 @@ module Google
|
|
|
1237
1239
|
# @return [Array<Google::Apis::WorkloadmanagerV1::SqlserverValidationDetails>]
|
|
1238
1240
|
attr_accessor :details
|
|
1239
1241
|
|
|
1240
|
-
# The Sqlserver system that the validation data is from.
|
|
1242
|
+
# Optional. The Sqlserver system that the validation data is from.
|
|
1241
1243
|
# Corresponds to the JSON property `type`
|
|
1242
1244
|
# @return [String]
|
|
1243
1245
|
attr_accessor :type
|
|
@@ -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.11.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 = "20230907"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
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.11.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-09-10 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-workloadmanager_v1/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-workloadmanager_v1/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-workloadmanager_v1/v0.11.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-workloadmanager_v1
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|
|
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
75
75
|
- !ruby/object:Gem::Version
|
|
76
76
|
version: '0'
|
|
77
77
|
requirements: []
|
|
78
|
-
rubygems_version: 3.4.
|
|
78
|
+
rubygems_version: 3.4.19
|
|
79
79
|
signing_key:
|
|
80
80
|
specification_version: 4
|
|
81
81
|
summary: Simple REST client for Workload Manager API V1
|