google-apis-workloadmanager_v1 0.26.0 → 0.27.0
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: eac3948a2722181a66e9ede895ae0e693a132fa14398a9071dbebe45316621f9
|
4
|
+
data.tar.gz: e4ce06c598afdc571a08c809cc62d3dff9cfb228814b8bf09aaa24c3cf9fc0f1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7ef0ce86898bf3d61658aede5c5d1db6035b944fd74209ae6ab14924bc28b295b2a36b7ddcfdb6c4b5075acf10877b311c76ebece0a034cd8978baf5031a0f48
|
7
|
+
data.tar.gz: d67ec1fb10e442ca46c2df050cffc917b22efb6a316f7651dfc4270512edfc43142cc41c61d26d767de365e62c60cb1c3aae875ff5d082a570edf75c346ca0d3
|
data/CHANGELOG.md
CHANGED
@@ -48,53 +48,6 @@ module Google
|
|
48
48
|
end
|
49
49
|
end
|
50
50
|
|
51
|
-
# Provides the mapping of a cloud asset to a direct physical location or to a
|
52
|
-
# proxy that defines the location on its behalf.
|
53
|
-
class AssetLocation
|
54
|
-
include Google::Apis::Core::Hashable
|
55
|
-
|
56
|
-
# Spanner path of the CCFE RMS database. It is only applicable for CCFE tenants
|
57
|
-
# that use CCFE RMS for storing resource metadata.
|
58
|
-
# Corresponds to the JSON property `ccfeRmsPath`
|
59
|
-
# @return [String]
|
60
|
-
attr_accessor :ccfe_rms_path
|
61
|
-
|
62
|
-
# Defines the customer expectation around ZI/ZS for this asset and ZI/ZS state
|
63
|
-
# of the region at the time of asset creation.
|
64
|
-
# Corresponds to the JSON property `expected`
|
65
|
-
# @return [Google::Apis::WorkloadmanagerV1::IsolationExpectations]
|
66
|
-
attr_accessor :expected
|
67
|
-
|
68
|
-
# Defines extra parameters required for specific asset types.
|
69
|
-
# Corresponds to the JSON property `extraParameters`
|
70
|
-
# @return [Array<Google::Apis::WorkloadmanagerV1::ExtraParameter>]
|
71
|
-
attr_accessor :extra_parameters
|
72
|
-
|
73
|
-
# Contains all kinds of physical location definitions for this asset.
|
74
|
-
# Corresponds to the JSON property `locationData`
|
75
|
-
# @return [Array<Google::Apis::WorkloadmanagerV1::LocationData>]
|
76
|
-
attr_accessor :location_data
|
77
|
-
|
78
|
-
# Defines parents assets if any in order to allow later generation of
|
79
|
-
# child_asset_location data via child assets.
|
80
|
-
# Corresponds to the JSON property `parentAsset`
|
81
|
-
# @return [Array<Google::Apis::WorkloadmanagerV1::CloudAsset>]
|
82
|
-
attr_accessor :parent_asset
|
83
|
-
|
84
|
-
def initialize(**args)
|
85
|
-
update!(**args)
|
86
|
-
end
|
87
|
-
|
88
|
-
# Update properties of this object
|
89
|
-
def update!(**args)
|
90
|
-
@ccfe_rms_path = args[:ccfe_rms_path] if args.key?(:ccfe_rms_path)
|
91
|
-
@expected = args[:expected] if args.key?(:expected)
|
92
|
-
@extra_parameters = args[:extra_parameters] if args.key?(:extra_parameters)
|
93
|
-
@location_data = args[:location_data] if args.key?(:location_data)
|
94
|
-
@parent_asset = args[:parent_asset] if args.key?(:parent_asset)
|
95
|
-
end
|
96
|
-
end
|
97
|
-
|
98
51
|
# Message describing big query destination
|
99
52
|
class BigQueryDestination
|
100
53
|
include Google::Apis::Core::Hashable
|
@@ -121,26 +74,6 @@ module Google
|
|
121
74
|
end
|
122
75
|
end
|
123
76
|
|
124
|
-
# Policy ID that identified data placement in Blobstore as per go/blobstore-user-
|
125
|
-
# guide#data-metadata-placement-and-failure-domains
|
126
|
-
class BlobstoreLocation
|
127
|
-
include Google::Apis::Core::Hashable
|
128
|
-
|
129
|
-
#
|
130
|
-
# Corresponds to the JSON property `policyId`
|
131
|
-
# @return [Array<String>]
|
132
|
-
attr_accessor :policy_id
|
133
|
-
|
134
|
-
def initialize(**args)
|
135
|
-
update!(**args)
|
136
|
-
end
|
137
|
-
|
138
|
-
# Update properties of this object
|
139
|
-
def update!(**args)
|
140
|
-
@policy_id = args[:policy_id] if args.key?(:policy_id)
|
141
|
-
end
|
142
|
-
end
|
143
|
-
|
144
77
|
# The request message for Operations.CancelOperation.
|
145
78
|
class CancelOperationRequest
|
146
79
|
include Google::Apis::Core::Hashable
|
@@ -154,50 +87,6 @@ module Google
|
|
154
87
|
end
|
155
88
|
end
|
156
89
|
|
157
|
-
#
|
158
|
-
class CloudAsset
|
159
|
-
include Google::Apis::Core::Hashable
|
160
|
-
|
161
|
-
#
|
162
|
-
# Corresponds to the JSON property `assetName`
|
163
|
-
# @return [String]
|
164
|
-
attr_accessor :asset_name
|
165
|
-
|
166
|
-
#
|
167
|
-
# Corresponds to the JSON property `assetType`
|
168
|
-
# @return [String]
|
169
|
-
attr_accessor :asset_type
|
170
|
-
|
171
|
-
def initialize(**args)
|
172
|
-
update!(**args)
|
173
|
-
end
|
174
|
-
|
175
|
-
# Update properties of this object
|
176
|
-
def update!(**args)
|
177
|
-
@asset_name = args[:asset_name] if args.key?(:asset_name)
|
178
|
-
@asset_type = args[:asset_type] if args.key?(:asset_type)
|
179
|
-
end
|
180
|
-
end
|
181
|
-
|
182
|
-
#
|
183
|
-
class CloudAssetComposition
|
184
|
-
include Google::Apis::Core::Hashable
|
185
|
-
|
186
|
-
#
|
187
|
-
# Corresponds to the JSON property `childAsset`
|
188
|
-
# @return [Array<Google::Apis::WorkloadmanagerV1::CloudAsset>]
|
189
|
-
attr_accessor :child_asset
|
190
|
-
|
191
|
-
def initialize(**args)
|
192
|
-
update!(**args)
|
193
|
-
end
|
194
|
-
|
195
|
-
# Update properties of this object
|
196
|
-
def update!(**args)
|
197
|
-
@child_asset = args[:child_asset] if args.key?(:child_asset)
|
198
|
-
end
|
199
|
-
end
|
200
|
-
|
201
90
|
# * Command specifies the type of command to execute.
|
202
91
|
class Command
|
203
92
|
include Google::Apis::Core::Hashable
|
@@ -223,25 +112,6 @@ module Google
|
|
223
112
|
end
|
224
113
|
end
|
225
114
|
|
226
|
-
#
|
227
|
-
class DirectLocationAssignment
|
228
|
-
include Google::Apis::Core::Hashable
|
229
|
-
|
230
|
-
#
|
231
|
-
# Corresponds to the JSON property `location`
|
232
|
-
# @return [Array<Google::Apis::WorkloadmanagerV1::LocationAssignment>]
|
233
|
-
attr_accessor :location
|
234
|
-
|
235
|
-
def initialize(**args)
|
236
|
-
update!(**args)
|
237
|
-
end
|
238
|
-
|
239
|
-
# Update properties of this object
|
240
|
-
def update!(**args)
|
241
|
-
@location = args[:location] if args.key?(:location)
|
242
|
-
end
|
243
|
-
end
|
244
|
-
|
245
115
|
# A generic empty message that you can re-use to avoid defining duplicated empty
|
246
116
|
# messages in your APIs. A typical example is to use it as the request or the
|
247
117
|
# response type of an API method. For instance: service Foo ` rpc Bar(google.
|
@@ -381,6 +251,11 @@ module Google
|
|
381
251
|
# @return [String]
|
382
252
|
attr_accessor :name
|
383
253
|
|
254
|
+
# Output only. Additional information generated by the execution
|
255
|
+
# Corresponds to the JSON property `notices`
|
256
|
+
# @return [Array<Google::Apis::WorkloadmanagerV1::Notice>]
|
257
|
+
attr_accessor :notices
|
258
|
+
|
384
259
|
# Output only. execution result summary per rule
|
385
260
|
# Corresponds to the JSON property `ruleResults`
|
386
261
|
# @return [Array<Google::Apis::WorkloadmanagerV1::RuleExecutionResult>]
|
@@ -414,6 +289,7 @@ module Google
|
|
414
289
|
@inventory_time = args[:inventory_time] if args.key?(:inventory_time)
|
415
290
|
@labels = args[:labels] if args.key?(:labels)
|
416
291
|
@name = args[:name] if args.key?(:name)
|
292
|
+
@notices = args[:notices] if args.key?(:notices)
|
417
293
|
@rule_results = args[:rule_results] if args.key?(:rule_results)
|
418
294
|
@run_type = args[:run_type] if args.key?(:run_type)
|
419
295
|
@start_time = args[:start_time] if args.key?(:start_time)
|
@@ -523,26 +399,6 @@ module Google
|
|
523
399
|
end
|
524
400
|
end
|
525
401
|
|
526
|
-
# Defines parameters that should only be used for specific asset types.
|
527
|
-
class ExtraParameter
|
528
|
-
include Google::Apis::Core::Hashable
|
529
|
-
|
530
|
-
# To be used for specifying the intended distribution of regional compute.
|
531
|
-
# googleapis.com/InstanceGroupManager instances
|
532
|
-
# Corresponds to the JSON property `regionalMigDistributionPolicy`
|
533
|
-
# @return [Google::Apis::WorkloadmanagerV1::RegionalMigDistributionPolicy]
|
534
|
-
attr_accessor :regional_mig_distribution_policy
|
535
|
-
|
536
|
-
def initialize(**args)
|
537
|
-
update!(**args)
|
538
|
-
end
|
539
|
-
|
540
|
-
# Update properties of this object
|
541
|
-
def update!(**args)
|
542
|
-
@regional_mig_distribution_policy = args[:regional_mig_distribution_policy] if args.key?(:regional_mig_distribution_policy)
|
543
|
-
end
|
544
|
-
end
|
545
|
-
|
546
402
|
# Message describing compute engine instance filter
|
547
403
|
class GceInstanceFilter
|
548
404
|
include Google::Apis::Core::Hashable
|
@@ -607,70 +463,6 @@ module Google
|
|
607
463
|
end
|
608
464
|
end
|
609
465
|
|
610
|
-
#
|
611
|
-
class IsolationExpectations
|
612
|
-
include Google::Apis::Core::Hashable
|
613
|
-
|
614
|
-
# Explicit overrides for ZI and ZS requirements to be used for resources that
|
615
|
-
# should be excluded from ZI/ZS verification logic.
|
616
|
-
# Corresponds to the JSON property `requirementOverride`
|
617
|
-
# @return [Google::Apis::WorkloadmanagerV1::RequirementOverride]
|
618
|
-
attr_accessor :requirement_override
|
619
|
-
|
620
|
-
#
|
621
|
-
# Corresponds to the JSON property `ziOrgPolicy`
|
622
|
-
# @return [String]
|
623
|
-
attr_accessor :zi_org_policy
|
624
|
-
|
625
|
-
#
|
626
|
-
# Corresponds to the JSON property `ziRegionPolicy`
|
627
|
-
# @return [String]
|
628
|
-
attr_accessor :zi_region_policy
|
629
|
-
|
630
|
-
#
|
631
|
-
# Corresponds to the JSON property `ziRegionState`
|
632
|
-
# @return [String]
|
633
|
-
attr_accessor :zi_region_state
|
634
|
-
|
635
|
-
# Deprecated: use zi_org_policy, zi_region_policy and zi_region_state instead
|
636
|
-
# for setting ZI expectations as per go/zicy-publish-physical-location.
|
637
|
-
# Corresponds to the JSON property `zoneIsolation`
|
638
|
-
# @return [String]
|
639
|
-
attr_accessor :zone_isolation
|
640
|
-
|
641
|
-
# Deprecated: use zs_org_policy, and zs_region_stateinstead for setting Zs
|
642
|
-
# expectations as per go/zicy-publish-physical-location.
|
643
|
-
# Corresponds to the JSON property `zoneSeparation`
|
644
|
-
# @return [String]
|
645
|
-
attr_accessor :zone_separation
|
646
|
-
|
647
|
-
#
|
648
|
-
# Corresponds to the JSON property `zsOrgPolicy`
|
649
|
-
# @return [String]
|
650
|
-
attr_accessor :zs_org_policy
|
651
|
-
|
652
|
-
#
|
653
|
-
# Corresponds to the JSON property `zsRegionState`
|
654
|
-
# @return [String]
|
655
|
-
attr_accessor :zs_region_state
|
656
|
-
|
657
|
-
def initialize(**args)
|
658
|
-
update!(**args)
|
659
|
-
end
|
660
|
-
|
661
|
-
# Update properties of this object
|
662
|
-
def update!(**args)
|
663
|
-
@requirement_override = args[:requirement_override] if args.key?(:requirement_override)
|
664
|
-
@zi_org_policy = args[:zi_org_policy] if args.key?(:zi_org_policy)
|
665
|
-
@zi_region_policy = args[:zi_region_policy] if args.key?(:zi_region_policy)
|
666
|
-
@zi_region_state = args[:zi_region_state] if args.key?(:zi_region_state)
|
667
|
-
@zone_isolation = args[:zone_isolation] if args.key?(:zone_isolation)
|
668
|
-
@zone_separation = args[:zone_separation] if args.key?(:zone_separation)
|
669
|
-
@zs_org_policy = args[:zs_org_policy] if args.key?(:zs_org_policy)
|
670
|
-
@zs_region_state = args[:zs_region_state] if args.key?(:zs_region_state)
|
671
|
-
end
|
672
|
-
end
|
673
|
-
|
674
466
|
# Message for response to listing Evaluations
|
675
467
|
class ListEvaluationsResponse
|
676
468
|
include Google::Apis::Core::Hashable
|
@@ -907,66 +699,14 @@ module Google
|
|
907
699
|
end
|
908
700
|
end
|
909
701
|
|
910
|
-
#
|
911
|
-
class
|
702
|
+
# Message for additional information generated by the execution
|
703
|
+
class Notice
|
912
704
|
include Google::Apis::Core::Hashable
|
913
705
|
|
914
|
-
#
|
915
|
-
# Corresponds to the JSON property `
|
916
|
-
# @return [String]
|
917
|
-
attr_accessor :location
|
918
|
-
|
919
|
-
#
|
920
|
-
# Corresponds to the JSON property `locationType`
|
706
|
+
# Output only. Message of the notice
|
707
|
+
# Corresponds to the JSON property `message`
|
921
708
|
# @return [String]
|
922
|
-
attr_accessor :
|
923
|
-
|
924
|
-
def initialize(**args)
|
925
|
-
update!(**args)
|
926
|
-
end
|
927
|
-
|
928
|
-
# Update properties of this object
|
929
|
-
def update!(**args)
|
930
|
-
@location = args[:location] if args.key?(:location)
|
931
|
-
@location_type = args[:location_type] if args.key?(:location_type)
|
932
|
-
end
|
933
|
-
end
|
934
|
-
|
935
|
-
#
|
936
|
-
class LocationData
|
937
|
-
include Google::Apis::Core::Hashable
|
938
|
-
|
939
|
-
# Policy ID that identified data placement in Blobstore as per go/blobstore-user-
|
940
|
-
# guide#data-metadata-placement-and-failure-domains
|
941
|
-
# Corresponds to the JSON property `blobstoreLocation`
|
942
|
-
# @return [Google::Apis::WorkloadmanagerV1::BlobstoreLocation]
|
943
|
-
attr_accessor :blobstore_location
|
944
|
-
|
945
|
-
#
|
946
|
-
# Corresponds to the JSON property `childAssetLocation`
|
947
|
-
# @return [Google::Apis::WorkloadmanagerV1::CloudAssetComposition]
|
948
|
-
attr_accessor :child_asset_location
|
949
|
-
|
950
|
-
#
|
951
|
-
# Corresponds to the JSON property `directLocation`
|
952
|
-
# @return [Google::Apis::WorkloadmanagerV1::DirectLocationAssignment]
|
953
|
-
attr_accessor :direct_location
|
954
|
-
|
955
|
-
#
|
956
|
-
# Corresponds to the JSON property `gcpProjectProxy`
|
957
|
-
# @return [Google::Apis::WorkloadmanagerV1::TenantProjectProxy]
|
958
|
-
attr_accessor :gcp_project_proxy
|
959
|
-
|
960
|
-
# Message describing that the location of the customer resource is tied to
|
961
|
-
# placer allocations
|
962
|
-
# Corresponds to the JSON property `placerLocation`
|
963
|
-
# @return [Google::Apis::WorkloadmanagerV1::PlacerLocation]
|
964
|
-
attr_accessor :placer_location
|
965
|
-
|
966
|
-
#
|
967
|
-
# Corresponds to the JSON property `spannerLocation`
|
968
|
-
# @return [Google::Apis::WorkloadmanagerV1::SpannerLocation]
|
969
|
-
attr_accessor :spanner_location
|
709
|
+
attr_accessor :message
|
970
710
|
|
971
711
|
def initialize(**args)
|
972
712
|
update!(**args)
|
@@ -974,12 +714,7 @@ module Google
|
|
974
714
|
|
975
715
|
# Update properties of this object
|
976
716
|
def update!(**args)
|
977
|
-
@
|
978
|
-
@child_asset_location = args[:child_asset_location] if args.key?(:child_asset_location)
|
979
|
-
@direct_location = args[:direct_location] if args.key?(:direct_location)
|
980
|
-
@gcp_project_proxy = args[:gcp_project_proxy] if args.key?(:gcp_project_proxy)
|
981
|
-
@placer_location = args[:placer_location] if args.key?(:placer_location)
|
982
|
-
@spanner_location = args[:spanner_location] if args.key?(:spanner_location)
|
717
|
+
@message = args[:message] if args.key?(:message)
|
983
718
|
end
|
984
719
|
end
|
985
720
|
|
@@ -1104,79 +839,6 @@ module Google
|
|
1104
839
|
end
|
1105
840
|
end
|
1106
841
|
|
1107
|
-
# Message describing that the location of the customer resource is tied to
|
1108
|
-
# placer allocations
|
1109
|
-
class PlacerLocation
|
1110
|
-
include Google::Apis::Core::Hashable
|
1111
|
-
|
1112
|
-
# Directory with a config related to it in placer (e.g. "/placer/prod/home/my-
|
1113
|
-
# root/my-dir")
|
1114
|
-
# Corresponds to the JSON property `placerConfig`
|
1115
|
-
# @return [String]
|
1116
|
-
attr_accessor :placer_config
|
1117
|
-
|
1118
|
-
def initialize(**args)
|
1119
|
-
update!(**args)
|
1120
|
-
end
|
1121
|
-
|
1122
|
-
# Update properties of this object
|
1123
|
-
def update!(**args)
|
1124
|
-
@placer_config = args[:placer_config] if args.key?(:placer_config)
|
1125
|
-
end
|
1126
|
-
end
|
1127
|
-
|
1128
|
-
# To be used for specifying the intended distribution of regional compute.
|
1129
|
-
# googleapis.com/InstanceGroupManager instances
|
1130
|
-
class RegionalMigDistributionPolicy
|
1131
|
-
include Google::Apis::Core::Hashable
|
1132
|
-
|
1133
|
-
# The shape in which the group converges around distribution of resources.
|
1134
|
-
# Instance of proto2 enum
|
1135
|
-
# Corresponds to the JSON property `targetShape`
|
1136
|
-
# @return [Fixnum]
|
1137
|
-
attr_accessor :target_shape
|
1138
|
-
|
1139
|
-
# Cloud zones used by regional MIG to create instances.
|
1140
|
-
# Corresponds to the JSON property `zones`
|
1141
|
-
# @return [Array<Google::Apis::WorkloadmanagerV1::ZoneConfiguration>]
|
1142
|
-
attr_accessor :zones
|
1143
|
-
|
1144
|
-
def initialize(**args)
|
1145
|
-
update!(**args)
|
1146
|
-
end
|
1147
|
-
|
1148
|
-
# Update properties of this object
|
1149
|
-
def update!(**args)
|
1150
|
-
@target_shape = args[:target_shape] if args.key?(:target_shape)
|
1151
|
-
@zones = args[:zones] if args.key?(:zones)
|
1152
|
-
end
|
1153
|
-
end
|
1154
|
-
|
1155
|
-
#
|
1156
|
-
class RequirementOverride
|
1157
|
-
include Google::Apis::Core::Hashable
|
1158
|
-
|
1159
|
-
#
|
1160
|
-
# Corresponds to the JSON property `ziOverride`
|
1161
|
-
# @return [String]
|
1162
|
-
attr_accessor :zi_override
|
1163
|
-
|
1164
|
-
#
|
1165
|
-
# Corresponds to the JSON property `zsOverride`
|
1166
|
-
# @return [String]
|
1167
|
-
attr_accessor :zs_override
|
1168
|
-
|
1169
|
-
def initialize(**args)
|
1170
|
-
update!(**args)
|
1171
|
-
end
|
1172
|
-
|
1173
|
-
# Update properties of this object
|
1174
|
-
def update!(**args)
|
1175
|
-
@zi_override = args[:zi_override] if args.key?(:zi_override)
|
1176
|
-
@zs_override = args[:zs_override] if args.key?(:zs_override)
|
1177
|
-
end
|
1178
|
-
end
|
1179
|
-
|
1180
842
|
# Message represent resource in execution result
|
1181
843
|
class Resource
|
1182
844
|
include Google::Apis::Core::Hashable
|
@@ -2038,32 +1700,6 @@ module Google
|
|
2038
1700
|
end
|
2039
1701
|
end
|
2040
1702
|
|
2041
|
-
#
|
2042
|
-
class SpannerLocation
|
2043
|
-
include Google::Apis::Core::Hashable
|
2044
|
-
|
2045
|
-
# Set of backups used by the resource with name in the same format as what is
|
2046
|
-
# available at http://table/spanner_automon.backup_metadata
|
2047
|
-
# Corresponds to the JSON property `backupName`
|
2048
|
-
# @return [Array<String>]
|
2049
|
-
attr_accessor :backup_name
|
2050
|
-
|
2051
|
-
# Set of databases used by the resource in format /span//
|
2052
|
-
# Corresponds to the JSON property `dbName`
|
2053
|
-
# @return [Array<String>]
|
2054
|
-
attr_accessor :db_name
|
2055
|
-
|
2056
|
-
def initialize(**args)
|
2057
|
-
update!(**args)
|
2058
|
-
end
|
2059
|
-
|
2060
|
-
# Update properties of this object
|
2061
|
-
def update!(**args)
|
2062
|
-
@backup_name = args[:backup_name] if args.key?(:backup_name)
|
2063
|
-
@db_name = args[:db_name] if args.key?(:db_name)
|
2064
|
-
end
|
2065
|
-
end
|
2066
|
-
|
2067
1703
|
# A presentation of SQLServer workload insight. The schema of SqlServer
|
2068
1704
|
# workloads validation related data.
|
2069
1705
|
class SqlserverValidation
|
@@ -2187,25 +1823,6 @@ module Google
|
|
2187
1823
|
end
|
2188
1824
|
end
|
2189
1825
|
|
2190
|
-
#
|
2191
|
-
class TenantProjectProxy
|
2192
|
-
include Google::Apis::Core::Hashable
|
2193
|
-
|
2194
|
-
#
|
2195
|
-
# Corresponds to the JSON property `projectNumbers`
|
2196
|
-
# @return [Array<String>]
|
2197
|
-
attr_accessor :project_numbers
|
2198
|
-
|
2199
|
-
def initialize(**args)
|
2200
|
-
update!(**args)
|
2201
|
-
end
|
2202
|
-
|
2203
|
-
# Update properties of this object
|
2204
|
-
def update!(**args)
|
2205
|
-
@project_numbers = args[:project_numbers] if args.key?(:project_numbers)
|
2206
|
-
end
|
2207
|
-
end
|
2208
|
-
|
2209
1826
|
# Message describing the violation in an evaluation result.
|
2210
1827
|
class ViolationDetails
|
2211
1828
|
include Google::Apis::Core::Hashable
|
@@ -2289,25 +1906,6 @@ module Google
|
|
2289
1906
|
def update!(**args)
|
2290
1907
|
end
|
2291
1908
|
end
|
2292
|
-
|
2293
|
-
#
|
2294
|
-
class ZoneConfiguration
|
2295
|
-
include Google::Apis::Core::Hashable
|
2296
|
-
|
2297
|
-
#
|
2298
|
-
# Corresponds to the JSON property `zone`
|
2299
|
-
# @return [String]
|
2300
|
-
attr_accessor :zone
|
2301
|
-
|
2302
|
-
def initialize(**args)
|
2303
|
-
update!(**args)
|
2304
|
-
end
|
2305
|
-
|
2306
|
-
# Update properties of this object
|
2307
|
-
def update!(**args)
|
2308
|
-
@zone = args[:zone] if args.key?(:zone)
|
2309
|
-
end
|
2310
|
-
end
|
2311
1909
|
end
|
2312
1910
|
end
|
2313
1911
|
end
|
@@ -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.27.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.15.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20241016"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -28,54 +28,24 @@ module Google
|
|
28
28
|
include Google::Apis::Core::JsonObjectSupport
|
29
29
|
end
|
30
30
|
|
31
|
-
class AssetLocation
|
32
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
33
|
-
|
34
|
-
include Google::Apis::Core::JsonObjectSupport
|
35
|
-
end
|
36
|
-
|
37
31
|
class BigQueryDestination
|
38
32
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
39
33
|
|
40
34
|
include Google::Apis::Core::JsonObjectSupport
|
41
35
|
end
|
42
36
|
|
43
|
-
class BlobstoreLocation
|
44
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
45
|
-
|
46
|
-
include Google::Apis::Core::JsonObjectSupport
|
47
|
-
end
|
48
|
-
|
49
37
|
class CancelOperationRequest
|
50
38
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
51
39
|
|
52
40
|
include Google::Apis::Core::JsonObjectSupport
|
53
41
|
end
|
54
42
|
|
55
|
-
class CloudAsset
|
56
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
57
|
-
|
58
|
-
include Google::Apis::Core::JsonObjectSupport
|
59
|
-
end
|
60
|
-
|
61
|
-
class CloudAssetComposition
|
62
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
63
|
-
|
64
|
-
include Google::Apis::Core::JsonObjectSupport
|
65
|
-
end
|
66
|
-
|
67
43
|
class Command
|
68
44
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
69
45
|
|
70
46
|
include Google::Apis::Core::JsonObjectSupport
|
71
47
|
end
|
72
48
|
|
73
|
-
class DirectLocationAssignment
|
74
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
75
|
-
|
76
|
-
include Google::Apis::Core::JsonObjectSupport
|
77
|
-
end
|
78
|
-
|
79
49
|
class Empty
|
80
50
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
81
51
|
|
@@ -106,12 +76,6 @@ module Google
|
|
106
76
|
include Google::Apis::Core::JsonObjectSupport
|
107
77
|
end
|
108
78
|
|
109
|
-
class ExtraParameter
|
110
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
111
|
-
|
112
|
-
include Google::Apis::Core::JsonObjectSupport
|
113
|
-
end
|
114
|
-
|
115
79
|
class GceInstanceFilter
|
116
80
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
117
81
|
|
@@ -124,12 +88,6 @@ module Google
|
|
124
88
|
include Google::Apis::Core::JsonObjectSupport
|
125
89
|
end
|
126
90
|
|
127
|
-
class IsolationExpectations
|
128
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
129
|
-
|
130
|
-
include Google::Apis::Core::JsonObjectSupport
|
131
|
-
end
|
132
|
-
|
133
91
|
class ListEvaluationsResponse
|
134
92
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
135
93
|
|
@@ -178,13 +136,7 @@ module Google
|
|
178
136
|
include Google::Apis::Core::JsonObjectSupport
|
179
137
|
end
|
180
138
|
|
181
|
-
class
|
182
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
183
|
-
|
184
|
-
include Google::Apis::Core::JsonObjectSupport
|
185
|
-
end
|
186
|
-
|
187
|
-
class LocationData
|
139
|
+
class Notice
|
188
140
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
189
141
|
|
190
142
|
include Google::Apis::Core::JsonObjectSupport
|
@@ -202,24 +154,6 @@ module Google
|
|
202
154
|
include Google::Apis::Core::JsonObjectSupport
|
203
155
|
end
|
204
156
|
|
205
|
-
class PlacerLocation
|
206
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
207
|
-
|
208
|
-
include Google::Apis::Core::JsonObjectSupport
|
209
|
-
end
|
210
|
-
|
211
|
-
class RegionalMigDistributionPolicy
|
212
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
213
|
-
|
214
|
-
include Google::Apis::Core::JsonObjectSupport
|
215
|
-
end
|
216
|
-
|
217
|
-
class RequirementOverride
|
218
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
219
|
-
|
220
|
-
include Google::Apis::Core::JsonObjectSupport
|
221
|
-
end
|
222
|
-
|
223
157
|
class Resource
|
224
158
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
225
159
|
|
@@ -346,12 +280,6 @@ module Google
|
|
346
280
|
include Google::Apis::Core::JsonObjectSupport
|
347
281
|
end
|
348
282
|
|
349
|
-
class SpannerLocation
|
350
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
351
|
-
|
352
|
-
include Google::Apis::Core::JsonObjectSupport
|
353
|
-
end
|
354
|
-
|
355
283
|
class SqlserverValidation
|
356
284
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
357
285
|
|
@@ -376,12 +304,6 @@ module Google
|
|
376
304
|
include Google::Apis::Core::JsonObjectSupport
|
377
305
|
end
|
378
306
|
|
379
|
-
class TenantProjectProxy
|
380
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
381
|
-
|
382
|
-
include Google::Apis::Core::JsonObjectSupport
|
383
|
-
end
|
384
|
-
|
385
307
|
class ViolationDetails
|
386
308
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
387
309
|
|
@@ -400,12 +322,6 @@ module Google
|
|
400
322
|
include Google::Apis::Core::JsonObjectSupport
|
401
323
|
end
|
402
324
|
|
403
|
-
class ZoneConfiguration
|
404
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
405
|
-
|
406
|
-
include Google::Apis::Core::JsonObjectSupport
|
407
|
-
end
|
408
|
-
|
409
325
|
class AgentCommand
|
410
326
|
# @private
|
411
327
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -414,21 +330,6 @@ module Google
|
|
414
330
|
end
|
415
331
|
end
|
416
332
|
|
417
|
-
class AssetLocation
|
418
|
-
# @private
|
419
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
420
|
-
property :ccfe_rms_path, as: 'ccfeRmsPath'
|
421
|
-
property :expected, as: 'expected', class: Google::Apis::WorkloadmanagerV1::IsolationExpectations, decorator: Google::Apis::WorkloadmanagerV1::IsolationExpectations::Representation
|
422
|
-
|
423
|
-
collection :extra_parameters, as: 'extraParameters', class: Google::Apis::WorkloadmanagerV1::ExtraParameter, decorator: Google::Apis::WorkloadmanagerV1::ExtraParameter::Representation
|
424
|
-
|
425
|
-
collection :location_data, as: 'locationData', class: Google::Apis::WorkloadmanagerV1::LocationData, decorator: Google::Apis::WorkloadmanagerV1::LocationData::Representation
|
426
|
-
|
427
|
-
collection :parent_asset, as: 'parentAsset', class: Google::Apis::WorkloadmanagerV1::CloudAsset, decorator: Google::Apis::WorkloadmanagerV1::CloudAsset::Representation
|
428
|
-
|
429
|
-
end
|
430
|
-
end
|
431
|
-
|
432
333
|
class BigQueryDestination
|
433
334
|
# @private
|
434
335
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -437,35 +338,12 @@ module Google
|
|
437
338
|
end
|
438
339
|
end
|
439
340
|
|
440
|
-
class BlobstoreLocation
|
441
|
-
# @private
|
442
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
443
|
-
collection :policy_id, as: 'policyId'
|
444
|
-
end
|
445
|
-
end
|
446
|
-
|
447
341
|
class CancelOperationRequest
|
448
342
|
# @private
|
449
343
|
class Representation < Google::Apis::Core::JsonRepresentation
|
450
344
|
end
|
451
345
|
end
|
452
346
|
|
453
|
-
class CloudAsset
|
454
|
-
# @private
|
455
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
456
|
-
property :asset_name, as: 'assetName'
|
457
|
-
property :asset_type, as: 'assetType'
|
458
|
-
end
|
459
|
-
end
|
460
|
-
|
461
|
-
class CloudAssetComposition
|
462
|
-
# @private
|
463
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
464
|
-
collection :child_asset, as: 'childAsset', class: Google::Apis::WorkloadmanagerV1::CloudAsset, decorator: Google::Apis::WorkloadmanagerV1::CloudAsset::Representation
|
465
|
-
|
466
|
-
end
|
467
|
-
end
|
468
|
-
|
469
347
|
class Command
|
470
348
|
# @private
|
471
349
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -476,14 +354,6 @@ module Google
|
|
476
354
|
end
|
477
355
|
end
|
478
356
|
|
479
|
-
class DirectLocationAssignment
|
480
|
-
# @private
|
481
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
482
|
-
collection :location, as: 'location', class: Google::Apis::WorkloadmanagerV1::LocationAssignment, decorator: Google::Apis::WorkloadmanagerV1::LocationAssignment::Representation
|
483
|
-
|
484
|
-
end
|
485
|
-
end
|
486
|
-
|
487
357
|
class Empty
|
488
358
|
# @private
|
489
359
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -521,6 +391,8 @@ module Google
|
|
521
391
|
property :inventory_time, as: 'inventoryTime'
|
522
392
|
hash :labels, as: 'labels'
|
523
393
|
property :name, as: 'name'
|
394
|
+
collection :notices, as: 'notices', class: Google::Apis::WorkloadmanagerV1::Notice, decorator: Google::Apis::WorkloadmanagerV1::Notice::Representation
|
395
|
+
|
524
396
|
collection :rule_results, as: 'ruleResults', class: Google::Apis::WorkloadmanagerV1::RuleExecutionResult, decorator: Google::Apis::WorkloadmanagerV1::RuleExecutionResult::Representation
|
525
397
|
|
526
398
|
property :run_type, as: 'runType'
|
@@ -556,14 +428,6 @@ module Google
|
|
556
428
|
end
|
557
429
|
end
|
558
430
|
|
559
|
-
class ExtraParameter
|
560
|
-
# @private
|
561
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
562
|
-
property :regional_mig_distribution_policy, as: 'regionalMigDistributionPolicy', class: Google::Apis::WorkloadmanagerV1::RegionalMigDistributionPolicy, decorator: Google::Apis::WorkloadmanagerV1::RegionalMigDistributionPolicy::Representation
|
563
|
-
|
564
|
-
end
|
565
|
-
end
|
566
|
-
|
567
431
|
class GceInstanceFilter
|
568
432
|
# @private
|
569
433
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -585,21 +449,6 @@ module Google
|
|
585
449
|
end
|
586
450
|
end
|
587
451
|
|
588
|
-
class IsolationExpectations
|
589
|
-
# @private
|
590
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
591
|
-
property :requirement_override, as: 'requirementOverride', class: Google::Apis::WorkloadmanagerV1::RequirementOverride, decorator: Google::Apis::WorkloadmanagerV1::RequirementOverride::Representation
|
592
|
-
|
593
|
-
property :zi_org_policy, as: 'ziOrgPolicy'
|
594
|
-
property :zi_region_policy, as: 'ziRegionPolicy'
|
595
|
-
property :zi_region_state, as: 'ziRegionState'
|
596
|
-
property :zone_isolation, as: 'zoneIsolation'
|
597
|
-
property :zone_separation, as: 'zoneSeparation'
|
598
|
-
property :zs_org_policy, as: 'zsOrgPolicy'
|
599
|
-
property :zs_region_state, as: 'zsRegionState'
|
600
|
-
end
|
601
|
-
end
|
602
|
-
|
603
452
|
class ListEvaluationsResponse
|
604
453
|
# @private
|
605
454
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -676,29 +525,10 @@ module Google
|
|
676
525
|
end
|
677
526
|
end
|
678
527
|
|
679
|
-
class
|
680
|
-
# @private
|
681
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
682
|
-
property :location, as: 'location'
|
683
|
-
property :location_type, as: 'locationType'
|
684
|
-
end
|
685
|
-
end
|
686
|
-
|
687
|
-
class LocationData
|
528
|
+
class Notice
|
688
529
|
# @private
|
689
530
|
class Representation < Google::Apis::Core::JsonRepresentation
|
690
|
-
property :
|
691
|
-
|
692
|
-
property :child_asset_location, as: 'childAssetLocation', class: Google::Apis::WorkloadmanagerV1::CloudAssetComposition, decorator: Google::Apis::WorkloadmanagerV1::CloudAssetComposition::Representation
|
693
|
-
|
694
|
-
property :direct_location, as: 'directLocation', class: Google::Apis::WorkloadmanagerV1::DirectLocationAssignment, decorator: Google::Apis::WorkloadmanagerV1::DirectLocationAssignment::Representation
|
695
|
-
|
696
|
-
property :gcp_project_proxy, as: 'gcpProjectProxy', class: Google::Apis::WorkloadmanagerV1::TenantProjectProxy, decorator: Google::Apis::WorkloadmanagerV1::TenantProjectProxy::Representation
|
697
|
-
|
698
|
-
property :placer_location, as: 'placerLocation', class: Google::Apis::WorkloadmanagerV1::PlacerLocation, decorator: Google::Apis::WorkloadmanagerV1::PlacerLocation::Representation
|
699
|
-
|
700
|
-
property :spanner_location, as: 'spannerLocation', class: Google::Apis::WorkloadmanagerV1::SpannerLocation, decorator: Google::Apis::WorkloadmanagerV1::SpannerLocation::Representation
|
701
|
-
|
531
|
+
property :message, as: 'message'
|
702
532
|
end
|
703
533
|
end
|
704
534
|
|
@@ -727,30 +557,6 @@ module Google
|
|
727
557
|
end
|
728
558
|
end
|
729
559
|
|
730
|
-
class PlacerLocation
|
731
|
-
# @private
|
732
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
733
|
-
property :placer_config, as: 'placerConfig'
|
734
|
-
end
|
735
|
-
end
|
736
|
-
|
737
|
-
class RegionalMigDistributionPolicy
|
738
|
-
# @private
|
739
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
740
|
-
property :target_shape, as: 'targetShape'
|
741
|
-
collection :zones, as: 'zones', class: Google::Apis::WorkloadmanagerV1::ZoneConfiguration, decorator: Google::Apis::WorkloadmanagerV1::ZoneConfiguration::Representation
|
742
|
-
|
743
|
-
end
|
744
|
-
end
|
745
|
-
|
746
|
-
class RequirementOverride
|
747
|
-
# @private
|
748
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
749
|
-
property :zi_override, as: 'ziOverride'
|
750
|
-
property :zs_override, as: 'zsOverride'
|
751
|
-
end
|
752
|
-
end
|
753
|
-
|
754
560
|
class Resource
|
755
561
|
# @private
|
756
562
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -986,14 +792,6 @@ module Google
|
|
986
792
|
end
|
987
793
|
end
|
988
794
|
|
989
|
-
class SpannerLocation
|
990
|
-
# @private
|
991
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
992
|
-
collection :backup_name, as: 'backupName'
|
993
|
-
collection :db_name, as: 'dbName'
|
994
|
-
end
|
995
|
-
end
|
996
|
-
|
997
795
|
class SqlserverValidation
|
998
796
|
# @private
|
999
797
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1030,13 +828,6 @@ module Google
|
|
1030
828
|
end
|
1031
829
|
end
|
1032
830
|
|
1033
|
-
class TenantProjectProxy
|
1034
|
-
# @private
|
1035
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
1036
|
-
collection :project_numbers, as: 'projectNumbers'
|
1037
|
-
end
|
1038
|
-
end
|
1039
|
-
|
1040
831
|
class ViolationDetails
|
1041
832
|
# @private
|
1042
833
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1061,13 +852,6 @@ module Google
|
|
1061
852
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1062
853
|
end
|
1063
854
|
end
|
1064
|
-
|
1065
|
-
class ZoneConfiguration
|
1066
|
-
# @private
|
1067
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
1068
|
-
property :zone, as: 'zone'
|
1069
|
-
end
|
1070
|
-
end
|
1071
855
|
end
|
1072
856
|
end
|
1073
857
|
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.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: 2024-
|
11
|
+
date: 2024-11-03 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.27.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: []
|