google-apis-compute_beta 0.62.0 → 0.63.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 834a281d7379b588b9d96ff4a1563ceb21739c5cdd063e18c626d9e4500a4e54
|
|
4
|
+
data.tar.gz: b8816f47ad6ae42a01da515e97346e9c02cdfc751642082512616dceaecdc91c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 534b7d05d5f02c3e73dfbfbabe480ee11c05dec86b4c109768816221132c5c9b45cd8b6ce77b37534fe250ab816003c1d759b497dffea9f2b75f45308613dd8d
|
|
7
|
+
data.tar.gz: 2951cbfbfd17c13cfc3148f32547ac4c0aec6a95b988f62425d83ec1e93439d278b96a23658df910d345735790813b1ca560c37f7a52e9aa7c5f8d5d81898a02
|
data/CHANGELOG.md
CHANGED
|
@@ -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,
|
|
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.
|
|
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 = "
|
|
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.
|
|
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-
|
|
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.
|
|
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: []
|