google-apis-compute_beta 0.100.0 → 0.101.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: ba4141699f7c843ed26df2e7ecb1466ca00bdceef2fc756a9fa8313889b37e86
|
|
4
|
+
data.tar.gz: 02c2cdbe147c3fa4a440346a2dd6434c2081b8905c03e5315a951cdb5f81f146
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e949de14639933096633a41d725fe3a5206f262e72bc5b1300067a1218dd2cd939cea32f185f913996dc85fb54cdfe4bbc9796801417df1befc3c94d237236ec
|
|
7
|
+
data.tar.gz: 2a84b991e7f0a62a6ade8f05bf52ab003ffa302e9b2cfd97b95e9fb8bd30086493d65e2b44e24931e5b2019b294ccb6d098d12a7a60812bdb8f250c676826b8f
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# Release history for google-apis-compute_beta
|
|
2
2
|
|
|
3
|
+
### v0.101.0 (2024-05-19)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20240507
|
|
6
|
+
* Regenerated using generator version 0.15.0
|
|
7
|
+
|
|
3
8
|
### v0.100.0 (2024-04-28)
|
|
4
9
|
|
|
5
10
|
* Regenerated from discovery document revision 20240421
|
|
@@ -561,7 +561,7 @@ module Google
|
|
|
561
561
|
|
|
562
562
|
# The DNS domain name for the public PTR record. You can set this field only if
|
|
563
563
|
# the `setPublicPtr` field is enabled in accessConfig. If this field is
|
|
564
|
-
# unspecified in ipv6AccessConfig, a default PTR record will be
|
|
564
|
+
# unspecified in ipv6AccessConfig, a default PTR record will be created for
|
|
565
565
|
# first IP in associated external IPv6 range.
|
|
566
566
|
# Corresponds to the JSON property `publicPtrDomainName`
|
|
567
567
|
# @return [String]
|
|
@@ -1953,25 +1953,6 @@ module Google
|
|
|
1953
1953
|
end
|
|
1954
1954
|
end
|
|
1955
1955
|
|
|
1956
|
-
# This is deprecated and has no effect. Do not use.
|
|
1957
|
-
class AuthorizationLoggingOptions
|
|
1958
|
-
include Google::Apis::Core::Hashable
|
|
1959
|
-
|
|
1960
|
-
# This is deprecated and has no effect. Do not use.
|
|
1961
|
-
# Corresponds to the JSON property `permissionType`
|
|
1962
|
-
# @return [String]
|
|
1963
|
-
attr_accessor :permission_type
|
|
1964
|
-
|
|
1965
|
-
def initialize(**args)
|
|
1966
|
-
update!(**args)
|
|
1967
|
-
end
|
|
1968
|
-
|
|
1969
|
-
# Update properties of this object
|
|
1970
|
-
def update!(**args)
|
|
1971
|
-
@permission_type = args[:permission_type] if args.key?(:permission_type)
|
|
1972
|
-
end
|
|
1973
|
-
end
|
|
1974
|
-
|
|
1975
1956
|
# Represents an Autoscaler resource. Google Compute Engine has two Autoscaler
|
|
1976
1957
|
# resources: * [Zonal](/compute/docs/reference/rest/beta/autoscalers) * [
|
|
1977
1958
|
# Regional](/compute/docs/reference/rest/beta/regionAutoscalers) Use autoscalers
|
|
@@ -11910,6 +11891,7 @@ module Google
|
|
|
11910
11891
|
attr_accessor :proxy_header
|
|
11911
11892
|
|
|
11912
11893
|
# The request path of the HTTP/2 health check request. The default value is /.
|
|
11894
|
+
# Must comply with RFC3986.
|
|
11913
11895
|
# Corresponds to the JSON property `requestPath`
|
|
11914
11896
|
# @return [String]
|
|
11915
11897
|
attr_accessor :request_path
|
|
@@ -11992,6 +11974,7 @@ module Google
|
|
|
11992
11974
|
attr_accessor :proxy_header
|
|
11993
11975
|
|
|
11994
11976
|
# The request path of the HTTP health check request. The default value is /.
|
|
11977
|
+
# Must comply with RFC3986.
|
|
11995
11978
|
# Corresponds to the JSON property `requestPath`
|
|
11996
11979
|
# @return [String]
|
|
11997
11980
|
attr_accessor :request_path
|
|
@@ -12074,6 +12057,7 @@ module Google
|
|
|
12074
12057
|
attr_accessor :proxy_header
|
|
12075
12058
|
|
|
12076
12059
|
# The request path of the HTTPS health check request. The default value is /.
|
|
12060
|
+
# Must comply with RFC3986.
|
|
12077
12061
|
# Corresponds to the JSON property `requestPath`
|
|
12078
12062
|
# @return [String]
|
|
12079
12063
|
attr_accessor :request_path
|
|
@@ -12200,13 +12184,13 @@ module Google
|
|
|
12200
12184
|
|
|
12201
12185
|
# The list of cloud regions from which health checks are performed. If any
|
|
12202
12186
|
# regions are specified, then exactly 3 regions should be specified. The region
|
|
12203
|
-
# names must be valid names of
|
|
12204
|
-
# health check. If this list is non-empty, then there are restrictions on
|
|
12205
|
-
# other health check fields are supported and what other resources can use
|
|
12206
|
-
# health check: - SSL, HTTP2, and GRPC protocols are not supported. - The
|
|
12207
|
-
# request field is not supported. - The proxyHeader field for HTTP, HTTPS,
|
|
12208
|
-
# TCP is not supported. - The checkIntervalSec field must be at least 30. -
|
|
12209
|
-
# health check cannot be used with BackendService nor with managed instance
|
|
12187
|
+
# names must be valid names of Google Cloud regions. This can only be set for
|
|
12188
|
+
# global health check. If this list is non-empty, then there are restrictions on
|
|
12189
|
+
# what other health check fields are supported and what other resources can use
|
|
12190
|
+
# this health check: - SSL, HTTP2, and GRPC protocols are not supported. - The
|
|
12191
|
+
# TCP request field is not supported. - The proxyHeader field for HTTP, HTTPS,
|
|
12192
|
+
# and TCP is not supported. - The checkIntervalSec field must be at least 30. -
|
|
12193
|
+
# The health check cannot be used with BackendService nor with managed instance
|
|
12210
12194
|
# group auto-healing.
|
|
12211
12195
|
# Corresponds to the JSON property `sourceRegions`
|
|
12212
12196
|
# @return [Array<String>]
|
|
@@ -23465,11 +23449,6 @@ module Google
|
|
|
23465
23449
|
class LogConfigCloudAuditOptions
|
|
23466
23450
|
include Google::Apis::Core::Hashable
|
|
23467
23451
|
|
|
23468
|
-
# This is deprecated and has no effect. Do not use.
|
|
23469
|
-
# Corresponds to the JSON property `authorizationLoggingOptions`
|
|
23470
|
-
# @return [Google::Apis::ComputeBeta::AuthorizationLoggingOptions]
|
|
23471
|
-
attr_accessor :authorization_logging_options
|
|
23472
|
-
|
|
23473
23452
|
# This is deprecated and has no effect. Do not use.
|
|
23474
23453
|
# Corresponds to the JSON property `logName`
|
|
23475
23454
|
# @return [String]
|
|
@@ -23481,7 +23460,6 @@ module Google
|
|
|
23481
23460
|
|
|
23482
23461
|
# Update properties of this object
|
|
23483
23462
|
def update!(**args)
|
|
23484
|
-
@authorization_logging_options = args[:authorization_logging_options] if args.key?(:authorization_logging_options)
|
|
23485
23463
|
@log_name = args[:log_name] if args.key?(:log_name)
|
|
23486
23464
|
end
|
|
23487
23465
|
end
|
|
@@ -39637,6 +39615,18 @@ module Google
|
|
|
39637
39615
|
# @return [String]
|
|
39638
39616
|
attr_accessor :self_link_with_id
|
|
39639
39617
|
|
|
39618
|
+
# User-provided name of the organization security policy. The name should be
|
|
39619
|
+
# unique in the organization in which the security policy is created. This
|
|
39620
|
+
# should only be used when SecurityPolicyType is CLOUD_ARMOR. The name must be 1-
|
|
39621
|
+
# 63 characters long, and comply with https://www.ietf.org/rfc/rfc1035.txt.
|
|
39622
|
+
# Specifically, the name must be 1-63 characters long and match the regular
|
|
39623
|
+
# expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must
|
|
39624
|
+
# be a lowercase letter, and all following characters must be a dash, lowercase
|
|
39625
|
+
# letter, or digit, except the last character, which cannot be a dash.
|
|
39626
|
+
# Corresponds to the JSON property `shortName`
|
|
39627
|
+
# @return [String]
|
|
39628
|
+
attr_accessor :short_name
|
|
39629
|
+
|
|
39640
39630
|
# The type indicates the intended use of the security policy. - CLOUD_ARMOR:
|
|
39641
39631
|
# Cloud Armor backend security policies can be configured to filter incoming
|
|
39642
39632
|
# HTTP requests targeting backend services. They filter requests before they hit
|
|
@@ -39692,6 +39682,7 @@ module Google
|
|
|
39692
39682
|
@rules = args[:rules] if args.key?(:rules)
|
|
39693
39683
|
@self_link = args[:self_link] if args.key?(:self_link)
|
|
39694
39684
|
@self_link_with_id = args[:self_link_with_id] if args.key?(:self_link_with_id)
|
|
39685
|
+
@short_name = args[:short_name] if args.key?(:short_name)
|
|
39695
39686
|
@type = args[:type] if args.key?(:type)
|
|
39696
39687
|
@user_defined_fields = args[:user_defined_fields] if args.key?(:user_defined_fields)
|
|
39697
39688
|
end
|
|
@@ -39977,6 +39968,16 @@ module Google
|
|
|
39977
39968
|
# @return [String]
|
|
39978
39969
|
attr_accessor :display_name
|
|
39979
39970
|
|
|
39971
|
+
# A list of folders to exclude from the security policy.
|
|
39972
|
+
# Corresponds to the JSON property `excludedFolders`
|
|
39973
|
+
# @return [Array<String>]
|
|
39974
|
+
attr_accessor :excluded_folders
|
|
39975
|
+
|
|
39976
|
+
# A list of projects to exclude from the security policy.
|
|
39977
|
+
# Corresponds to the JSON property `excludedProjects`
|
|
39978
|
+
# @return [Array<String>]
|
|
39979
|
+
attr_accessor :excluded_projects
|
|
39980
|
+
|
|
39980
39981
|
# The name for an association.
|
|
39981
39982
|
# Corresponds to the JSON property `name`
|
|
39982
39983
|
# @return [String]
|
|
@@ -39987,6 +39988,11 @@ module Google
|
|
|
39987
39988
|
# @return [String]
|
|
39988
39989
|
attr_accessor :security_policy_id
|
|
39989
39990
|
|
|
39991
|
+
# [Output Only] The short name of the security policy of the association.
|
|
39992
|
+
# Corresponds to the JSON property `shortName`
|
|
39993
|
+
# @return [String]
|
|
39994
|
+
attr_accessor :short_name
|
|
39995
|
+
|
|
39990
39996
|
def initialize(**args)
|
|
39991
39997
|
update!(**args)
|
|
39992
39998
|
end
|
|
@@ -39995,8 +40001,11 @@ module Google
|
|
|
39995
40001
|
def update!(**args)
|
|
39996
40002
|
@attachment_id = args[:attachment_id] if args.key?(:attachment_id)
|
|
39997
40003
|
@display_name = args[:display_name] if args.key?(:display_name)
|
|
40004
|
+
@excluded_folders = args[:excluded_folders] if args.key?(:excluded_folders)
|
|
40005
|
+
@excluded_projects = args[:excluded_projects] if args.key?(:excluded_projects)
|
|
39998
40006
|
@name = args[:name] if args.key?(:name)
|
|
39999
40007
|
@security_policy_id = args[:security_policy_id] if args.key?(:security_policy_id)
|
|
40008
|
+
@short_name = args[:short_name] if args.key?(:short_name)
|
|
40000
40009
|
end
|
|
40001
40010
|
end
|
|
40002
40011
|
|
|
@@ -42606,7 +42615,8 @@ module Google
|
|
|
42606
42615
|
include Google::Apis::Core::Hashable
|
|
42607
42616
|
|
|
42608
42617
|
# When the policy is SPECIFIC_LOCATIONS, snapshots will be stored in the
|
|
42609
|
-
# locations listed in this field. Keys are
|
|
42618
|
+
# locations listed in this field. Keys are Cloud Storage bucket locations. Only
|
|
42619
|
+
# one location can be specified.
|
|
42610
42620
|
# Corresponds to the JSON property `locations`
|
|
42611
42621
|
# @return [Hash<String,Google::Apis::ComputeBeta::SnapshotSettingsStorageLocationSettingsStorageLocationPreference>]
|
|
42612
42622
|
attr_accessor :locations
|
|
@@ -42631,7 +42641,8 @@ module Google
|
|
|
42631
42641
|
class SnapshotSettingsStorageLocationSettingsStorageLocationPreference
|
|
42632
42642
|
include Google::Apis::Core::Hashable
|
|
42633
42643
|
|
|
42634
|
-
# Name of the location. It should be one of the
|
|
42644
|
+
# Name of the location. It should be one of the Cloud Storage buckets. Only one
|
|
42645
|
+
# location can be specified.
|
|
42635
42646
|
# Corresponds to the JSON property `name`
|
|
42636
42647
|
# @return [String]
|
|
42637
42648
|
attr_accessor :name
|
|
@@ -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.101.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
|
-
GENERATOR_VERSION = "0.
|
|
22
|
+
GENERATOR_VERSION = "0.15.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20240507"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -244,12 +244,6 @@ module Google
|
|
|
244
244
|
include Google::Apis::Core::JsonObjectSupport
|
|
245
245
|
end
|
|
246
246
|
|
|
247
|
-
class AuthorizationLoggingOptions
|
|
248
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
249
|
-
|
|
250
|
-
include Google::Apis::Core::JsonObjectSupport
|
|
251
|
-
end
|
|
252
|
-
|
|
253
247
|
class Autoscaler
|
|
254
248
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
255
249
|
|
|
@@ -7402,13 +7396,6 @@ module Google
|
|
|
7402
7396
|
end
|
|
7403
7397
|
end
|
|
7404
7398
|
|
|
7405
|
-
class AuthorizationLoggingOptions
|
|
7406
|
-
# @private
|
|
7407
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
|
7408
|
-
property :permission_type, as: 'permissionType'
|
|
7409
|
-
end
|
|
7410
|
-
end
|
|
7411
|
-
|
|
7412
7399
|
class Autoscaler
|
|
7413
7400
|
# @private
|
|
7414
7401
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -12513,8 +12500,6 @@ module Google
|
|
|
12513
12500
|
class LogConfigCloudAuditOptions
|
|
12514
12501
|
# @private
|
|
12515
12502
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
12516
|
-
property :authorization_logging_options, as: 'authorizationLoggingOptions', class: Google::Apis::ComputeBeta::AuthorizationLoggingOptions, decorator: Google::Apis::ComputeBeta::AuthorizationLoggingOptions::Representation
|
|
12517
|
-
|
|
12518
12503
|
property :log_name, as: 'logName'
|
|
12519
12504
|
end
|
|
12520
12505
|
end
|
|
@@ -16646,6 +16631,7 @@ module Google
|
|
|
16646
16631
|
|
|
16647
16632
|
property :self_link, as: 'selfLink'
|
|
16648
16633
|
property :self_link_with_id, as: 'selfLinkWithId'
|
|
16634
|
+
property :short_name, as: 'shortName'
|
|
16649
16635
|
property :type, as: 'type'
|
|
16650
16636
|
collection :user_defined_fields, as: 'userDefinedFields', class: Google::Apis::ComputeBeta::SecurityPolicyUserDefinedField, decorator: Google::Apis::ComputeBeta::SecurityPolicyUserDefinedField::Representation
|
|
16651
16637
|
|
|
@@ -16730,8 +16716,11 @@ module Google
|
|
|
16730
16716
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
16731
16717
|
property :attachment_id, as: 'attachmentId'
|
|
16732
16718
|
property :display_name, as: 'displayName'
|
|
16719
|
+
collection :excluded_folders, as: 'excludedFolders'
|
|
16720
|
+
collection :excluded_projects, as: 'excludedProjects'
|
|
16733
16721
|
property :name, as: 'name'
|
|
16734
16722
|
property :security_policy_id, as: 'securityPolicyId'
|
|
16723
|
+
property :short_name, as: 'shortName'
|
|
16735
16724
|
end
|
|
16736
16725
|
end
|
|
16737
16726
|
|
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.101.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: 2024-
|
|
11
|
+
date: 2024-05-19 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.
|
|
19
|
+
version: 0.15.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.
|
|
29
|
+
version: 0.15.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_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.101.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: []
|