google-apis-compute_beta 0.60.0 → 0.62.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -682,6 +682,18 @@ module Google
682
682
  include Google::Apis::Core::JsonObjectSupport
683
683
  end
684
684
 
685
+ class CustomErrorResponsePolicy
686
+ class Representation < Google::Apis::Core::JsonRepresentation; end
687
+
688
+ include Google::Apis::Core::JsonObjectSupport
689
+ end
690
+
691
+ class CustomErrorResponsePolicyCustomErrorResponseRule
692
+ class Representation < Google::Apis::Core::JsonRepresentation; end
693
+
694
+ include Google::Apis::Core::JsonObjectSupport
695
+ end
696
+
685
697
  class CustomerEncryptionKey
686
698
  class Representation < Google::Apis::Core::JsonRepresentation; end
687
699
 
@@ -1966,6 +1978,24 @@ module Google
1966
1978
  include Google::Apis::Core::JsonObjectSupport
1967
1979
  end
1968
1980
 
1981
+ class InstanceTemplateAggregatedList
1982
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1983
+
1984
+ class Warning
1985
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1986
+
1987
+ class Datum
1988
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1989
+
1990
+ include Google::Apis::Core::JsonObjectSupport
1991
+ end
1992
+
1993
+ include Google::Apis::Core::JsonObjectSupport
1994
+ end
1995
+
1996
+ include Google::Apis::Core::JsonObjectSupport
1997
+ end
1998
+
1969
1999
  class InstanceTemplateList
1970
2000
  class Representation < Google::Apis::Core::JsonRepresentation; end
1971
2001
 
@@ -1984,6 +2014,24 @@ module Google
1984
2014
  include Google::Apis::Core::JsonObjectSupport
1985
2015
  end
1986
2016
 
2017
+ class InstanceTemplatesScopedList
2018
+ class Representation < Google::Apis::Core::JsonRepresentation; end
2019
+
2020
+ class Warning
2021
+ class Representation < Google::Apis::Core::JsonRepresentation; end
2022
+
2023
+ class Datum
2024
+ class Representation < Google::Apis::Core::JsonRepresentation; end
2025
+
2026
+ include Google::Apis::Core::JsonObjectSupport
2027
+ end
2028
+
2029
+ include Google::Apis::Core::JsonObjectSupport
2030
+ end
2031
+
2032
+ include Google::Apis::Core::JsonObjectSupport
2033
+ end
2034
+
1987
2035
  class InstanceWithNamedPorts
1988
2036
  class Representation < Google::Apis::Core::JsonRepresentation; end
1989
2037
 
@@ -7278,6 +7326,24 @@ module Google
7278
7326
  end
7279
7327
  end
7280
7328
 
7329
+ class CustomErrorResponsePolicy
7330
+ # @private
7331
+ class Representation < Google::Apis::Core::JsonRepresentation
7332
+ collection :error_response_rules, as: 'errorResponseRules', class: Google::Apis::ComputeBeta::CustomErrorResponsePolicyCustomErrorResponseRule, decorator: Google::Apis::ComputeBeta::CustomErrorResponsePolicyCustomErrorResponseRule::Representation
7333
+
7334
+ property :error_service, as: 'errorService'
7335
+ end
7336
+ end
7337
+
7338
+ class CustomErrorResponsePolicyCustomErrorResponseRule
7339
+ # @private
7340
+ class Representation < Google::Apis::Core::JsonRepresentation
7341
+ collection :match_response_codes, as: 'matchResponseCodes'
7342
+ property :override_response_code, as: 'overrideResponseCode'
7343
+ property :path, as: 'path'
7344
+ end
7345
+ end
7346
+
7281
7347
  class CustomerEncryptionKey
7282
7348
  # @private
7283
7349
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -8716,6 +8782,8 @@ module Google
8716
8782
  class HttpRouteRule
8717
8783
  # @private
8718
8784
  class Representation < Google::Apis::Core::JsonRepresentation
8785
+ property :custom_error_response_policy, as: 'customErrorResponsePolicy', class: Google::Apis::ComputeBeta::CustomErrorResponsePolicy, decorator: Google::Apis::ComputeBeta::CustomErrorResponsePolicy::Representation
8786
+
8719
8787
  property :description, as: 'description'
8720
8788
  property :header_action, as: 'headerAction', class: Google::Apis::ComputeBeta::HttpHeaderAction, decorator: Google::Apis::ComputeBeta::HttpHeaderAction::Representation
8721
8789
 
@@ -9787,6 +9855,7 @@ module Google
9787
9855
  property :name, as: 'name'
9788
9856
  property :properties, as: 'properties', class: Google::Apis::ComputeBeta::InstanceProperties, decorator: Google::Apis::ComputeBeta::InstanceProperties::Representation
9789
9857
 
9858
+ property :region, as: 'region'
9790
9859
  property :self_link, as: 'selfLink'
9791
9860
  property :source_instance, as: 'sourceInstance'
9792
9861
  property :source_instance_params, as: 'sourceInstanceParams', class: Google::Apis::ComputeBeta::SourceInstanceParams, decorator: Google::Apis::ComputeBeta::SourceInstanceParams::Representation
@@ -9794,6 +9863,38 @@ module Google
9794
9863
  end
9795
9864
  end
9796
9865
 
9866
+ class InstanceTemplateAggregatedList
9867
+ # @private
9868
+ class Representation < Google::Apis::Core::JsonRepresentation
9869
+ property :id, as: 'id'
9870
+ hash :items, as: 'items', class: Google::Apis::ComputeBeta::InstanceTemplatesScopedList, decorator: Google::Apis::ComputeBeta::InstanceTemplatesScopedList::Representation
9871
+
9872
+ property :kind, as: 'kind'
9873
+ property :next_page_token, as: 'nextPageToken'
9874
+ property :self_link, as: 'selfLink'
9875
+ property :warning, as: 'warning', class: Google::Apis::ComputeBeta::InstanceTemplateAggregatedList::Warning, decorator: Google::Apis::ComputeBeta::InstanceTemplateAggregatedList::Warning::Representation
9876
+
9877
+ end
9878
+
9879
+ class Warning
9880
+ # @private
9881
+ class Representation < Google::Apis::Core::JsonRepresentation
9882
+ property :code, as: 'code'
9883
+ collection :data, as: 'data', class: Google::Apis::ComputeBeta::InstanceTemplateAggregatedList::Warning::Datum, decorator: Google::Apis::ComputeBeta::InstanceTemplateAggregatedList::Warning::Datum::Representation
9884
+
9885
+ property :message, as: 'message'
9886
+ end
9887
+
9888
+ class Datum
9889
+ # @private
9890
+ class Representation < Google::Apis::Core::JsonRepresentation
9891
+ property :key, as: 'key'
9892
+ property :value, as: 'value'
9893
+ end
9894
+ end
9895
+ end
9896
+ end
9897
+
9797
9898
  class InstanceTemplateList
9798
9899
  # @private
9799
9900
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -9826,6 +9927,34 @@ module Google
9826
9927
  end
9827
9928
  end
9828
9929
 
9930
+ class InstanceTemplatesScopedList
9931
+ # @private
9932
+ class Representation < Google::Apis::Core::JsonRepresentation
9933
+ collection :instance_templates, as: 'instanceTemplates', class: Google::Apis::ComputeBeta::InstanceTemplate, decorator: Google::Apis::ComputeBeta::InstanceTemplate::Representation
9934
+
9935
+ property :warning, as: 'warning', class: Google::Apis::ComputeBeta::InstanceTemplatesScopedList::Warning, decorator: Google::Apis::ComputeBeta::InstanceTemplatesScopedList::Warning::Representation
9936
+
9937
+ end
9938
+
9939
+ class Warning
9940
+ # @private
9941
+ class Representation < Google::Apis::Core::JsonRepresentation
9942
+ property :code, as: 'code'
9943
+ collection :data, as: 'data', class: Google::Apis::ComputeBeta::InstanceTemplatesScopedList::Warning::Datum, decorator: Google::Apis::ComputeBeta::InstanceTemplatesScopedList::Warning::Datum::Representation
9944
+
9945
+ property :message, as: 'message'
9946
+ end
9947
+
9948
+ class Datum
9949
+ # @private
9950
+ class Representation < Google::Apis::Core::JsonRepresentation
9951
+ property :key, as: 'key'
9952
+ property :value, as: 'value'
9953
+ end
9954
+ end
9955
+ end
9956
+ end
9957
+
9829
9958
  class InstanceWithNamedPorts
9830
9959
  # @private
9831
9960
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -12393,6 +12522,8 @@ module Google
12393
12522
  class PathMatcher
12394
12523
  # @private
12395
12524
  class Representation < Google::Apis::Core::JsonRepresentation
12525
+ property :default_custom_error_response_policy, as: 'defaultCustomErrorResponsePolicy', class: Google::Apis::ComputeBeta::CustomErrorResponsePolicy, decorator: Google::Apis::ComputeBeta::CustomErrorResponsePolicy::Representation
12526
+
12396
12527
  property :default_route_action, as: 'defaultRouteAction', class: Google::Apis::ComputeBeta::HttpRouteAction, decorator: Google::Apis::ComputeBeta::HttpRouteAction::Representation
12397
12528
 
12398
12529
  property :default_service, as: 'defaultService'
@@ -12412,6 +12543,8 @@ module Google
12412
12543
  class PathRule
12413
12544
  # @private
12414
12545
  class Representation < Google::Apis::Core::JsonRepresentation
12546
+ property :custom_error_response_policy, as: 'customErrorResponsePolicy', class: Google::Apis::ComputeBeta::CustomErrorResponsePolicy, decorator: Google::Apis::ComputeBeta::CustomErrorResponsePolicy::Representation
12547
+
12415
12548
  collection :paths, as: 'paths'
12416
12549
  property :route_action, as: 'routeAction', class: Google::Apis::ComputeBeta::HttpRouteAction, decorator: Google::Apis::ComputeBeta::HttpRouteAction::Representation
12417
12550
 
@@ -16358,6 +16491,8 @@ module Google
16358
16491
  # @private
16359
16492
  class Representation < Google::Apis::Core::JsonRepresentation
16360
16493
  property :creation_timestamp, as: 'creationTimestamp'
16494
+ property :default_custom_error_response_policy, as: 'defaultCustomErrorResponsePolicy', class: Google::Apis::ComputeBeta::CustomErrorResponsePolicy, decorator: Google::Apis::ComputeBeta::CustomErrorResponsePolicy::Representation
16495
+
16361
16496
  property :default_route_action, as: 'defaultRouteAction', class: Google::Apis::ComputeBeta::HttpRouteAction, decorator: Google::Apis::ComputeBeta::HttpRouteAction::Representation
16362
16497
 
16363
16498
  property :default_service, as: 'defaultService'