google-apis-compute_alpha 0.41.0 → 0.44.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -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.41.0"
19
+ GEM_VERSION = "0.44.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.9.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220621"
25
+ REVISION = "20220720"
26
26
  end
27
27
  end
28
28
  end
@@ -694,6 +694,18 @@ module Google
694
694
  include Google::Apis::Core::JsonObjectSupport
695
695
  end
696
696
 
697
+ class CustomErrorResponsePolicy
698
+ class Representation < Google::Apis::Core::JsonRepresentation; end
699
+
700
+ include Google::Apis::Core::JsonObjectSupport
701
+ end
702
+
703
+ class CustomErrorResponsePolicyCustomErrorResponseRule
704
+ class Representation < Google::Apis::Core::JsonRepresentation; end
705
+
706
+ include Google::Apis::Core::JsonObjectSupport
707
+ end
708
+
697
709
  class CustomerEncryptionKey
698
710
  class Representation < Google::Apis::Core::JsonRepresentation; end
699
711
 
@@ -778,6 +790,12 @@ module Google
778
790
  include Google::Apis::Core::JsonObjectSupport
779
791
  end
780
792
 
793
+ class DiskParams
794
+ class Representation < Google::Apis::Core::JsonRepresentation; end
795
+
796
+ include Google::Apis::Core::JsonObjectSupport
797
+ end
798
+
781
799
  class DiskResourceStatus
782
800
  class Representation < Google::Apis::Core::JsonRepresentation; end
783
801
 
@@ -2452,6 +2470,18 @@ module Google
2452
2470
  include Google::Apis::Core::JsonObjectSupport
2453
2471
  end
2454
2472
 
2473
+ class InterconnectAttachmentConfigurationConstraints
2474
+ class Representation < Google::Apis::Core::JsonRepresentation; end
2475
+
2476
+ include Google::Apis::Core::JsonObjectSupport
2477
+ end
2478
+
2479
+ class InterconnectAttachmentConfigurationConstraintsBgpPeerAsnRange
2480
+ class Representation < Google::Apis::Core::JsonRepresentation; end
2481
+
2482
+ include Google::Apis::Core::JsonObjectSupport
2483
+ end
2484
+
2455
2485
  class InterconnectAttachmentList
2456
2486
  class Representation < Google::Apis::Core::JsonRepresentation; end
2457
2487
 
@@ -2626,6 +2656,18 @@ module Google
2626
2656
  include Google::Apis::Core::JsonObjectSupport
2627
2657
  end
2628
2658
 
2659
+ class InterconnectRemoteLocationConstraints
2660
+ class Representation < Google::Apis::Core::JsonRepresentation; end
2661
+
2662
+ include Google::Apis::Core::JsonObjectSupport
2663
+ end
2664
+
2665
+ class InterconnectRemoteLocationConstraintsSubnetLengthRange
2666
+ class Representation < Google::Apis::Core::JsonRepresentation; end
2667
+
2668
+ include Google::Apis::Core::JsonObjectSupport
2669
+ end
2670
+
2629
2671
  class InterconnectRemoteLocationList
2630
2672
  class Representation < Google::Apis::Core::JsonRepresentation; end
2631
2673
 
@@ -4018,6 +4060,60 @@ module Google
4018
4060
  include Google::Apis::Core::JsonObjectSupport
4019
4061
  end
4020
4062
 
4063
+ class QueuedResource
4064
+ class Representation < Google::Apis::Core::JsonRepresentation; end
4065
+
4066
+ include Google::Apis::Core::JsonObjectSupport
4067
+ end
4068
+
4069
+ class QueuedResourceList
4070
+ class Representation < Google::Apis::Core::JsonRepresentation; end
4071
+
4072
+ class Warning
4073
+ class Representation < Google::Apis::Core::JsonRepresentation; end
4074
+
4075
+ class Datum
4076
+ class Representation < Google::Apis::Core::JsonRepresentation; end
4077
+
4078
+ include Google::Apis::Core::JsonObjectSupport
4079
+ end
4080
+
4081
+ include Google::Apis::Core::JsonObjectSupport
4082
+ end
4083
+
4084
+ include Google::Apis::Core::JsonObjectSupport
4085
+ end
4086
+
4087
+ class QueuedResourceStatus
4088
+ class Representation < Google::Apis::Core::JsonRepresentation; end
4089
+
4090
+ include Google::Apis::Core::JsonObjectSupport
4091
+ end
4092
+
4093
+ class QueuedResourceStatusFailedData
4094
+ class Representation < Google::Apis::Core::JsonRepresentation; end
4095
+
4096
+ class Error
4097
+ class Representation < Google::Apis::Core::JsonRepresentation; end
4098
+
4099
+ class Error
4100
+ class Representation < Google::Apis::Core::JsonRepresentation; end
4101
+
4102
+ class ErrorDetail
4103
+ class Representation < Google::Apis::Core::JsonRepresentation; end
4104
+
4105
+ include Google::Apis::Core::JsonObjectSupport
4106
+ end
4107
+
4108
+ include Google::Apis::Core::JsonObjectSupport
4109
+ end
4110
+
4111
+ include Google::Apis::Core::JsonObjectSupport
4112
+ end
4113
+
4114
+ include Google::Apis::Core::JsonObjectSupport
4115
+ end
4116
+
4021
4117
  class QueuingPolicy
4022
4118
  class Representation < Google::Apis::Core::JsonRepresentation; end
4023
4119
 
@@ -6906,6 +7002,7 @@ module Google
6906
7002
  property :on_update_action, as: 'onUpdateAction'
6907
7003
  property :provisioned_iops, :numeric_string => true, as: 'provisionedIops'
6908
7004
  collection :replica_zones, as: 'replicaZones'
7005
+ hash :resource_manager_tags, as: 'resourceManagerTags'
6909
7006
  collection :resource_policies, as: 'resourcePolicies'
6910
7007
  property :source_image, as: 'sourceImage'
6911
7008
  property :source_image_encryption_key, as: 'sourceImageEncryptionKey', class: Google::Apis::ComputeAlpha::CustomerEncryptionKey, decorator: Google::Apis::ComputeAlpha::CustomerEncryptionKey::Representation
@@ -7902,6 +7999,24 @@ module Google
7902
7999
  end
7903
8000
  end
7904
8001
 
8002
+ class CustomErrorResponsePolicy
8003
+ # @private
8004
+ class Representation < Google::Apis::Core::JsonRepresentation
8005
+ collection :error_response_rules, as: 'errorResponseRules', class: Google::Apis::ComputeAlpha::CustomErrorResponsePolicyCustomErrorResponseRule, decorator: Google::Apis::ComputeAlpha::CustomErrorResponsePolicyCustomErrorResponseRule::Representation
8006
+
8007
+ property :error_service, as: 'errorService'
8008
+ end
8009
+ end
8010
+
8011
+ class CustomErrorResponsePolicyCustomErrorResponseRule
8012
+ # @private
8013
+ class Representation < Google::Apis::Core::JsonRepresentation
8014
+ collection :match_response_codes, as: 'matchResponseCodes'
8015
+ property :override_response_code, as: 'overrideResponseCode'
8016
+ property :path, as: 'path'
8017
+ end
8018
+ end
8019
+
7905
8020
  class CustomerEncryptionKey
7906
8021
  # @private
7907
8022
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -7964,6 +8079,8 @@ module Google
7964
8079
  property :multi_writer, as: 'multiWriter'
7965
8080
  property :name, as: 'name'
7966
8081
  property :options, as: 'options'
8082
+ property :params, as: 'params', class: Google::Apis::ComputeAlpha::DiskParams, decorator: Google::Apis::ComputeAlpha::DiskParams::Representation
8083
+
7967
8084
  property :physical_block_size_bytes, :numeric_string => true, as: 'physicalBlockSizeBytes'
7968
8085
  property :provisioned_iops, :numeric_string => true, as: 'provisionedIops'
7969
8086
  property :region, as: 'region'
@@ -8098,6 +8215,13 @@ module Google
8098
8215
  end
8099
8216
  end
8100
8217
 
8218
+ class DiskParams
8219
+ # @private
8220
+ class Representation < Google::Apis::Core::JsonRepresentation
8221
+ hash :resource_manager_tags, as: 'resourceManagerTags'
8222
+ end
8223
+ end
8224
+
8101
8225
  class DiskResourceStatus
8102
8226
  # @private
8103
8227
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -9642,6 +9766,8 @@ module Google
9642
9766
  class HttpRouteRule
9643
9767
  # @private
9644
9768
  class Representation < Google::Apis::Core::JsonRepresentation
9769
+ property :custom_error_response_policy, as: 'customErrorResponsePolicy', class: Google::Apis::ComputeAlpha::CustomErrorResponsePolicy, decorator: Google::Apis::ComputeAlpha::CustomErrorResponsePolicy::Representation
9770
+
9645
9771
  property :description, as: 'description'
9646
9772
  property :header_action, as: 'headerAction', class: Google::Apis::ComputeAlpha::HttpHeaderAction, decorator: Google::Apis::ComputeAlpha::HttpHeaderAction::Representation
9647
9773
 
@@ -11240,6 +11366,8 @@ module Google
11240
11366
  property :cloud_router_ip_address, as: 'cloudRouterIpAddress'
11241
11367
  property :cloud_router_ipv6_address, as: 'cloudRouterIpv6Address'
11242
11368
  property :cloud_router_ipv6_interface_id, as: 'cloudRouterIpv6InterfaceId'
11369
+ property :configuration_constraints, as: 'configurationConstraints', class: Google::Apis::ComputeAlpha::InterconnectAttachmentConfigurationConstraints, decorator: Google::Apis::ComputeAlpha::InterconnectAttachmentConfigurationConstraints::Representation
11370
+
11243
11371
  property :creation_timestamp, as: 'creationTimestamp'
11244
11372
  property :customer_router_ip_address, as: 'customerRouterIpAddress'
11245
11373
  property :customer_router_ipv6_address, as: 'customerRouterIpv6Address'
@@ -11265,12 +11393,14 @@ module Google
11265
11393
  property :private_interconnect_info, as: 'privateInterconnectInfo', class: Google::Apis::ComputeAlpha::InterconnectAttachmentPrivateInfo, decorator: Google::Apis::ComputeAlpha::InterconnectAttachmentPrivateInfo::Representation
11266
11394
 
11267
11395
  property :region, as: 'region'
11396
+ property :remote_service, as: 'remoteService'
11268
11397
  property :router, as: 'router'
11269
11398
  property :satisfies_pzs, as: 'satisfiesPzs'
11270
11399
  property :self_link, as: 'selfLink'
11271
11400
  property :self_link_with_id, as: 'selfLinkWithId'
11272
11401
  property :stack_type, as: 'stackType'
11273
11402
  property :state, as: 'state'
11403
+ property :subnet_length, as: 'subnetLength'
11274
11404
  property :type, as: 'type'
11275
11405
  property :vlan_tag8021q, as: 'vlanTag8021q'
11276
11406
  end
@@ -11309,6 +11439,24 @@ module Google
11309
11439
  end
11310
11440
  end
11311
11441
 
11442
+ class InterconnectAttachmentConfigurationConstraints
11443
+ # @private
11444
+ class Representation < Google::Apis::Core::JsonRepresentation
11445
+ property :bgp_md5, as: 'bgpMd5'
11446
+ collection :bgp_peer_asn_ranges, as: 'bgpPeerAsnRanges', class: Google::Apis::ComputeAlpha::InterconnectAttachmentConfigurationConstraintsBgpPeerAsnRange, decorator: Google::Apis::ComputeAlpha::InterconnectAttachmentConfigurationConstraintsBgpPeerAsnRange::Representation
11447
+
11448
+ property :network_connectivity_center, as: 'networkConnectivityCenter'
11449
+ end
11450
+ end
11451
+
11452
+ class InterconnectAttachmentConfigurationConstraintsBgpPeerAsnRange
11453
+ # @private
11454
+ class Representation < Google::Apis::Core::JsonRepresentation
11455
+ property :max, as: 'max'
11456
+ property :min, as: 'min'
11457
+ end
11458
+ end
11459
+
11312
11460
  class InterconnectAttachmentList
11313
11461
  # @private
11314
11462
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -11609,7 +11757,11 @@ module Google
11609
11757
  # @private
11610
11758
  class Representation < Google::Apis::Core::JsonRepresentation
11611
11759
  property :address, as: 'address'
11760
+ property :attachment_configuration_constraints, as: 'attachmentConfigurationConstraints', class: Google::Apis::ComputeAlpha::InterconnectAttachmentConfigurationConstraints, decorator: Google::Apis::ComputeAlpha::InterconnectAttachmentConfigurationConstraints::Representation
11761
+
11612
11762
  property :city, as: 'city'
11763
+ property :constraints, as: 'constraints', class: Google::Apis::ComputeAlpha::InterconnectRemoteLocationConstraints, decorator: Google::Apis::ComputeAlpha::InterconnectRemoteLocationConstraints::Representation
11764
+
11613
11765
  property :continent, as: 'continent'
11614
11766
  property :creation_timestamp, as: 'creationTimestamp'
11615
11767
  property :description, as: 'description'
@@ -11617,9 +11769,11 @@ module Google
11617
11769
  property :facility_provider_facility_id, as: 'facilityProviderFacilityId'
11618
11770
  property :id, :numeric_string => true, as: 'id'
11619
11771
  property :kind, as: 'kind'
11772
+ property :lacp, as: 'lacp'
11773
+ property :max_lag_size100_gbps, as: 'maxLagSize100Gbps'
11620
11774
  property :name, as: 'name'
11621
11775
  property :peeringdb_facility_id, as: 'peeringdbFacilityId'
11622
- property :permitted_connections, as: 'permittedConnections', class: Google::Apis::ComputeAlpha::InterconnectRemoteLocationPermittedConnections, decorator: Google::Apis::ComputeAlpha::InterconnectRemoteLocationPermittedConnections::Representation
11776
+ collection :permitted_connections, as: 'permittedConnections', class: Google::Apis::ComputeAlpha::InterconnectRemoteLocationPermittedConnections, decorator: Google::Apis::ComputeAlpha::InterconnectRemoteLocationPermittedConnections::Representation
11623
11777
 
11624
11778
  property :remote_service, as: 'remoteService'
11625
11779
  property :self_link, as: 'selfLink'
@@ -11628,6 +11782,24 @@ module Google
11628
11782
  end
11629
11783
  end
11630
11784
 
11785
+ class InterconnectRemoteLocationConstraints
11786
+ # @private
11787
+ class Representation < Google::Apis::Core::JsonRepresentation
11788
+ property :port_pair_remote_location, as: 'portPairRemoteLocation'
11789
+ property :port_pair_vlan, as: 'portPairVlan'
11790
+ property :subnet_length_range, as: 'subnetLengthRange', class: Google::Apis::ComputeAlpha::InterconnectRemoteLocationConstraintsSubnetLengthRange, decorator: Google::Apis::ComputeAlpha::InterconnectRemoteLocationConstraintsSubnetLengthRange::Representation
11791
+
11792
+ end
11793
+ end
11794
+
11795
+ class InterconnectRemoteLocationConstraintsSubnetLengthRange
11796
+ # @private
11797
+ class Representation < Google::Apis::Core::JsonRepresentation
11798
+ property :max, as: 'max'
11799
+ property :min, as: 'min'
11800
+ end
11801
+ end
11802
+
11631
11803
  class InterconnectRemoteLocationList
11632
11804
  # @private
11633
11805
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -13801,6 +13973,8 @@ module Google
13801
13973
  class PathMatcher
13802
13974
  # @private
13803
13975
  class Representation < Google::Apis::Core::JsonRepresentation
13976
+ property :default_custom_error_response_policy, as: 'defaultCustomErrorResponsePolicy', class: Google::Apis::ComputeAlpha::CustomErrorResponsePolicy, decorator: Google::Apis::ComputeAlpha::CustomErrorResponsePolicy::Representation
13977
+
13804
13978
  property :default_route_action, as: 'defaultRouteAction', class: Google::Apis::ComputeAlpha::HttpRouteAction, decorator: Google::Apis::ComputeAlpha::HttpRouteAction::Representation
13805
13979
 
13806
13980
  property :default_service, as: 'defaultService'
@@ -13820,6 +13994,8 @@ module Google
13820
13994
  class PathRule
13821
13995
  # @private
13822
13996
  class Representation < Google::Apis::Core::JsonRepresentation
13997
+ property :custom_error_response_policy, as: 'customErrorResponsePolicy', class: Google::Apis::ComputeAlpha::CustomErrorResponsePolicy, decorator: Google::Apis::ComputeAlpha::CustomErrorResponsePolicy::Representation
13998
+
13823
13999
  collection :paths, as: 'paths'
13824
14000
  property :route_action, as: 'routeAction', class: Google::Apis::ComputeAlpha::HttpRouteAction, decorator: Google::Apis::ComputeAlpha::HttpRouteAction::Representation
13825
14001
 
@@ -14210,6 +14386,114 @@ module Google
14210
14386
  end
14211
14387
  end
14212
14388
 
14389
+ class QueuedResource
14390
+ # @private
14391
+ class Representation < Google::Apis::Core::JsonRepresentation
14392
+ property :bulk_insert_instance_resource, as: 'bulkInsertInstanceResource', class: Google::Apis::ComputeAlpha::BulkInsertInstanceResource, decorator: Google::Apis::ComputeAlpha::BulkInsertInstanceResource::Representation
14393
+
14394
+ property :creation_timestamp, as: 'creationTimestamp'
14395
+ property :description, as: 'description'
14396
+ property :id, :numeric_string => true, as: 'id'
14397
+ property :kind, as: 'kind'
14398
+ property :name, as: 'name'
14399
+ property :queuing_policy, as: 'queuingPolicy', class: Google::Apis::ComputeAlpha::QueuingPolicy, decorator: Google::Apis::ComputeAlpha::QueuingPolicy::Representation
14400
+
14401
+ property :region, as: 'region'
14402
+ property :self_link, as: 'selfLink'
14403
+ property :self_link_with_id, as: 'selfLinkWithId'
14404
+ property :state, as: 'state'
14405
+ property :status, as: 'status', class: Google::Apis::ComputeAlpha::QueuedResourceStatus, decorator: Google::Apis::ComputeAlpha::QueuedResourceStatus::Representation
14406
+
14407
+ property :zone, as: 'zone'
14408
+ end
14409
+ end
14410
+
14411
+ class QueuedResourceList
14412
+ # @private
14413
+ class Representation < Google::Apis::Core::JsonRepresentation
14414
+ property :etag, as: 'etag'
14415
+ property :id, as: 'id'
14416
+ collection :items, as: 'items', class: Google::Apis::ComputeAlpha::QueuedResource, decorator: Google::Apis::ComputeAlpha::QueuedResource::Representation
14417
+
14418
+ property :kind, as: 'kind'
14419
+ property :next_page_token, as: 'nextPageToken'
14420
+ property :self_link, as: 'selfLink'
14421
+ collection :unreachables, as: 'unreachables'
14422
+ property :warning, as: 'warning', class: Google::Apis::ComputeAlpha::QueuedResourceList::Warning, decorator: Google::Apis::ComputeAlpha::QueuedResourceList::Warning::Representation
14423
+
14424
+ end
14425
+
14426
+ class Warning
14427
+ # @private
14428
+ class Representation < Google::Apis::Core::JsonRepresentation
14429
+ property :code, as: 'code'
14430
+ collection :data, as: 'data', class: Google::Apis::ComputeAlpha::QueuedResourceList::Warning::Datum, decorator: Google::Apis::ComputeAlpha::QueuedResourceList::Warning::Datum::Representation
14431
+
14432
+ property :message, as: 'message'
14433
+ end
14434
+
14435
+ class Datum
14436
+ # @private
14437
+ class Representation < Google::Apis::Core::JsonRepresentation
14438
+ property :key, as: 'key'
14439
+ property :value, as: 'value'
14440
+ end
14441
+ end
14442
+ end
14443
+ end
14444
+
14445
+ class QueuedResourceStatus
14446
+ # @private
14447
+ class Representation < Google::Apis::Core::JsonRepresentation
14448
+ property :failed_data, as: 'failedData', class: Google::Apis::ComputeAlpha::QueuedResourceStatusFailedData, decorator: Google::Apis::ComputeAlpha::QueuedResourceStatusFailedData::Representation
14449
+
14450
+ collection :provisioning_operations, as: 'provisioningOperations'
14451
+ property :queuing_policy, as: 'queuingPolicy', class: Google::Apis::ComputeAlpha::QueuingPolicy, decorator: Google::Apis::ComputeAlpha::QueuingPolicy::Representation
14452
+
14453
+ end
14454
+ end
14455
+
14456
+ class QueuedResourceStatusFailedData
14457
+ # @private
14458
+ class Representation < Google::Apis::Core::JsonRepresentation
14459
+ property :error, as: 'error', class: Google::Apis::ComputeAlpha::QueuedResourceStatusFailedData::Error, decorator: Google::Apis::ComputeAlpha::QueuedResourceStatusFailedData::Error::Representation
14460
+
14461
+ end
14462
+
14463
+ class Error
14464
+ # @private
14465
+ class Representation < Google::Apis::Core::JsonRepresentation
14466
+ collection :errors, as: 'errors', class: Google::Apis::ComputeAlpha::QueuedResourceStatusFailedData::Error::Error, decorator: Google::Apis::ComputeAlpha::QueuedResourceStatusFailedData::Error::Error::Representation
14467
+
14468
+ end
14469
+
14470
+ class Error
14471
+ # @private
14472
+ class Representation < Google::Apis::Core::JsonRepresentation
14473
+ property :code, as: 'code'
14474
+ collection :error_details, as: 'errorDetails', class: Google::Apis::ComputeAlpha::QueuedResourceStatusFailedData::Error::Error::ErrorDetail, decorator: Google::Apis::ComputeAlpha::QueuedResourceStatusFailedData::Error::Error::ErrorDetail::Representation
14475
+
14476
+ property :location, as: 'location'
14477
+ property :message, as: 'message'
14478
+ end
14479
+
14480
+ class ErrorDetail
14481
+ # @private
14482
+ class Representation < Google::Apis::Core::JsonRepresentation
14483
+ property :error_info, as: 'errorInfo', class: Google::Apis::ComputeAlpha::ErrorInfo, decorator: Google::Apis::ComputeAlpha::ErrorInfo::Representation
14484
+
14485
+ property :help, as: 'help', class: Google::Apis::ComputeAlpha::Help, decorator: Google::Apis::ComputeAlpha::Help::Representation
14486
+
14487
+ property :localized_message, as: 'localizedMessage', class: Google::Apis::ComputeAlpha::LocalizedMessage, decorator: Google::Apis::ComputeAlpha::LocalizedMessage::Representation
14488
+
14489
+ property :quota_info, as: 'quotaInfo', class: Google::Apis::ComputeAlpha::QuotaExceededInfo, decorator: Google::Apis::ComputeAlpha::QuotaExceededInfo::Representation
14490
+
14491
+ end
14492
+ end
14493
+ end
14494
+ end
14495
+ end
14496
+
14213
14497
  class QueuingPolicy
14214
14498
  # @private
14215
14499
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -15220,6 +15504,7 @@ module Google
15220
15504
  class ResourceStatus
15221
15505
  # @private
15222
15506
  class Representation < Google::Apis::Core::JsonRepresentation
15507
+ property :physical_host, as: 'physicalHost'
15223
15508
  property :scheduling, as: 'scheduling', class: Google::Apis::ComputeAlpha::ResourceStatusScheduling, decorator: Google::Apis::ComputeAlpha::ResourceStatusScheduling::Representation
15224
15509
 
15225
15510
  property :upcoming_maintenance, as: 'upcomingMaintenance', class: Google::Apis::ComputeAlpha::ResourceStatusUpcomingMaintenance, decorator: Google::Apis::ComputeAlpha::ResourceStatusUpcomingMaintenance::Representation
@@ -16473,6 +16758,7 @@ module Google
16473
16758
  collection :license_codes, as: 'licenseCodes'
16474
16759
  collection :licenses, as: 'licenses'
16475
16760
  property :location_hint, as: 'locationHint'
16761
+ property :max_retention_days, as: 'maxRetentionDays'
16476
16762
  property :name, as: 'name'
16477
16763
  property :satisfies_pzs, as: 'satisfiesPzs'
16478
16764
  property :self_link, as: 'selfLink'
@@ -18017,6 +18303,8 @@ module Google
18017
18303
  # @private
18018
18304
  class Representation < Google::Apis::Core::JsonRepresentation
18019
18305
  property :creation_timestamp, as: 'creationTimestamp'
18306
+ property :default_custom_error_response_policy, as: 'defaultCustomErrorResponsePolicy', class: Google::Apis::ComputeAlpha::CustomErrorResponsePolicy, decorator: Google::Apis::ComputeAlpha::CustomErrorResponsePolicy::Representation
18307
+
18020
18308
  property :default_route_action, as: 'defaultRouteAction', class: Google::Apis::ComputeAlpha::HttpRouteAction, decorator: Google::Apis::ComputeAlpha::HttpRouteAction::Representation
18021
18309
 
18022
18310
  property :default_service, as: 'defaultService'