google-apis-compute_alpha 0.88.0 → 0.90.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.88.0"
19
+ GEM_VERSION = "0.90.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.13.0"
22
+ GENERATOR_VERSION = "0.13.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240109"
25
+ REVISION = "20240130"
26
26
  end
27
27
  end
28
28
  end
@@ -2062,6 +2062,30 @@ module Google
2062
2062
  include Google::Apis::Core::JsonObjectSupport
2063
2063
  end
2064
2064
 
2065
+ class InstanceGroupManagerResizeRequestStatusLastAttempt
2066
+ class Representation < Google::Apis::Core::JsonRepresentation; end
2067
+
2068
+ class Error
2069
+ class Representation < Google::Apis::Core::JsonRepresentation; end
2070
+
2071
+ class Error
2072
+ class Representation < Google::Apis::Core::JsonRepresentation; end
2073
+
2074
+ class ErrorDetail
2075
+ class Representation < Google::Apis::Core::JsonRepresentation; end
2076
+
2077
+ include Google::Apis::Core::JsonObjectSupport
2078
+ end
2079
+
2080
+ include Google::Apis::Core::JsonObjectSupport
2081
+ end
2082
+
2083
+ include Google::Apis::Core::JsonObjectSupport
2084
+ end
2085
+
2086
+ include Google::Apis::Core::JsonObjectSupport
2087
+ end
2088
+
2065
2089
  class InstanceGroupManagerResizeRequestsListResponse
2066
2090
  class Representation < Google::Apis::Core::JsonRepresentation; end
2067
2091
 
@@ -3304,6 +3328,12 @@ module Google
3304
3328
  include Google::Apis::Core::JsonObjectSupport
3305
3329
  end
3306
3330
 
3331
+ class NamedSet
3332
+ class Representation < Google::Apis::Core::JsonRepresentation; end
3333
+
3334
+ include Google::Apis::Core::JsonObjectSupport
3335
+ end
3336
+
3307
3337
  class NatIpInfo
3308
3338
  class Representation < Google::Apis::Core::JsonRepresentation; end
3309
3339
 
@@ -5374,6 +5404,12 @@ module Google
5374
5404
  include Google::Apis::Core::JsonObjectSupport
5375
5405
  end
5376
5406
 
5407
+ class RoutersGetNamedSetResponse
5408
+ class Representation < Google::Apis::Core::JsonRepresentation; end
5409
+
5410
+ include Google::Apis::Core::JsonObjectSupport
5411
+ end
5412
+
5377
5413
  class RoutersGetRoutePolicyResponse
5378
5414
  class Representation < Google::Apis::Core::JsonRepresentation; end
5379
5415
 
@@ -5398,6 +5434,24 @@ module Google
5398
5434
  include Google::Apis::Core::JsonObjectSupport
5399
5435
  end
5400
5436
 
5437
+ class RoutersListNamedSets
5438
+ class Representation < Google::Apis::Core::JsonRepresentation; end
5439
+
5440
+ class Warning
5441
+ class Representation < Google::Apis::Core::JsonRepresentation; end
5442
+
5443
+ class Datum
5444
+ class Representation < Google::Apis::Core::JsonRepresentation; end
5445
+
5446
+ include Google::Apis::Core::JsonObjectSupport
5447
+ end
5448
+
5449
+ include Google::Apis::Core::JsonObjectSupport
5450
+ end
5451
+
5452
+ include Google::Apis::Core::JsonObjectSupport
5453
+ end
5454
+
5401
5455
  class RoutersListRoutePolicies
5402
5456
  class Representation < Google::Apis::Core::JsonRepresentation; end
5403
5457
 
@@ -6010,6 +6064,12 @@ module Google
6010
6064
  include Google::Apis::Core::JsonObjectSupport
6011
6065
  end
6012
6066
 
6067
+ class SnapshotResourceStatus
6068
+ class Representation < Google::Apis::Core::JsonRepresentation; end
6069
+
6070
+ include Google::Apis::Core::JsonObjectSupport
6071
+ end
6072
+
6013
6073
  class SnapshotSettings
6014
6074
  class Representation < Google::Apis::Core::JsonRepresentation; end
6015
6075
 
@@ -11559,6 +11619,8 @@ module Google
11559
11619
  class Representation < Google::Apis::Core::JsonRepresentation
11560
11620
  property :error, as: 'error', class: Google::Apis::ComputeAlpha::InstanceGroupManagerResizeRequestStatus::Error, decorator: Google::Apis::ComputeAlpha::InstanceGroupManagerResizeRequestStatus::Error::Representation
11561
11621
 
11622
+ property :last_attempt, as: 'lastAttempt', class: Google::Apis::ComputeAlpha::InstanceGroupManagerResizeRequestStatusLastAttempt, decorator: Google::Apis::ComputeAlpha::InstanceGroupManagerResizeRequestStatusLastAttempt::Representation
11623
+
11562
11624
  property :queuing_policy, as: 'queuingPolicy', class: Google::Apis::ComputeAlpha::QueuingPolicy, decorator: Google::Apis::ComputeAlpha::QueuingPolicy::Representation
11563
11625
 
11564
11626
  end
@@ -11597,6 +11659,47 @@ module Google
11597
11659
  end
11598
11660
  end
11599
11661
 
11662
+ class InstanceGroupManagerResizeRequestStatusLastAttempt
11663
+ # @private
11664
+ class Representation < Google::Apis::Core::JsonRepresentation
11665
+ property :error, as: 'error', class: Google::Apis::ComputeAlpha::InstanceGroupManagerResizeRequestStatusLastAttempt::Error, decorator: Google::Apis::ComputeAlpha::InstanceGroupManagerResizeRequestStatusLastAttempt::Error::Representation
11666
+
11667
+ end
11668
+
11669
+ class Error
11670
+ # @private
11671
+ class Representation < Google::Apis::Core::JsonRepresentation
11672
+ collection :errors, as: 'errors', class: Google::Apis::ComputeAlpha::InstanceGroupManagerResizeRequestStatusLastAttempt::Error::Error, decorator: Google::Apis::ComputeAlpha::InstanceGroupManagerResizeRequestStatusLastAttempt::Error::Error::Representation
11673
+
11674
+ end
11675
+
11676
+ class Error
11677
+ # @private
11678
+ class Representation < Google::Apis::Core::JsonRepresentation
11679
+ property :code, as: 'code'
11680
+ collection :error_details, as: 'errorDetails', class: Google::Apis::ComputeAlpha::InstanceGroupManagerResizeRequestStatusLastAttempt::Error::Error::ErrorDetail, decorator: Google::Apis::ComputeAlpha::InstanceGroupManagerResizeRequestStatusLastAttempt::Error::Error::ErrorDetail::Representation
11681
+
11682
+ property :location, as: 'location'
11683
+ property :message, as: 'message'
11684
+ end
11685
+
11686
+ class ErrorDetail
11687
+ # @private
11688
+ class Representation < Google::Apis::Core::JsonRepresentation
11689
+ property :error_info, as: 'errorInfo', class: Google::Apis::ComputeAlpha::ErrorInfo, decorator: Google::Apis::ComputeAlpha::ErrorInfo::Representation
11690
+
11691
+ property :help, as: 'help', class: Google::Apis::ComputeAlpha::Help, decorator: Google::Apis::ComputeAlpha::Help::Representation
11692
+
11693
+ property :localized_message, as: 'localizedMessage', class: Google::Apis::ComputeAlpha::LocalizedMessage, decorator: Google::Apis::ComputeAlpha::LocalizedMessage::Representation
11694
+
11695
+ property :quota_info, as: 'quotaInfo', class: Google::Apis::ComputeAlpha::QuotaExceededInfo, decorator: Google::Apis::ComputeAlpha::QuotaExceededInfo::Representation
11696
+
11697
+ end
11698
+ end
11699
+ end
11700
+ end
11701
+ end
11702
+
11600
11703
  class InstanceGroupManagerResizeRequestsListResponse
11601
11704
  # @private
11602
11705
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -13800,6 +13903,17 @@ module Google
13800
13903
  end
13801
13904
  end
13802
13905
 
13906
+ class NamedSet
13907
+ # @private
13908
+ class Representation < Google::Apis::Core::JsonRepresentation
13909
+ collection :elements, as: 'elements', class: Google::Apis::ComputeAlpha::Expr, decorator: Google::Apis::ComputeAlpha::Expr::Representation
13910
+
13911
+ property :fingerprint, :base64 => true, as: 'fingerprint'
13912
+ property :name, as: 'name'
13913
+ property :type, as: 'type'
13914
+ end
13915
+ end
13916
+
13803
13917
  class NatIpInfo
13804
13918
  # @private
13805
13919
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -14338,6 +14452,7 @@ module Google
14338
14452
  collection :alias_ip_ranges, as: 'aliasIpRanges', class: Google::Apis::ComputeAlpha::AliasIpRange, decorator: Google::Apis::ComputeAlpha::AliasIpRange::Representation
14339
14453
 
14340
14454
  property :fingerprint, :base64 => true, as: 'fingerprint'
14455
+ property :igmp_query, as: 'igmpQuery'
14341
14456
  property :internal_ipv6_prefix_length, as: 'internalIpv6PrefixLength'
14342
14457
  collection :ipv6_access_configs, as: 'ipv6AccessConfigs', class: Google::Apis::ComputeAlpha::AccessConfig, decorator: Google::Apis::ComputeAlpha::AccessConfig::Representation
14343
14458
 
@@ -17631,6 +17746,15 @@ module Google
17631
17746
  end
17632
17747
  end
17633
17748
 
17749
+ class RoutersGetNamedSetResponse
17750
+ # @private
17751
+ class Representation < Google::Apis::Core::JsonRepresentation
17752
+ property :etag, as: 'etag'
17753
+ property :resource, as: 'resource', class: Google::Apis::ComputeAlpha::NamedSet, decorator: Google::Apis::ComputeAlpha::NamedSet::Representation
17754
+
17755
+ end
17756
+ end
17757
+
17634
17758
  class RoutersGetRoutePolicyResponse
17635
17759
  # @private
17636
17760
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -17674,6 +17798,40 @@ module Google
17674
17798
  end
17675
17799
  end
17676
17800
 
17801
+ class RoutersListNamedSets
17802
+ # @private
17803
+ class Representation < Google::Apis::Core::JsonRepresentation
17804
+ property :etag, as: 'etag'
17805
+ property :id, as: 'id'
17806
+ property :kind, as: 'kind'
17807
+ property :next_page_token, as: 'nextPageToken'
17808
+ collection :result, as: 'result', class: Google::Apis::ComputeAlpha::NamedSet, decorator: Google::Apis::ComputeAlpha::NamedSet::Representation
17809
+
17810
+ property :self_link, as: 'selfLink'
17811
+ collection :unreachables, as: 'unreachables'
17812
+ property :warning, as: 'warning', class: Google::Apis::ComputeAlpha::RoutersListNamedSets::Warning, decorator: Google::Apis::ComputeAlpha::RoutersListNamedSets::Warning::Representation
17813
+
17814
+ end
17815
+
17816
+ class Warning
17817
+ # @private
17818
+ class Representation < Google::Apis::Core::JsonRepresentation
17819
+ property :code, as: 'code'
17820
+ collection :data, as: 'data', class: Google::Apis::ComputeAlpha::RoutersListNamedSets::Warning::Datum, decorator: Google::Apis::ComputeAlpha::RoutersListNamedSets::Warning::Datum::Representation
17821
+
17822
+ property :message, as: 'message'
17823
+ end
17824
+
17825
+ class Datum
17826
+ # @private
17827
+ class Representation < Google::Apis::Core::JsonRepresentation
17828
+ property :key, as: 'key'
17829
+ property :value, as: 'value'
17830
+ end
17831
+ end
17832
+ end
17833
+ end
17834
+
17677
17835
  class RoutersListRoutePolicies
17678
17836
  # @private
17679
17837
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -18730,6 +18888,8 @@ module Google
18730
18888
  property :max_retention_days, as: 'maxRetentionDays'
18731
18889
  property :name, as: 'name'
18732
18890
  property :region, as: 'region'
18891
+ property :resource_status, as: 'resourceStatus', class: Google::Apis::ComputeAlpha::SnapshotResourceStatus, decorator: Google::Apis::ComputeAlpha::SnapshotResourceStatus::Representation
18892
+
18733
18893
  property :satisfies_pzi, as: 'satisfiesPzi'
18734
18894
  property :satisfies_pzs, as: 'satisfiesPzs'
18735
18895
  property :self_link, as: 'selfLink'
@@ -18822,6 +18982,13 @@ module Google
18822
18982
  end
18823
18983
  end
18824
18984
 
18985
+ class SnapshotResourceStatus
18986
+ # @private
18987
+ class Representation < Google::Apis::Core::JsonRepresentation
18988
+ property :scheduled_deletion_time, as: 'scheduledDeletionTime'
18989
+ end
18990
+ end
18991
+
18825
18992
  class SnapshotSettings
18826
18993
  # @private
18827
18994
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -20013,6 +20180,7 @@ module Google
20013
20180
  property :server_tls_policy, as: 'serverTlsPolicy'
20014
20181
  collection :ssl_certificates, as: 'sslCertificates'
20015
20182
  property :ssl_policy, as: 'sslPolicy'
20183
+ property :tls_early_data, as: 'tlsEarlyData'
20016
20184
  property :url_map, as: 'urlMap'
20017
20185
  end
20018
20186
  end