google-apis-compute_v1 0.134.0 → 0.135.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: ac41e1bc3a45fa5b85b867dcdeb035f41cbb3e19acecdefecadc535cb92d735f
|
|
4
|
+
data.tar.gz: b2b686c14d5f768f09b805f7ac283b7c4ea4b6f4b4244c948ed421fe8f149490
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a06b66c26ce66edacb2b89d6cf5e5bf5514bf5276b2b9bbe23e50574803881eb970312171a598190dd6f2dfaaec61cc6b04e9f1edba76b2eeedc460b15f5b35a
|
|
7
|
+
data.tar.gz: 96521e3971c013974536a36354d16e27f99a4e3b48572d0a660587fcb14b947962f4bf1824921a458118f7ebf70db97fa27c2fd24148fadb26e8dbf18e047ece
|
data/CHANGELOG.md
CHANGED
|
@@ -15847,7 +15847,7 @@ module Google
|
|
|
15847
15847
|
# Only one of exactMatch, prefixMatch,suffixMatch, regexMatch,presentMatch or
|
|
15848
15848
|
# rangeMatch must be set.
|
|
15849
15849
|
# Regular expressions can only be used when the loadBalancingScheme is
|
|
15850
|
-
# set to INTERNAL_SELF_MANAGED.
|
|
15850
|
+
# set to INTERNAL_SELF_MANAGED, EXTERNAL_MANAGED orINTERNAL_MANAGED.
|
|
15851
15851
|
# Corresponds to the JSON property `regexMatch`
|
|
15852
15852
|
# @return [String]
|
|
15853
15853
|
attr_accessor :regex_match
|
|
@@ -16185,7 +16185,7 @@ module Google
|
|
|
16185
16185
|
# more information about regular expression syntax, see Syntax.
|
|
16186
16186
|
# Only one of presentMatch, exactMatch, orregexMatch must be set.
|
|
16187
16187
|
# Regular expressions can only be used when the loadBalancingScheme is
|
|
16188
|
-
# set to INTERNAL_SELF_MANAGED.
|
|
16188
|
+
# set to INTERNAL_SELF_MANAGED, EXTERNAL_MANAGED orINTERNAL_MANAGED.
|
|
16189
16189
|
# Corresponds to the JSON property `regexMatch`
|
|
16190
16190
|
# @return [String]
|
|
16191
16191
|
attr_accessor :regex_match
|
|
@@ -16552,7 +16552,8 @@ module Google
|
|
|
16552
16552
|
# any query parameters and anchor
|
|
16553
16553
|
# that may be part of the original URL.
|
|
16554
16554
|
# fullPathMatch must be from 1 to 1024 characters.
|
|
16555
|
-
# Only one of prefixMatch, fullPathMatch or
|
|
16555
|
+
# Only one of prefixMatch, fullPathMatch,regexMatch or path_template_match must
|
|
16556
|
+
# be
|
|
16556
16557
|
# specified.
|
|
16557
16558
|
# Corresponds to the JSON property `fullPathMatch`
|
|
16558
16559
|
# @return [String]
|
|
@@ -16616,7 +16617,9 @@ module Google
|
|
|
16616
16617
|
# For satisfying the matchRule condition, the request's
|
|
16617
16618
|
# path must begin with the specified prefixMatch.prefixMatch must begin with a /.
|
|
16618
16619
|
# The value must be from 1 to 1024 characters.
|
|
16619
|
-
# Only one of prefixMatch, fullPathMatch or
|
|
16620
|
+
# Only one of prefixMatch, fullPathMatch,regexMatch or path_template_match must
|
|
16621
|
+
# be
|
|
16622
|
+
# specified.
|
|
16620
16623
|
# specified.
|
|
16621
16624
|
# Corresponds to the JSON property `prefixMatch`
|
|
16622
16625
|
# @return [String]
|
|
@@ -16634,10 +16637,11 @@ module Google
|
|
|
16634
16637
|
# removing any query parameters and anchor
|
|
16635
16638
|
# supplied with the original URL. For
|
|
16636
16639
|
# more information about regular expression syntax, see Syntax.
|
|
16637
|
-
# Only one of prefixMatch, fullPathMatch
|
|
16640
|
+
# Only one of prefixMatch, fullPathMatch,regexMatch or path_template_match must
|
|
16641
|
+
# be
|
|
16638
16642
|
# specified.
|
|
16639
16643
|
# Regular expressions can only be used when the loadBalancingScheme is
|
|
16640
|
-
# set to INTERNAL_SELF_MANAGED.
|
|
16644
|
+
# set to INTERNAL_SELF_MANAGED, EXTERNAL_MANAGED orINTERNAL_MANAGED.
|
|
16641
16645
|
# Corresponds to the JSON property `regexMatch`
|
|
16642
16646
|
# @return [String]
|
|
16643
16647
|
attr_accessor :regex_match
|
|
@@ -47345,6 +47349,11 @@ module Google
|
|
|
47345
47349
|
# @return [String]
|
|
47346
47350
|
attr_accessor :name
|
|
47347
47351
|
|
|
47352
|
+
# [Output Only] The parent of the security policy.
|
|
47353
|
+
# Corresponds to the JSON property `parent`
|
|
47354
|
+
# @return [String]
|
|
47355
|
+
attr_accessor :parent
|
|
47356
|
+
|
|
47348
47357
|
#
|
|
47349
47358
|
# Corresponds to the JSON property `recaptchaOptionsConfig`
|
|
47350
47359
|
# @return [Google::Apis::ComputeV1::SecurityPolicyRecaptchaOptionsConfig]
|
|
@@ -47442,6 +47451,7 @@ module Google
|
|
|
47442
47451
|
@label_fingerprint = args[:label_fingerprint] if args.key?(:label_fingerprint)
|
|
47443
47452
|
@labels = args[:labels] if args.key?(:labels)
|
|
47444
47453
|
@name = args[:name] if args.key?(:name)
|
|
47454
|
+
@parent = args[:parent] if args.key?(:parent)
|
|
47445
47455
|
@recaptcha_options_config = args[:recaptcha_options_config] if args.key?(:recaptcha_options_config)
|
|
47446
47456
|
@region = args[:region] if args.key?(:region)
|
|
47447
47457
|
@rules = args[:rules] if args.key?(:rules)
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module ComputeV1
|
|
18
18
|
# Version of the google-apis-compute_v1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.135.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20251031"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -18526,6 +18526,7 @@ module Google
|
|
|
18526
18526
|
property :label_fingerprint, :base64 => true, as: 'labelFingerprint'
|
|
18527
18527
|
hash :labels, as: 'labels'
|
|
18528
18528
|
property :name, as: 'name'
|
|
18529
|
+
property :parent, as: 'parent'
|
|
18529
18530
|
property :recaptcha_options_config, as: 'recaptchaOptionsConfig', class: Google::Apis::ComputeV1::SecurityPolicyRecaptchaOptionsConfig, decorator: Google::Apis::ComputeV1::SecurityPolicyRecaptchaOptionsConfig::Representation
|
|
18530
18531
|
|
|
18531
18532
|
property :region, as: 'region'
|
|
@@ -27373,8 +27373,10 @@ module Google
|
|
|
27373
27373
|
# This has billing implications. Projects in the hierarchy with effective
|
|
27374
27374
|
# hierarchical security policies will be automatically enrolled into Cloud
|
|
27375
27375
|
# Armor Enterprise if not already enrolled.
|
|
27376
|
-
# Use
|
|
27377
|
-
#
|
|
27376
|
+
# Use this API to modify Cloud Armor policies. Previously, alpha and beta
|
|
27377
|
+
# versions of this API were used to modify firewall policies. This usage is
|
|
27378
|
+
# now disabled for most organizations. Use firewallPolicies.addAssociation
|
|
27379
|
+
# instead.
|
|
27378
27380
|
# @param [String] security_policy
|
|
27379
27381
|
# Name of the security policy to update.
|
|
27380
27382
|
# @param [Google::Apis::ComputeV1::SecurityPolicyAssociation] security_policy_association_object
|
|
@@ -27429,6 +27431,9 @@ module Google
|
|
|
27429
27431
|
end
|
|
27430
27432
|
|
|
27431
27433
|
# Inserts a rule into a security policy.
|
|
27434
|
+
# Use this API to modify Cloud Armor policies. Previously, alpha and beta
|
|
27435
|
+
# versions of this API were used to modify firewall policies. This usage is
|
|
27436
|
+
# now disabled for most organizations. Use firewallPolicies.addRule instead.
|
|
27432
27437
|
# @param [String] security_policy
|
|
27433
27438
|
# Name of the security policy to update.
|
|
27434
27439
|
# @param [Google::Apis::ComputeV1::SecurityPolicyRule] security_policy_rule_object
|
|
@@ -27478,8 +27483,10 @@ module Google
|
|
|
27478
27483
|
end
|
|
27479
27484
|
|
|
27480
27485
|
# Copies rules to the specified security policy.
|
|
27481
|
-
# Use
|
|
27482
|
-
#
|
|
27486
|
+
# Use this API to modify Cloud Armor policies. Previously, alpha and beta
|
|
27487
|
+
# versions of this API were used to modify firewall policies. This usage is
|
|
27488
|
+
# now disabled for most organizations. Use firewallPolicies.cloneRules
|
|
27489
|
+
# instead.
|
|
27483
27490
|
# @param [String] security_policy
|
|
27484
27491
|
# Name of the security policy to update.
|
|
27485
27492
|
# @param [String] request_id
|
|
@@ -27529,8 +27536,9 @@ module Google
|
|
|
27529
27536
|
end
|
|
27530
27537
|
|
|
27531
27538
|
# Deletes the specified policy.
|
|
27532
|
-
# Use
|
|
27533
|
-
#
|
|
27539
|
+
# Use this API to remove Cloud Armor policies. Previously, alpha and beta
|
|
27540
|
+
# versions of this API were used to remove firewall policies. This usage is
|
|
27541
|
+
# now disabled for most organizations. Use firewallPolicies.delete instead.
|
|
27534
27542
|
# @param [String] security_policy
|
|
27535
27543
|
# Name of the security policy to delete.
|
|
27536
27544
|
# @param [String] request_id
|
|
@@ -27577,8 +27585,9 @@ module Google
|
|
|
27577
27585
|
end
|
|
27578
27586
|
|
|
27579
27587
|
# List all of the ordered rules present in a single specified policy.
|
|
27580
|
-
# Use
|
|
27581
|
-
#
|
|
27588
|
+
# Use this API to read Cloud Armor policies. Previously, alpha and beta
|
|
27589
|
+
# versions of this API were used to read firewall policies. This usage is now
|
|
27590
|
+
# disabled for most organizations. Use firewallPolicies.get instead.
|
|
27582
27591
|
# @param [String] security_policy
|
|
27583
27592
|
# Name of the security policy to get.
|
|
27584
27593
|
# @param [String] fields
|
|
@@ -27612,8 +27621,10 @@ module Google
|
|
|
27612
27621
|
end
|
|
27613
27622
|
|
|
27614
27623
|
# Gets an association with the specified name.
|
|
27615
|
-
# Use
|
|
27616
|
-
#
|
|
27624
|
+
# Use this API to read Cloud Armor policies. Previously, alpha and beta
|
|
27625
|
+
# versions of this API were used to read firewall policies. This usage is
|
|
27626
|
+
# now disabled for most organizations. Use firewallPolicies.getAssociation
|
|
27627
|
+
# instead.
|
|
27617
27628
|
# @param [String] security_policy
|
|
27618
27629
|
# Name of the security policy to which the queried rule belongs.
|
|
27619
27630
|
# @param [String] name
|
|
@@ -27650,8 +27661,9 @@ module Google
|
|
|
27650
27661
|
end
|
|
27651
27662
|
|
|
27652
27663
|
# Gets a rule at the specified priority.
|
|
27653
|
-
# Use
|
|
27654
|
-
#
|
|
27664
|
+
# Use this API to read Cloud Armor policies. Previously, alpha and beta
|
|
27665
|
+
# versions of this API were used to read firewall policies. This usage is now
|
|
27666
|
+
# disabled for most organizations. Use firewallPolicies.getRule instead.
|
|
27655
27667
|
# @param [String] security_policy
|
|
27656
27668
|
# Name of the security policy to which the queried rule belongs.
|
|
27657
27669
|
# @param [Fixnum] priority
|
|
@@ -27689,8 +27701,9 @@ module Google
|
|
|
27689
27701
|
|
|
27690
27702
|
# Creates a new policy in the specified organization using the data included
|
|
27691
27703
|
# in the request.
|
|
27692
|
-
# Use
|
|
27693
|
-
#
|
|
27704
|
+
# Use this API to add Cloud Armor policies. Previously, alpha and beta
|
|
27705
|
+
# versions of this API were used to add firewall policies. This usage is now
|
|
27706
|
+
# disabled for most organizations. Use firewallPolicies.insert instead.
|
|
27694
27707
|
# @param [Google::Apis::ComputeV1::SecurityPolicy] security_policy_object
|
|
27695
27708
|
# @param [String] parent_id
|
|
27696
27709
|
# Parent ID for this request. The ID can be either be "folders/[FOLDER_ID]"
|
|
@@ -27743,8 +27756,9 @@ module Google
|
|
|
27743
27756
|
|
|
27744
27757
|
# List all the policies that have been configured for the specified
|
|
27745
27758
|
# organization.
|
|
27746
|
-
# Use
|
|
27747
|
-
#
|
|
27759
|
+
# Use this API to read Cloud Armor policies. Previously, alpha and beta
|
|
27760
|
+
# versions of this API were used to read firewall policies. This usage is now
|
|
27761
|
+
# disabled for most organizations. Use firewallPolicies.list instead.
|
|
27748
27762
|
# @param [String] filter
|
|
27749
27763
|
# A filter expression that filters resources listed in the response. Most
|
|
27750
27764
|
# Compute resources support two types of filter expressions:
|
|
@@ -27859,8 +27873,10 @@ module Google
|
|
|
27859
27873
|
end
|
|
27860
27874
|
|
|
27861
27875
|
# Lists associations of a specified target, i.e., organization or folder.
|
|
27862
|
-
# Use
|
|
27863
|
-
#
|
|
27876
|
+
# Use this API to read Cloud Armor policies. Previously, alpha and beta
|
|
27877
|
+
# versions of this API were used to read firewall policies. This usage is
|
|
27878
|
+
# now disabled for most organizations. Use firewallPolicies.listAssociations
|
|
27879
|
+
# instead.
|
|
27864
27880
|
# @param [String] target_resource
|
|
27865
27881
|
# The target resource to list associations. It is an organization, or a
|
|
27866
27882
|
# folder.
|
|
@@ -28010,8 +28026,9 @@ module Google
|
|
|
28010
28026
|
end
|
|
28011
28027
|
|
|
28012
28028
|
# Moves the specified security policy.
|
|
28013
|
-
# Use
|
|
28014
|
-
#
|
|
28029
|
+
# Use this API to modify Cloud Armor policies. Previously, alpha and beta
|
|
28030
|
+
# versions of this API were used to modify firewall policies. This usage is
|
|
28031
|
+
# now disabled for most organizations. Use firewallPolicies.move instead.
|
|
28015
28032
|
# @param [String] security_policy
|
|
28016
28033
|
# Name of the security policy to update.
|
|
28017
28034
|
# @param [String] parent_id
|
|
@@ -28061,8 +28078,9 @@ module Google
|
|
|
28061
28078
|
end
|
|
28062
28079
|
|
|
28063
28080
|
# Patches the specified policy with the data included in the request.
|
|
28064
|
-
# Use
|
|
28065
|
-
#
|
|
28081
|
+
# Use this API to modify Cloud Armor policies. Previously, alpha and beta
|
|
28082
|
+
# versions of this API were used to modify firewall policies. This usage is
|
|
28083
|
+
# now disabled for most organizations. Use firewallPolicies.patch instead.
|
|
28066
28084
|
# @param [String] security_policy
|
|
28067
28085
|
# Name of the security policy to update.
|
|
28068
28086
|
# @param [Google::Apis::ComputeV1::SecurityPolicy] security_policy_object
|
|
@@ -28112,8 +28130,10 @@ module Google
|
|
|
28112
28130
|
end
|
|
28113
28131
|
|
|
28114
28132
|
# Patches a rule at the specified priority.
|
|
28115
|
-
# Use
|
|
28116
|
-
#
|
|
28133
|
+
# Use this API to modify Cloud Armor policies. Previously, alpha and beta
|
|
28134
|
+
# versions of this API were used to modify firewall policies. This usage is
|
|
28135
|
+
# now disabled for most organizations. Use firewallPolicies.patchRule
|
|
28136
|
+
# instead.
|
|
28117
28137
|
# @param [String] security_policy
|
|
28118
28138
|
# Name of the security policy to update.
|
|
28119
28139
|
# @param [Google::Apis::ComputeV1::SecurityPolicyRule] security_policy_rule_object
|
|
@@ -28166,8 +28186,10 @@ module Google
|
|
|
28166
28186
|
end
|
|
28167
28187
|
|
|
28168
28188
|
# Removes an association for the specified security policy.
|
|
28169
|
-
# Use
|
|
28170
|
-
#
|
|
28189
|
+
# Use this API to modify Cloud Armor policies. Previously, alpha and beta
|
|
28190
|
+
# versions of this API were used to modify firewall policies. This usage is
|
|
28191
|
+
# now disabled for most organizations. Use firewallPolicies.removeAssociation
|
|
28192
|
+
# instead.
|
|
28171
28193
|
# @param [String] security_policy
|
|
28172
28194
|
# Name of the security policy to update.
|
|
28173
28195
|
# @param [String] name
|
|
@@ -28217,6 +28239,10 @@ module Google
|
|
|
28217
28239
|
end
|
|
28218
28240
|
|
|
28219
28241
|
# Deletes a rule at the specified priority.
|
|
28242
|
+
# Use this API to modify Cloud Armor policies. Previously, alpha and beta
|
|
28243
|
+
# versions of this API were used to modify firewall policies. This usage is
|
|
28244
|
+
# now disabled for most organizations. Use firewallPolicies.removeRule
|
|
28245
|
+
# instead.
|
|
28220
28246
|
# @param [String] security_policy
|
|
28221
28247
|
# Name of the security policy to update.
|
|
28222
28248
|
# @param [Fixnum] priority
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-compute_v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.135.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
@@ -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-compute_v1/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-compute_v1/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-compute_v1/v0.135.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-compute_v1
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|