google-apis-compute_beta 0.27.0 → 0.28.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: 418740bac6a81138c59688514e1f093ac75a84f9aba94ed81a525b9dcc6b3fb1
4
- data.tar.gz: 5d4b19386569dc39195eebf4bc4a7c4cc0aa06bb8336664d3d8a32fab721f9fa
3
+ metadata.gz: cba9a839bda80d1ccd02058c4abecf24e44a73b77498602be2e21ac4d246f52c
4
+ data.tar.gz: 79ba0e9868c51998169f259e4339591b6459105120be08959a35e27b02c7c775
5
5
  SHA512:
6
- metadata.gz: ec9fec614ce60f9a331ecfb5a5bf493f9da01c01b26d2847905d30ca0e984a5c08286713a3fb548fdae8b35a81f11dcc8a5b175c6857d4aad8bbe74452812b08
7
- data.tar.gz: a00ea025684d47865e8d535cf3ab62c3a533e3de9b73486e40b19960d80d2c37cdbff6605b6e241b1c9c79afa86bd66bee517cab74600a5d89489b72e32daa0b
6
+ metadata.gz: e89bad8c93963f1aa5e112a15d862abcce63dbd4b75ae29e0615ce687707d1d86ad771782300bd27a626da353051c7f5c18a23b162c924621ced4fcb10be35a0
7
+ data.tar.gz: debb8c36514b75d0462cf05c8a4e339dfa9e229e5dcf3898abcf5ab6a1fa6a29dd190b1f3f379e91cd31015b9d2481e4755be7c229330a08a9fa5125728a66b5
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-compute_beta
2
2
 
3
+ ### v0.28.0 (2022-03-09)
4
+
5
+ * Regenerated from discovery document revision 20220301
6
+
3
7
  ### v0.27.0 (2022-02-25)
4
8
 
5
9
  * Regenerated from discovery document revision 20220224
@@ -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.27.0"
19
+ GEM_VERSION = "0.28.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220224"
25
+ REVISION = "20220301"
26
26
  end
27
27
  end
28
28
  end
@@ -12380,7 +12380,7 @@ module Google
12380
12380
  execute_or_queue_command(command, &block)
12381
12381
  end
12382
12382
 
12383
- # Performs a reset on the instance. This is a hard reset the VM does not do a
12383
+ # Performs a reset on the instance. This is a hard reset. The VM does not do a
12384
12384
  # graceful shutdown. For more information, see Resetting an instance.
12385
12385
  # @param [String] project
12386
12386
  # Project ID for this request.
@@ -28401,6 +28401,61 @@ module Google
28401
28401
  execute_or_queue_command(command, &block)
28402
28402
  end
28403
28403
 
28404
+ # Patches the specified regional TargetHttpsProxy resource with the data
28405
+ # included in the request. This method supports PATCH semantics and uses JSON
28406
+ # merge patch format and processing rules.
28407
+ # @param [String] project
28408
+ # Project ID for this request.
28409
+ # @param [String] region
28410
+ # Name of the region for this request.
28411
+ # @param [String] target_https_proxy
28412
+ # Name of the TargetHttpsProxy resource to patch.
28413
+ # @param [Google::Apis::ComputeBeta::TargetHttpsProxy] target_https_proxy_object
28414
+ # @param [String] request_id
28415
+ # An optional request ID to identify requests. Specify a unique request ID so
28416
+ # that if you must retry your request, the server will know to ignore the
28417
+ # request if it has already been completed. For example, consider a situation
28418
+ # where you make an initial request and the request times out. If you make the
28419
+ # request again with the same request ID, the server can check if original
28420
+ # operation with the same request ID was received, and if so, will ignore the
28421
+ # second request. This prevents clients from accidentally creating duplicate
28422
+ # commitments. The request ID must be a valid UUID with the exception that zero
28423
+ # UUID is not supported ( 00000000-0000-0000-0000-000000000000).
28424
+ # @param [String] fields
28425
+ # Selector specifying which fields to include in a partial response.
28426
+ # @param [String] quota_user
28427
+ # Available to use for quota purposes for server-side applications. Can be any
28428
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
28429
+ # @param [String] user_ip
28430
+ # Legacy name for parameter that has been superseded by `quotaUser`.
28431
+ # @param [Google::Apis::RequestOptions] options
28432
+ # Request-specific options
28433
+ #
28434
+ # @yield [result, err] Result & error if block supplied
28435
+ # @yieldparam result [Google::Apis::ComputeBeta::Operation] parsed result object
28436
+ # @yieldparam err [StandardError] error object if request failed
28437
+ #
28438
+ # @return [Google::Apis::ComputeBeta::Operation]
28439
+ #
28440
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
28441
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
28442
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
28443
+ def patch_region_target_https_proxy(project, region, target_https_proxy, target_https_proxy_object = nil, request_id: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
28444
+ command = make_simple_command(:patch, 'projects/{project}/regions/{region}/targetHttpsProxies/{targetHttpsProxy}', options)
28445
+ command.request_representation = Google::Apis::ComputeBeta::TargetHttpsProxy::Representation
28446
+ command.request_object = target_https_proxy_object
28447
+ command.response_representation = Google::Apis::ComputeBeta::Operation::Representation
28448
+ command.response_class = Google::Apis::ComputeBeta::Operation
28449
+ command.params['project'] = project unless project.nil?
28450
+ command.params['region'] = region unless region.nil?
28451
+ command.params['targetHttpsProxy'] = target_https_proxy unless target_https_proxy.nil?
28452
+ command.query['requestId'] = request_id unless request_id.nil?
28453
+ command.query['fields'] = fields unless fields.nil?
28454
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
28455
+ command.query['userIp'] = user_ip unless user_ip.nil?
28456
+ execute_or_queue_command(command, &block)
28457
+ end
28458
+
28404
28459
  # Replaces SslCertificates for TargetHttpsProxy.
28405
28460
  # @param [String] project
28406
28461
  # 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.27.0
4
+ version: 0.28.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-02-28 00:00:00.000000000 Z
11
+ date: 2022-03-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -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.27.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-compute_beta/v0.28.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: []