google-apis-compute_beta 0.62.0 → 0.63.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e2af83131a39466d0284c85bc53bc11617e00446e05faf94e35d158424d471f9
4
- data.tar.gz: 560e225bd9e93c5d2cd374b1c3abd2732437ae5e4a48dab8f4dc3375146672b0
3
+ metadata.gz: 834a281d7379b588b9d96ff4a1563ceb21739c5cdd063e18c626d9e4500a4e54
4
+ data.tar.gz: b8816f47ad6ae42a01da515e97346e9c02cdfc751642082512616dceaecdc91c
5
5
  SHA512:
6
- metadata.gz: 5a93d2d5cd038e163af10dcdddd3c6a72f54bf9d8b4a50703e3702a27424e4e12c64be37e39dfd99402ce5870ed3a3af7fc005a4c60971edcf48927166d36125
7
- data.tar.gz: 623216aa60db50635627a0accb160d5348eaaeafbbaf4012abd417fd7eb8e3141b70969805601c54486b2982096cfd12ed7802e837a5556cf5950c1547291d97
6
+ metadata.gz: 534b7d05d5f02c3e73dfbfbabe480ee11c05dec86b4c109768816221132c5c9b45cd8b6ce77b37534fe250ab816003c1d759b497dffea9f2b75f45308613dd8d
7
+ data.tar.gz: 2951cbfbfd17c13cfc3148f32547ac4c0aec6a95b988f62425d83ec1e93439d278b96a23658df910d345735790813b1ca560c37f7a52e9aa7c5f8d5d81898a02
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-compute_beta
2
2
 
3
+ ### v0.63.0 (2023-03-19)
4
+
5
+ * Regenerated from discovery document revision 20230307
6
+
3
7
  ### v0.62.0 (2023-03-05)
4
8
 
5
9
  * Regenerated from discovery document revision 20230221
@@ -10234,8 +10234,8 @@ module Google
10234
10234
  # The ID of a supported feature. To add multiple values, use commas to separate
10235
10235
  # values. Set to one or more of the following values: - VIRTIO_SCSI_MULTIQUEUE -
10236
10236
  # WINDOWS - MULTI_IP_SUBNET - UEFI_COMPATIBLE - GVNIC - SEV_CAPABLE -
10237
- # SUSPEND_RESUME_COMPATIBLE - SEV_SNP_CAPABLE For more information, see Enabling
10238
- # guest operating system features.
10237
+ # SUSPEND_RESUME_COMPATIBLE - SEV_SNP_CAPABLE - TDX_CAPABLE For more information,
10238
+ # see Enabling guest operating system features.
10239
10239
  # Corresponds to the JSON property `type`
10240
10240
  # @return [String]
10241
10241
  attr_accessor :type
@@ -11874,7 +11874,7 @@ module Google
11874
11874
  attr_accessor :port
11875
11875
 
11876
11876
  # The request path of the HTTP health check request. The default value is /.
11877
- # This field does not support query parameters.
11877
+ # This field does not support query parameters. Must comply with RFC3986.
11878
11878
  # Corresponds to the JSON property `requestPath`
11879
11879
  # @return [String]
11880
11880
  attr_accessor :request_path
@@ -12573,6 +12573,7 @@ module Google
12573
12573
  attr_accessor :port
12574
12574
 
12575
12575
  # The request path of the HTTPS health check request. The default value is "/".
12576
+ # Must comply with RFC3986.
12576
12577
  # Corresponds to the JSON property `requestPath`
12577
12578
  # @return [String]
12578
12579
  attr_accessor :request_path
@@ -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.62.0"
19
+ GEM_VERSION = "0.63.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 = "20230221"
25
+ REVISION = "20230307"
26
26
  end
27
27
  end
28
28
  end
@@ -34873,6 +34873,8 @@ module Google
34873
34873
  # @param [Google::Apis::ComputeBeta::SecurityPolicyRule] security_policy_rule_object
34874
34874
  # @param [Fixnum] priority
34875
34875
  # The priority of the rule to patch.
34876
+ # @param [String] update_mask
34877
+ # Indicates fields to be cleared as part of this request.
34876
34878
  # @param [Boolean] validate_only
34877
34879
  # If true, the request will not be committed.
34878
34880
  # @param [String] fields
@@ -34894,7 +34896,7 @@ module Google
34894
34896
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
34895
34897
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
34896
34898
  # @raise [Google::Apis::AuthorizationError] Authorization is required
34897
- def patch_security_policy_rule(project, security_policy, security_policy_rule_object = nil, priority: nil, validate_only: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
34899
+ def patch_security_policy_rule(project, security_policy, security_policy_rule_object = nil, priority: nil, update_mask: nil, validate_only: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
34898
34900
  command = make_simple_command(:post, 'projects/{project}/global/securityPolicies/{securityPolicy}/patchRule', options)
34899
34901
  command.request_representation = Google::Apis::ComputeBeta::SecurityPolicyRule::Representation
34900
34902
  command.request_object = security_policy_rule_object
@@ -34903,6 +34905,7 @@ module Google
34903
34905
  command.params['project'] = project unless project.nil?
34904
34906
  command.params['securityPolicy'] = security_policy unless security_policy.nil?
34905
34907
  command.query['priority'] = priority unless priority.nil?
34908
+ command.query['updateMask'] = update_mask unless update_mask.nil?
34906
34909
  command.query['validateOnly'] = validate_only unless validate_only.nil?
34907
34910
  command.query['fields'] = fields unless fields.nil?
34908
34911
  command.query['quotaUser'] = quota_user unless quota_user.nil?
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.62.0
4
+ version: 0.63.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: 2023-03-05 00:00:00.000000000 Z
11
+ date: 2023-03-19 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.62.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-compute_beta/v0.63.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: []