google-apis-compute_beta 0.50.0 → 0.52.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ComputeBeta
18
18
  # Version of the google-apis-compute_beta gem
19
- GEM_VERSION = "0.50.0"
19
+ GEM_VERSION = "0.52.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.10.0"
22
+ GENERATOR_VERSION = "0.11.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220831"
25
+ REVISION = "20221018"
26
26
  end
27
27
  end
28
28
  end
@@ -544,6 +544,12 @@ module Google
544
544
  include Google::Apis::Core::JsonObjectSupport
545
545
  end
546
546
 
547
+ class BundledLocalSsds
548
+ class Representation < Google::Apis::Core::JsonRepresentation; end
549
+
550
+ include Google::Apis::Core::JsonObjectSupport
551
+ end
552
+
547
553
  class CacheInvalidationRule
548
554
  class Representation < Google::Apis::Core::JsonRepresentation; end
549
555
 
@@ -1606,6 +1612,12 @@ module Google
1606
1612
  include Google::Apis::Core::JsonObjectSupport
1607
1613
  end
1608
1614
 
1615
+ class InstanceGroupManagerInstanceLifecyclePolicy
1616
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1617
+
1618
+ include Google::Apis::Core::JsonObjectSupport
1619
+ end
1620
+
1609
1621
  class InstanceGroupManagerList
1610
1622
  class Representation < Google::Apis::Core::JsonRepresentation; end
1611
1623
 
@@ -3454,6 +3466,12 @@ module Google
3454
3466
  include Google::Apis::Core::JsonObjectSupport
3455
3467
  end
3456
3468
 
3469
+ class QuotaExceededInfo
3470
+ class Representation < Google::Apis::Core::JsonRepresentation; end
3471
+
3472
+ include Google::Apis::Core::JsonObjectSupport
3473
+ end
3474
+
3457
3475
  class Reference
3458
3476
  class Representation < Google::Apis::Core::JsonRepresentation; end
3459
3477
 
@@ -3976,6 +3994,12 @@ module Google
3976
3994
  include Google::Apis::Core::JsonObjectSupport
3977
3995
  end
3978
3996
 
3997
+ class ResourceStatus
3998
+ class Representation < Google::Apis::Core::JsonRepresentation; end
3999
+
4000
+ include Google::Apis::Core::JsonObjectSupport
4001
+ end
4002
+
3979
4003
  class RolloutPolicy
3980
4004
  class Representation < Google::Apis::Core::JsonRepresentation; end
3981
4005
 
@@ -5284,6 +5308,24 @@ module Google
5284
5308
  include Google::Apis::Core::JsonObjectSupport
5285
5309
  end
5286
5310
 
5311
+ class TargetTcpProxiesScopedList
5312
+ class Representation < Google::Apis::Core::JsonRepresentation; end
5313
+
5314
+ class Warning
5315
+ class Representation < Google::Apis::Core::JsonRepresentation; end
5316
+
5317
+ class Datum
5318
+ class Representation < Google::Apis::Core::JsonRepresentation; end
5319
+
5320
+ include Google::Apis::Core::JsonObjectSupport
5321
+ end
5322
+
5323
+ include Google::Apis::Core::JsonObjectSupport
5324
+ end
5325
+
5326
+ include Google::Apis::Core::JsonObjectSupport
5327
+ end
5328
+
5287
5329
  class TargetTcpProxiesSetBackendServiceRequest
5288
5330
  class Representation < Google::Apis::Core::JsonRepresentation; end
5289
5331
 
@@ -5302,6 +5344,24 @@ module Google
5302
5344
  include Google::Apis::Core::JsonObjectSupport
5303
5345
  end
5304
5346
 
5347
+ class TargetTcpProxyAggregatedList
5348
+ class Representation < Google::Apis::Core::JsonRepresentation; end
5349
+
5350
+ class Warning
5351
+ class Representation < Google::Apis::Core::JsonRepresentation; end
5352
+
5353
+ class Datum
5354
+ class Representation < Google::Apis::Core::JsonRepresentation; end
5355
+
5356
+ include Google::Apis::Core::JsonObjectSupport
5357
+ end
5358
+
5359
+ include Google::Apis::Core::JsonObjectSupport
5360
+ end
5361
+
5362
+ include Google::Apis::Core::JsonObjectSupport
5363
+ end
5364
+
5305
5365
  class TargetTcpProxyList
5306
5366
  class Representation < Google::Apis::Core::JsonRepresentation; end
5307
5367
 
@@ -5953,6 +6013,7 @@ module Google
5953
6013
  property :description, as: 'description'
5954
6014
  property :id, :numeric_string => true, as: 'id'
5955
6015
  property :ip_version, as: 'ipVersion'
6016
+ property :ipv6_endpoint_type, as: 'ipv6EndpointType'
5956
6017
  property :kind, as: 'kind'
5957
6018
  property :label_fingerprint, :base64 => true, as: 'labelFingerprint'
5958
6019
  hash :labels, as: 'labels'
@@ -6863,6 +6924,14 @@ module Google
6863
6924
  end
6864
6925
  end
6865
6926
 
6927
+ class BundledLocalSsds
6928
+ # @private
6929
+ class Representation < Google::Apis::Core::JsonRepresentation
6930
+ property :default_interface, as: 'defaultInterface'
6931
+ property :partition_count, as: 'partitionCount'
6932
+ end
6933
+ end
6934
+
6866
6935
  class CacheInvalidationRule
6867
6936
  # @private
6868
6937
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -7759,12 +7828,14 @@ module Google
7759
7828
  # @private
7760
7829
  class Representation < Google::Apis::Core::JsonRepresentation
7761
7830
  collection :dest_address_groups, as: 'destAddressGroups'
7831
+ collection :dest_fqdns, as: 'destFqdns'
7762
7832
  collection :dest_ip_ranges, as: 'destIpRanges'
7763
7833
  collection :dest_region_codes, as: 'destRegionCodes'
7764
7834
  collection :dest_threat_intelligences, as: 'destThreatIntelligences'
7765
7835
  collection :layer4_configs, as: 'layer4Configs', class: Google::Apis::ComputeBeta::FirewallPolicyRuleMatcherLayer4Config, decorator: Google::Apis::ComputeBeta::FirewallPolicyRuleMatcherLayer4Config::Representation
7766
7836
 
7767
7837
  collection :src_address_groups, as: 'srcAddressGroups'
7838
+ collection :src_fqdns, as: 'srcFqdns'
7768
7839
  collection :src_ip_ranges, as: 'srcIpRanges'
7769
7840
  collection :src_region_codes, as: 'srcRegionCodes'
7770
7841
  collection :src_secure_tags, as: 'srcSecureTags', class: Google::Apis::ComputeBeta::FirewallPolicyRuleSecureTag, decorator: Google::Apis::ComputeBeta::FirewallPolicyRuleSecureTag::Representation
@@ -8754,6 +8825,8 @@ module Google
8754
8825
  property :reservation_affinity, as: 'reservationAffinity', class: Google::Apis::ComputeBeta::ReservationAffinity, decorator: Google::Apis::ComputeBeta::ReservationAffinity::Representation
8755
8826
 
8756
8827
  collection :resource_policies, as: 'resourcePolicies'
8828
+ property :resource_status, as: 'resourceStatus', class: Google::Apis::ComputeBeta::ResourceStatus, decorator: Google::Apis::ComputeBeta::ResourceStatus::Representation
8829
+
8757
8830
  property :satisfies_pzs, as: 'satisfiesPzs'
8758
8831
  property :scheduling, as: 'scheduling', class: Google::Apis::ComputeBeta::Scheduling, decorator: Google::Apis::ComputeBeta::Scheduling::Representation
8759
8832
 
@@ -8935,6 +9008,8 @@ module Google
8935
9008
  property :fingerprint, :base64 => true, as: 'fingerprint'
8936
9009
  property :id, :numeric_string => true, as: 'id'
8937
9010
  property :instance_group, as: 'instanceGroup'
9011
+ property :instance_lifecycle_policy, as: 'instanceLifecyclePolicy', class: Google::Apis::ComputeBeta::InstanceGroupManagerInstanceLifecyclePolicy, decorator: Google::Apis::ComputeBeta::InstanceGroupManagerInstanceLifecyclePolicy::Representation
9012
+
8938
9013
  property :instance_template, as: 'instanceTemplate'
8939
9014
  property :kind, as: 'kind'
8940
9015
  property :list_managed_instances_results, as: 'listManagedInstancesResults'
@@ -9026,6 +9101,13 @@ module Google
9026
9101
  end
9027
9102
  end
9028
9103
 
9104
+ class InstanceGroupManagerInstanceLifecyclePolicy
9105
+ # @private
9106
+ class Representation < Google::Apis::Core::JsonRepresentation
9107
+ property :force_update_on_repair, as: 'forceUpdateOnRepair'
9108
+ end
9109
+ end
9110
+
9029
9111
  class InstanceGroupManagerList
9030
9112
  # @private
9031
9113
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -10372,6 +10454,8 @@ module Google
10372
10454
  class Representation < Google::Apis::Core::JsonRepresentation
10373
10455
  collection :accelerators, as: 'accelerators', class: Google::Apis::ComputeBeta::MachineType::Accelerator, decorator: Google::Apis::ComputeBeta::MachineType::Accelerator::Representation
10374
10456
 
10457
+ property :bundled_local_ssds, as: 'bundledLocalSsds', class: Google::Apis::ComputeBeta::BundledLocalSsds, decorator: Google::Apis::ComputeBeta::BundledLocalSsds::Representation
10458
+
10375
10459
  property :creation_timestamp, as: 'creationTimestamp'
10376
10460
  property :deprecated, as: 'deprecated', class: Google::Apis::ComputeBeta::DeprecationStatus, decorator: Google::Apis::ComputeBeta::DeprecationStatus::Representation
10377
10461
 
@@ -10560,6 +10644,8 @@ module Google
10560
10644
 
10561
10645
  property :localized_message, as: 'localizedMessage', class: Google::Apis::ComputeBeta::LocalizedMessage, decorator: Google::Apis::ComputeBeta::LocalizedMessage::Representation
10562
10646
 
10647
+ property :quota_info, as: 'quotaInfo', class: Google::Apis::ComputeBeta::QuotaExceededInfo, decorator: Google::Apis::ComputeBeta::QuotaExceededInfo::Representation
10648
+
10563
10649
  end
10564
10650
  end
10565
10651
  end
@@ -11704,6 +11790,8 @@ module Google
11704
11790
 
11705
11791
  property :localized_message, as: 'localizedMessage', class: Google::Apis::ComputeBeta::LocalizedMessage, decorator: Google::Apis::ComputeBeta::LocalizedMessage::Representation
11706
11792
 
11793
+ property :quota_info, as: 'quotaInfo', class: Google::Apis::ComputeBeta::QuotaExceededInfo, decorator: Google::Apis::ComputeBeta::QuotaExceededInfo::Representation
11794
+
11707
11795
  end
11708
11796
  end
11709
11797
  end
@@ -12392,6 +12480,16 @@ module Google
12392
12480
  end
12393
12481
  end
12394
12482
 
12483
+ class QuotaExceededInfo
12484
+ # @private
12485
+ class Representation < Google::Apis::Core::JsonRepresentation
12486
+ hash :dimensions, as: 'dimensions'
12487
+ property :limit, as: 'limit'
12488
+ property :limit_name, as: 'limitName'
12489
+ property :metric_name, as: 'metricName'
12490
+ end
12491
+ end
12492
+
12395
12493
  class Reference
12396
12494
  # @private
12397
12495
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -13248,6 +13346,13 @@ module Google
13248
13346
  end
13249
13347
  end
13250
13348
 
13349
+ class ResourceStatus
13350
+ # @private
13351
+ class Representation < Google::Apis::Core::JsonRepresentation
13352
+ property :physical_host, as: 'physicalHost'
13353
+ end
13354
+ end
13355
+
13251
13356
  class RolloutPolicy
13252
13357
  # @private
13253
13358
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -13596,12 +13701,15 @@ module Google
13596
13701
 
13597
13702
  property :bfd_status, as: 'bfdStatus', class: Google::Apis::ComputeBeta::BfdStatus, decorator: Google::Apis::ComputeBeta::BfdStatus::Representation
13598
13703
 
13704
+ property :enable_ipv6, as: 'enableIpv6'
13599
13705
  property :ip_address, as: 'ipAddress'
13706
+ property :ipv6_nexthop_address, as: 'ipv6NexthopAddress'
13600
13707
  property :linked_vpn_tunnel, as: 'linkedVpnTunnel'
13601
13708
  property :md5_auth_enabled, as: 'md5AuthEnabled'
13602
13709
  property :name, as: 'name'
13603
13710
  property :num_learned_routes, as: 'numLearnedRoutes'
13604
13711
  property :peer_ip_address, as: 'peerIpAddress'
13712
+ property :peer_ipv6_nexthop_address, as: 'peerIpv6NexthopAddress'
13605
13713
  property :router_appliance_instance, as: 'routerApplianceInstance'
13606
13714
  property :state, as: 'state'
13607
13715
  property :status, as: 'status'
@@ -13763,12 +13871,15 @@ module Google
13763
13871
  property :location_hint, as: 'locationHint'
13764
13872
  property :maintenance_freeze_duration_hours, as: 'maintenanceFreezeDurationHours'
13765
13873
  property :maintenance_interval, as: 'maintenanceInterval'
13874
+ property :max_run_duration, as: 'maxRunDuration', class: Google::Apis::ComputeBeta::Duration, decorator: Google::Apis::ComputeBeta::Duration::Representation
13875
+
13766
13876
  property :min_node_cpus, as: 'minNodeCpus'
13767
13877
  collection :node_affinities, as: 'nodeAffinities', class: Google::Apis::ComputeBeta::SchedulingNodeAffinity, decorator: Google::Apis::ComputeBeta::SchedulingNodeAffinity::Representation
13768
13878
 
13769
13879
  property :on_host_maintenance, as: 'onHostMaintenance'
13770
13880
  property :preemptible, as: 'preemptible'
13771
13881
  property :provisioning_model, as: 'provisioningModel'
13882
+ property :termination_time, as: 'terminationTime'
13772
13883
  end
13773
13884
  end
13774
13885
 
@@ -14863,6 +14974,7 @@ module Google
14863
14974
  property :private_ipv6_google_access, as: 'privateIpv6GoogleAccess'
14864
14975
  property :purpose, as: 'purpose'
14865
14976
  property :region, as: 'region'
14977
+ property :reserved_internal_range, as: 'reservedInternalRange'
14866
14978
  property :role, as: 'role'
14867
14979
  collection :secondary_ip_ranges, as: 'secondaryIpRanges', class: Google::Apis::ComputeBeta::SubnetworkSecondaryRange, decorator: Google::Apis::ComputeBeta::SubnetworkSecondaryRange::Representation
14868
14980
 
@@ -14954,6 +15066,7 @@ module Google
14954
15066
  class Representation < Google::Apis::Core::JsonRepresentation
14955
15067
  property :ip_cidr_range, as: 'ipCidrRange'
14956
15068
  property :range_name, as: 'rangeName'
15069
+ property :reserved_internal_range, as: 'reservedInternalRange'
14957
15070
  end
14958
15071
  end
14959
15072
 
@@ -15669,6 +15782,34 @@ module Google
15669
15782
  end
15670
15783
  end
15671
15784
 
15785
+ class TargetTcpProxiesScopedList
15786
+ # @private
15787
+ class Representation < Google::Apis::Core::JsonRepresentation
15788
+ collection :target_tcp_proxies, as: 'targetTcpProxies', class: Google::Apis::ComputeBeta::TargetTcpProxy, decorator: Google::Apis::ComputeBeta::TargetTcpProxy::Representation
15789
+
15790
+ property :warning, as: 'warning', class: Google::Apis::ComputeBeta::TargetTcpProxiesScopedList::Warning, decorator: Google::Apis::ComputeBeta::TargetTcpProxiesScopedList::Warning::Representation
15791
+
15792
+ end
15793
+
15794
+ class Warning
15795
+ # @private
15796
+ class Representation < Google::Apis::Core::JsonRepresentation
15797
+ property :code, as: 'code'
15798
+ collection :data, as: 'data', class: Google::Apis::ComputeBeta::TargetTcpProxiesScopedList::Warning::Datum, decorator: Google::Apis::ComputeBeta::TargetTcpProxiesScopedList::Warning::Datum::Representation
15799
+
15800
+ property :message, as: 'message'
15801
+ end
15802
+
15803
+ class Datum
15804
+ # @private
15805
+ class Representation < Google::Apis::Core::JsonRepresentation
15806
+ property :key, as: 'key'
15807
+ property :value, as: 'value'
15808
+ end
15809
+ end
15810
+ end
15811
+ end
15812
+
15672
15813
  class TargetTcpProxiesSetBackendServiceRequest
15673
15814
  # @private
15674
15815
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -15699,6 +15840,39 @@ module Google
15699
15840
  end
15700
15841
  end
15701
15842
 
15843
+ class TargetTcpProxyAggregatedList
15844
+ # @private
15845
+ class Representation < Google::Apis::Core::JsonRepresentation
15846
+ property :id, as: 'id'
15847
+ hash :items, as: 'items', class: Google::Apis::ComputeBeta::TargetTcpProxiesScopedList, decorator: Google::Apis::ComputeBeta::TargetTcpProxiesScopedList::Representation
15848
+
15849
+ property :kind, as: 'kind'
15850
+ property :next_page_token, as: 'nextPageToken'
15851
+ property :self_link, as: 'selfLink'
15852
+ collection :unreachables, as: 'unreachables'
15853
+ property :warning, as: 'warning', class: Google::Apis::ComputeBeta::TargetTcpProxyAggregatedList::Warning, decorator: Google::Apis::ComputeBeta::TargetTcpProxyAggregatedList::Warning::Representation
15854
+
15855
+ end
15856
+
15857
+ class Warning
15858
+ # @private
15859
+ class Representation < Google::Apis::Core::JsonRepresentation
15860
+ property :code, as: 'code'
15861
+ collection :data, as: 'data', class: Google::Apis::ComputeBeta::TargetTcpProxyAggregatedList::Warning::Datum, decorator: Google::Apis::ComputeBeta::TargetTcpProxyAggregatedList::Warning::Datum::Representation
15862
+
15863
+ property :message, as: 'message'
15864
+ end
15865
+
15866
+ class Datum
15867
+ # @private
15868
+ class Representation < Google::Apis::Core::JsonRepresentation
15869
+ property :key, as: 'key'
15870
+ property :value, as: 'value'
15871
+ end
15872
+ end
15873
+ end
15874
+ end
15875
+
15702
15876
  class TargetTcpProxyList
15703
15877
  # @private
15704
15878
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -29128,7 +29128,10 @@ module Google
29128
29128
  execute_or_queue_command(command, &block)
29129
29129
  end
29130
29130
 
29131
- # Patches the specified policy with the data included in the request.
29131
+ # Patches the specified policy with the data included in the request. To clear
29132
+ # fields in the rule, leave the fields empty and specify them in the updateMask.
29133
+ # This cannot be used to be update the rules in the policy. Please use the per
29134
+ # rule methods like addRule, patchRule, and removeRule instead.
29132
29135
  # @param [String] project
29133
29136
  # Project ID for this request.
29134
29137
  # @param [String] region
@@ -33930,9 +33933,10 @@ module Google
33930
33933
  execute_or_queue_command(command, &block)
33931
33934
  end
33932
33935
 
33933
- # Patches the specified policy with the data included in the request. This
33934
- # cannot be used to be update the rules in the policy. Please use the per rule
33935
- # methods like addRule, patchRule, and removeRule instead.
33936
+ # Patches the specified policy with the data included in the request. To clear
33937
+ # fields in the rule, leave the fields empty and specify them in the updateMask.
33938
+ # This cannot be used to be update the rules in the policy. Please use the per
33939
+ # rule methods like addRule, patchRule, and removeRule instead.
33936
33940
  # @param [String] project
33937
33941
  # Project ID for this request.
33938
33942
  # @param [String] security_policy
@@ -39620,6 +39624,103 @@ module Google
39620
39624
  execute_or_queue_command(command, &block)
39621
39625
  end
39622
39626
 
39627
+ # Retrieves the list of all TargetTcpProxy resources, regional and global,
39628
+ # available to the specified project.
39629
+ # @param [String] project
39630
+ # Name of the project scoping this request.
39631
+ # @param [String] filter
39632
+ # A filter expression that filters resources listed in the response. Most
39633
+ # Compute resources support two types of filter expressions: expressions that
39634
+ # support regular expressions and expressions that follow API improvement
39635
+ # proposal AIP-160. If you want to use AIP-160, your expression must specify the
39636
+ # field name, an operator, and the value that you want to use for filtering. The
39637
+ # value must be a string, a number, or a boolean. The operator must be either `=`
39638
+ # , `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute
39639
+ # Engine instances, you can exclude instances named `example-instance` by
39640
+ # specifying `name != example-instance`. The `:` operator can be used with
39641
+ # string fields to match substrings. For non-string fields it is equivalent to
39642
+ # the `=` operator. The `:*` comparison can be used to test whether a key has
39643
+ # been defined. For example, to find all objects with `owner` label use: ```
39644
+ # labels.owner:* ``` You can also filter nested fields. For example, you could
39645
+ # specify `scheduling.automaticRestart = false` to include instances only if
39646
+ # they are not scheduled for automatic restarts. You can use filtering on nested
39647
+ # fields to filter based on resource labels. To filter on multiple expressions,
39648
+ # provide each separate expression within parentheses. For example: ``` (
39649
+ # scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By
39650
+ # default, each expression is an `AND` expression. However, you can include `AND`
39651
+ # and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel
39652
+ # Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.
39653
+ # automaticRestart = true) ``` If you want to use a regular expression, use the `
39654
+ # eq` (equal) or `ne` (not equal) operator against a single un-parenthesized
39655
+ # expression with or without quotes or against multiple parenthesized
39656
+ # expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single
39657
+ # quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq
39658
+ # literal) (fieldname2 ne "literal")` The literal value is interpreted as a
39659
+ # regular expression using Google RE2 library syntax. The literal value must
39660
+ # match the entire field. For example, to filter for instances that do not end
39661
+ # with name "instance", you would use `name ne .*instance`.
39662
+ # @param [Boolean] include_all_scopes
39663
+ # Indicates whether every visible scope for each scope type (zone, region,
39664
+ # global) should be included in the response. For new resource types added after
39665
+ # this field, the flag has no effect as new resource types will always include
39666
+ # every visible scope for each scope type in response. For resource types which
39667
+ # predate this field, if this flag is omitted or false, only scopes of the scope
39668
+ # types where the resource type is expected to be found will be included.
39669
+ # @param [Fixnum] max_results
39670
+ # The maximum number of results per page that should be returned. If the number
39671
+ # of available results is larger than `maxResults`, Compute Engine returns a `
39672
+ # nextPageToken` that can be used to get the next page of results in subsequent
39673
+ # list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)
39674
+ # @param [String] order_by
39675
+ # Sorts list results by a certain order. By default, results are returned in
39676
+ # alphanumerical order based on the resource name. You can also sort results in
39677
+ # descending order based on the creation timestamp using `orderBy="
39678
+ # creationTimestamp desc"`. This sorts results based on the `creationTimestamp`
39679
+ # field in reverse chronological order (newest result first). Use this to sort
39680
+ # resources like operations so that the newest operation is returned first.
39681
+ # Currently, only sorting by `name` or `creationTimestamp desc` is supported.
39682
+ # @param [String] page_token
39683
+ # Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned
39684
+ # by a previous list request to get the next page of results.
39685
+ # @param [Boolean] return_partial_success
39686
+ # Opt-in for partial success behavior which provides partial results in case of
39687
+ # failure. The default value is false.
39688
+ # @param [String] fields
39689
+ # Selector specifying which fields to include in a partial response.
39690
+ # @param [String] quota_user
39691
+ # Available to use for quota purposes for server-side applications. Can be any
39692
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
39693
+ # @param [String] user_ip
39694
+ # Legacy name for parameter that has been superseded by `quotaUser`.
39695
+ # @param [Google::Apis::RequestOptions] options
39696
+ # Request-specific options
39697
+ #
39698
+ # @yield [result, err] Result & error if block supplied
39699
+ # @yieldparam result [Google::Apis::ComputeBeta::TargetTcpProxyAggregatedList] parsed result object
39700
+ # @yieldparam err [StandardError] error object if request failed
39701
+ #
39702
+ # @return [Google::Apis::ComputeBeta::TargetTcpProxyAggregatedList]
39703
+ #
39704
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
39705
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
39706
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
39707
+ def aggregated_target_tcp_proxy_list(project, filter: nil, include_all_scopes: nil, max_results: nil, order_by: nil, page_token: nil, return_partial_success: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
39708
+ command = make_simple_command(:get, 'projects/{project}/aggregated/targetTcpProxies', options)
39709
+ command.response_representation = Google::Apis::ComputeBeta::TargetTcpProxyAggregatedList::Representation
39710
+ command.response_class = Google::Apis::ComputeBeta::TargetTcpProxyAggregatedList
39711
+ command.params['project'] = project unless project.nil?
39712
+ command.query['filter'] = filter unless filter.nil?
39713
+ command.query['includeAllScopes'] = include_all_scopes unless include_all_scopes.nil?
39714
+ command.query['maxResults'] = max_results unless max_results.nil?
39715
+ command.query['orderBy'] = order_by unless order_by.nil?
39716
+ command.query['pageToken'] = page_token unless page_token.nil?
39717
+ command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
39718
+ command.query['fields'] = fields unless fields.nil?
39719
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
39720
+ command.query['userIp'] = user_ip unless user_ip.nil?
39721
+ execute_or_queue_command(command, &block)
39722
+ end
39723
+
39623
39724
  # Deletes the specified TargetTcpProxy resource.
39624
39725
  # @param [String] project
39625
39726
  # Project ID for this request.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-compute_beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.50.0
4
+ version: 0.52.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-09-26 00:00:00.000000000 Z
11
+ date: 2022-10-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 0.9.0
19
+ version: 0.9.1
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: 0.9.0
29
+ version: 0.9.1
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-compute_beta/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-compute_beta/v0.50.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-compute_beta/v0.52.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-compute_beta
63
63
  post_install_message:
64
64
  rdoc_options: []