google-apis-compute_alpha 0.106.0 → 0.107.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/compute_alpha/classes.rb +360 -240
- data/lib/google/apis/compute_alpha/gem_version.rb +2 -2
- data/lib/google/apis/compute_alpha/representations.rb +117 -51
- data/lib/google/apis/compute_alpha/service.rb +275 -23
- metadata +4 -4
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module ComputeAlpha
|
18
18
|
# Version of the google-apis-compute_alpha gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.107.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 = "20241201"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -658,6 +658,12 @@ module Google
|
|
658
658
|
include Google::Apis::Core::JsonObjectSupport
|
659
659
|
end
|
660
660
|
|
661
|
+
class BackendServicesGetEffectiveSecurityPoliciesResponse
|
662
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
663
|
+
|
664
|
+
include Google::Apis::Core::JsonObjectSupport
|
665
|
+
end
|
666
|
+
|
661
667
|
class BackendServicesScopedList
|
662
668
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
663
669
|
|
@@ -3256,6 +3262,12 @@ module Google
|
|
3256
3262
|
include Google::Apis::Core::JsonObjectSupport
|
3257
3263
|
end
|
3258
3264
|
|
3265
|
+
class InterconnectLocationCrossSiteInterconnectInfo
|
3266
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3267
|
+
|
3268
|
+
include Google::Apis::Core::JsonObjectSupport
|
3269
|
+
end
|
3270
|
+
|
3259
3271
|
class InterconnectLocationList
|
3260
3272
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3261
3273
|
|
@@ -3718,30 +3730,12 @@ module Google
|
|
3718
3730
|
include Google::Apis::Core::JsonObjectSupport
|
3719
3731
|
end
|
3720
3732
|
|
3721
|
-
class MultiMigLocationPolicy
|
3722
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3723
|
-
|
3724
|
-
include Google::Apis::Core::JsonObjectSupport
|
3725
|
-
end
|
3726
|
-
|
3727
|
-
class MultiMigPart
|
3728
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3729
|
-
|
3730
|
-
include Google::Apis::Core::JsonObjectSupport
|
3731
|
-
end
|
3732
|
-
|
3733
3733
|
class MultiMigResourcePolicies
|
3734
3734
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3735
3735
|
|
3736
3736
|
include Google::Apis::Core::JsonObjectSupport
|
3737
3737
|
end
|
3738
3738
|
|
3739
|
-
class MultiMigSchedulingPolicy
|
3740
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3741
|
-
|
3742
|
-
include Google::Apis::Core::JsonObjectSupport
|
3743
|
-
end
|
3744
|
-
|
3745
3739
|
class MultiMigStatus
|
3746
3740
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3747
3741
|
|
@@ -4114,6 +4108,12 @@ module Google
|
|
4114
4108
|
include Google::Apis::Core::JsonObjectSupport
|
4115
4109
|
end
|
4116
4110
|
|
4111
|
+
class NetworkProfileLocation
|
4112
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4113
|
+
|
4114
|
+
include Google::Apis::Core::JsonObjectSupport
|
4115
|
+
end
|
4116
|
+
|
4117
4117
|
class NetworkProfileNetworkFeatures
|
4118
4118
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4119
4119
|
|
@@ -5536,6 +5536,18 @@ module Google
|
|
5536
5536
|
include Google::Apis::Core::JsonObjectSupport
|
5537
5537
|
end
|
5538
5538
|
|
5539
|
+
class ReservationsBlocksPerformMaintenanceRequest
|
5540
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5541
|
+
|
5542
|
+
include Google::Apis::Core::JsonObjectSupport
|
5543
|
+
end
|
5544
|
+
|
5545
|
+
class ReservationsPerformMaintenanceRequest
|
5546
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5547
|
+
|
5548
|
+
include Google::Apis::Core::JsonObjectSupport
|
5549
|
+
end
|
5550
|
+
|
5539
5551
|
class ReservationsResizeRequest
|
5540
5552
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5541
5553
|
|
@@ -8182,6 +8194,18 @@ module Google
|
|
8182
8194
|
include Google::Apis::Core::JsonObjectSupport
|
8183
8195
|
end
|
8184
8196
|
|
8197
|
+
class WireGroupTopology
|
8198
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
8199
|
+
|
8200
|
+
include Google::Apis::Core::JsonObjectSupport
|
8201
|
+
end
|
8202
|
+
|
8203
|
+
class WireGroupTopologyEndpoint
|
8204
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
8205
|
+
|
8206
|
+
include Google::Apis::Core::JsonObjectSupport
|
8207
|
+
end
|
8208
|
+
|
8185
8209
|
class WireGroupWireInputs
|
8186
8210
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
8187
8211
|
|
@@ -9501,6 +9525,14 @@ module Google
|
|
9501
9525
|
end
|
9502
9526
|
end
|
9503
9527
|
|
9528
|
+
class BackendServicesGetEffectiveSecurityPoliciesResponse
|
9529
|
+
# @private
|
9530
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
9531
|
+
collection :security_policies, as: 'securityPolicies', class: Google::Apis::ComputeAlpha::SecurityPolicy, decorator: Google::Apis::ComputeAlpha::SecurityPolicy::Representation
|
9532
|
+
|
9533
|
+
end
|
9534
|
+
end
|
9535
|
+
|
9504
9536
|
class BackendServicesScopedList
|
9505
9537
|
# @private
|
9506
9538
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -9679,6 +9711,7 @@ module Google
|
|
9679
9711
|
class CacheInvalidationRule
|
9680
9712
|
# @private
|
9681
9713
|
class Representation < Google::Apis::Core::JsonRepresentation
|
9714
|
+
collection :cache_tags, as: 'cacheTags'
|
9682
9715
|
property :host, as: 'host'
|
9683
9716
|
property :path, as: 'path'
|
9684
9717
|
end
|
@@ -11004,6 +11037,8 @@ module Google
|
|
11004
11037
|
class FutureReservation
|
11005
11038
|
# @private
|
11006
11039
|
class Representation < Google::Apis::Core::JsonRepresentation
|
11040
|
+
property :aggregate_reservation, as: 'aggregateReservation', class: Google::Apis::ComputeAlpha::AllocationAggregateReservation, decorator: Google::Apis::ComputeAlpha::AllocationAggregateReservation::Representation
|
11041
|
+
|
11007
11042
|
property :auto_created_reservations_delete_time, as: 'autoCreatedReservationsDeleteTime'
|
11008
11043
|
property :auto_created_reservations_duration, as: 'autoCreatedReservationsDuration', class: Google::Apis::ComputeAlpha::Duration, decorator: Google::Apis::ComputeAlpha::Duration::Representation
|
11009
11044
|
|
@@ -11013,13 +11048,12 @@ module Google
|
|
11013
11048
|
property :creation_timestamp, as: 'creationTimestamp'
|
11014
11049
|
property :deployment_type, as: 'deploymentType'
|
11015
11050
|
property :description, as: 'description'
|
11016
|
-
property :enable_opportunistic_maintenance, as: 'enableOpportunisticMaintenance'
|
11017
11051
|
property :id, :numeric_string => true, as: 'id'
|
11018
|
-
property :instance_termination_action, as: 'instanceTerminationAction'
|
11019
11052
|
property :kind, as: 'kind'
|
11020
11053
|
property :name, as: 'name'
|
11021
11054
|
property :name_prefix, as: 'namePrefix'
|
11022
11055
|
property :planning_status, as: 'planningStatus'
|
11056
|
+
property :reservation_mode, as: 'reservationMode'
|
11023
11057
|
property :reservation_name, as: 'reservationName'
|
11024
11058
|
property :scheduling_type, as: 'schedulingType'
|
11025
11059
|
property :self_link, as: 'selfLink'
|
@@ -11312,7 +11346,6 @@ module Google
|
|
11312
11346
|
class GroupMaintenanceInfo
|
11313
11347
|
# @private
|
11314
11348
|
class Representation < Google::Apis::Core::JsonRepresentation
|
11315
|
-
property :enable_opportunistic_maintenance, as: 'enableOpportunisticMaintenance'
|
11316
11349
|
property :maintenance_ongoing_count, as: 'maintenanceOngoingCount'
|
11317
11350
|
property :maintenance_pending_count, as: 'maintenancePendingCount'
|
11318
11351
|
property :scheduling_type, as: 'schedulingType'
|
@@ -13499,6 +13532,8 @@ module Google
|
|
13499
13532
|
class Representation < Google::Apis::Core::JsonRepresentation
|
13500
13533
|
property :display_name, as: 'displayName'
|
13501
13534
|
property :name, as: 'name'
|
13535
|
+
collection :packet_mirroring_rules, as: 'packetMirroringRules', class: Google::Apis::ComputeAlpha::FirewallPolicyRule, decorator: Google::Apis::ComputeAlpha::FirewallPolicyRule::Representation
|
13536
|
+
|
13502
13537
|
property :priority, as: 'priority'
|
13503
13538
|
collection :rules, as: 'rules', class: Google::Apis::ComputeAlpha::FirewallPolicyRule, decorator: Google::Apis::ComputeAlpha::FirewallPolicyRule::Representation
|
13504
13539
|
|
@@ -13856,6 +13891,7 @@ module Google
|
|
13856
13891
|
property :self_link, as: 'selfLink'
|
13857
13892
|
property :self_link_with_id, as: 'selfLinkWithId'
|
13858
13893
|
property :state, as: 'state'
|
13894
|
+
collection :wire_groups, as: 'wireGroups'
|
13859
13895
|
end
|
13860
13896
|
end
|
13861
13897
|
|
@@ -14463,6 +14499,8 @@ module Google
|
|
14463
14499
|
property :city, as: 'city'
|
14464
14500
|
property :continent, as: 'continent'
|
14465
14501
|
property :creation_timestamp, as: 'creationTimestamp'
|
14502
|
+
collection :cross_site_interconnect_infos, as: 'crossSiteInterconnectInfos', class: Google::Apis::ComputeAlpha::InterconnectLocationCrossSiteInterconnectInfo, decorator: Google::Apis::ComputeAlpha::InterconnectLocationCrossSiteInterconnectInfo::Representation
|
14503
|
+
|
14466
14504
|
property :description, as: 'description'
|
14467
14505
|
property :facility_provider, as: 'facilityProvider'
|
14468
14506
|
property :facility_provider_facility_id, as: 'facilityProviderFacilityId'
|
@@ -14479,6 +14517,14 @@ module Google
|
|
14479
14517
|
end
|
14480
14518
|
end
|
14481
14519
|
|
14520
|
+
class InterconnectLocationCrossSiteInterconnectInfo
|
14521
|
+
# @private
|
14522
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
14523
|
+
property :city, as: 'city'
|
14524
|
+
property :max_single_flow_gbps, as: 'maxSingleFlowGbps'
|
14525
|
+
end
|
14526
|
+
end
|
14527
|
+
|
14482
14528
|
class InterconnectLocationList
|
14483
14529
|
# @private
|
14484
14530
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -15336,16 +15382,10 @@ module Google
|
|
15336
15382
|
property :description, as: 'description'
|
15337
15383
|
property :id, :numeric_string => true, as: 'id'
|
15338
15384
|
property :kind, as: 'kind'
|
15339
|
-
property :location_policy, as: 'locationPolicy', class: Google::Apis::ComputeAlpha::MultiMigLocationPolicy, decorator: Google::Apis::ComputeAlpha::MultiMigLocationPolicy::Representation
|
15340
|
-
|
15341
15385
|
property :name, as: 'name'
|
15342
|
-
hash :parts, as: 'parts', class: Google::Apis::ComputeAlpha::MultiMigPart, decorator: Google::Apis::ComputeAlpha::MultiMigPart::Representation
|
15343
|
-
|
15344
15386
|
property :region, as: 'region'
|
15345
15387
|
property :resource_policies, as: 'resourcePolicies', class: Google::Apis::ComputeAlpha::MultiMigResourcePolicies, decorator: Google::Apis::ComputeAlpha::MultiMigResourcePolicies::Representation
|
15346
15388
|
|
15347
|
-
property :scheduling_policy, as: 'schedulingPolicy', class: Google::Apis::ComputeAlpha::MultiMigSchedulingPolicy, decorator: Google::Apis::ComputeAlpha::MultiMigSchedulingPolicy::Representation
|
15348
|
-
|
15349
15389
|
property :self_link, as: 'selfLink'
|
15350
15390
|
property :self_link_with_id, as: 'selfLinkWithId'
|
15351
15391
|
property :status, as: 'status', class: Google::Apis::ComputeAlpha::MultiMigStatus, decorator: Google::Apis::ComputeAlpha::MultiMigStatus::Representation
|
@@ -15353,22 +15393,6 @@ module Google
|
|
15353
15393
|
end
|
15354
15394
|
end
|
15355
15395
|
|
15356
|
-
class MultiMigLocationPolicy
|
15357
|
-
# @private
|
15358
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
15359
|
-
collection :provisioning_zones, as: 'provisioningZones'
|
15360
|
-
end
|
15361
|
-
end
|
15362
|
-
|
15363
|
-
class MultiMigPart
|
15364
|
-
# @private
|
15365
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
15366
|
-
property :instance_group_manager, as: 'instanceGroupManager'
|
15367
|
-
property :instance_group_manager_properties, as: 'instanceGroupManagerProperties', class: Google::Apis::ComputeAlpha::InstanceGroupManager, decorator: Google::Apis::ComputeAlpha::InstanceGroupManager::Representation
|
15368
|
-
|
15369
|
-
end
|
15370
|
-
end
|
15371
|
-
|
15372
15396
|
class MultiMigResourcePolicies
|
15373
15397
|
# @private
|
15374
15398
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -15376,13 +15400,6 @@ module Google
|
|
15376
15400
|
end
|
15377
15401
|
end
|
15378
15402
|
|
15379
|
-
class MultiMigSchedulingPolicy
|
15380
|
-
# @private
|
15381
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
15382
|
-
property :provisioning, as: 'provisioning'
|
15383
|
-
end
|
15384
|
-
end
|
15385
|
-
|
15386
15403
|
class MultiMigStatus
|
15387
15404
|
# @private
|
15388
15405
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -16089,6 +16106,8 @@ module Google
|
|
16089
16106
|
|
16090
16107
|
property :id, :numeric_string => true, as: 'id'
|
16091
16108
|
property :kind, as: 'kind'
|
16109
|
+
property :location, as: 'location', class: Google::Apis::ComputeAlpha::NetworkProfileLocation, decorator: Google::Apis::ComputeAlpha::NetworkProfileLocation::Representation
|
16110
|
+
|
16092
16111
|
property :name, as: 'name'
|
16093
16112
|
property :self_link, as: 'selfLink'
|
16094
16113
|
property :self_link_with_id, as: 'selfLinkWithId'
|
@@ -16096,6 +16115,14 @@ module Google
|
|
16096
16115
|
end
|
16097
16116
|
end
|
16098
16117
|
|
16118
|
+
class NetworkProfileLocation
|
16119
|
+
# @private
|
16120
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
16121
|
+
property :name, as: 'name'
|
16122
|
+
property :scope, as: 'scope'
|
16123
|
+
end
|
16124
|
+
end
|
16125
|
+
|
16099
16126
|
class NetworkProfileNetworkFeatures
|
16100
16127
|
# @private
|
16101
16128
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -16164,6 +16191,8 @@ module Google
|
|
16164
16191
|
property :bgp_always_compare_med, as: 'bgpAlwaysCompareMed'
|
16165
16192
|
property :bgp_best_path_selection_mode, as: 'bgpBestPathSelectionMode'
|
16166
16193
|
property :bgp_inter_region_cost, as: 'bgpInterRegionCost'
|
16194
|
+
property :effective_bgp_always_compare_med, as: 'effectiveBgpAlwaysCompareMed'
|
16195
|
+
property :effective_bgp_inter_region_cost, as: 'effectiveBgpInterRegionCost'
|
16167
16196
|
property :routing_mode, as: 'routingMode'
|
16168
16197
|
end
|
16169
16198
|
end
|
@@ -16198,6 +16227,8 @@ module Google
|
|
16198
16227
|
class Representation < Google::Apis::Core::JsonRepresentation
|
16199
16228
|
property :display_name, as: 'displayName'
|
16200
16229
|
property :name, as: 'name'
|
16230
|
+
collection :packet_mirroring_rules, as: 'packetMirroringRules', class: Google::Apis::ComputeAlpha::FirewallPolicyRule, decorator: Google::Apis::ComputeAlpha::FirewallPolicyRule::Representation
|
16231
|
+
|
16201
16232
|
property :priority, as: 'priority'
|
16202
16233
|
collection :rules, as: 'rules', class: Google::Apis::ComputeAlpha::FirewallPolicyRule, decorator: Google::Apis::ComputeAlpha::FirewallPolicyRule::Representation
|
16203
16234
|
|
@@ -16605,6 +16636,7 @@ module Google
|
|
16605
16636
|
property :id, :numeric_string => true, as: 'id'
|
16606
16637
|
property :kind, as: 'kind'
|
16607
16638
|
property :local_ssd_gb, as: 'localSsdGb'
|
16639
|
+
property :max_vms, as: 'maxVms'
|
16608
16640
|
property :memory_mb, as: 'memoryMb'
|
16609
16641
|
property :name, as: 'name'
|
16610
16642
|
property :self_link, as: 'selfLink'
|
@@ -18419,6 +18451,8 @@ module Google
|
|
18419
18451
|
class Representation < Google::Apis::Core::JsonRepresentation
|
18420
18452
|
property :display_name, as: 'displayName'
|
18421
18453
|
property :name, as: 'name'
|
18454
|
+
collection :packet_mirroring_rules, as: 'packetMirroringRules', class: Google::Apis::ComputeAlpha::FirewallPolicyRule, decorator: Google::Apis::ComputeAlpha::FirewallPolicyRule::Representation
|
18455
|
+
|
18422
18456
|
property :priority, as: 'priority'
|
18423
18457
|
collection :rules, as: 'rules', class: Google::Apis::ComputeAlpha::FirewallPolicyRule, decorator: Google::Apis::ComputeAlpha::FirewallPolicyRule::Representation
|
18424
18458
|
|
@@ -18504,7 +18538,6 @@ module Google
|
|
18504
18538
|
property :deployment_type, as: 'deploymentType'
|
18505
18539
|
property :description, as: 'description'
|
18506
18540
|
property :id, :numeric_string => true, as: 'id'
|
18507
|
-
property :instance_termination_action, as: 'instanceTerminationAction'
|
18508
18541
|
property :kind, as: 'kind'
|
18509
18542
|
property :name, as: 'name'
|
18510
18543
|
property :reservation_sharing_policy, as: 'reservationSharingPolicy', class: Google::Apis::ComputeAlpha::AllocationReservationSharingPolicy, decorator: Google::Apis::ComputeAlpha::AllocationReservationSharingPolicy::Representation
|
@@ -18668,6 +18701,20 @@ module Google
|
|
18668
18701
|
end
|
18669
18702
|
end
|
18670
18703
|
|
18704
|
+
class ReservationsBlocksPerformMaintenanceRequest
|
18705
|
+
# @private
|
18706
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
18707
|
+
property :maintenance_scope, as: 'maintenanceScope'
|
18708
|
+
end
|
18709
|
+
end
|
18710
|
+
|
18711
|
+
class ReservationsPerformMaintenanceRequest
|
18712
|
+
# @private
|
18713
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
18714
|
+
property :maintenance_scope, as: 'maintenanceScope'
|
18715
|
+
end
|
18716
|
+
end
|
18717
|
+
|
18671
18718
|
class ReservationsResizeRequest
|
18672
18719
|
# @private
|
18673
18720
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -20049,6 +20096,7 @@ module Google
|
|
20049
20096
|
|
20050
20097
|
property :json_parsing, as: 'jsonParsing'
|
20051
20098
|
property :log_level, as: 'logLevel'
|
20099
|
+
property :request_body_inspection_size, as: 'requestBodyInspectionSize'
|
20052
20100
|
collection :user_ip_request_headers, as: 'userIpRequestHeaders'
|
20053
20101
|
end
|
20054
20102
|
end
|
@@ -23499,6 +23547,8 @@ module Google
|
|
23499
23547
|
property :self_link_with_id, as: 'selfLinkWithId'
|
23500
23548
|
property :service_level, as: 'serviceLevel', class: Google::Apis::ComputeAlpha::WireGroupServiceLevel, decorator: Google::Apis::ComputeAlpha::WireGroupServiceLevel::Representation
|
23501
23549
|
|
23550
|
+
property :topology, as: 'topology', class: Google::Apis::ComputeAlpha::WireGroupTopology, decorator: Google::Apis::ComputeAlpha::WireGroupTopology::Representation
|
23551
|
+
|
23502
23552
|
property :wire_group_properties, as: 'wireGroupProperties', class: Google::Apis::ComputeAlpha::WireGroupProperties, decorator: Google::Apis::ComputeAlpha::WireGroupProperties::Representation
|
23503
23553
|
|
23504
23554
|
hash :wire_inputs, as: 'wireInputs', class: Google::Apis::ComputeAlpha::WireGroupWireInputs, decorator: Google::Apis::ComputeAlpha::WireGroupWireInputs::Representation
|
@@ -23574,6 +23624,22 @@ module Google
|
|
23574
23624
|
end
|
23575
23625
|
end
|
23576
23626
|
|
23627
|
+
class WireGroupTopology
|
23628
|
+
# @private
|
23629
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
23630
|
+
collection :endpoints, as: 'endpoints', class: Google::Apis::ComputeAlpha::WireGroupTopologyEndpoint, decorator: Google::Apis::ComputeAlpha::WireGroupTopologyEndpoint::Representation
|
23631
|
+
|
23632
|
+
end
|
23633
|
+
end
|
23634
|
+
|
23635
|
+
class WireGroupTopologyEndpoint
|
23636
|
+
# @private
|
23637
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
23638
|
+
property :city, as: 'city'
|
23639
|
+
property :label, as: 'label'
|
23640
|
+
end
|
23641
|
+
end
|
23642
|
+
|
23577
23643
|
class WireGroupWireInputs
|
23578
23644
|
# @private
|
23579
23645
|
class Representation < Google::Apis::Core::JsonRepresentation
|