google-apis-workloadmanager_v1 0.10.0 → 0.12.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: 9823caf14aad977fe19a0d4d78ec05920f8200cbdb20f9442ceb6bc2ddcfe714
|
4
|
+
data.tar.gz: 489f76626da83989ac7bf5e71dcfbe890dd6770943c1e73a1d6e548e5b9dbf98
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4aff2f24918334071b8d3a6788c8ac693f752d55a8372018f74d5abf317be327d9c9e3cff474bee1afde40dacde27fc97e0d81f753b08ea1fdf77a0cac9ab039
|
7
|
+
data.tar.gz: fb1430c9f740a52eebf56a32f5193b449937b5c0685d27589006e82e1114d1117fb95da9061fedac311c7b78e22cfdfa307e5c26bfe13d95dfb9510f2b8fd0c7
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-workloadmanager_v1
|
2
2
|
|
3
|
+
### v0.12.0 (2023-12-17)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20231211
|
6
|
+
|
7
|
+
### v0.11.0 (2023-09-10)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20230907
|
10
|
+
|
3
11
|
### v0.10.0 (2023-07-23)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20230710
|
@@ -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,18 @@ module Google
|
|
892
892
|
# @return [Google::Apis::WorkloadmanagerV1::SapDiscoveryMetadata]
|
893
893
|
attr_accessor :metadata
|
894
894
|
|
895
|
-
#
|
896
|
-
#
|
895
|
+
# Optional. The GCP project number that this SapSystem belongs to.
|
896
|
+
# Corresponds to the JSON property `projectNumber`
|
897
|
+
# @return [String]
|
898
|
+
attr_accessor :project_number
|
899
|
+
|
900
|
+
# Output only. A combination of database SID, database instance URI and tenant
|
901
|
+
# DB name to make a unique identifier per-system.
|
897
902
|
# Corresponds to the JSON property `systemId`
|
898
903
|
# @return [String]
|
899
904
|
attr_accessor :system_id
|
900
905
|
|
901
|
-
# Unix timestamp this system has been updated last.
|
906
|
+
# Required. Unix timestamp this system has been updated last.
|
902
907
|
# Corresponds to the JSON property `updateTime`
|
903
908
|
# @return [String]
|
904
909
|
attr_accessor :update_time
|
@@ -912,6 +917,7 @@ module Google
|
|
912
917
|
@application_layer = args[:application_layer] if args.key?(:application_layer)
|
913
918
|
@database_layer = args[:database_layer] if args.key?(:database_layer)
|
914
919
|
@metadata = args[:metadata] if args.key?(:metadata)
|
920
|
+
@project_number = args[:project_number] if args.key?(:project_number)
|
915
921
|
@system_id = args[:system_id] if args.key?(:system_id)
|
916
922
|
@update_time = args[:update_time] if args.key?(:update_time)
|
917
923
|
end
|
@@ -931,22 +937,33 @@ module Google
|
|
931
937
|
# @return [Google::Apis::WorkloadmanagerV1::SapDiscoveryComponentDatabaseProperties]
|
932
938
|
attr_accessor :database_properties
|
933
939
|
|
934
|
-
#
|
940
|
+
# Optional. A list of host URIs that are part of the HA configuration if present.
|
941
|
+
# An empty list indicates the component is not configured for HA.
|
942
|
+
# Corresponds to the JSON property `haHosts`
|
943
|
+
# @return [Array<String>]
|
944
|
+
attr_accessor :ha_hosts
|
945
|
+
|
946
|
+
# Required. Pantheon Project in which the resources reside.
|
935
947
|
# Corresponds to the JSON property `hostProject`
|
936
948
|
# @return [String]
|
937
949
|
attr_accessor :host_project
|
938
950
|
|
939
|
-
# The resources in a component.
|
951
|
+
# Optional. The resources in a component.
|
940
952
|
# Corresponds to the JSON property `resources`
|
941
953
|
# @return [Array<Google::Apis::WorkloadmanagerV1::SapDiscoveryResource>]
|
942
954
|
attr_accessor :resources
|
943
955
|
|
944
|
-
# The
|
945
|
-
# for customers.
|
956
|
+
# Optional. The SAP identifier, used by the SAP software and helps differentiate
|
957
|
+
# systems for customers.
|
946
958
|
# Corresponds to the JSON property `sid`
|
947
959
|
# @return [String]
|
948
960
|
attr_accessor :sid
|
949
961
|
|
962
|
+
# Optional. The detected topology of the component.
|
963
|
+
# Corresponds to the JSON property `topologyType`
|
964
|
+
# @return [String]
|
965
|
+
attr_accessor :topology_type
|
966
|
+
|
950
967
|
def initialize(**args)
|
951
968
|
update!(**args)
|
952
969
|
end
|
@@ -955,9 +972,11 @@ module Google
|
|
955
972
|
def update!(**args)
|
956
973
|
@application_properties = args[:application_properties] if args.key?(:application_properties)
|
957
974
|
@database_properties = args[:database_properties] if args.key?(:database_properties)
|
975
|
+
@ha_hosts = args[:ha_hosts] if args.key?(:ha_hosts)
|
958
976
|
@host_project = args[:host_project] if args.key?(:host_project)
|
959
977
|
@resources = args[:resources] if args.key?(:resources)
|
960
978
|
@sid = args[:sid] if args.key?(:sid)
|
979
|
+
@topology_type = args[:topology_type] if args.key?(:topology_type)
|
961
980
|
end
|
962
981
|
end
|
963
982
|
|
@@ -965,16 +984,28 @@ module Google
|
|
965
984
|
class SapDiscoveryComponentApplicationProperties
|
966
985
|
include Google::Apis::Core::Hashable
|
967
986
|
|
987
|
+
# Optional. Indicates whether this is a Java or ABAP Netweaver instance. true
|
988
|
+
# means it is ABAP, false means it is Java.
|
989
|
+
# Corresponds to the JSON property `abap`
|
990
|
+
# @return [Boolean]
|
991
|
+
attr_accessor :abap
|
992
|
+
alias_method :abap?, :abap
|
993
|
+
|
968
994
|
# Required. Type of the application. Netweaver, etc.
|
969
995
|
# Corresponds to the JSON property `applicationType`
|
970
996
|
# @return [String]
|
971
997
|
attr_accessor :application_type
|
972
998
|
|
973
|
-
#
|
999
|
+
# Optional. Resource URI of the recognized ASCS host of the application.
|
974
1000
|
# Corresponds to the JSON property `ascsUri`
|
975
1001
|
# @return [String]
|
976
1002
|
attr_accessor :ascs_uri
|
977
1003
|
|
1004
|
+
# Optional. Kernel version for Netweaver running in the system.
|
1005
|
+
# Corresponds to the JSON property `kernelVersion`
|
1006
|
+
# @return [String]
|
1007
|
+
attr_accessor :kernel_version
|
1008
|
+
|
978
1009
|
# Optional. Resource URI of the recognized shared NFS of the application. May be
|
979
1010
|
# empty if the application server has only a single node.
|
980
1011
|
# Corresponds to the JSON property `nfsUri`
|
@@ -987,8 +1018,10 @@ module Google
|
|
987
1018
|
|
988
1019
|
# Update properties of this object
|
989
1020
|
def update!(**args)
|
1021
|
+
@abap = args[:abap] if args.key?(:abap)
|
990
1022
|
@application_type = args[:application_type] if args.key?(:application_type)
|
991
1023
|
@ascs_uri = args[:ascs_uri] if args.key?(:ascs_uri)
|
1024
|
+
@kernel_version = args[:kernel_version] if args.key?(:kernel_version)
|
992
1025
|
@nfs_uri = args[:nfs_uri] if args.key?(:nfs_uri)
|
993
1026
|
end
|
994
1027
|
end
|
@@ -1002,6 +1035,11 @@ module Google
|
|
1002
1035
|
# @return [String]
|
1003
1036
|
attr_accessor :database_type
|
1004
1037
|
|
1038
|
+
# Optional. The version of the database software running in the system.
|
1039
|
+
# Corresponds to the JSON property `databaseVersion`
|
1040
|
+
# @return [String]
|
1041
|
+
attr_accessor :database_version
|
1042
|
+
|
1005
1043
|
# Required. URI of the recognized primary instance of the database.
|
1006
1044
|
# Corresponds to the JSON property `primaryInstanceUri`
|
1007
1045
|
# @return [String]
|
@@ -1020,6 +1058,7 @@ module Google
|
|
1020
1058
|
# Update properties of this object
|
1021
1059
|
def update!(**args)
|
1022
1060
|
@database_type = args[:database_type] if args.key?(:database_type)
|
1061
|
+
@database_version = args[:database_version] if args.key?(:database_version)
|
1023
1062
|
@primary_instance_uri = args[:primary_instance_uri] if args.key?(:primary_instance_uri)
|
1024
1063
|
@shared_nfs_uri = args[:shared_nfs_uri] if args.key?(:shared_nfs_uri)
|
1025
1064
|
end
|
@@ -1029,22 +1068,23 @@ module Google
|
|
1029
1068
|
class SapDiscoveryMetadata
|
1030
1069
|
include Google::Apis::Core::Hashable
|
1031
1070
|
|
1032
|
-
# Customer region string for customer's use. Does not represent GCP
|
1071
|
+
# Optional. Customer region string for customer's use. Does not represent GCP
|
1072
|
+
# region.
|
1033
1073
|
# Corresponds to the JSON property `customerRegion`
|
1034
1074
|
# @return [String]
|
1035
1075
|
attr_accessor :customer_region
|
1036
1076
|
|
1037
|
-
# Customer defined, something like "E-commerce pre prod"
|
1077
|
+
# Optional. Customer defined, something like "E-commerce pre prod"
|
1038
1078
|
# Corresponds to the JSON property `definedSystem`
|
1039
1079
|
# @return [String]
|
1040
1080
|
attr_accessor :defined_system
|
1041
1081
|
|
1042
|
-
# Should be "prod", "QA", "dev", "staging", etc.
|
1082
|
+
# Optional. Should be "prod", "QA", "dev", "staging", etc.
|
1043
1083
|
# Corresponds to the JSON property `environmentType`
|
1044
1084
|
# @return [String]
|
1045
1085
|
attr_accessor :environment_type
|
1046
1086
|
|
1047
|
-
# This
|
1087
|
+
# Optional. This SAP product name
|
1048
1088
|
# Corresponds to the JSON property `sapProduct`
|
1049
1089
|
# @return [String]
|
1050
1090
|
attr_accessor :sap_product
|
@@ -1066,7 +1106,12 @@ module Google
|
|
1066
1106
|
class SapDiscoveryResource
|
1067
1107
|
include Google::Apis::Core::Hashable
|
1068
1108
|
|
1069
|
-
# A
|
1109
|
+
# A set of properties only present for an instance type resource
|
1110
|
+
# Corresponds to the JSON property `instanceProperties`
|
1111
|
+
# @return [Google::Apis::WorkloadmanagerV1::SapDiscoveryResourceInstanceProperties]
|
1112
|
+
attr_accessor :instance_properties
|
1113
|
+
|
1114
|
+
# Optional. A list of resource URIs related to this resource.
|
1070
1115
|
# Corresponds to the JSON property `relatedResources`
|
1071
1116
|
# @return [Array<String>]
|
1072
1117
|
attr_accessor :related_resources
|
@@ -1081,12 +1126,13 @@ module Google
|
|
1081
1126
|
# @return [String]
|
1082
1127
|
attr_accessor :resource_type
|
1083
1128
|
|
1084
|
-
# URI of the resource, includes project, location, and name.
|
1129
|
+
# Required. URI of the resource, includes project, location, and name.
|
1085
1130
|
# Corresponds to the JSON property `resourceUri`
|
1086
1131
|
# @return [String]
|
1087
1132
|
attr_accessor :resource_uri
|
1088
1133
|
|
1089
|
-
# Unix timestamp of when this resource last had its discovery data
|
1134
|
+
# Required. Unix timestamp of when this resource last had its discovery data
|
1135
|
+
# updated.
|
1090
1136
|
# Corresponds to the JSON property `updateTime`
|
1091
1137
|
# @return [String]
|
1092
1138
|
attr_accessor :update_time
|
@@ -1097,6 +1143,7 @@ module Google
|
|
1097
1143
|
|
1098
1144
|
# Update properties of this object
|
1099
1145
|
def update!(**args)
|
1146
|
+
@instance_properties = args[:instance_properties] if args.key?(:instance_properties)
|
1100
1147
|
@related_resources = args[:related_resources] if args.key?(:related_resources)
|
1101
1148
|
@resource_kind = args[:resource_kind] if args.key?(:resource_kind)
|
1102
1149
|
@resource_type = args[:resource_type] if args.key?(:resource_type)
|
@@ -1105,23 +1152,60 @@ module Google
|
|
1105
1152
|
end
|
1106
1153
|
end
|
1107
1154
|
|
1155
|
+
# A set of properties only present for an instance type resource
|
1156
|
+
class SapDiscoveryResourceInstanceProperties
|
1157
|
+
include Google::Apis::Core::Hashable
|
1158
|
+
|
1159
|
+
# Optional. A list of instance URIs that are part of a cluster with this one.
|
1160
|
+
# Corresponds to the JSON property `clusterInstances`
|
1161
|
+
# @return [Array<String>]
|
1162
|
+
attr_accessor :cluster_instances
|
1163
|
+
|
1164
|
+
# Optional. A virtual hostname of the instance if it has one.
|
1165
|
+
# Corresponds to the JSON property `virtualHostname`
|
1166
|
+
# @return [String]
|
1167
|
+
attr_accessor :virtual_hostname
|
1168
|
+
|
1169
|
+
def initialize(**args)
|
1170
|
+
update!(**args)
|
1171
|
+
end
|
1172
|
+
|
1173
|
+
# Update properties of this object
|
1174
|
+
def update!(**args)
|
1175
|
+
@cluster_instances = args[:cluster_instances] if args.key?(:cluster_instances)
|
1176
|
+
@virtual_hostname = args[:virtual_hostname] if args.key?(:virtual_hostname)
|
1177
|
+
end
|
1178
|
+
end
|
1179
|
+
|
1108
1180
|
# A presentation of SAP workload insight. The schema of SAP workloads validation
|
1109
1181
|
# related data.
|
1110
1182
|
class SapValidation
|
1111
1183
|
include Google::Apis::Core::Hashable
|
1112
1184
|
|
1113
|
-
#
|
1185
|
+
# Required. The project_id of the cloud project that the Insight data comes from.
|
1186
|
+
# Corresponds to the JSON property `projectId`
|
1187
|
+
# @return [String]
|
1188
|
+
attr_accessor :project_id
|
1189
|
+
|
1190
|
+
# Optional. A list of SAP validation metrics data.
|
1114
1191
|
# Corresponds to the JSON property `validationDetails`
|
1115
1192
|
# @return [Array<Google::Apis::WorkloadmanagerV1::SapValidationValidationDetail>]
|
1116
1193
|
attr_accessor :validation_details
|
1117
1194
|
|
1195
|
+
# Optional. The zone of the instance that the Insight data comes from.
|
1196
|
+
# Corresponds to the JSON property `zone`
|
1197
|
+
# @return [String]
|
1198
|
+
attr_accessor :zone
|
1199
|
+
|
1118
1200
|
def initialize(**args)
|
1119
1201
|
update!(**args)
|
1120
1202
|
end
|
1121
1203
|
|
1122
1204
|
# Update properties of this object
|
1123
1205
|
def update!(**args)
|
1206
|
+
@project_id = args[:project_id] if args.key?(:project_id)
|
1124
1207
|
@validation_details = args[:validation_details] if args.key?(:validation_details)
|
1208
|
+
@zone = args[:zone] if args.key?(:zone)
|
1125
1209
|
end
|
1126
1210
|
end
|
1127
1211
|
|
@@ -1129,12 +1213,18 @@ module Google
|
|
1129
1213
|
class SapValidationValidationDetail
|
1130
1214
|
include Google::Apis::Core::Hashable
|
1131
1215
|
|
1132
|
-
# The pairs of metrics data: field name & field value.
|
1216
|
+
# Optional. The pairs of metrics data: field name & field value.
|
1133
1217
|
# Corresponds to the JSON property `details`
|
1134
1218
|
# @return [Hash<String,String>]
|
1135
1219
|
attr_accessor :details
|
1136
1220
|
|
1137
|
-
#
|
1221
|
+
# Optional. Was there a SAP system detected for this validation type.
|
1222
|
+
# Corresponds to the JSON property `isPresent`
|
1223
|
+
# @return [Boolean]
|
1224
|
+
attr_accessor :is_present
|
1225
|
+
alias_method :is_present?, :is_present
|
1226
|
+
|
1227
|
+
# Optional. The SAP system that the validation data is from.
|
1138
1228
|
# Corresponds to the JSON property `sapValidationType`
|
1139
1229
|
# @return [String]
|
1140
1230
|
attr_accessor :sap_validation_type
|
@@ -1146,6 +1236,7 @@ module Google
|
|
1146
1236
|
# Update properties of this object
|
1147
1237
|
def update!(**args)
|
1148
1238
|
@details = args[:details] if args.key?(:details)
|
1239
|
+
@is_present = args[:is_present] if args.key?(:is_present)
|
1149
1240
|
@sap_validation_type = args[:sap_validation_type] if args.key?(:sap_validation_type)
|
1150
1241
|
end
|
1151
1242
|
end
|
@@ -1174,7 +1265,7 @@ module Google
|
|
1174
1265
|
class SqlserverValidation
|
1175
1266
|
include Google::Apis::Core::Hashable
|
1176
1267
|
|
1177
|
-
# The agent version collected this data point
|
1268
|
+
# Optional. The agent version collected this data point
|
1178
1269
|
# Corresponds to the JSON property `agentVersion`
|
1179
1270
|
# @return [String]
|
1180
1271
|
attr_accessor :agent_version
|
@@ -1191,7 +1282,7 @@ module Google
|
|
1191
1282
|
# @return [String]
|
1192
1283
|
attr_accessor :project_id
|
1193
1284
|
|
1194
|
-
# A list of SqlServer validation metrics data.
|
1285
|
+
# Optional. A list of SqlServer validation metrics data.
|
1195
1286
|
# Corresponds to the JSON property `validationDetails`
|
1196
1287
|
# @return [Array<Google::Apis::WorkloadmanagerV1::SqlserverValidationValidationDetail>]
|
1197
1288
|
attr_accessor :validation_details
|
@@ -1237,7 +1328,7 @@ module Google
|
|
1237
1328
|
# @return [Array<Google::Apis::WorkloadmanagerV1::SqlserverValidationDetails>]
|
1238
1329
|
attr_accessor :details
|
1239
1330
|
|
1240
|
-
# The Sqlserver system that the validation data is from.
|
1331
|
+
# Optional. The Sqlserver system that the validation data is from.
|
1241
1332
|
# Corresponds to the JSON property `type`
|
1242
1333
|
# @return [String]
|
1243
1334
|
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.12.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 = "20231211"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -190,6 +190,12 @@ module Google
|
|
190
190
|
include Google::Apis::Core::JsonObjectSupport
|
191
191
|
end
|
192
192
|
|
193
|
+
class SapDiscoveryResourceInstanceProperties
|
194
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
195
|
+
|
196
|
+
include Google::Apis::Core::JsonObjectSupport
|
197
|
+
end
|
198
|
+
|
193
199
|
class SapValidation
|
194
200
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
195
201
|
|
@@ -494,6 +500,7 @@ module Google
|
|
494
500
|
|
495
501
|
property :metadata, as: 'metadata', class: Google::Apis::WorkloadmanagerV1::SapDiscoveryMetadata, decorator: Google::Apis::WorkloadmanagerV1::SapDiscoveryMetadata::Representation
|
496
502
|
|
503
|
+
property :project_number, as: 'projectNumber'
|
497
504
|
property :system_id, as: 'systemId'
|
498
505
|
property :update_time, as: 'updateTime'
|
499
506
|
end
|
@@ -506,18 +513,22 @@ module Google
|
|
506
513
|
|
507
514
|
property :database_properties, as: 'databaseProperties', class: Google::Apis::WorkloadmanagerV1::SapDiscoveryComponentDatabaseProperties, decorator: Google::Apis::WorkloadmanagerV1::SapDiscoveryComponentDatabaseProperties::Representation
|
508
515
|
|
516
|
+
collection :ha_hosts, as: 'haHosts'
|
509
517
|
property :host_project, as: 'hostProject'
|
510
518
|
collection :resources, as: 'resources', class: Google::Apis::WorkloadmanagerV1::SapDiscoveryResource, decorator: Google::Apis::WorkloadmanagerV1::SapDiscoveryResource::Representation
|
511
519
|
|
512
520
|
property :sid, as: 'sid'
|
521
|
+
property :topology_type, as: 'topologyType'
|
513
522
|
end
|
514
523
|
end
|
515
524
|
|
516
525
|
class SapDiscoveryComponentApplicationProperties
|
517
526
|
# @private
|
518
527
|
class Representation < Google::Apis::Core::JsonRepresentation
|
528
|
+
property :abap, as: 'abap'
|
519
529
|
property :application_type, as: 'applicationType'
|
520
530
|
property :ascs_uri, as: 'ascsUri'
|
531
|
+
property :kernel_version, as: 'kernelVersion'
|
521
532
|
property :nfs_uri, as: 'nfsUri'
|
522
533
|
end
|
523
534
|
end
|
@@ -526,6 +537,7 @@ module Google
|
|
526
537
|
# @private
|
527
538
|
class Representation < Google::Apis::Core::JsonRepresentation
|
528
539
|
property :database_type, as: 'databaseType'
|
540
|
+
property :database_version, as: 'databaseVersion'
|
529
541
|
property :primary_instance_uri, as: 'primaryInstanceUri'
|
530
542
|
property :shared_nfs_uri, as: 'sharedNfsUri'
|
531
543
|
end
|
@@ -544,6 +556,8 @@ module Google
|
|
544
556
|
class SapDiscoveryResource
|
545
557
|
# @private
|
546
558
|
class Representation < Google::Apis::Core::JsonRepresentation
|
559
|
+
property :instance_properties, as: 'instanceProperties', class: Google::Apis::WorkloadmanagerV1::SapDiscoveryResourceInstanceProperties, decorator: Google::Apis::WorkloadmanagerV1::SapDiscoveryResourceInstanceProperties::Representation
|
560
|
+
|
547
561
|
collection :related_resources, as: 'relatedResources'
|
548
562
|
property :resource_kind, as: 'resourceKind'
|
549
563
|
property :resource_type, as: 'resourceType'
|
@@ -552,11 +566,21 @@ module Google
|
|
552
566
|
end
|
553
567
|
end
|
554
568
|
|
569
|
+
class SapDiscoveryResourceInstanceProperties
|
570
|
+
# @private
|
571
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
572
|
+
collection :cluster_instances, as: 'clusterInstances'
|
573
|
+
property :virtual_hostname, as: 'virtualHostname'
|
574
|
+
end
|
575
|
+
end
|
576
|
+
|
555
577
|
class SapValidation
|
556
578
|
# @private
|
557
579
|
class Representation < Google::Apis::Core::JsonRepresentation
|
580
|
+
property :project_id, as: 'projectId'
|
558
581
|
collection :validation_details, as: 'validationDetails', class: Google::Apis::WorkloadmanagerV1::SapValidationValidationDetail, decorator: Google::Apis::WorkloadmanagerV1::SapValidationValidationDetail::Representation
|
559
582
|
|
583
|
+
property :zone, as: 'zone'
|
560
584
|
end
|
561
585
|
end
|
562
586
|
|
@@ -564,6 +588,7 @@ module Google
|
|
564
588
|
# @private
|
565
589
|
class Representation < Google::Apis::Core::JsonRepresentation
|
566
590
|
hash :details, as: 'details'
|
591
|
+
property :is_present, as: 'isPresent'
|
567
592
|
property :sap_validation_type, as: 'sapValidationType'
|
568
593
|
end
|
569
594
|
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.12.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-12-17 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.12.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
|