google-apis-compute_alpha 0.50.0 → 0.51.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 ComputeAlpha
18
18
  # Version of the google-apis-compute_alpha gem
19
- GEM_VERSION = "0.50.0"
19
+ GEM_VERSION = "0.51.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.9.0"
22
+ GENERATOR_VERSION = "0.10.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220831"
25
+ REVISION = "20220918"
26
26
  end
27
27
  end
28
28
  end
@@ -574,6 +574,12 @@ module Google
574
574
  include Google::Apis::Core::JsonObjectSupport
575
575
  end
576
576
 
577
+ class BundledLocalSsds
578
+ class Representation < Google::Apis::Core::JsonRepresentation; end
579
+
580
+ include Google::Apis::Core::JsonObjectSupport
581
+ end
582
+
577
583
  class CacheInvalidationRule
578
584
  class Representation < Google::Apis::Core::JsonRepresentation; end
579
585
 
@@ -1890,6 +1896,24 @@ module Google
1890
1896
 
1891
1897
  class InstanceGroupManagerResizeRequestStatus
1892
1898
  class Representation < Google::Apis::Core::JsonRepresentation; end
1899
+
1900
+ class Error
1901
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1902
+
1903
+ class Error
1904
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1905
+
1906
+ class ErrorDetail
1907
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1908
+
1909
+ include Google::Apis::Core::JsonObjectSupport
1910
+ end
1911
+
1912
+ include Google::Apis::Core::JsonObjectSupport
1913
+ end
1914
+
1915
+ include Google::Apis::Core::JsonObjectSupport
1916
+ end
1893
1917
 
1894
1918
  include Google::Apis::Core::JsonObjectSupport
1895
1919
  end
@@ -5290,6 +5314,18 @@ module Google
5290
5314
  include Google::Apis::Core::JsonObjectSupport
5291
5315
  end
5292
5316
 
5317
+ class SecurityPolicyRuleNetworkMatcher
5318
+ class Representation < Google::Apis::Core::JsonRepresentation; end
5319
+
5320
+ include Google::Apis::Core::JsonObjectSupport
5321
+ end
5322
+
5323
+ class SecurityPolicyRuleNetworkMatcherUserDefinedFieldMatch
5324
+ class Representation < Google::Apis::Core::JsonRepresentation; end
5325
+
5326
+ include Google::Apis::Core::JsonObjectSupport
5327
+ end
5328
+
5293
5329
  class SecurityPolicyRulePreconfiguredWafConfig
5294
5330
  class Representation < Google::Apis::Core::JsonRepresentation; end
5295
5331
 
@@ -5332,6 +5368,12 @@ module Google
5332
5368
  include Google::Apis::Core::JsonObjectSupport
5333
5369
  end
5334
5370
 
5371
+ class SecurityPolicyUserDefinedField
5372
+ class Representation < Google::Apis::Core::JsonRepresentation; end
5373
+
5374
+ include Google::Apis::Core::JsonObjectSupport
5375
+ end
5376
+
5335
5377
  class SecuritySettings
5336
5378
  class Representation < Google::Apis::Core::JsonRepresentation; end
5337
5379
 
@@ -6196,6 +6238,24 @@ module Google
6196
6238
  include Google::Apis::Core::JsonObjectSupport
6197
6239
  end
6198
6240
 
6241
+ class TargetTcpProxiesScopedList
6242
+ class Representation < Google::Apis::Core::JsonRepresentation; end
6243
+
6244
+ class Warning
6245
+ class Representation < Google::Apis::Core::JsonRepresentation; end
6246
+
6247
+ class Datum
6248
+ class Representation < Google::Apis::Core::JsonRepresentation; end
6249
+
6250
+ include Google::Apis::Core::JsonObjectSupport
6251
+ end
6252
+
6253
+ include Google::Apis::Core::JsonObjectSupport
6254
+ end
6255
+
6256
+ include Google::Apis::Core::JsonObjectSupport
6257
+ end
6258
+
6199
6259
  class TargetTcpProxiesSetBackendServiceRequest
6200
6260
  class Representation < Google::Apis::Core::JsonRepresentation; end
6201
6261
 
@@ -6214,6 +6274,24 @@ module Google
6214
6274
  include Google::Apis::Core::JsonObjectSupport
6215
6275
  end
6216
6276
 
6277
+ class TargetTcpProxyAggregatedList
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
+
6217
6295
  class TargetTcpProxyList
6218
6296
  class Representation < Google::Apis::Core::JsonRepresentation; end
6219
6297
 
@@ -6895,6 +6973,7 @@ module Google
6895
6973
  property :network_tier, as: 'networkTier'
6896
6974
  property :public_dns_name, as: 'publicDnsName'
6897
6975
  property :public_ptr_domain_name, as: 'publicPtrDomainName'
6976
+ property :security_policy, as: 'securityPolicy'
6898
6977
  property :set_public_dns, as: 'setPublicDns'
6899
6978
  property :set_public_ptr, as: 'setPublicPtr'
6900
6979
  property :type, as: 'type'
@@ -7892,6 +7971,14 @@ module Google
7892
7971
  end
7893
7972
  end
7894
7973
 
7974
+ class BundledLocalSsds
7975
+ # @private
7976
+ class Representation < Google::Apis::Core::JsonRepresentation
7977
+ property :default_interface, as: 'defaultInterface'
7978
+ property :partition_count, as: 'partitionCount'
7979
+ end
7980
+ end
7981
+
7895
7982
  class CacheInvalidationRule
7896
7983
  # @private
7897
7984
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -10537,9 +10624,44 @@ module Google
10537
10624
  class InstanceGroupManagerResizeRequestStatus
10538
10625
  # @private
10539
10626
  class Representation < Google::Apis::Core::JsonRepresentation
10627
+ property :error, as: 'error', class: Google::Apis::ComputeAlpha::InstanceGroupManagerResizeRequestStatus::Error, decorator: Google::Apis::ComputeAlpha::InstanceGroupManagerResizeRequestStatus::Error::Representation
10628
+
10540
10629
  property :queuing_policy, as: 'queuingPolicy', class: Google::Apis::ComputeAlpha::QueuingPolicy, decorator: Google::Apis::ComputeAlpha::QueuingPolicy::Representation
10541
10630
 
10542
10631
  end
10632
+
10633
+ class Error
10634
+ # @private
10635
+ class Representation < Google::Apis::Core::JsonRepresentation
10636
+ collection :errors, as: 'errors', class: Google::Apis::ComputeAlpha::InstanceGroupManagerResizeRequestStatus::Error::Error, decorator: Google::Apis::ComputeAlpha::InstanceGroupManagerResizeRequestStatus::Error::Error::Representation
10637
+
10638
+ end
10639
+
10640
+ class Error
10641
+ # @private
10642
+ class Representation < Google::Apis::Core::JsonRepresentation
10643
+ property :code, as: 'code'
10644
+ collection :error_details, as: 'errorDetails', class: Google::Apis::ComputeAlpha::InstanceGroupManagerResizeRequestStatus::Error::Error::ErrorDetail, decorator: Google::Apis::ComputeAlpha::InstanceGroupManagerResizeRequestStatus::Error::Error::ErrorDetail::Representation
10645
+
10646
+ property :location, as: 'location'
10647
+ property :message, as: 'message'
10648
+ end
10649
+
10650
+ class ErrorDetail
10651
+ # @private
10652
+ class Representation < Google::Apis::Core::JsonRepresentation
10653
+ property :error_info, as: 'errorInfo', class: Google::Apis::ComputeAlpha::ErrorInfo, decorator: Google::Apis::ComputeAlpha::ErrorInfo::Representation
10654
+
10655
+ property :help, as: 'help', class: Google::Apis::ComputeAlpha::Help, decorator: Google::Apis::ComputeAlpha::Help::Representation
10656
+
10657
+ property :localized_message, as: 'localizedMessage', class: Google::Apis::ComputeAlpha::LocalizedMessage, decorator: Google::Apis::ComputeAlpha::LocalizedMessage::Representation
10658
+
10659
+ property :quota_info, as: 'quotaInfo', class: Google::Apis::ComputeAlpha::QuotaExceededInfo, decorator: Google::Apis::ComputeAlpha::QuotaExceededInfo::Representation
10660
+
10661
+ end
10662
+ end
10663
+ end
10664
+ end
10543
10665
  end
10544
10666
 
10545
10667
  class InstanceGroupManagerResizeRequestsListResponse
@@ -12357,6 +12479,8 @@ module Google
12357
12479
  collection :accelerators, as: 'accelerators', class: Google::Apis::ComputeAlpha::MachineType::Accelerator, decorator: Google::Apis::ComputeAlpha::MachineType::Accelerator::Representation
12358
12480
 
12359
12481
  property :architecture, as: 'architecture'
12482
+ property :bundled_local_ssds, as: 'bundledLocalSsds', class: Google::Apis::ComputeAlpha::BundledLocalSsds, decorator: Google::Apis::ComputeAlpha::BundledLocalSsds::Representation
12483
+
12360
12484
  property :creation_timestamp, as: 'creationTimestamp'
12361
12485
  property :deprecated, as: 'deprecated', class: Google::Apis::ComputeAlpha::DeprecationStatus, decorator: Google::Apis::ComputeAlpha::DeprecationStatus::Representation
12362
12486
 
@@ -16091,6 +16215,7 @@ module Google
16091
16215
  class RouterNat
16092
16216
  # @private
16093
16217
  class Representation < Google::Apis::Core::JsonRepresentation
16218
+ property :auto_network_tier, as: 'autoNetworkTier'
16094
16219
  collection :drain_nat_ips, as: 'drainNatIps'
16095
16220
  property :enable_dynamic_port_allocation, as: 'enableDynamicPortAllocation'
16096
16221
  property :enable_endpoint_independent_mapping, as: 'enableEndpointIndependentMapping'
@@ -16507,6 +16632,8 @@ module Google
16507
16632
  property :self_link, as: 'selfLink'
16508
16633
  property :self_link_with_id, as: 'selfLinkWithId'
16509
16634
  property :type, as: 'type'
16635
+ collection :user_defined_fields, as: 'userDefinedFields', class: Google::Apis::ComputeAlpha::SecurityPolicyUserDefinedField, decorator: Google::Apis::ComputeAlpha::SecurityPolicyUserDefinedField::Representation
16636
+
16510
16637
  end
16511
16638
  end
16512
16639
 
@@ -16638,6 +16765,8 @@ module Google
16638
16765
  property :kind, as: 'kind'
16639
16766
  property :match, as: 'match', class: Google::Apis::ComputeAlpha::SecurityPolicyRuleMatcher, decorator: Google::Apis::ComputeAlpha::SecurityPolicyRuleMatcher::Representation
16640
16767
 
16768
+ property :network_match, as: 'networkMatch', class: Google::Apis::ComputeAlpha::SecurityPolicyRuleNetworkMatcher, decorator: Google::Apis::ComputeAlpha::SecurityPolicyRuleNetworkMatcher::Representation
16769
+
16641
16770
  property :preconfigured_waf_config, as: 'preconfiguredWafConfig', class: Google::Apis::ComputeAlpha::SecurityPolicyRulePreconfiguredWafConfig, decorator: Google::Apis::ComputeAlpha::SecurityPolicyRulePreconfiguredWafConfig::Representation
16642
16771
 
16643
16772
  property :preview, as: 'preview'
@@ -16710,6 +16839,29 @@ module Google
16710
16839
  end
16711
16840
  end
16712
16841
 
16842
+ class SecurityPolicyRuleNetworkMatcher
16843
+ # @private
16844
+ class Representation < Google::Apis::Core::JsonRepresentation
16845
+ collection :dest_ip_ranges, as: 'destIpRanges'
16846
+ collection :dest_ports, as: 'destPorts'
16847
+ collection :ip_protocols, as: 'ipProtocols'
16848
+ collection :src_asns, as: 'srcAsns'
16849
+ collection :src_ip_ranges, as: 'srcIpRanges'
16850
+ collection :src_ports, as: 'srcPorts'
16851
+ collection :src_region_codes, as: 'srcRegionCodes'
16852
+ collection :user_defined_fields, as: 'userDefinedFields', class: Google::Apis::ComputeAlpha::SecurityPolicyRuleNetworkMatcherUserDefinedFieldMatch, decorator: Google::Apis::ComputeAlpha::SecurityPolicyRuleNetworkMatcherUserDefinedFieldMatch::Representation
16853
+
16854
+ end
16855
+ end
16856
+
16857
+ class SecurityPolicyRuleNetworkMatcherUserDefinedFieldMatch
16858
+ # @private
16859
+ class Representation < Google::Apis::Core::JsonRepresentation
16860
+ property :name, as: 'name'
16861
+ collection :values, as: 'values'
16862
+ end
16863
+ end
16864
+
16713
16865
  class SecurityPolicyRulePreconfiguredWafConfig
16714
16866
  # @private
16715
16867
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -16785,6 +16937,17 @@ module Google
16785
16937
  end
16786
16938
  end
16787
16939
 
16940
+ class SecurityPolicyUserDefinedField
16941
+ # @private
16942
+ class Representation < Google::Apis::Core::JsonRepresentation
16943
+ property :base, as: 'base'
16944
+ property :mask, as: 'mask'
16945
+ property :name, as: 'name'
16946
+ property :offset, as: 'offset'
16947
+ property :size, as: 'size'
16948
+ end
16949
+ end
16950
+
16788
16951
  class SecuritySettings
16789
16952
  # @private
16790
16953
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -18026,6 +18189,7 @@ module Google
18026
18189
  property :name, as: 'name'
18027
18190
  property :nat_policy, as: 'natPolicy'
18028
18191
  property :network, as: 'network'
18192
+ property :security_policy, as: 'securityPolicy'
18029
18193
  property :self_link, as: 'selfLink'
18030
18194
  property :self_link_with_id, as: 'selfLinkWithId'
18031
18195
  property :zone, as: 'zone'
@@ -18138,6 +18302,7 @@ module Google
18138
18302
  property :kind, as: 'kind'
18139
18303
  property :name, as: 'name'
18140
18304
  property :region, as: 'region'
18305
+ property :security_policy, as: 'securityPolicy'
18141
18306
  property :self_link, as: 'selfLink'
18142
18307
  property :self_link_with_id, as: 'selfLinkWithId'
18143
18308
  property :session_affinity, as: 'sessionAffinity'
@@ -18362,6 +18527,34 @@ module Google
18362
18527
  end
18363
18528
  end
18364
18529
 
18530
+ class TargetTcpProxiesScopedList
18531
+ # @private
18532
+ class Representation < Google::Apis::Core::JsonRepresentation
18533
+ collection :target_tcp_proxies, as: 'targetTcpProxies', class: Google::Apis::ComputeAlpha::TargetTcpProxy, decorator: Google::Apis::ComputeAlpha::TargetTcpProxy::Representation
18534
+
18535
+ property :warning, as: 'warning', class: Google::Apis::ComputeAlpha::TargetTcpProxiesScopedList::Warning, decorator: Google::Apis::ComputeAlpha::TargetTcpProxiesScopedList::Warning::Representation
18536
+
18537
+ end
18538
+
18539
+ class Warning
18540
+ # @private
18541
+ class Representation < Google::Apis::Core::JsonRepresentation
18542
+ property :code, as: 'code'
18543
+ collection :data, as: 'data', class: Google::Apis::ComputeAlpha::TargetTcpProxiesScopedList::Warning::Datum, decorator: Google::Apis::ComputeAlpha::TargetTcpProxiesScopedList::Warning::Datum::Representation
18544
+
18545
+ property :message, as: 'message'
18546
+ end
18547
+
18548
+ class Datum
18549
+ # @private
18550
+ class Representation < Google::Apis::Core::JsonRepresentation
18551
+ property :key, as: 'key'
18552
+ property :value, as: 'value'
18553
+ end
18554
+ end
18555
+ end
18556
+ end
18557
+
18365
18558
  class TargetTcpProxiesSetBackendServiceRequest
18366
18559
  # @private
18367
18560
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -18392,6 +18585,39 @@ module Google
18392
18585
  end
18393
18586
  end
18394
18587
 
18588
+ class TargetTcpProxyAggregatedList
18589
+ # @private
18590
+ class Representation < Google::Apis::Core::JsonRepresentation
18591
+ property :id, as: 'id'
18592
+ hash :items, as: 'items', class: Google::Apis::ComputeAlpha::TargetTcpProxiesScopedList, decorator: Google::Apis::ComputeAlpha::TargetTcpProxiesScopedList::Representation
18593
+
18594
+ property :kind, as: 'kind'
18595
+ property :next_page_token, as: 'nextPageToken'
18596
+ property :self_link, as: 'selfLink'
18597
+ collection :unreachables, as: 'unreachables'
18598
+ property :warning, as: 'warning', class: Google::Apis::ComputeAlpha::TargetTcpProxyAggregatedList::Warning, decorator: Google::Apis::ComputeAlpha::TargetTcpProxyAggregatedList::Warning::Representation
18599
+
18600
+ end
18601
+
18602
+ class Warning
18603
+ # @private
18604
+ class Representation < Google::Apis::Core::JsonRepresentation
18605
+ property :code, as: 'code'
18606
+ collection :data, as: 'data', class: Google::Apis::ComputeAlpha::TargetTcpProxyAggregatedList::Warning::Datum, decorator: Google::Apis::ComputeAlpha::TargetTcpProxyAggregatedList::Warning::Datum::Representation
18607
+
18608
+ property :message, as: 'message'
18609
+ end
18610
+
18611
+ class Datum
18612
+ # @private
18613
+ class Representation < Google::Apis::Core::JsonRepresentation
18614
+ property :key, as: 'key'
18615
+ property :value, as: 'value'
18616
+ end
18617
+ end
18618
+ end
18619
+ end
18620
+
18395
18621
  class TargetTcpProxyList
18396
18622
  # @private
18397
18623
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -44534,6 +44534,103 @@ module Google
44534
44534
  execute_or_queue_command(command, &block)
44535
44535
  end
44536
44536
 
44537
+ # Retrieves the list of all TargetTcpProxy resources, regional and global,
44538
+ # available to the specified project.
44539
+ # @param [String] project
44540
+ # Name of the project scoping this request.
44541
+ # @param [String] filter
44542
+ # A filter expression that filters resources listed in the response. Most
44543
+ # Compute resources support two types of filter expressions: expressions that
44544
+ # support regular expressions and expressions that follow API improvement
44545
+ # proposal AIP-160. If you want to use AIP-160, your expression must specify the
44546
+ # field name, an operator, and the value that you want to use for filtering. The
44547
+ # value must be a string, a number, or a boolean. The operator must be either `=`
44548
+ # , `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute
44549
+ # Engine instances, you can exclude instances named `example-instance` by
44550
+ # specifying `name != example-instance`. The `:` operator can be used with
44551
+ # string fields to match substrings. For non-string fields it is equivalent to
44552
+ # the `=` operator. The `:*` comparison can be used to test whether a key has
44553
+ # been defined. For example, to find all objects with `owner` label use: ```
44554
+ # labels.owner:* ``` You can also filter nested fields. For example, you could
44555
+ # specify `scheduling.automaticRestart = false` to include instances only if
44556
+ # they are not scheduled for automatic restarts. You can use filtering on nested
44557
+ # fields to filter based on resource labels. To filter on multiple expressions,
44558
+ # provide each separate expression within parentheses. For example: ``` (
44559
+ # scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By
44560
+ # default, each expression is an `AND` expression. However, you can include `AND`
44561
+ # and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel
44562
+ # Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.
44563
+ # automaticRestart = true) ``` If you want to use a regular expression, use the `
44564
+ # eq` (equal) or `ne` (not equal) operator against a single un-parenthesized
44565
+ # expression with or without quotes or against multiple parenthesized
44566
+ # expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single
44567
+ # quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq
44568
+ # literal) (fieldname2 ne "literal")` The literal value is interpreted as a
44569
+ # regular expression using Google RE2 library syntax. The literal value must
44570
+ # match the entire field. For example, to filter for instances that do not end
44571
+ # with name "instance", you would use `name ne .*instance`.
44572
+ # @param [Boolean] include_all_scopes
44573
+ # Indicates whether every visible scope for each scope type (zone, region,
44574
+ # global) should be included in the response. For new resource types added after
44575
+ # this field, the flag has no effect as new resource types will always include
44576
+ # every visible scope for each scope type in response. For resource types which
44577
+ # predate this field, if this flag is omitted or false, only scopes of the scope
44578
+ # types where the resource type is expected to be found will be included.
44579
+ # @param [Fixnum] max_results
44580
+ # The maximum number of results per page that should be returned. If the number
44581
+ # of available results is larger than `maxResults`, Compute Engine returns a `
44582
+ # nextPageToken` that can be used to get the next page of results in subsequent
44583
+ # list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)
44584
+ # @param [String] order_by
44585
+ # Sorts list results by a certain order. By default, results are returned in
44586
+ # alphanumerical order based on the resource name. You can also sort results in
44587
+ # descending order based on the creation timestamp using `orderBy="
44588
+ # creationTimestamp desc"`. This sorts results based on the `creationTimestamp`
44589
+ # field in reverse chronological order (newest result first). Use this to sort
44590
+ # resources like operations so that the newest operation is returned first.
44591
+ # Currently, only sorting by `name` or `creationTimestamp desc` is supported.
44592
+ # @param [String] page_token
44593
+ # Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned
44594
+ # by a previous list request to get the next page of results.
44595
+ # @param [Boolean] return_partial_success
44596
+ # Opt-in for partial success behavior which provides partial results in case of
44597
+ # failure. The default value is false.
44598
+ # @param [String] fields
44599
+ # Selector specifying which fields to include in a partial response.
44600
+ # @param [String] quota_user
44601
+ # Available to use for quota purposes for server-side applications. Can be any
44602
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
44603
+ # @param [String] user_ip
44604
+ # Legacy name for parameter that has been superseded by `quotaUser`.
44605
+ # @param [Google::Apis::RequestOptions] options
44606
+ # Request-specific options
44607
+ #
44608
+ # @yield [result, err] Result & error if block supplied
44609
+ # @yieldparam result [Google::Apis::ComputeAlpha::TargetTcpProxyAggregatedList] parsed result object
44610
+ # @yieldparam err [StandardError] error object if request failed
44611
+ #
44612
+ # @return [Google::Apis::ComputeAlpha::TargetTcpProxyAggregatedList]
44613
+ #
44614
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
44615
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
44616
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
44617
+ 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)
44618
+ command = make_simple_command(:get, 'projects/{project}/aggregated/targetTcpProxies', options)
44619
+ command.response_representation = Google::Apis::ComputeAlpha::TargetTcpProxyAggregatedList::Representation
44620
+ command.response_class = Google::Apis::ComputeAlpha::TargetTcpProxyAggregatedList
44621
+ command.params['project'] = project unless project.nil?
44622
+ command.query['filter'] = filter unless filter.nil?
44623
+ command.query['includeAllScopes'] = include_all_scopes unless include_all_scopes.nil?
44624
+ command.query['maxResults'] = max_results unless max_results.nil?
44625
+ command.query['orderBy'] = order_by unless order_by.nil?
44626
+ command.query['pageToken'] = page_token unless page_token.nil?
44627
+ command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
44628
+ command.query['fields'] = fields unless fields.nil?
44629
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
44630
+ command.query['userIp'] = user_ip unless user_ip.nil?
44631
+ execute_or_queue_command(command, &block)
44632
+ end
44633
+
44537
44634
  # Deletes the specified TargetTcpProxy resource.
44538
44635
  # @param [String] project
44539
44636
  # Project ID for this request.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-compute_alpha
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.50.0
4
+ version: 0.51.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-19 00:00:00.000000000 Z
11
+ date: 2022-10-03 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.7.2
19
+ version: 0.9.0
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.7.2
29
+ version: 0.9.0
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_alpha/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-compute_alpha/v0.50.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-compute_alpha/v0.51.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-compute_alpha
63
63
  post_install_message:
64
64
  rdoc_options: []