google-apis-compute_v1 0.66.0 → 0.67.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.
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ComputeV1
18
18
  # Version of the google-apis-compute_v1 gem
19
- GEM_VERSION = "0.66.0"
19
+ GEM_VERSION = "0.67.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 = "20230403"
25
+ REVISION = "20230502"
26
26
  end
27
27
  end
28
28
  end
@@ -706,6 +706,18 @@ module Google
706
706
  include Google::Apis::Core::JsonObjectSupport
707
707
  end
708
708
 
709
+ class DiskAsyncReplication
710
+ class Representation < Google::Apis::Core::JsonRepresentation; end
711
+
712
+ include Google::Apis::Core::JsonObjectSupport
713
+ end
714
+
715
+ class DiskAsyncReplicationList
716
+ class Representation < Google::Apis::Core::JsonRepresentation; end
717
+
718
+ include Google::Apis::Core::JsonObjectSupport
719
+ end
720
+
709
721
  class DiskInstantiationConfig
710
722
  class Representation < Google::Apis::Core::JsonRepresentation; end
711
723
 
@@ -742,6 +754,18 @@ module Google
742
754
  include Google::Apis::Core::JsonObjectSupport
743
755
  end
744
756
 
757
+ class DiskResourceStatus
758
+ class Representation < Google::Apis::Core::JsonRepresentation; end
759
+
760
+ include Google::Apis::Core::JsonObjectSupport
761
+ end
762
+
763
+ class DiskResourceStatusAsyncReplicationStatus
764
+ class Representation < Google::Apis::Core::JsonRepresentation; end
765
+
766
+ include Google::Apis::Core::JsonObjectSupport
767
+ end
768
+
745
769
  class DiskType
746
770
  class Representation < Google::Apis::Core::JsonRepresentation; end
747
771
 
@@ -1120,6 +1144,12 @@ module Google
1120
1144
  include Google::Apis::Core::JsonObjectSupport
1121
1145
  end
1122
1146
 
1147
+ class GlobalAddressesMoveRequest
1148
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1149
+
1150
+ include Google::Apis::Core::JsonObjectSupport
1151
+ end
1152
+
1123
1153
  class GlobalNetworkEndpointGroupsAttachEndpointsRequest
1124
1154
  class Representation < Google::Apis::Core::JsonRepresentation; end
1125
1155
 
@@ -2086,6 +2116,18 @@ module Google
2086
2116
  include Google::Apis::Core::JsonObjectSupport
2087
2117
  end
2088
2118
 
2119
+ class InterconnectAttachmentConfigurationConstraints
2120
+ class Representation < Google::Apis::Core::JsonRepresentation; end
2121
+
2122
+ include Google::Apis::Core::JsonObjectSupport
2123
+ end
2124
+
2125
+ class InterconnectAttachmentConfigurationConstraintsBgpPeerAsnRange
2126
+ class Representation < Google::Apis::Core::JsonRepresentation; end
2127
+
2128
+ include Google::Apis::Core::JsonObjectSupport
2129
+ end
2130
+
2089
2131
  class InterconnectAttachmentList
2090
2132
  class Representation < Google::Apis::Core::JsonRepresentation; end
2091
2133
 
@@ -2224,6 +2266,48 @@ module Google
2224
2266
  include Google::Apis::Core::JsonObjectSupport
2225
2267
  end
2226
2268
 
2269
+ class InterconnectRemoteLocation
2270
+ class Representation < Google::Apis::Core::JsonRepresentation; end
2271
+
2272
+ include Google::Apis::Core::JsonObjectSupport
2273
+ end
2274
+
2275
+ class InterconnectRemoteLocationConstraints
2276
+ class Representation < Google::Apis::Core::JsonRepresentation; end
2277
+
2278
+ include Google::Apis::Core::JsonObjectSupport
2279
+ end
2280
+
2281
+ class InterconnectRemoteLocationConstraintsSubnetLengthRange
2282
+ class Representation < Google::Apis::Core::JsonRepresentation; end
2283
+
2284
+ include Google::Apis::Core::JsonObjectSupport
2285
+ end
2286
+
2287
+ class InterconnectRemoteLocationList
2288
+ class Representation < Google::Apis::Core::JsonRepresentation; end
2289
+
2290
+ class Warning
2291
+ class Representation < Google::Apis::Core::JsonRepresentation; end
2292
+
2293
+ class Datum
2294
+ class Representation < Google::Apis::Core::JsonRepresentation; end
2295
+
2296
+ include Google::Apis::Core::JsonObjectSupport
2297
+ end
2298
+
2299
+ include Google::Apis::Core::JsonObjectSupport
2300
+ end
2301
+
2302
+ include Google::Apis::Core::JsonObjectSupport
2303
+ end
2304
+
2305
+ class InterconnectRemoteLocationPermittedConnections
2306
+ class Representation < Google::Apis::Core::JsonRepresentation; end
2307
+
2308
+ include Google::Apis::Core::JsonObjectSupport
2309
+ end
2310
+
2227
2311
  class InterconnectsGetDiagnosticsResponse
2228
2312
  class Representation < Google::Apis::Core::JsonRepresentation; end
2229
2313
 
@@ -3496,6 +3580,12 @@ module Google
3496
3580
  include Google::Apis::Core::JsonObjectSupport
3497
3581
  end
3498
3582
 
3583
+ class RegionAddressesMoveRequest
3584
+ class Representation < Google::Apis::Core::JsonRepresentation; end
3585
+
3586
+ include Google::Apis::Core::JsonObjectSupport
3587
+ end
3588
+
3499
3589
  class RegionAutoscalerList
3500
3590
  class Representation < Google::Apis::Core::JsonRepresentation; end
3501
3591
 
@@ -5949,6 +6039,8 @@ module Google
5949
6039
  property :ip_version, as: 'ipVersion'
5950
6040
  property :ipv6_endpoint_type, as: 'ipv6EndpointType'
5951
6041
  property :kind, as: 'kind'
6042
+ property :label_fingerprint, :base64 => true, as: 'labelFingerprint'
6043
+ hash :labels, as: 'labels'
5952
6044
  property :name, as: 'name'
5953
6045
  property :network, as: 'network'
5954
6046
  property :network_tier, as: 'networkTier'
@@ -6160,6 +6252,7 @@ module Google
6160
6252
  collection :licenses, as: 'licenses'
6161
6253
  property :on_update_action, as: 'onUpdateAction'
6162
6254
  property :provisioned_iops, :numeric_string => true, as: 'provisionedIops'
6255
+ property :provisioned_throughput, :numeric_string => true, as: 'provisionedThroughput'
6163
6256
  collection :replica_zones, as: 'replicaZones'
6164
6257
  hash :resource_manager_tags, as: 'resourceManagerTags'
6165
6258
  collection :resource_policies, as: 'resourcePolicies'
@@ -6541,6 +6634,7 @@ module Google
6541
6634
 
6542
6635
  property :max_stream_duration, as: 'maxStreamDuration', class: Google::Apis::ComputeV1::Duration, decorator: Google::Apis::ComputeV1::Duration::Representation
6543
6636
 
6637
+ hash :metadatas, as: 'metadatas'
6544
6638
  property :name, as: 'name'
6545
6639
  property :network, as: 'network'
6546
6640
  property :outlier_detection, as: 'outlierDetection', class: Google::Apis::ComputeV1::OutlierDetection, decorator: Google::Apis::ComputeV1::OutlierDetection::Representation
@@ -7105,6 +7199,10 @@ module Google
7105
7199
  # @private
7106
7200
  class Representation < Google::Apis::Core::JsonRepresentation
7107
7201
  property :architecture, as: 'architecture'
7202
+ property :async_primary_disk, as: 'asyncPrimaryDisk', class: Google::Apis::ComputeV1::DiskAsyncReplication, decorator: Google::Apis::ComputeV1::DiskAsyncReplication::Representation
7203
+
7204
+ hash :async_secondary_disks, as: 'asyncSecondaryDisks', class: Google::Apis::ComputeV1::DiskAsyncReplicationList, decorator: Google::Apis::ComputeV1::DiskAsyncReplicationList::Representation
7205
+
7108
7206
  property :creation_timestamp, as: 'creationTimestamp'
7109
7207
  property :description, as: 'description'
7110
7208
  property :disk_encryption_key, as: 'diskEncryptionKey', class: Google::Apis::ComputeV1::CustomerEncryptionKey, decorator: Google::Apis::ComputeV1::CustomerEncryptionKey::Representation
@@ -7126,12 +7224,17 @@ module Google
7126
7224
 
7127
7225
  property :physical_block_size_bytes, :numeric_string => true, as: 'physicalBlockSizeBytes'
7128
7226
  property :provisioned_iops, :numeric_string => true, as: 'provisionedIops'
7227
+ property :provisioned_throughput, :numeric_string => true, as: 'provisionedThroughput'
7129
7228
  property :region, as: 'region'
7130
7229
  collection :replica_zones, as: 'replicaZones'
7131
7230
  collection :resource_policies, as: 'resourcePolicies'
7231
+ property :resource_status, as: 'resourceStatus', class: Google::Apis::ComputeV1::DiskResourceStatus, decorator: Google::Apis::ComputeV1::DiskResourceStatus::Representation
7232
+
7132
7233
  property :satisfies_pzs, as: 'satisfiesPzs'
7133
7234
  property :self_link, as: 'selfLink'
7134
7235
  property :size_gb, :numeric_string => true, as: 'sizeGb'
7236
+ property :source_consistency_group_policy, as: 'sourceConsistencyGroupPolicy'
7237
+ property :source_consistency_group_policy_id, as: 'sourceConsistencyGroupPolicyId'
7135
7238
  property :source_disk, as: 'sourceDisk'
7136
7239
  property :source_disk_id, as: 'sourceDiskId'
7137
7240
  property :source_image, as: 'sourceImage'
@@ -7183,6 +7286,24 @@ module Google
7183
7286
  end
7184
7287
  end
7185
7288
 
7289
+ class DiskAsyncReplication
7290
+ # @private
7291
+ class Representation < Google::Apis::Core::JsonRepresentation
7292
+ property :consistency_group_policy, as: 'consistencyGroupPolicy'
7293
+ property :consistency_group_policy_id, as: 'consistencyGroupPolicyId'
7294
+ property :disk, as: 'disk'
7295
+ property :disk_id, as: 'diskId'
7296
+ end
7297
+ end
7298
+
7299
+ class DiskAsyncReplicationList
7300
+ # @private
7301
+ class Representation < Google::Apis::Core::JsonRepresentation
7302
+ property :async_replication_disk, as: 'asyncReplicationDisk', class: Google::Apis::ComputeV1::DiskAsyncReplication, decorator: Google::Apis::ComputeV1::DiskAsyncReplication::Representation
7303
+
7304
+ end
7305
+ end
7306
+
7186
7307
  class DiskInstantiationConfig
7187
7308
  # @private
7188
7309
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -7240,6 +7361,23 @@ module Google
7240
7361
  end
7241
7362
  end
7242
7363
 
7364
+ class DiskResourceStatus
7365
+ # @private
7366
+ class Representation < Google::Apis::Core::JsonRepresentation
7367
+ property :async_primary_disk, as: 'asyncPrimaryDisk', class: Google::Apis::ComputeV1::DiskResourceStatusAsyncReplicationStatus, decorator: Google::Apis::ComputeV1::DiskResourceStatusAsyncReplicationStatus::Representation
7368
+
7369
+ hash :async_secondary_disks, as: 'asyncSecondaryDisks', class: Google::Apis::ComputeV1::DiskResourceStatusAsyncReplicationStatus, decorator: Google::Apis::ComputeV1::DiskResourceStatusAsyncReplicationStatus::Representation
7370
+
7371
+ end
7372
+ end
7373
+
7374
+ class DiskResourceStatusAsyncReplicationStatus
7375
+ # @private
7376
+ class Representation < Google::Apis::Core::JsonRepresentation
7377
+ property :state, as: 'state'
7378
+ end
7379
+ end
7380
+
7243
7381
  class DiskType
7244
7382
  # @private
7245
7383
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -7944,6 +8082,14 @@ module Google
7944
8082
  end
7945
8083
  end
7946
8084
 
8085
+ class GlobalAddressesMoveRequest
8086
+ # @private
8087
+ class Representation < Google::Apis::Core::JsonRepresentation
8088
+ property :description, as: 'description'
8089
+ property :destination_address, as: 'destinationAddress'
8090
+ end
8091
+ end
8092
+
7947
8093
  class GlobalNetworkEndpointGroupsAttachEndpointsRequest
7948
8094
  # @private
7949
8095
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -8511,6 +8657,7 @@ module Google
8511
8657
  property :ignore_case, as: 'ignoreCase'
8512
8658
  collection :metadata_filters, as: 'metadataFilters', class: Google::Apis::ComputeV1::MetadataFilter, decorator: Google::Apis::ComputeV1::MetadataFilter::Representation
8513
8659
 
8660
+ property :path_template_match, as: 'pathTemplateMatch'
8514
8661
  property :prefix_match, as: 'prefixMatch'
8515
8662
  collection :query_parameter_matches, as: 'queryParameterMatches', class: Google::Apis::ComputeV1::HttpQueryParameterMatch, decorator: Google::Apis::ComputeV1::HttpQueryParameterMatch::Representation
8516
8663
 
@@ -9733,6 +9880,8 @@ module Google
9733
9880
  collection :interconnect_attachments, as: 'interconnectAttachments'
9734
9881
  property :interconnect_type, as: 'interconnectType'
9735
9882
  property :kind, as: 'kind'
9883
+ property :label_fingerprint, :base64 => true, as: 'labelFingerprint'
9884
+ hash :labels, as: 'labels'
9736
9885
  property :link_type, as: 'linkType'
9737
9886
  property :location, as: 'location'
9738
9887
  property :name, as: 'name'
@@ -9740,6 +9889,7 @@ module Google
9740
9889
  property :operational_status, as: 'operationalStatus'
9741
9890
  property :peer_ip_address, as: 'peerIpAddress'
9742
9891
  property :provisioned_link_count, as: 'provisionedLinkCount'
9892
+ property :remote_location, as: 'remoteLocation'
9743
9893
  property :requested_link_count, as: 'requestedLinkCount'
9744
9894
  property :satisfies_pzs, as: 'satisfiesPzs'
9745
9895
  property :self_link, as: 'selfLink'
@@ -9757,6 +9907,8 @@ module Google
9757
9907
  property :cloud_router_ip_address, as: 'cloudRouterIpAddress'
9758
9908
  property :cloud_router_ipv6_address, as: 'cloudRouterIpv6Address'
9759
9909
  property :cloud_router_ipv6_interface_id, as: 'cloudRouterIpv6InterfaceId'
9910
+ property :configuration_constraints, as: 'configurationConstraints', class: Google::Apis::ComputeV1::InterconnectAttachmentConfigurationConstraints, decorator: Google::Apis::ComputeV1::InterconnectAttachmentConfigurationConstraints::Representation
9911
+
9760
9912
  property :creation_timestamp, as: 'creationTimestamp'
9761
9913
  property :customer_router_ip_address, as: 'customerRouterIpAddress'
9762
9914
  property :customer_router_ipv6_address, as: 'customerRouterIpv6Address'
@@ -9770,6 +9922,8 @@ module Google
9770
9922
  property :interconnect, as: 'interconnect'
9771
9923
  collection :ipsec_internal_addresses, as: 'ipsecInternalAddresses'
9772
9924
  property :kind, as: 'kind'
9925
+ property :label_fingerprint, :base64 => true, as: 'labelFingerprint'
9926
+ hash :labels, as: 'labels'
9773
9927
  property :mtu, as: 'mtu'
9774
9928
  property :name, as: 'name'
9775
9929
  property :operational_status, as: 'operationalStatus'
@@ -9780,11 +9934,13 @@ module Google
9780
9934
  property :private_interconnect_info, as: 'privateInterconnectInfo', class: Google::Apis::ComputeV1::InterconnectAttachmentPrivateInfo, decorator: Google::Apis::ComputeV1::InterconnectAttachmentPrivateInfo::Representation
9781
9935
 
9782
9936
  property :region, as: 'region'
9937
+ property :remote_service, as: 'remoteService'
9783
9938
  property :router, as: 'router'
9784
9939
  property :satisfies_pzs, as: 'satisfiesPzs'
9785
9940
  property :self_link, as: 'selfLink'
9786
9941
  property :stack_type, as: 'stackType'
9787
9942
  property :state, as: 'state'
9943
+ property :subnet_length, as: 'subnetLength'
9788
9944
  property :type, as: 'type'
9789
9945
  property :vlan_tag8021q, as: 'vlanTag8021q'
9790
9946
  end
@@ -9823,6 +9979,23 @@ module Google
9823
9979
  end
9824
9980
  end
9825
9981
 
9982
+ class InterconnectAttachmentConfigurationConstraints
9983
+ # @private
9984
+ class Representation < Google::Apis::Core::JsonRepresentation
9985
+ property :bgp_md5, as: 'bgpMd5'
9986
+ collection :bgp_peer_asn_ranges, as: 'bgpPeerAsnRanges', class: Google::Apis::ComputeV1::InterconnectAttachmentConfigurationConstraintsBgpPeerAsnRange, decorator: Google::Apis::ComputeV1::InterconnectAttachmentConfigurationConstraintsBgpPeerAsnRange::Representation
9987
+
9988
+ end
9989
+ end
9990
+
9991
+ class InterconnectAttachmentConfigurationConstraintsBgpPeerAsnRange
9992
+ # @private
9993
+ class Representation < Google::Apis::Core::JsonRepresentation
9994
+ property :max, as: 'max'
9995
+ property :min, as: 'min'
9996
+ end
9997
+ end
9998
+
9826
9999
  class InterconnectAttachmentList
9827
10000
  # @private
9828
10001
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -10073,6 +10246,92 @@ module Google
10073
10246
  end
10074
10247
  end
10075
10248
 
10249
+ class InterconnectRemoteLocation
10250
+ # @private
10251
+ class Representation < Google::Apis::Core::JsonRepresentation
10252
+ property :address, as: 'address'
10253
+ property :attachment_configuration_constraints, as: 'attachmentConfigurationConstraints', class: Google::Apis::ComputeV1::InterconnectAttachmentConfigurationConstraints, decorator: Google::Apis::ComputeV1::InterconnectAttachmentConfigurationConstraints::Representation
10254
+
10255
+ property :city, as: 'city'
10256
+ property :constraints, as: 'constraints', class: Google::Apis::ComputeV1::InterconnectRemoteLocationConstraints, decorator: Google::Apis::ComputeV1::InterconnectRemoteLocationConstraints::Representation
10257
+
10258
+ property :continent, as: 'continent'
10259
+ property :creation_timestamp, as: 'creationTimestamp'
10260
+ property :description, as: 'description'
10261
+ property :facility_provider, as: 'facilityProvider'
10262
+ property :facility_provider_facility_id, as: 'facilityProviderFacilityId'
10263
+ property :id, :numeric_string => true, as: 'id'
10264
+ property :kind, as: 'kind'
10265
+ property :lacp, as: 'lacp'
10266
+ property :max_lag_size100_gbps, as: 'maxLagSize100Gbps'
10267
+ property :max_lag_size10_gbps, as: 'maxLagSize10Gbps'
10268
+ property :name, as: 'name'
10269
+ property :peeringdb_facility_id, as: 'peeringdbFacilityId'
10270
+ collection :permitted_connections, as: 'permittedConnections', class: Google::Apis::ComputeV1::InterconnectRemoteLocationPermittedConnections, decorator: Google::Apis::ComputeV1::InterconnectRemoteLocationPermittedConnections::Representation
10271
+
10272
+ property :remote_service, as: 'remoteService'
10273
+ property :self_link, as: 'selfLink'
10274
+ property :status, as: 'status'
10275
+ end
10276
+ end
10277
+
10278
+ class InterconnectRemoteLocationConstraints
10279
+ # @private
10280
+ class Representation < Google::Apis::Core::JsonRepresentation
10281
+ property :port_pair_remote_location, as: 'portPairRemoteLocation'
10282
+ property :port_pair_vlan, as: 'portPairVlan'
10283
+ property :subnet_length_range, as: 'subnetLengthRange', class: Google::Apis::ComputeV1::InterconnectRemoteLocationConstraintsSubnetLengthRange, decorator: Google::Apis::ComputeV1::InterconnectRemoteLocationConstraintsSubnetLengthRange::Representation
10284
+
10285
+ end
10286
+ end
10287
+
10288
+ class InterconnectRemoteLocationConstraintsSubnetLengthRange
10289
+ # @private
10290
+ class Representation < Google::Apis::Core::JsonRepresentation
10291
+ property :max, as: 'max'
10292
+ property :min, as: 'min'
10293
+ end
10294
+ end
10295
+
10296
+ class InterconnectRemoteLocationList
10297
+ # @private
10298
+ class Representation < Google::Apis::Core::JsonRepresentation
10299
+ property :id, as: 'id'
10300
+ collection :items, as: 'items', class: Google::Apis::ComputeV1::InterconnectRemoteLocation, decorator: Google::Apis::ComputeV1::InterconnectRemoteLocation::Representation
10301
+
10302
+ property :kind, as: 'kind'
10303
+ property :next_page_token, as: 'nextPageToken'
10304
+ property :self_link, as: 'selfLink'
10305
+ property :warning, as: 'warning', class: Google::Apis::ComputeV1::InterconnectRemoteLocationList::Warning, decorator: Google::Apis::ComputeV1::InterconnectRemoteLocationList::Warning::Representation
10306
+
10307
+ end
10308
+
10309
+ class Warning
10310
+ # @private
10311
+ class Representation < Google::Apis::Core::JsonRepresentation
10312
+ property :code, as: 'code'
10313
+ collection :data, as: 'data', class: Google::Apis::ComputeV1::InterconnectRemoteLocationList::Warning::Datum, decorator: Google::Apis::ComputeV1::InterconnectRemoteLocationList::Warning::Datum::Representation
10314
+
10315
+ property :message, as: 'message'
10316
+ end
10317
+
10318
+ class Datum
10319
+ # @private
10320
+ class Representation < Google::Apis::Core::JsonRepresentation
10321
+ property :key, as: 'key'
10322
+ property :value, as: 'value'
10323
+ end
10324
+ end
10325
+ end
10326
+ end
10327
+
10328
+ class InterconnectRemoteLocationPermittedConnections
10329
+ # @private
10330
+ class Representation < Google::Apis::Core::JsonRepresentation
10331
+ property :interconnect_location, as: 'interconnectLocation'
10332
+ end
10333
+ end
10334
+
10076
10335
  class InterconnectsGetDiagnosticsResponse
10077
10336
  # @private
10078
10337
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -12446,6 +12705,14 @@ module Google
12446
12705
  end
12447
12706
  end
12448
12707
 
12708
+ class RegionAddressesMoveRequest
12709
+ # @private
12710
+ class Representation < Google::Apis::Core::JsonRepresentation
12711
+ property :description, as: 'description'
12712
+ property :destination_address, as: 'destinationAddress'
12713
+ end
12714
+ end
12715
+
12449
12716
  class RegionAutoscalerList
12450
12717
  # @private
12451
12718
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -13882,6 +14149,8 @@ module Google
13882
14149
  property :fingerprint, :base64 => true, as: 'fingerprint'
13883
14150
  property :id, :numeric_string => true, as: 'id'
13884
14151
  property :kind, as: 'kind'
14152
+ property :label_fingerprint, :base64 => true, as: 'labelFingerprint'
14153
+ hash :labels, as: 'labels'
13885
14154
  property :name, as: 'name'
13886
14155
  property :recaptcha_options_config, as: 'recaptchaOptionsConfig', class: Google::Apis::ComputeV1::SecurityPolicyRecaptchaOptionsConfig, decorator: Google::Apis::ComputeV1::SecurityPolicyRecaptchaOptionsConfig::Representation
13887
14156
 
@@ -14163,6 +14432,7 @@ module Google
14163
14432
  property :producer_forwarding_rule, as: 'producerForwardingRule'
14164
14433
  property :psc_service_attachment_id, as: 'pscServiceAttachmentId', class: Google::Apis::ComputeV1::Uint128, decorator: Google::Apis::ComputeV1::Uint128::Representation
14165
14434
 
14435
+ property :reconcile_connections, as: 'reconcileConnections'
14166
14436
  property :region, as: 'region'
14167
14437
  property :self_link, as: 'selfLink'
14168
14438
  property :target_service, as: 'targetService'
@@ -15688,6 +15958,8 @@ module Google
15688
15958
  collection :forwarding_rules, as: 'forwardingRules'
15689
15959
  property :id, :numeric_string => true, as: 'id'
15690
15960
  property :kind, as: 'kind'
15961
+ property :label_fingerprint, :base64 => true, as: 'labelFingerprint'
15962
+ hash :labels, as: 'labels'
15691
15963
  property :name, as: 'name'
15692
15964
  property :network, as: 'network'
15693
15965
  property :region, as: 'region'
@@ -16010,6 +16282,7 @@ module Google
16010
16282
  class Representation < Google::Apis::Core::JsonRepresentation
16011
16283
  property :host_rewrite, as: 'hostRewrite'
16012
16284
  property :path_prefix_rewrite, as: 'pathPrefixRewrite'
16285
+ property :path_template_rewrite, as: 'pathTemplateRewrite'
16013
16286
  end
16014
16287
  end
16015
16288
 
@@ -16319,6 +16592,8 @@ module Google
16319
16592
  property :id, :numeric_string => true, as: 'id'
16320
16593
  property :ike_version, as: 'ikeVersion'
16321
16594
  property :kind, as: 'kind'
16595
+ property :label_fingerprint, :base64 => true, as: 'labelFingerprint'
16596
+ hash :labels, as: 'labels'
16322
16597
  collection :local_traffic_selector, as: 'localTrafficSelector'
16323
16598
  property :name, as: 'name'
16324
16599
  property :peer_external_gateway, as: 'peerExternalGateway'