google-apis-beyondcorp_v1 0.34.0 → 0.35.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9c4df16c47bb17110e3e9118200eb15c5c7359e786e8fec1a7fff87225cd92d2
4
- data.tar.gz: ef8fdb68be398433772e1e20240c7d18b27eb8fd0cd922e04ff054805620aafa
3
+ metadata.gz: a65ff5efd120d64b6304d8e8a2f86b6b42146518efd82b767b1ed1e9b5e62363
4
+ data.tar.gz: c35e6c850337c4a00d6360d0c1736bf5d36ab8154bec485fd11150fbcddbb095
5
5
  SHA512:
6
- metadata.gz: 5958c8cca1c957efb3c2efff643c3237f68df28cfff9573b98727153291f5f83c98f2abfb92c5d8f6c94c2a85c63cd8dabe58439bd2f2a3d41d40a68af6710a7
7
- data.tar.gz: 7eb5ddc8d9c5961a8b95f0d087c0cd556b17f81ff2826d0e2673da444b0aaf614ab6f1a3cff645239de7f3ead6949da614224d188588f2ff0d289b0f946c9879
6
+ metadata.gz: 869fd102802c7e065ea3a95bd820ce0191ecb15712d76e9cfb2456aea579c192a9ae6f79df30980ac4f5fdf80ecd9ba479f4762f935997eef4cadedc5f38420e
7
+ data.tar.gz: 021a39b59520478db8ce8a56f45594bf92e7bfa4756a991d1f150f4a25367a416bdec06465699b82ce7baabc21812925f127ee4af9744a3f2dc7e5dfa03cb331
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-beyondcorp_v1
2
2
 
3
+ ### v0.35.0 (2025-04-20)
4
+
5
+ * Regenerated from discovery document revision 20250409
6
+
3
7
  ### v0.34.0 (2025-03-16)
4
8
 
5
9
  * Regenerated from discovery document revision 20250305
@@ -2686,26 +2686,6 @@ module Google
2686
2686
  end
2687
2687
  end
2688
2688
 
2689
- # Response message for calling ShouldThrottle
2690
- class ShouldThrottleResponse
2691
- include Google::Apis::Core::Hashable
2692
-
2693
- # Whether the port should be throttled
2694
- # Corresponds to the JSON property `shouldThrottle`
2695
- # @return [Boolean]
2696
- attr_accessor :should_throttle
2697
- alias_method :should_throttle?, :should_throttle
2698
-
2699
- def initialize(**args)
2700
- update!(**args)
2701
- end
2702
-
2703
- # Update properties of this object
2704
- def update!(**args)
2705
- @should_throttle = args[:should_throttle] if args.key?(:should_throttle)
2706
- end
2707
- end
2708
-
2709
2689
  # TunnelerError is an error proto for errors returned by the connection manager.
2710
2690
  class Tunnelv1ProtoTunnelerError
2711
2691
  include Google::Apis::Core::Hashable
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module BeyondcorpV1
18
18
  # Version of the google-apis-beyondcorp_v1 gem
19
- GEM_VERSION = "0.34.0"
19
+ GEM_VERSION = "0.35.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.16.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250305"
25
+ REVISION = "20250409"
26
26
  end
27
27
  end
28
28
  end
@@ -406,12 +406,6 @@ module Google
406
406
  include Google::Apis::Core::JsonObjectSupport
407
407
  end
408
408
 
409
- class ShouldThrottleResponse
410
- class Representation < Google::Apis::Core::JsonRepresentation; end
411
-
412
- include Google::Apis::Core::JsonObjectSupport
413
- end
414
-
415
409
  class Tunnelv1ProtoTunnelerError
416
410
  class Representation < Google::Apis::Core::JsonRepresentation; end
417
411
 
@@ -1083,13 +1077,6 @@ module Google
1083
1077
  end
1084
1078
  end
1085
1079
 
1086
- class ShouldThrottleResponse
1087
- # @private
1088
- class Representation < Google::Apis::Core::JsonRepresentation
1089
- property :should_throttle, as: 'shouldThrottle'
1090
- end
1091
- end
1092
-
1093
1080
  class Tunnelv1ProtoTunnelerError
1094
1081
  # @private
1095
1082
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -348,6 +348,9 @@ module Google
348
348
  # Lists information about the supported locations for this service.
349
349
  # @param [String] name
350
350
  # The resource that owns the locations collection, if applicable.
351
+ # @param [Array<String>, String] extra_location_types
352
+ # Optional. A list of extra location types that should be used as conditions for
353
+ # controlling the visibility of the locations.
351
354
  # @param [String] filter
352
355
  # A filter to narrow down results to a preferred subset. The filtering language
353
356
  # accepts strings like `"displayName=tokyo"`, and is documented in more detail
@@ -375,11 +378,12 @@ module Google
375
378
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
376
379
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
377
380
  # @raise [Google::Apis::AuthorizationError] Authorization is required
378
- def list_project_locations(name, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
381
+ def list_project_locations(name, extra_location_types: nil, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
379
382
  command = make_simple_command(:get, 'v1/{+name}/locations', options)
380
383
  command.response_representation = Google::Apis::BeyondcorpV1::GoogleCloudLocationListLocationsResponse::Representation
381
384
  command.response_class = Google::Apis::BeyondcorpV1::GoogleCloudLocationListLocationsResponse
382
385
  command.params['name'] = name unless name.nil?
386
+ command.query['extraLocationTypes'] = extra_location_types unless extra_location_types.nil?
383
387
  command.query['filter'] = filter unless filter.nil?
384
388
  command.query['pageSize'] = page_size unless page_size.nil?
385
389
  command.query['pageToken'] = page_token unless page_token.nil?
@@ -1486,43 +1490,6 @@ module Google
1486
1490
  execute_or_queue_command(command, &block)
1487
1491
  end
1488
1492
 
1489
- # Calls the Bouncer method ShouldThrottle to check if a request should be
1490
- # throttled.
1491
- # @param [String] name
1492
- # Required. Name of the resource
1493
- # @param [Fixnum] port
1494
- # Optional. The port that is being throttled
1495
- # @param [Fixnum] requested_amount
1496
- # Optional. The current throughput through the port (mbps)
1497
- # @param [String] fields
1498
- # Selector specifying which fields to include in a partial response.
1499
- # @param [String] quota_user
1500
- # Available to use for quota purposes for server-side applications. Can be any
1501
- # arbitrary string assigned to a user, but should not exceed 40 characters.
1502
- # @param [Google::Apis::RequestOptions] options
1503
- # Request-specific options
1504
- #
1505
- # @yield [result, err] Result & error if block supplied
1506
- # @yieldparam result [Google::Apis::BeyondcorpV1::ShouldThrottleResponse] parsed result object
1507
- # @yieldparam err [StandardError] error object if request failed
1508
- #
1509
- # @return [Google::Apis::BeyondcorpV1::ShouldThrottleResponse]
1510
- #
1511
- # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
1512
- # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1513
- # @raise [Google::Apis::AuthorizationError] Authorization is required
1514
- def should_project_location_app_gateway_throttle(name, port: nil, requested_amount: nil, fields: nil, quota_user: nil, options: nil, &block)
1515
- command = make_simple_command(:get, 'v1/{+name}:shouldThrottle', options)
1516
- command.response_representation = Google::Apis::BeyondcorpV1::ShouldThrottleResponse::Representation
1517
- command.response_class = Google::Apis::BeyondcorpV1::ShouldThrottleResponse
1518
- command.params['name'] = name unless name.nil?
1519
- command.query['port'] = port unless port.nil?
1520
- command.query['requestedAmount'] = requested_amount unless requested_amount.nil?
1521
- command.query['fields'] = fields unless fields.nil?
1522
- command.query['quotaUser'] = quota_user unless quota_user.nil?
1523
- execute_or_queue_command(command, &block)
1524
- end
1525
-
1526
1493
  # Returns permissions that a caller has on the specified resource. If the
1527
1494
  # resource does not exist, this will return an empty set of permissions, not a `
1528
1495
  # NOT_FOUND` error. Note: This operation is designed to be used for building
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-beyondcorp_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.34.0
4
+ version: 0.35.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-03-16 00:00:00.000000000 Z
10
+ date: 2025-04-20 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: google-apis-core
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-beyondcorp_v1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-beyondcorp_v1/v0.34.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-beyondcorp_v1/v0.35.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-beyondcorp_v1
62
62
  rdoc_options: []
63
63
  require_paths: