google-apis-compute_alpha 0.76.0 → 0.78.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 +8 -0
 - data/lib/google/apis/compute_alpha/classes.rb +1115 -246
 - data/lib/google/apis/compute_alpha/gem_version.rb +2 -2
 - data/lib/google/apis/compute_alpha/representations.rb +385 -63
 - data/lib/google/apis/compute_alpha/service.rb +5658 -4428
 - metadata +3 -3
 
| 
         @@ -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.78.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 = " 
     | 
| 
      
 25 
     | 
    
         
            +
                  REVISION = "20230912"
         
     | 
| 
       26 
26 
     | 
    
         
             
                end
         
     | 
| 
       27 
27 
     | 
    
         
             
              end
         
     | 
| 
       28 
28 
     | 
    
         
             
            end
         
     | 
| 
         @@ -604,67 +604,73 @@ module Google 
     | 
|
| 
       604 
604 
     | 
    
         
             
                    include Google::Apis::Core::JsonObjectSupport
         
     | 
| 
       605 
605 
     | 
    
         
             
                  end
         
     | 
| 
       606 
606 
     | 
    
         | 
| 
       607 
     | 
    
         
            -
                  class  
     | 
| 
      
 607 
     | 
    
         
            +
                  class BgpRoute
         
     | 
| 
       608 
608 
     | 
    
         
             
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         
     | 
| 
       609 
609 
     | 
    
         | 
| 
       610 
610 
     | 
    
         
             
                    include Google::Apis::Core::JsonObjectSupport
         
     | 
| 
       611 
611 
     | 
    
         
             
                  end
         
     | 
| 
       612 
612 
     | 
    
         | 
| 
       613 
     | 
    
         
            -
                  class  
     | 
| 
      
 613 
     | 
    
         
            +
                  class BgpRouteAsPath
         
     | 
| 
       614 
614 
     | 
    
         
             
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         
     | 
| 
       615 
615 
     | 
    
         | 
| 
       616 
616 
     | 
    
         
             
                    include Google::Apis::Core::JsonObjectSupport
         
     | 
| 
       617 
617 
     | 
    
         
             
                  end
         
     | 
| 
       618 
618 
     | 
    
         | 
| 
       619 
     | 
    
         
            -
                  class  
     | 
| 
      
 619 
     | 
    
         
            +
                  class BgpRouteNetworkLayerReachabilityInformation
         
     | 
| 
       620 
620 
     | 
    
         
             
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         
     | 
| 
       621 
621 
     | 
    
         | 
| 
       622 
622 
     | 
    
         
             
                    include Google::Apis::Core::JsonObjectSupport
         
     | 
| 
       623 
623 
     | 
    
         
             
                  end
         
     | 
| 
       624 
624 
     | 
    
         | 
| 
       625 
     | 
    
         
            -
                  class  
     | 
| 
      
 625 
     | 
    
         
            +
                  class Binding
         
     | 
| 
       626 
626 
     | 
    
         
             
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         
     | 
| 
       627 
627 
     | 
    
         | 
| 
       628 
628 
     | 
    
         
             
                    include Google::Apis::Core::JsonObjectSupport
         
     | 
| 
       629 
629 
     | 
    
         
             
                  end
         
     | 
| 
       630 
630 
     | 
    
         | 
| 
       631 
     | 
    
         
            -
                  class  
     | 
| 
      
 631 
     | 
    
         
            +
                  class BulkInsertDiskResource
         
     | 
| 
       632 
632 
     | 
    
         
             
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         
     | 
| 
       633 
633 
     | 
    
         | 
| 
       634 
634 
     | 
    
         
             
                    include Google::Apis::Core::JsonObjectSupport
         
     | 
| 
       635 
635 
     | 
    
         
             
                  end
         
     | 
| 
       636 
636 
     | 
    
         | 
| 
       637 
     | 
    
         
            -
                  class  
     | 
| 
      
 637 
     | 
    
         
            +
                  class BulkInsertInstanceResource
         
     | 
| 
       638 
638 
     | 
    
         
             
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         
     | 
| 
       639 
639 
     | 
    
         | 
| 
       640 
640 
     | 
    
         
             
                    include Google::Apis::Core::JsonObjectSupport
         
     | 
| 
       641 
641 
     | 
    
         
             
                  end
         
     | 
| 
       642 
642 
     | 
    
         | 
| 
       643 
     | 
    
         
            -
                  class  
     | 
| 
      
 643 
     | 
    
         
            +
                  class BulkInsertInstanceResourcePerInstanceProperties
         
     | 
| 
       644 
644 
     | 
    
         
             
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         
     | 
| 
       645 
645 
     | 
    
         | 
| 
       646 
646 
     | 
    
         
             
                    include Google::Apis::Core::JsonObjectSupport
         
     | 
| 
       647 
647 
     | 
    
         
             
                  end
         
     | 
| 
       648 
648 
     | 
    
         | 
| 
       649 
     | 
    
         
            -
                  class  
     | 
| 
      
 649 
     | 
    
         
            +
                  class BulkInsertOperationStatus
         
     | 
| 
       650 
650 
     | 
    
         
             
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         
     | 
| 
       651 
651 
     | 
    
         | 
| 
       652 
652 
     | 
    
         
             
                    include Google::Apis::Core::JsonObjectSupport
         
     | 
| 
       653 
653 
     | 
    
         
             
                  end
         
     | 
| 
       654 
654 
     | 
    
         | 
| 
       655 
     | 
    
         
            -
                  class  
     | 
| 
      
 655 
     | 
    
         
            +
                  class BundledLocalSsds
         
     | 
| 
       656 
656 
     | 
    
         
             
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         
     | 
| 
       657 
657 
     | 
    
         | 
| 
       658 
658 
     | 
    
         
             
                    include Google::Apis::Core::JsonObjectSupport
         
     | 
| 
       659 
659 
     | 
    
         
             
                  end
         
     | 
| 
       660 
660 
     | 
    
         | 
| 
       661 
     | 
    
         
            -
                  class  
     | 
| 
      
 661 
     | 
    
         
            +
                  class CacheInvalidationRule
         
     | 
| 
       662 
662 
     | 
    
         
             
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         
     | 
| 
       663 
663 
     | 
    
         | 
| 
       664 
664 
     | 
    
         
             
                    include Google::Apis::Core::JsonObjectSupport
         
     | 
| 
       665 
665 
     | 
    
         
             
                  end
         
     | 
| 
       666 
666 
     | 
    
         | 
| 
       667 
     | 
    
         
            -
                  class  
     | 
| 
      
 667 
     | 
    
         
            +
                  class CacheKeyPolicy
         
     | 
| 
      
 668 
     | 
    
         
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         
     | 
| 
      
 669 
     | 
    
         
            +
                  
         
     | 
| 
      
 670 
     | 
    
         
            +
                    include Google::Apis::Core::JsonObjectSupport
         
     | 
| 
      
 671 
     | 
    
         
            +
                  end
         
     | 
| 
      
 672 
     | 
    
         
            +
                  
         
     | 
| 
      
 673 
     | 
    
         
            +
                  class CallCredentials
         
     | 
| 
       668 
674 
     | 
    
         
             
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         
     | 
| 
       669 
675 
     | 
    
         | 
| 
       670 
676 
     | 
    
         
             
                    include Google::Apis::Core::JsonObjectSupport
         
     | 
| 
         @@ -1408,12 +1414,6 @@ module Google 
     | 
|
| 
       1408 
1414 
     | 
    
         
             
                    include Google::Apis::Core::JsonObjectSupport
         
     | 
| 
       1409 
1415 
     | 
    
         
             
                  end
         
     | 
| 
       1410 
1416 
     | 
    
         | 
| 
       1411 
     | 
    
         
            -
                  class GetNetworkCapacityConstraintsResponse
         
     | 
| 
       1412 
     | 
    
         
            -
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         
     | 
| 
       1413 
     | 
    
         
            -
                  
         
     | 
| 
       1414 
     | 
    
         
            -
                    include Google::Apis::Core::JsonObjectSupport
         
     | 
| 
       1415 
     | 
    
         
            -
                  end
         
     | 
| 
       1416 
     | 
    
         
            -
                  
         
     | 
| 
       1417 
1417 
     | 
    
         
             
                  class GetOwnerInstanceResponse
         
     | 
| 
       1418 
1418 
     | 
    
         
             
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         
     | 
| 
       1419 
1419 
     | 
    
         | 
| 
         @@ -4222,12 +4222,6 @@ module Google 
     | 
|
| 
       4222 
4222 
     | 
    
         
             
                    include Google::Apis::Core::JsonObjectSupport
         
     | 
| 
       4223 
4223 
     | 
    
         
             
                  end
         
     | 
| 
       4224 
4224 
     | 
    
         | 
| 
       4225 
     | 
    
         
            -
                  class PlacementLocation
         
     | 
| 
       4226 
     | 
    
         
            -
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         
     | 
| 
       4227 
     | 
    
         
            -
                  
         
     | 
| 
       4228 
     | 
    
         
            -
                    include Google::Apis::Core::JsonObjectSupport
         
     | 
| 
       4229 
     | 
    
         
            -
                  end
         
     | 
| 
       4230 
     | 
    
         
            -
                  
         
     | 
| 
       4231 
4225 
     | 
    
         
             
                  class Policy
         
     | 
| 
       4232 
4226 
     | 
    
         
             
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         
     | 
| 
       4233 
4227 
     | 
    
         | 
| 
         @@ -5200,6 +5194,18 @@ module Google 
     | 
|
| 
       5200 
5194 
     | 
    
         
             
                    include Google::Apis::Core::JsonObjectSupport
         
     | 
| 
       5201 
5195 
     | 
    
         
             
                  end
         
     | 
| 
       5202 
5196 
     | 
    
         | 
| 
      
 5197 
     | 
    
         
            +
                  class RoutePolicy
         
     | 
| 
      
 5198 
     | 
    
         
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         
     | 
| 
      
 5199 
     | 
    
         
            +
                  
         
     | 
| 
      
 5200 
     | 
    
         
            +
                    include Google::Apis::Core::JsonObjectSupport
         
     | 
| 
      
 5201 
     | 
    
         
            +
                  end
         
     | 
| 
      
 5202 
     | 
    
         
            +
                  
         
     | 
| 
      
 5203 
     | 
    
         
            +
                  class RoutePolicyPolicyTerm
         
     | 
| 
      
 5204 
     | 
    
         
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         
     | 
| 
      
 5205 
     | 
    
         
            +
                  
         
     | 
| 
      
 5206 
     | 
    
         
            +
                    include Google::Apis::Core::JsonObjectSupport
         
     | 
| 
      
 5207 
     | 
    
         
            +
                  end
         
     | 
| 
      
 5208 
     | 
    
         
            +
                  
         
     | 
| 
       5203 
5209 
     | 
    
         
             
                  class Router
         
     | 
| 
       5204 
5210 
     | 
    
         
             
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         
     | 
| 
       5205 
5211 
     | 
    
         | 
| 
         @@ -5344,6 +5350,48 @@ module Google 
     | 
|
| 
       5344 
5350 
     | 
    
         
             
                    include Google::Apis::Core::JsonObjectSupport
         
     | 
| 
       5345 
5351 
     | 
    
         
             
                  end
         
     | 
| 
       5346 
5352 
     | 
    
         | 
| 
      
 5353 
     | 
    
         
            +
                  class RoutersGetRoutePolicyResponse
         
     | 
| 
      
 5354 
     | 
    
         
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         
     | 
| 
      
 5355 
     | 
    
         
            +
                  
         
     | 
| 
      
 5356 
     | 
    
         
            +
                    include Google::Apis::Core::JsonObjectSupport
         
     | 
| 
      
 5357 
     | 
    
         
            +
                  end
         
     | 
| 
      
 5358 
     | 
    
         
            +
                  
         
     | 
| 
      
 5359 
     | 
    
         
            +
                  class RoutersListBgpRoutes
         
     | 
| 
      
 5360 
     | 
    
         
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         
     | 
| 
      
 5361 
     | 
    
         
            +
                    
         
     | 
| 
      
 5362 
     | 
    
         
            +
                    class Warning
         
     | 
| 
      
 5363 
     | 
    
         
            +
                      class Representation < Google::Apis::Core::JsonRepresentation; end
         
     | 
| 
      
 5364 
     | 
    
         
            +
                      
         
     | 
| 
      
 5365 
     | 
    
         
            +
                      class Datum
         
     | 
| 
      
 5366 
     | 
    
         
            +
                        class Representation < Google::Apis::Core::JsonRepresentation; end
         
     | 
| 
      
 5367 
     | 
    
         
            +
                      
         
     | 
| 
      
 5368 
     | 
    
         
            +
                        include Google::Apis::Core::JsonObjectSupport
         
     | 
| 
      
 5369 
     | 
    
         
            +
                      end
         
     | 
| 
      
 5370 
     | 
    
         
            +
                    
         
     | 
| 
      
 5371 
     | 
    
         
            +
                      include Google::Apis::Core::JsonObjectSupport
         
     | 
| 
      
 5372 
     | 
    
         
            +
                    end
         
     | 
| 
      
 5373 
     | 
    
         
            +
                  
         
     | 
| 
      
 5374 
     | 
    
         
            +
                    include Google::Apis::Core::JsonObjectSupport
         
     | 
| 
      
 5375 
     | 
    
         
            +
                  end
         
     | 
| 
      
 5376 
     | 
    
         
            +
                  
         
     | 
| 
      
 5377 
     | 
    
         
            +
                  class RoutersListRoutePolicies
         
     | 
| 
      
 5378 
     | 
    
         
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         
     | 
| 
      
 5379 
     | 
    
         
            +
                    
         
     | 
| 
      
 5380 
     | 
    
         
            +
                    class Warning
         
     | 
| 
      
 5381 
     | 
    
         
            +
                      class Representation < Google::Apis::Core::JsonRepresentation; end
         
     | 
| 
      
 5382 
     | 
    
         
            +
                      
         
     | 
| 
      
 5383 
     | 
    
         
            +
                      class Datum
         
     | 
| 
      
 5384 
     | 
    
         
            +
                        class Representation < Google::Apis::Core::JsonRepresentation; end
         
     | 
| 
      
 5385 
     | 
    
         
            +
                      
         
     | 
| 
      
 5386 
     | 
    
         
            +
                        include Google::Apis::Core::JsonObjectSupport
         
     | 
| 
      
 5387 
     | 
    
         
            +
                      end
         
     | 
| 
      
 5388 
     | 
    
         
            +
                    
         
     | 
| 
      
 5389 
     | 
    
         
            +
                      include Google::Apis::Core::JsonObjectSupport
         
     | 
| 
      
 5390 
     | 
    
         
            +
                    end
         
     | 
| 
      
 5391 
     | 
    
         
            +
                  
         
     | 
| 
      
 5392 
     | 
    
         
            +
                    include Google::Apis::Core::JsonObjectSupport
         
     | 
| 
      
 5393 
     | 
    
         
            +
                  end
         
     | 
| 
      
 5394 
     | 
    
         
            +
                  
         
     | 
| 
       5347 
5395 
     | 
    
         
             
                  class RoutersPreviewResponse
         
     | 
| 
       5348 
5396 
     | 
    
         
             
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         
     | 
| 
       5349 
5397 
     | 
    
         | 
| 
         @@ -6202,6 +6250,66 @@ module Google 
     | 
|
| 
       6202 
6250 
     | 
    
         
             
                    include Google::Apis::Core::JsonObjectSupport
         
     | 
| 
       6203 
6251 
     | 
    
         
             
                  end
         
     | 
| 
       6204 
6252 
     | 
    
         | 
| 
      
 6253 
     | 
    
         
            +
                  class StoragePoolType
         
     | 
| 
      
 6254 
     | 
    
         
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         
     | 
| 
      
 6255 
     | 
    
         
            +
                  
         
     | 
| 
      
 6256 
     | 
    
         
            +
                    include Google::Apis::Core::JsonObjectSupport
         
     | 
| 
      
 6257 
     | 
    
         
            +
                  end
         
     | 
| 
      
 6258 
     | 
    
         
            +
                  
         
     | 
| 
      
 6259 
     | 
    
         
            +
                  class StoragePoolTypeAggregatedList
         
     | 
| 
      
 6260 
     | 
    
         
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         
     | 
| 
      
 6261 
     | 
    
         
            +
                    
         
     | 
| 
      
 6262 
     | 
    
         
            +
                    class Warning
         
     | 
| 
      
 6263 
     | 
    
         
            +
                      class Representation < Google::Apis::Core::JsonRepresentation; end
         
     | 
| 
      
 6264 
     | 
    
         
            +
                      
         
     | 
| 
      
 6265 
     | 
    
         
            +
                      class Datum
         
     | 
| 
      
 6266 
     | 
    
         
            +
                        class Representation < Google::Apis::Core::JsonRepresentation; end
         
     | 
| 
      
 6267 
     | 
    
         
            +
                      
         
     | 
| 
      
 6268 
     | 
    
         
            +
                        include Google::Apis::Core::JsonObjectSupport
         
     | 
| 
      
 6269 
     | 
    
         
            +
                      end
         
     | 
| 
      
 6270 
     | 
    
         
            +
                    
         
     | 
| 
      
 6271 
     | 
    
         
            +
                      include Google::Apis::Core::JsonObjectSupport
         
     | 
| 
      
 6272 
     | 
    
         
            +
                    end
         
     | 
| 
      
 6273 
     | 
    
         
            +
                  
         
     | 
| 
      
 6274 
     | 
    
         
            +
                    include Google::Apis::Core::JsonObjectSupport
         
     | 
| 
      
 6275 
     | 
    
         
            +
                  end
         
     | 
| 
      
 6276 
     | 
    
         
            +
                  
         
     | 
| 
      
 6277 
     | 
    
         
            +
                  class StoragePoolTypeList
         
     | 
| 
      
 6278 
     | 
    
         
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         
     | 
| 
      
 6279 
     | 
    
         
            +
                    
         
     | 
| 
      
 6280 
     | 
    
         
            +
                    class Warning
         
     | 
| 
      
 6281 
     | 
    
         
            +
                      class Representation < Google::Apis::Core::JsonRepresentation; end
         
     | 
| 
      
 6282 
     | 
    
         
            +
                      
         
     | 
| 
      
 6283 
     | 
    
         
            +
                      class Datum
         
     | 
| 
      
 6284 
     | 
    
         
            +
                        class Representation < Google::Apis::Core::JsonRepresentation; end
         
     | 
| 
      
 6285 
     | 
    
         
            +
                      
         
     | 
| 
      
 6286 
     | 
    
         
            +
                        include Google::Apis::Core::JsonObjectSupport
         
     | 
| 
      
 6287 
     | 
    
         
            +
                      end
         
     | 
| 
      
 6288 
     | 
    
         
            +
                    
         
     | 
| 
      
 6289 
     | 
    
         
            +
                      include Google::Apis::Core::JsonObjectSupport
         
     | 
| 
      
 6290 
     | 
    
         
            +
                    end
         
     | 
| 
      
 6291 
     | 
    
         
            +
                  
         
     | 
| 
      
 6292 
     | 
    
         
            +
                    include Google::Apis::Core::JsonObjectSupport
         
     | 
| 
      
 6293 
     | 
    
         
            +
                  end
         
     | 
| 
      
 6294 
     | 
    
         
            +
                  
         
     | 
| 
      
 6295 
     | 
    
         
            +
                  class StoragePoolTypesScopedList
         
     | 
| 
      
 6296 
     | 
    
         
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         
     | 
| 
      
 6297 
     | 
    
         
            +
                    
         
     | 
| 
      
 6298 
     | 
    
         
            +
                    class Warning
         
     | 
| 
      
 6299 
     | 
    
         
            +
                      class Representation < Google::Apis::Core::JsonRepresentation; end
         
     | 
| 
      
 6300 
     | 
    
         
            +
                      
         
     | 
| 
      
 6301 
     | 
    
         
            +
                      class Datum
         
     | 
| 
      
 6302 
     | 
    
         
            +
                        class Representation < Google::Apis::Core::JsonRepresentation; end
         
     | 
| 
      
 6303 
     | 
    
         
            +
                      
         
     | 
| 
      
 6304 
     | 
    
         
            +
                        include Google::Apis::Core::JsonObjectSupport
         
     | 
| 
      
 6305 
     | 
    
         
            +
                      end
         
     | 
| 
      
 6306 
     | 
    
         
            +
                    
         
     | 
| 
      
 6307 
     | 
    
         
            +
                      include Google::Apis::Core::JsonObjectSupport
         
     | 
| 
      
 6308 
     | 
    
         
            +
                    end
         
     | 
| 
      
 6309 
     | 
    
         
            +
                  
         
     | 
| 
      
 6310 
     | 
    
         
            +
                    include Google::Apis::Core::JsonObjectSupport
         
     | 
| 
      
 6311 
     | 
    
         
            +
                  end
         
     | 
| 
      
 6312 
     | 
    
         
            +
                  
         
     | 
| 
       6205 
6313 
     | 
    
         
             
                  class StoragePoolsScopedList
         
     | 
| 
       6206 
6314 
     | 
    
         
             
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         
     | 
| 
       6207 
6315 
     | 
    
         | 
| 
         @@ -8152,7 +8260,7 @@ module Google 
     | 
|
| 
       8152 
8260 
     | 
    
         
             
                      property :subsetting, as: 'subsetting', class: Google::Apis::ComputeAlpha::Subsetting, decorator: Google::Apis::ComputeAlpha::Subsetting::Representation
         
     | 
| 
       8153 
8261 
     | 
    
         | 
| 
       8154 
8262 
     | 
    
         
             
                      property :timeout_sec, as: 'timeoutSec'
         
     | 
| 
       8155 
     | 
    
         
            -
                      collection : 
     | 
| 
      
 8263 
     | 
    
         
            +
                      collection :used_by, as: 'usedBy', class: Google::Apis::ComputeAlpha::BackendServiceUsedBy, decorator: Google::Apis::ComputeAlpha::BackendServiceUsedBy::Representation
         
     | 
| 
       8156 
8264 
     | 
    
         | 
| 
       8157 
8265 
     | 
    
         
             
                      property :vpc_network_scope, as: 'vpcNetworkScope'
         
     | 
| 
       8158 
8266 
     | 
    
         
             
                    end
         
     | 
| 
         @@ -8313,6 +8421,8 @@ module Google 
     | 
|
| 
       8313 
8421 
     | 
    
         
             
                    # @private
         
     | 
| 
       8314 
8422 
     | 
    
         
             
                    class Representation < Google::Apis::Core::JsonRepresentation
         
     | 
| 
       8315 
8423 
     | 
    
         
             
                      property :id, as: 'id'
         
     | 
| 
      
 8424 
     | 
    
         
            +
                      collection :items, as: 'items', class: Google::Apis::ComputeAlpha::BackendService, decorator: Google::Apis::ComputeAlpha::BackendService::Representation
         
     | 
| 
      
 8425 
     | 
    
         
            +
                  
         
     | 
| 
       8316 
8426 
     | 
    
         
             
                      property :kind, as: 'kind'
         
     | 
| 
       8317 
8427 
     | 
    
         
             
                      property :next_page_token, as: 'nextPageToken'
         
     | 
| 
       8318 
8428 
     | 
    
         
             
                      property :self_link, as: 'selfLink'
         
     | 
| 
         @@ -8475,6 +8585,35 @@ module Google 
     | 
|
| 
       8475 
8585 
     | 
    
         
             
                    end
         
     | 
| 
       8476 
8586 
     | 
    
         
             
                  end
         
     | 
| 
       8477 
8587 
     | 
    
         | 
| 
      
 8588 
     | 
    
         
            +
                  class BgpRoute
         
     | 
| 
      
 8589 
     | 
    
         
            +
                    # @private
         
     | 
| 
      
 8590 
     | 
    
         
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         
     | 
| 
      
 8591 
     | 
    
         
            +
                      collection :as_paths, as: 'asPaths', class: Google::Apis::ComputeAlpha::BgpRouteAsPath, decorator: Google::Apis::ComputeAlpha::BgpRouteAsPath::Representation
         
     | 
| 
      
 8592 
     | 
    
         
            +
                  
         
     | 
| 
      
 8593 
     | 
    
         
            +
                      collection :communities, as: 'communities'
         
     | 
| 
      
 8594 
     | 
    
         
            +
                      property :destination, as: 'destination', class: Google::Apis::ComputeAlpha::BgpRouteNetworkLayerReachabilityInformation, decorator: Google::Apis::ComputeAlpha::BgpRouteNetworkLayerReachabilityInformation::Representation
         
     | 
| 
      
 8595 
     | 
    
         
            +
                  
         
     | 
| 
      
 8596 
     | 
    
         
            +
                      property :med, as: 'med'
         
     | 
| 
      
 8597 
     | 
    
         
            +
                      property :origin, as: 'origin'
         
     | 
| 
      
 8598 
     | 
    
         
            +
                    end
         
     | 
| 
      
 8599 
     | 
    
         
            +
                  end
         
     | 
| 
      
 8600 
     | 
    
         
            +
                  
         
     | 
| 
      
 8601 
     | 
    
         
            +
                  class BgpRouteAsPath
         
     | 
| 
      
 8602 
     | 
    
         
            +
                    # @private
         
     | 
| 
      
 8603 
     | 
    
         
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         
     | 
| 
      
 8604 
     | 
    
         
            +
                      collection :asns, as: 'asns'
         
     | 
| 
      
 8605 
     | 
    
         
            +
                      property :type, as: 'type'
         
     | 
| 
      
 8606 
     | 
    
         
            +
                    end
         
     | 
| 
      
 8607 
     | 
    
         
            +
                  end
         
     | 
| 
      
 8608 
     | 
    
         
            +
                  
         
     | 
| 
      
 8609 
     | 
    
         
            +
                  class BgpRouteNetworkLayerReachabilityInformation
         
     | 
| 
      
 8610 
     | 
    
         
            +
                    # @private
         
     | 
| 
      
 8611 
     | 
    
         
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         
     | 
| 
      
 8612 
     | 
    
         
            +
                      property :destination, as: 'destination'
         
     | 
| 
      
 8613 
     | 
    
         
            +
                      property :path_id, as: 'pathId'
         
     | 
| 
      
 8614 
     | 
    
         
            +
                    end
         
     | 
| 
      
 8615 
     | 
    
         
            +
                  end
         
     | 
| 
      
 8616 
     | 
    
         
            +
                  
         
     | 
| 
       8478 
8617 
     | 
    
         
             
                  class Binding
         
     | 
| 
       8479 
8618 
     | 
    
         
             
                    # @private
         
     | 
| 
       8480 
8619 
     | 
    
         
             
                    class Representation < Google::Apis::Core::JsonRepresentation
         
     | 
| 
         @@ -8566,27 +8705,6 @@ module Google 
     | 
|
| 
       8566 
8705 
     | 
    
         
             
                    end
         
     | 
| 
       8567 
8706 
     | 
    
         
             
                  end
         
     | 
| 
       8568 
8707 
     | 
    
         | 
| 
       8569 
     | 
    
         
            -
                  class CapacityConstraint
         
     | 
| 
       8570 
     | 
    
         
            -
                    # @private
         
     | 
| 
       8571 
     | 
    
         
            -
                    class Representation < Google::Apis::Core::JsonRepresentation
         
     | 
| 
       8572 
     | 
    
         
            -
                      property :constraint_metadata, as: 'constraintMetadata'
         
     | 
| 
       8573 
     | 
    
         
            -
                      property :max_sum_gbps, as: 'maxSumGbps'
         
     | 
| 
       8574 
     | 
    
         
            -
                      collection :terms, as: 'terms', class: Google::Apis::ComputeAlpha::CapacityConstraintConstraintTerm, decorator: Google::Apis::ComputeAlpha::CapacityConstraintConstraintTerm::Representation
         
     | 
| 
       8575 
     | 
    
         
            -
                  
         
     | 
| 
       8576 
     | 
    
         
            -
                    end
         
     | 
| 
       8577 
     | 
    
         
            -
                  end
         
     | 
| 
       8578 
     | 
    
         
            -
                  
         
     | 
| 
       8579 
     | 
    
         
            -
                  class CapacityConstraintConstraintTerm
         
     | 
| 
       8580 
     | 
    
         
            -
                    # @private
         
     | 
| 
       8581 
     | 
    
         
            -
                    class Representation < Google::Apis::Core::JsonRepresentation
         
     | 
| 
       8582 
     | 
    
         
            -
                      property :coefficient, as: 'coefficient'
         
     | 
| 
       8583 
     | 
    
         
            -
                      property :destination_node, as: 'destinationNode', class: Google::Apis::ComputeAlpha::PlacementLocation, decorator: Google::Apis::ComputeAlpha::PlacementLocation::Representation
         
     | 
| 
       8584 
     | 
    
         
            -
                  
         
     | 
| 
       8585 
     | 
    
         
            -
                      property :source_node, as: 'sourceNode', class: Google::Apis::ComputeAlpha::PlacementLocation, decorator: Google::Apis::ComputeAlpha::PlacementLocation::Representation
         
     | 
| 
       8586 
     | 
    
         
            -
                  
         
     | 
| 
       8587 
     | 
    
         
            -
                    end
         
     | 
| 
       8588 
     | 
    
         
            -
                  end
         
     | 
| 
       8589 
     | 
    
         
            -
                  
         
     | 
| 
       8590 
8708 
     | 
    
         
             
                  class ChannelCredentials
         
     | 
| 
       8591 
8709 
     | 
    
         
             
                    # @private
         
     | 
| 
       8592 
8710 
     | 
    
         
             
                    class Representation < Google::Apis::Core::JsonRepresentation
         
     | 
| 
         @@ -10009,14 +10127,6 @@ module Google 
     | 
|
| 
       10009 
10127 
     | 
    
         
             
                    end
         
     | 
| 
       10010 
10128 
     | 
    
         
             
                  end
         
     | 
| 
       10011 
10129 
     | 
    
         | 
| 
       10012 
     | 
    
         
            -
                  class GetNetworkCapacityConstraintsResponse
         
     | 
| 
       10013 
     | 
    
         
            -
                    # @private
         
     | 
| 
       10014 
     | 
    
         
            -
                    class Representation < Google::Apis::Core::JsonRepresentation
         
     | 
| 
       10015 
     | 
    
         
            -
                      collection :capacity_constraints, as: 'capacityConstraints', class: Google::Apis::ComputeAlpha::CapacityConstraint, decorator: Google::Apis::ComputeAlpha::CapacityConstraint::Representation
         
     | 
| 
       10016 
     | 
    
         
            -
                  
         
     | 
| 
       10017 
     | 
    
         
            -
                    end
         
     | 
| 
       10018 
     | 
    
         
            -
                  end
         
     | 
| 
       10019 
     | 
    
         
            -
                  
         
     | 
| 
       10020 
10130 
     | 
    
         
             
                  class GetOwnerInstanceResponse
         
     | 
| 
       10021 
10131 
     | 
    
         
             
                    # @private
         
     | 
| 
       10022 
10132 
     | 
    
         
             
                    class Representation < Google::Apis::Core::JsonRepresentation
         
     | 
| 
         @@ -11151,7 +11261,6 @@ module Google 
     | 
|
| 
       11151 
11261 
     | 
    
         
             
                      property :abandoning, as: 'abandoning'
         
     | 
| 
       11152 
11262 
     | 
    
         
             
                      property :creating, as: 'creating'
         
     | 
| 
       11153 
11263 
     | 
    
         
             
                      property :creating_atomically, as: 'creatingAtomically'
         
     | 
| 
       11154 
     | 
    
         
            -
                      property :creating_in_bulk, as: 'creatingInBulk'
         
     | 
| 
       11155 
11264 
     | 
    
         
             
                      property :creating_without_retries, as: 'creatingWithoutRetries'
         
     | 
| 
       11156 
11265 
     | 
    
         
             
                      property :deleting, as: 'deleting'
         
     | 
| 
       11157 
11266 
     | 
    
         
             
                      property :none, as: 'none'
         
     | 
| 
         @@ -13828,11 +13937,13 @@ module Google 
     | 
|
| 
       13828 
13937 
     | 
    
         
             
                    # @private
         
     | 
| 
       13829 
13938 
     | 
    
         
             
                    class Representation < Google::Apis::Core::JsonRepresentation
         
     | 
| 
       13830 
13939 
     | 
    
         
             
                      hash :annotations, as: 'annotations'
         
     | 
| 
      
 13940 
     | 
    
         
            +
                      property :client_port, as: 'clientPort'
         
     | 
| 
       13831 
13941 
     | 
    
         
             
                      property :fqdn, as: 'fqdn'
         
     | 
| 
       13832 
13942 
     | 
    
         
             
                      property :instance, as: 'instance'
         
     | 
| 
       13833 
13943 
     | 
    
         
             
                      property :ip_address, as: 'ipAddress'
         
     | 
| 
       13834 
13944 
     | 
    
         
             
                      property :ipv6_address, as: 'ipv6Address'
         
     | 
| 
       13835 
13945 
     | 
    
         
             
                      property :port, as: 'port'
         
     | 
| 
      
 13946 
     | 
    
         
            +
                      property :zone, as: 'zone'
         
     | 
| 
       13836 
13947 
     | 
    
         
             
                    end
         
     | 
| 
       13837 
13948 
     | 
    
         
             
                  end
         
     | 
| 
       13838 
13949 
     | 
    
         | 
| 
         @@ -13842,6 +13953,7 @@ module Google 
     | 
|
| 
       13842 
13953 
     | 
    
         
             
                      hash :annotations, as: 'annotations'
         
     | 
| 
       13843 
13954 
     | 
    
         
             
                      property :app_engine, as: 'appEngine', class: Google::Apis::ComputeAlpha::NetworkEndpointGroupAppEngine, decorator: Google::Apis::ComputeAlpha::NetworkEndpointGroupAppEngine::Representation
         
     | 
| 
       13844 
13955 
     | 
    
         | 
| 
      
 13956 
     | 
    
         
            +
                      property :client_port_mapping_mode, as: 'clientPortMappingMode'
         
     | 
| 
       13845 
13957 
     | 
    
         
             
                      property :cloud_function, as: 'cloudFunction', class: Google::Apis::ComputeAlpha::NetworkEndpointGroupCloudFunction, decorator: Google::Apis::ComputeAlpha::NetworkEndpointGroupCloudFunction::Representation
         
     | 
| 
       13846 
13958 
     | 
    
         | 
| 
       13847 
13959 
     | 
    
         
             
                      property :cloud_run, as: 'cloudRun', class: Google::Apis::ComputeAlpha::NetworkEndpointGroupCloudRun, decorator: Google::Apis::ComputeAlpha::NetworkEndpointGroupCloudRun::Representation
         
     | 
| 
         @@ -14194,6 +14306,8 @@ module Google 
     | 
|
| 
       14194 
14306 
     | 
    
         
             
                  class NetworkRoutingConfig
         
     | 
| 
       14195 
14307 
     | 
    
         
             
                    # @private
         
     | 
| 
       14196 
14308 
     | 
    
         
             
                    class Representation < Google::Apis::Core::JsonRepresentation
         
     | 
| 
      
 14309 
     | 
    
         
            +
                      property :bgp_always_compare_med, as: 'bgpAlwaysCompareMed'
         
     | 
| 
      
 14310 
     | 
    
         
            +
                      property :bgp_best_path_selection_mode, as: 'bgpBestPathSelectionMode'
         
     | 
| 
       14197 
14311 
     | 
    
         
             
                      property :routing_mode, as: 'routingMode'
         
     | 
| 
       14198 
14312 
     | 
    
         
             
                    end
         
     | 
| 
       14199 
14313 
     | 
    
         
             
                  end
         
     | 
| 
         @@ -15340,14 +15454,6 @@ module Google 
     | 
|
| 
       15340 
15454 
     | 
    
         
             
                    end
         
     | 
| 
       15341 
15455 
     | 
    
         
             
                  end
         
     | 
| 
       15342 
15456 
     | 
    
         | 
| 
       15343 
     | 
    
         
            -
                  class PlacementLocation
         
     | 
| 
       15344 
     | 
    
         
            -
                    # @private
         
     | 
| 
       15345 
     | 
    
         
            -
                    class Representation < Google::Apis::Core::JsonRepresentation
         
     | 
| 
       15346 
     | 
    
         
            -
                      property :aggregation_block_id, as: 'aggregationBlockId'
         
     | 
| 
       15347 
     | 
    
         
            -
                      property :resource_policy, as: 'resourcePolicy'
         
     | 
| 
       15348 
     | 
    
         
            -
                    end
         
     | 
| 
       15349 
     | 
    
         
            -
                  end
         
     | 
| 
       15350 
     | 
    
         
            -
                  
         
     | 
| 
       15351 
15457 
     | 
    
         
             
                  class Policy
         
     | 
| 
       15352 
15458 
     | 
    
         
             
                    # @private
         
     | 
| 
       15353 
15459 
     | 
    
         
             
                    class Representation < Google::Apis::Core::JsonRepresentation
         
     | 
| 
         @@ -17022,6 +17128,28 @@ module Google 
     | 
|
| 
       17022 
17128 
     | 
    
         
             
                    end
         
     | 
| 
       17023 
17129 
     | 
    
         
             
                  end
         
     | 
| 
       17024 
17130 
     | 
    
         | 
| 
      
 17131 
     | 
    
         
            +
                  class RoutePolicy
         
     | 
| 
      
 17132 
     | 
    
         
            +
                    # @private
         
     | 
| 
      
 17133 
     | 
    
         
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         
     | 
| 
      
 17134 
     | 
    
         
            +
                      property :fingerprint, :base64 => true, as: 'fingerprint'
         
     | 
| 
      
 17135 
     | 
    
         
            +
                      property :name, as: 'name'
         
     | 
| 
      
 17136 
     | 
    
         
            +
                      collection :terms, as: 'terms', class: Google::Apis::ComputeAlpha::RoutePolicyPolicyTerm, decorator: Google::Apis::ComputeAlpha::RoutePolicyPolicyTerm::Representation
         
     | 
| 
      
 17137 
     | 
    
         
            +
                  
         
     | 
| 
      
 17138 
     | 
    
         
            +
                      property :type, as: 'type'
         
     | 
| 
      
 17139 
     | 
    
         
            +
                    end
         
     | 
| 
      
 17140 
     | 
    
         
            +
                  end
         
     | 
| 
      
 17141 
     | 
    
         
            +
                  
         
     | 
| 
      
 17142 
     | 
    
         
            +
                  class RoutePolicyPolicyTerm
         
     | 
| 
      
 17143 
     | 
    
         
            +
                    # @private
         
     | 
| 
      
 17144 
     | 
    
         
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         
     | 
| 
      
 17145 
     | 
    
         
            +
                      collection :actions, as: 'actions', class: Google::Apis::ComputeAlpha::Expr, decorator: Google::Apis::ComputeAlpha::Expr::Representation
         
     | 
| 
      
 17146 
     | 
    
         
            +
                  
         
     | 
| 
      
 17147 
     | 
    
         
            +
                      property :match, as: 'match', class: Google::Apis::ComputeAlpha::Expr, decorator: Google::Apis::ComputeAlpha::Expr::Representation
         
     | 
| 
      
 17148 
     | 
    
         
            +
                  
         
     | 
| 
      
 17149 
     | 
    
         
            +
                      property :priority, as: 'priority'
         
     | 
| 
      
 17150 
     | 
    
         
            +
                    end
         
     | 
| 
      
 17151 
     | 
    
         
            +
                  end
         
     | 
| 
      
 17152 
     | 
    
         
            +
                  
         
     | 
| 
       17025 
17153 
     | 
    
         
             
                  class Router
         
     | 
| 
       17026 
17154 
     | 
    
         
             
                    # @private
         
     | 
| 
       17027 
17155 
     | 
    
         
             
                    class Representation < Google::Apis::Core::JsonRepresentation
         
     | 
| 
         @@ -17118,6 +17246,8 @@ module Google 
     | 
|
| 
       17118 
17246 
     | 
    
         
             
                      property :enable, as: 'enable'
         
     | 
| 
       17119 
17247 
     | 
    
         
             
                      property :enable_ipv4, as: 'enableIpv4'
         
     | 
| 
       17120 
17248 
     | 
    
         
             
                      property :enable_ipv6, as: 'enableIpv6'
         
     | 
| 
      
 17249 
     | 
    
         
            +
                      collection :export_policies, as: 'exportPolicies'
         
     | 
| 
      
 17250 
     | 
    
         
            +
                      collection :import_policies, as: 'importPolicies'
         
     | 
| 
       17121 
17251 
     | 
    
         
             
                      property :interface_name, as: 'interfaceName'
         
     | 
| 
       17122 
17252 
     | 
    
         
             
                      property :ip_address, as: 'ipAddress'
         
     | 
| 
       17123 
17253 
     | 
    
         
             
                      property :ipv4_nexthop_address, as: 'ipv4NexthopAddress'
         
     | 
| 
         @@ -17351,6 +17481,83 @@ module Google 
     | 
|
| 
       17351 
17481 
     | 
    
         
             
                    end
         
     | 
| 
       17352 
17482 
     | 
    
         
             
                  end
         
     | 
| 
       17353 
17483 
     | 
    
         | 
| 
      
 17484 
     | 
    
         
            +
                  class RoutersGetRoutePolicyResponse
         
     | 
| 
      
 17485 
     | 
    
         
            +
                    # @private
         
     | 
| 
      
 17486 
     | 
    
         
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         
     | 
| 
      
 17487 
     | 
    
         
            +
                      property :etag, as: 'etag'
         
     | 
| 
      
 17488 
     | 
    
         
            +
                      property :resource, as: 'resource', class: Google::Apis::ComputeAlpha::RoutePolicy, decorator: Google::Apis::ComputeAlpha::RoutePolicy::Representation
         
     | 
| 
      
 17489 
     | 
    
         
            +
                  
         
     | 
| 
      
 17490 
     | 
    
         
            +
                    end
         
     | 
| 
      
 17491 
     | 
    
         
            +
                  end
         
     | 
| 
      
 17492 
     | 
    
         
            +
                  
         
     | 
| 
      
 17493 
     | 
    
         
            +
                  class RoutersListBgpRoutes
         
     | 
| 
      
 17494 
     | 
    
         
            +
                    # @private
         
     | 
| 
      
 17495 
     | 
    
         
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         
     | 
| 
      
 17496 
     | 
    
         
            +
                      property :etag, as: 'etag'
         
     | 
| 
      
 17497 
     | 
    
         
            +
                      property :id, as: 'id'
         
     | 
| 
      
 17498 
     | 
    
         
            +
                      property :kind, as: 'kind'
         
     | 
| 
      
 17499 
     | 
    
         
            +
                      property :next_page_token, as: 'nextPageToken'
         
     | 
| 
      
 17500 
     | 
    
         
            +
                      collection :result, as: 'result', class: Google::Apis::ComputeAlpha::BgpRoute, decorator: Google::Apis::ComputeAlpha::BgpRoute::Representation
         
     | 
| 
      
 17501 
     | 
    
         
            +
                  
         
     | 
| 
      
 17502 
     | 
    
         
            +
                      property :self_link, as: 'selfLink'
         
     | 
| 
      
 17503 
     | 
    
         
            +
                      collection :unreachables, as: 'unreachables'
         
     | 
| 
      
 17504 
     | 
    
         
            +
                      property :warning, as: 'warning', class: Google::Apis::ComputeAlpha::RoutersListBgpRoutes::Warning, decorator: Google::Apis::ComputeAlpha::RoutersListBgpRoutes::Warning::Representation
         
     | 
| 
      
 17505 
     | 
    
         
            +
                  
         
     | 
| 
      
 17506 
     | 
    
         
            +
                    end
         
     | 
| 
      
 17507 
     | 
    
         
            +
                    
         
     | 
| 
      
 17508 
     | 
    
         
            +
                    class Warning
         
     | 
| 
      
 17509 
     | 
    
         
            +
                      # @private
         
     | 
| 
      
 17510 
     | 
    
         
            +
                      class Representation < Google::Apis::Core::JsonRepresentation
         
     | 
| 
      
 17511 
     | 
    
         
            +
                        property :code, as: 'code'
         
     | 
| 
      
 17512 
     | 
    
         
            +
                        collection :data, as: 'data', class: Google::Apis::ComputeAlpha::RoutersListBgpRoutes::Warning::Datum, decorator: Google::Apis::ComputeAlpha::RoutersListBgpRoutes::Warning::Datum::Representation
         
     | 
| 
      
 17513 
     | 
    
         
            +
                    
         
     | 
| 
      
 17514 
     | 
    
         
            +
                        property :message, as: 'message'
         
     | 
| 
      
 17515 
     | 
    
         
            +
                      end
         
     | 
| 
      
 17516 
     | 
    
         
            +
                      
         
     | 
| 
      
 17517 
     | 
    
         
            +
                      class Datum
         
     | 
| 
      
 17518 
     | 
    
         
            +
                        # @private
         
     | 
| 
      
 17519 
     | 
    
         
            +
                        class Representation < Google::Apis::Core::JsonRepresentation
         
     | 
| 
      
 17520 
     | 
    
         
            +
                          property :key, as: 'key'
         
     | 
| 
      
 17521 
     | 
    
         
            +
                          property :value, as: 'value'
         
     | 
| 
      
 17522 
     | 
    
         
            +
                        end
         
     | 
| 
      
 17523 
     | 
    
         
            +
                      end
         
     | 
| 
      
 17524 
     | 
    
         
            +
                    end
         
     | 
| 
      
 17525 
     | 
    
         
            +
                  end
         
     | 
| 
      
 17526 
     | 
    
         
            +
                  
         
     | 
| 
      
 17527 
     | 
    
         
            +
                  class RoutersListRoutePolicies
         
     | 
| 
      
 17528 
     | 
    
         
            +
                    # @private
         
     | 
| 
      
 17529 
     | 
    
         
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         
     | 
| 
      
 17530 
     | 
    
         
            +
                      property :etag, as: 'etag'
         
     | 
| 
      
 17531 
     | 
    
         
            +
                      property :id, as: 'id'
         
     | 
| 
      
 17532 
     | 
    
         
            +
                      property :kind, as: 'kind'
         
     | 
| 
      
 17533 
     | 
    
         
            +
                      property :next_page_token, as: 'nextPageToken'
         
     | 
| 
      
 17534 
     | 
    
         
            +
                      collection :result, as: 'result', class: Google::Apis::ComputeAlpha::RoutePolicy, decorator: Google::Apis::ComputeAlpha::RoutePolicy::Representation
         
     | 
| 
      
 17535 
     | 
    
         
            +
                  
         
     | 
| 
      
 17536 
     | 
    
         
            +
                      property :self_link, as: 'selfLink'
         
     | 
| 
      
 17537 
     | 
    
         
            +
                      collection :unreachables, as: 'unreachables'
         
     | 
| 
      
 17538 
     | 
    
         
            +
                      property :warning, as: 'warning', class: Google::Apis::ComputeAlpha::RoutersListRoutePolicies::Warning, decorator: Google::Apis::ComputeAlpha::RoutersListRoutePolicies::Warning::Representation
         
     | 
| 
      
 17539 
     | 
    
         
            +
                  
         
     | 
| 
      
 17540 
     | 
    
         
            +
                    end
         
     | 
| 
      
 17541 
     | 
    
         
            +
                    
         
     | 
| 
      
 17542 
     | 
    
         
            +
                    class Warning
         
     | 
| 
      
 17543 
     | 
    
         
            +
                      # @private
         
     | 
| 
      
 17544 
     | 
    
         
            +
                      class Representation < Google::Apis::Core::JsonRepresentation
         
     | 
| 
      
 17545 
     | 
    
         
            +
                        property :code, as: 'code'
         
     | 
| 
      
 17546 
     | 
    
         
            +
                        collection :data, as: 'data', class: Google::Apis::ComputeAlpha::RoutersListRoutePolicies::Warning::Datum, decorator: Google::Apis::ComputeAlpha::RoutersListRoutePolicies::Warning::Datum::Representation
         
     | 
| 
      
 17547 
     | 
    
         
            +
                    
         
     | 
| 
      
 17548 
     | 
    
         
            +
                        property :message, as: 'message'
         
     | 
| 
      
 17549 
     | 
    
         
            +
                      end
         
     | 
| 
      
 17550 
     | 
    
         
            +
                      
         
     | 
| 
      
 17551 
     | 
    
         
            +
                      class Datum
         
     | 
| 
      
 17552 
     | 
    
         
            +
                        # @private
         
     | 
| 
      
 17553 
     | 
    
         
            +
                        class Representation < Google::Apis::Core::JsonRepresentation
         
     | 
| 
      
 17554 
     | 
    
         
            +
                          property :key, as: 'key'
         
     | 
| 
      
 17555 
     | 
    
         
            +
                          property :value, as: 'value'
         
     | 
| 
      
 17556 
     | 
    
         
            +
                        end
         
     | 
| 
      
 17557 
     | 
    
         
            +
                      end
         
     | 
| 
      
 17558 
     | 
    
         
            +
                    end
         
     | 
| 
      
 17559 
     | 
    
         
            +
                  end
         
     | 
| 
      
 17560 
     | 
    
         
            +
                  
         
     | 
| 
       17354 
17561 
     | 
    
         
             
                  class RoutersPreviewResponse
         
     | 
| 
       17355 
17562 
     | 
    
         
             
                    # @private
         
     | 
| 
       17356 
17563 
     | 
    
         
             
                    class Representation < Google::Apis::Core::JsonRepresentation
         
     | 
| 
         @@ -18346,6 +18553,7 @@ module Google 
     | 
|
| 
       18346 
18553 
     | 
    
         
             
                      property :location_hint, as: 'locationHint'
         
     | 
| 
       18347 
18554 
     | 
    
         
             
                      property :max_retention_days, as: 'maxRetentionDays'
         
     | 
| 
       18348 
18555 
     | 
    
         
             
                      property :name, as: 'name'
         
     | 
| 
      
 18556 
     | 
    
         
            +
                      property :region, as: 'region'
         
     | 
| 
       18349 
18557 
     | 
    
         
             
                      property :satisfies_pzs, as: 'satisfiesPzs'
         
     | 
| 
       18350 
18558 
     | 
    
         
             
                      property :self_link, as: 'selfLink'
         
     | 
| 
       18351 
18559 
     | 
    
         
             
                      property :self_link_with_id, as: 'selfLinkWithId'
         
     | 
| 
         @@ -18818,7 +19026,6 @@ module Google 
     | 
|
| 
       18818 
19026 
     | 
    
         
             
                      property :status, as: 'status', class: Google::Apis::ComputeAlpha::StoragePoolResourceStatus, decorator: Google::Apis::ComputeAlpha::StoragePoolResourceStatus::Representation
         
     | 
| 
       18819 
19027 
     | 
    
         | 
| 
       18820 
19028 
     | 
    
         
             
                      property :storage_pool_type, as: 'storagePoolType'
         
     | 
| 
       18821 
     | 
    
         
            -
                      property :type, as: 'type'
         
     | 
| 
       18822 
19029 
     | 
    
         
             
                      property :zone, as: 'zone'
         
     | 
| 
       18823 
19030 
     | 
    
         
             
                    end
         
     | 
| 
       18824 
19031 
     | 
    
         
             
                  end
         
     | 
| 
         @@ -18956,6 +19163,121 @@ module Google 
     | 
|
| 
       18956 
19163 
     | 
    
         
             
                    end
         
     | 
| 
       18957 
19164 
     | 
    
         
             
                  end
         
     | 
| 
       18958 
19165 
     | 
    
         | 
| 
      
 19166 
     | 
    
         
            +
                  class StoragePoolType
         
     | 
| 
      
 19167 
     | 
    
         
            +
                    # @private
         
     | 
| 
      
 19168 
     | 
    
         
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         
     | 
| 
      
 19169 
     | 
    
         
            +
                      property :creation_timestamp, as: 'creationTimestamp'
         
     | 
| 
      
 19170 
     | 
    
         
            +
                      property :deprecated, as: 'deprecated', class: Google::Apis::ComputeAlpha::DeprecationStatus, decorator: Google::Apis::ComputeAlpha::DeprecationStatus::Representation
         
     | 
| 
      
 19171 
     | 
    
         
            +
                  
         
     | 
| 
      
 19172 
     | 
    
         
            +
                      property :description, as: 'description'
         
     | 
| 
      
 19173 
     | 
    
         
            +
                      property :id, :numeric_string => true, as: 'id'
         
     | 
| 
      
 19174 
     | 
    
         
            +
                      property :kind, as: 'kind'
         
     | 
| 
      
 19175 
     | 
    
         
            +
                      property :max_provisioned_iops, :numeric_string => true, as: 'maxProvisionedIops'
         
     | 
| 
      
 19176 
     | 
    
         
            +
                      property :max_provisioned_throughput, :numeric_string => true, as: 'maxProvisionedThroughput'
         
     | 
| 
      
 19177 
     | 
    
         
            +
                      property :max_size_gb, :numeric_string => true, as: 'maxSizeGb'
         
     | 
| 
      
 19178 
     | 
    
         
            +
                      property :min_provisioned_iops, :numeric_string => true, as: 'minProvisionedIops'
         
     | 
| 
      
 19179 
     | 
    
         
            +
                      property :min_provisioned_throughput, :numeric_string => true, as: 'minProvisionedThroughput'
         
     | 
| 
      
 19180 
     | 
    
         
            +
                      property :min_size_gb, :numeric_string => true, as: 'minSizeGb'
         
     | 
| 
      
 19181 
     | 
    
         
            +
                      property :name, as: 'name'
         
     | 
| 
      
 19182 
     | 
    
         
            +
                      property :self_link, as: 'selfLink'
         
     | 
| 
      
 19183 
     | 
    
         
            +
                      property :self_link_with_id, as: 'selfLinkWithId'
         
     | 
| 
      
 19184 
     | 
    
         
            +
                      collection :supported_disk_types, as: 'supportedDiskTypes'
         
     | 
| 
      
 19185 
     | 
    
         
            +
                      property :zone, as: 'zone'
         
     | 
| 
      
 19186 
     | 
    
         
            +
                    end
         
     | 
| 
      
 19187 
     | 
    
         
            +
                  end
         
     | 
| 
      
 19188 
     | 
    
         
            +
                  
         
     | 
| 
      
 19189 
     | 
    
         
            +
                  class StoragePoolTypeAggregatedList
         
     | 
| 
      
 19190 
     | 
    
         
            +
                    # @private
         
     | 
| 
      
 19191 
     | 
    
         
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         
     | 
| 
      
 19192 
     | 
    
         
            +
                      property :id, as: 'id'
         
     | 
| 
      
 19193 
     | 
    
         
            +
                      hash :items, as: 'items', class: Google::Apis::ComputeAlpha::StoragePoolTypesScopedList, decorator: Google::Apis::ComputeAlpha::StoragePoolTypesScopedList::Representation
         
     | 
| 
      
 19194 
     | 
    
         
            +
                  
         
     | 
| 
      
 19195 
     | 
    
         
            +
                      property :kind, as: 'kind'
         
     | 
| 
      
 19196 
     | 
    
         
            +
                      property :next_page_token, as: 'nextPageToken'
         
     | 
| 
      
 19197 
     | 
    
         
            +
                      property :self_link, as: 'selfLink'
         
     | 
| 
      
 19198 
     | 
    
         
            +
                      property :warning, as: 'warning', class: Google::Apis::ComputeAlpha::StoragePoolTypeAggregatedList::Warning, decorator: Google::Apis::ComputeAlpha::StoragePoolTypeAggregatedList::Warning::Representation
         
     | 
| 
      
 19199 
     | 
    
         
            +
                  
         
     | 
| 
      
 19200 
     | 
    
         
            +
                    end
         
     | 
| 
      
 19201 
     | 
    
         
            +
                    
         
     | 
| 
      
 19202 
     | 
    
         
            +
                    class Warning
         
     | 
| 
      
 19203 
     | 
    
         
            +
                      # @private
         
     | 
| 
      
 19204 
     | 
    
         
            +
                      class Representation < Google::Apis::Core::JsonRepresentation
         
     | 
| 
      
 19205 
     | 
    
         
            +
                        property :code, as: 'code'
         
     | 
| 
      
 19206 
     | 
    
         
            +
                        collection :data, as: 'data', class: Google::Apis::ComputeAlpha::StoragePoolTypeAggregatedList::Warning::Datum, decorator: Google::Apis::ComputeAlpha::StoragePoolTypeAggregatedList::Warning::Datum::Representation
         
     | 
| 
      
 19207 
     | 
    
         
            +
                    
         
     | 
| 
      
 19208 
     | 
    
         
            +
                        property :message, as: 'message'
         
     | 
| 
      
 19209 
     | 
    
         
            +
                      end
         
     | 
| 
      
 19210 
     | 
    
         
            +
                      
         
     | 
| 
      
 19211 
     | 
    
         
            +
                      class Datum
         
     | 
| 
      
 19212 
     | 
    
         
            +
                        # @private
         
     | 
| 
      
 19213 
     | 
    
         
            +
                        class Representation < Google::Apis::Core::JsonRepresentation
         
     | 
| 
      
 19214 
     | 
    
         
            +
                          property :key, as: 'key'
         
     | 
| 
      
 19215 
     | 
    
         
            +
                          property :value, as: 'value'
         
     | 
| 
      
 19216 
     | 
    
         
            +
                        end
         
     | 
| 
      
 19217 
     | 
    
         
            +
                      end
         
     | 
| 
      
 19218 
     | 
    
         
            +
                    end
         
     | 
| 
      
 19219 
     | 
    
         
            +
                  end
         
     | 
| 
      
 19220 
     | 
    
         
            +
                  
         
     | 
| 
      
 19221 
     | 
    
         
            +
                  class StoragePoolTypeList
         
     | 
| 
      
 19222 
     | 
    
         
            +
                    # @private
         
     | 
| 
      
 19223 
     | 
    
         
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         
     | 
| 
      
 19224 
     | 
    
         
            +
                      property :id, as: 'id'
         
     | 
| 
      
 19225 
     | 
    
         
            +
                      collection :items, as: 'items', class: Google::Apis::ComputeAlpha::StoragePoolType, decorator: Google::Apis::ComputeAlpha::StoragePoolType::Representation
         
     | 
| 
      
 19226 
     | 
    
         
            +
                  
         
     | 
| 
      
 19227 
     | 
    
         
            +
                      property :kind, as: 'kind'
         
     | 
| 
      
 19228 
     | 
    
         
            +
                      property :next_page_token, as: 'nextPageToken'
         
     | 
| 
      
 19229 
     | 
    
         
            +
                      property :self_link, as: 'selfLink'
         
     | 
| 
      
 19230 
     | 
    
         
            +
                      property :warning, as: 'warning', class: Google::Apis::ComputeAlpha::StoragePoolTypeList::Warning, decorator: Google::Apis::ComputeAlpha::StoragePoolTypeList::Warning::Representation
         
     | 
| 
      
 19231 
     | 
    
         
            +
                  
         
     | 
| 
      
 19232 
     | 
    
         
            +
                    end
         
     | 
| 
      
 19233 
     | 
    
         
            +
                    
         
     | 
| 
      
 19234 
     | 
    
         
            +
                    class Warning
         
     | 
| 
      
 19235 
     | 
    
         
            +
                      # @private
         
     | 
| 
      
 19236 
     | 
    
         
            +
                      class Representation < Google::Apis::Core::JsonRepresentation
         
     | 
| 
      
 19237 
     | 
    
         
            +
                        property :code, as: 'code'
         
     | 
| 
      
 19238 
     | 
    
         
            +
                        collection :data, as: 'data', class: Google::Apis::ComputeAlpha::StoragePoolTypeList::Warning::Datum, decorator: Google::Apis::ComputeAlpha::StoragePoolTypeList::Warning::Datum::Representation
         
     | 
| 
      
 19239 
     | 
    
         
            +
                    
         
     | 
| 
      
 19240 
     | 
    
         
            +
                        property :message, as: 'message'
         
     | 
| 
      
 19241 
     | 
    
         
            +
                      end
         
     | 
| 
      
 19242 
     | 
    
         
            +
                      
         
     | 
| 
      
 19243 
     | 
    
         
            +
                      class Datum
         
     | 
| 
      
 19244 
     | 
    
         
            +
                        # @private
         
     | 
| 
      
 19245 
     | 
    
         
            +
                        class Representation < Google::Apis::Core::JsonRepresentation
         
     | 
| 
      
 19246 
     | 
    
         
            +
                          property :key, as: 'key'
         
     | 
| 
      
 19247 
     | 
    
         
            +
                          property :value, as: 'value'
         
     | 
| 
      
 19248 
     | 
    
         
            +
                        end
         
     | 
| 
      
 19249 
     | 
    
         
            +
                      end
         
     | 
| 
      
 19250 
     | 
    
         
            +
                    end
         
     | 
| 
      
 19251 
     | 
    
         
            +
                  end
         
     | 
| 
      
 19252 
     | 
    
         
            +
                  
         
     | 
| 
      
 19253 
     | 
    
         
            +
                  class StoragePoolTypesScopedList
         
     | 
| 
      
 19254 
     | 
    
         
            +
                    # @private
         
     | 
| 
      
 19255 
     | 
    
         
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         
     | 
| 
      
 19256 
     | 
    
         
            +
                      collection :storage_pool_types, as: 'storagePoolTypes', class: Google::Apis::ComputeAlpha::StoragePoolType, decorator: Google::Apis::ComputeAlpha::StoragePoolType::Representation
         
     | 
| 
      
 19257 
     | 
    
         
            +
                  
         
     | 
| 
      
 19258 
     | 
    
         
            +
                      property :warning, as: 'warning', class: Google::Apis::ComputeAlpha::StoragePoolTypesScopedList::Warning, decorator: Google::Apis::ComputeAlpha::StoragePoolTypesScopedList::Warning::Representation
         
     | 
| 
      
 19259 
     | 
    
         
            +
                  
         
     | 
| 
      
 19260 
     | 
    
         
            +
                    end
         
     | 
| 
      
 19261 
     | 
    
         
            +
                    
         
     | 
| 
      
 19262 
     | 
    
         
            +
                    class Warning
         
     | 
| 
      
 19263 
     | 
    
         
            +
                      # @private
         
     | 
| 
      
 19264 
     | 
    
         
            +
                      class Representation < Google::Apis::Core::JsonRepresentation
         
     | 
| 
      
 19265 
     | 
    
         
            +
                        property :code, as: 'code'
         
     | 
| 
      
 19266 
     | 
    
         
            +
                        collection :data, as: 'data', class: Google::Apis::ComputeAlpha::StoragePoolTypesScopedList::Warning::Datum, decorator: Google::Apis::ComputeAlpha::StoragePoolTypesScopedList::Warning::Datum::Representation
         
     | 
| 
      
 19267 
     | 
    
         
            +
                    
         
     | 
| 
      
 19268 
     | 
    
         
            +
                        property :message, as: 'message'
         
     | 
| 
      
 19269 
     | 
    
         
            +
                      end
         
     | 
| 
      
 19270 
     | 
    
         
            +
                      
         
     | 
| 
      
 19271 
     | 
    
         
            +
                      class Datum
         
     | 
| 
      
 19272 
     | 
    
         
            +
                        # @private
         
     | 
| 
      
 19273 
     | 
    
         
            +
                        class Representation < Google::Apis::Core::JsonRepresentation
         
     | 
| 
      
 19274 
     | 
    
         
            +
                          property :key, as: 'key'
         
     | 
| 
      
 19275 
     | 
    
         
            +
                          property :value, as: 'value'
         
     | 
| 
      
 19276 
     | 
    
         
            +
                        end
         
     | 
| 
      
 19277 
     | 
    
         
            +
                      end
         
     | 
| 
      
 19278 
     | 
    
         
            +
                    end
         
     | 
| 
      
 19279 
     | 
    
         
            +
                  end
         
     | 
| 
      
 19280 
     | 
    
         
            +
                  
         
     | 
| 
       18959 
19281 
     | 
    
         
             
                  class StoragePoolsScopedList
         
     | 
| 
       18960 
19282 
     | 
    
         
             
                    # @private
         
     | 
| 
       18961 
19283 
     | 
    
         
             
                    class Representation < Google::Apis::Core::JsonRepresentation
         
     |