google-apis-compute_beta 0.45.0 → 0.46.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f8e258a53d7779f50f67bb3df41d8fdcd7ae0b79194e01cd01422b310685cc64
|
4
|
+
data.tar.gz: b73ec01af51e83420bb7a2654d404b81623bc5e1ec565bdc77e8b29ef29c5b6f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f2aa940128161fa251cc07a1a35e3320d2702dd1bb48baefba557c6dec6434eee09f25094ef202701284504247ecf24162107948b00aa68699f06e603aeafbb3
|
7
|
+
data.tar.gz: c0eeab0332e0c2a38d1f97306b4343b7843627b9030b66f310ac4ca065b367b0e081029fc9008902e2a174895c8eda63199fa42ba2cf1d917702565a686d15b5
|
data/CHANGELOG.md
CHANGED
@@ -4659,25 +4659,28 @@ module Google
|
|
4659
4659
|
# anyone who is authenticated with a Google account or a service account. * `
|
4660
4660
|
# user:`emailid``: An email address that represents a specific Google account.
|
4661
4661
|
# For example, `alice@example.com` . * `serviceAccount:`emailid``: An email
|
4662
|
-
# address that represents a service account. For example, `my-other-app@
|
4663
|
-
# gserviceaccount.com`. * `
|
4664
|
-
#
|
4665
|
-
#
|
4666
|
-
#
|
4667
|
-
#
|
4668
|
-
#
|
4669
|
-
#
|
4670
|
-
#
|
4671
|
-
#
|
4672
|
-
#
|
4673
|
-
# emailid
|
4674
|
-
#
|
4675
|
-
#
|
4676
|
-
#
|
4677
|
-
#
|
4678
|
-
#
|
4679
|
-
#
|
4680
|
-
#
|
4662
|
+
# address that represents a Google service account. For example, `my-other-app@
|
4663
|
+
# appspot.gserviceaccount.com`. * `serviceAccount:`projectid`.svc.id.goog[`
|
4664
|
+
# namespace`/`kubernetes-sa`]`: An identifier for a [Kubernetes service account](
|
4665
|
+
# https://cloud.google.com/kubernetes-engine/docs/how-to/kubernetes-service-
|
4666
|
+
# accounts). For example, `my-project.svc.id.goog[my-namespace/my-kubernetes-sa]`
|
4667
|
+
# . * `group:`emailid``: An email address that represents a Google group. For
|
4668
|
+
# example, `admins@example.com`. * `deleted:user:`emailid`?uid=`uniqueid``: An
|
4669
|
+
# email address (plus unique identifier) representing a user that has been
|
4670
|
+
# recently deleted. For example, `alice@example.com?uid=123456789012345678901`.
|
4671
|
+
# If the user is recovered, this value reverts to `user:`emailid`` and the
|
4672
|
+
# recovered user retains the role in the binding. * `deleted:serviceAccount:`
|
4673
|
+
# emailid`?uid=`uniqueid``: An email address (plus unique identifier)
|
4674
|
+
# representing a service account that has been recently deleted. For example, `
|
4675
|
+
# my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`. If the
|
4676
|
+
# service account is undeleted, this value reverts to `serviceAccount:`emailid``
|
4677
|
+
# and the undeleted service account retains the role in the binding. * `deleted:
|
4678
|
+
# group:`emailid`?uid=`uniqueid``: An email address (plus unique identifier)
|
4679
|
+
# representing a Google group that has been recently deleted. For example, `
|
4680
|
+
# admins@example.com?uid=123456789012345678901`. If the group is recovered, this
|
4681
|
+
# value reverts to `group:`emailid`` and the recovered group retains the role in
|
4682
|
+
# the binding. * `domain:`domain``: The G Suite domain (primary) that represents
|
4683
|
+
# all the users of that domain. For example, `google.com` or `example.com`.
|
4681
4684
|
# Corresponds to the JSON property `members`
|
4682
4685
|
# @return [Array<String>]
|
4683
4686
|
attr_accessor :members
|
@@ -20888,6 +20891,12 @@ module Google
|
|
20888
20891
|
# @return [String]
|
20889
20892
|
attr_accessor :network_endpoint_type
|
20890
20893
|
|
20894
|
+
# All data that is specifically relevant to only network endpoint groups of type
|
20895
|
+
# PRIVATE_SERVICE_CONNECT.
|
20896
|
+
# Corresponds to the JSON property `pscData`
|
20897
|
+
# @return [Google::Apis::ComputeBeta::NetworkEndpointGroupPscData]
|
20898
|
+
attr_accessor :psc_data
|
20899
|
+
|
20891
20900
|
# The target service url used to set up private service connection to a Google
|
20892
20901
|
# API or a PSC Producer Service Attachment. An example value is: "asia-
|
20893
20902
|
# northeast3-cloudkms.googleapis.com"
|
@@ -20948,6 +20957,7 @@ module Google
|
|
20948
20957
|
@name = args[:name] if args.key?(:name)
|
20949
20958
|
@network = args[:network] if args.key?(:network)
|
20950
20959
|
@network_endpoint_type = args[:network_endpoint_type] if args.key?(:network_endpoint_type)
|
20960
|
+
@psc_data = args[:psc_data] if args.key?(:psc_data)
|
20951
20961
|
@psc_target_service = args[:psc_target_service] if args.key?(:psc_target_service)
|
20952
20962
|
@region = args[:region] if args.key?(:region)
|
20953
20963
|
@self_link = args[:self_link] if args.key?(:self_link)
|
@@ -21361,6 +21371,39 @@ module Google
|
|
21361
21371
|
end
|
21362
21372
|
end
|
21363
21373
|
|
21374
|
+
# All data that is specifically relevant to only network endpoint groups of type
|
21375
|
+
# PRIVATE_SERVICE_CONNECT.
|
21376
|
+
class NetworkEndpointGroupPscData
|
21377
|
+
include Google::Apis::Core::Hashable
|
21378
|
+
|
21379
|
+
# [Output Only] Address allocated from given subnetwork for PSC. This IP address
|
21380
|
+
# acts as a VIP for a PSC NEG, allowing it to act as an endpoint in L7 PSC-XLB.
|
21381
|
+
# Corresponds to the JSON property `consumerPscAddress`
|
21382
|
+
# @return [String]
|
21383
|
+
attr_accessor :consumer_psc_address
|
21384
|
+
|
21385
|
+
# [Output Only] The PSC connection id of the PSC Network Endpoint Group Consumer.
|
21386
|
+
# Corresponds to the JSON property `pscConnectionId`
|
21387
|
+
# @return [Fixnum]
|
21388
|
+
attr_accessor :psc_connection_id
|
21389
|
+
|
21390
|
+
# [Output Only] The connection status of the PSC Forwarding Rule.
|
21391
|
+
# Corresponds to the JSON property `pscConnectionStatus`
|
21392
|
+
# @return [String]
|
21393
|
+
attr_accessor :psc_connection_status
|
21394
|
+
|
21395
|
+
def initialize(**args)
|
21396
|
+
update!(**args)
|
21397
|
+
end
|
21398
|
+
|
21399
|
+
# Update properties of this object
|
21400
|
+
def update!(**args)
|
21401
|
+
@consumer_psc_address = args[:consumer_psc_address] if args.key?(:consumer_psc_address)
|
21402
|
+
@psc_connection_id = args[:psc_connection_id] if args.key?(:psc_connection_id)
|
21403
|
+
@psc_connection_status = args[:psc_connection_status] if args.key?(:psc_connection_status)
|
21404
|
+
end
|
21405
|
+
end
|
21406
|
+
|
21364
21407
|
# Configuration for a serverless network endpoint group (NEG). The platform must
|
21365
21408
|
# be provided. Note: The target backend service must be in the same project and
|
21366
21409
|
# located in the same region as the Serverless NEG.
|
@@ -28988,6 +29031,13 @@ module Google
|
|
28988
29031
|
# @return [String]
|
28989
29032
|
attr_accessor :name
|
28990
29033
|
|
29034
|
+
# Resource policies to be added to this reservation. The key is defined by user,
|
29035
|
+
# and the value is resource policy url. This is to define placement policy with
|
29036
|
+
# reservation.
|
29037
|
+
# Corresponds to the JSON property `resourcePolicies`
|
29038
|
+
# @return [Hash<String,String>]
|
29039
|
+
attr_accessor :resource_policies
|
29040
|
+
|
28991
29041
|
# [Output Only] Reserved for future use.
|
28992
29042
|
# Corresponds to the JSON property `satisfiesPzs`
|
28993
29043
|
# @return [Boolean]
|
@@ -29041,6 +29091,7 @@ module Google
|
|
29041
29091
|
@id = args[:id] if args.key?(:id)
|
29042
29092
|
@kind = args[:kind] if args.key?(:kind)
|
29043
29093
|
@name = args[:name] if args.key?(:name)
|
29094
|
+
@resource_policies = args[:resource_policies] if args.key?(:resource_policies)
|
29044
29095
|
@satisfies_pzs = args[:satisfies_pzs] if args.key?(:satisfies_pzs)
|
29045
29096
|
@self_link = args[:self_link] if args.key?(:self_link)
|
29046
29097
|
@share_settings = args[:share_settings] if args.key?(:share_settings)
|
@@ -33565,6 +33616,13 @@ module Google
|
|
33565
33616
|
# @return [Google::Apis::ComputeBeta::SecurityPolicyRuleMatcher]
|
33566
33617
|
attr_accessor :match
|
33567
33618
|
|
33619
|
+
# Preconfigured WAF configuration to be applied for the rule. If the rule does
|
33620
|
+
# not evaluate preconfigured WAF rules, i.e., if evaluatePreconfiguredWaf() is
|
33621
|
+
# not used, this field will have no effect.
|
33622
|
+
# Corresponds to the JSON property `preconfiguredWafConfig`
|
33623
|
+
# @return [Google::Apis::ComputeBeta::SecurityPolicyRulePreconfiguredWafConfig]
|
33624
|
+
attr_accessor :preconfigured_waf_config
|
33625
|
+
|
33568
33626
|
# If set to true, the specified action is not enforced.
|
33569
33627
|
# Corresponds to the JSON property `preview`
|
33570
33628
|
# @return [Boolean]
|
@@ -33631,6 +33689,7 @@ module Google
|
|
33631
33689
|
@header_action = args[:header_action] if args.key?(:header_action)
|
33632
33690
|
@kind = args[:kind] if args.key?(:kind)
|
33633
33691
|
@match = args[:match] if args.key?(:match)
|
33692
|
+
@preconfigured_waf_config = args[:preconfigured_waf_config] if args.key?(:preconfigured_waf_config)
|
33634
33693
|
@preview = args[:preview] if args.key?(:preview)
|
33635
33694
|
@priority = args[:priority] if args.key?(:priority)
|
33636
33695
|
@rate_limit_options = args[:rate_limit_options] if args.key?(:rate_limit_options)
|
@@ -33802,6 +33861,107 @@ module Google
|
|
33802
33861
|
end
|
33803
33862
|
end
|
33804
33863
|
|
33864
|
+
#
|
33865
|
+
class SecurityPolicyRulePreconfiguredWafConfig
|
33866
|
+
include Google::Apis::Core::Hashable
|
33867
|
+
|
33868
|
+
# A list of exclusions to apply during preconfigured WAF evaluation.
|
33869
|
+
# Corresponds to the JSON property `exclusions`
|
33870
|
+
# @return [Array<Google::Apis::ComputeBeta::SecurityPolicyRulePreconfiguredWafConfigExclusion>]
|
33871
|
+
attr_accessor :exclusions
|
33872
|
+
|
33873
|
+
def initialize(**args)
|
33874
|
+
update!(**args)
|
33875
|
+
end
|
33876
|
+
|
33877
|
+
# Update properties of this object
|
33878
|
+
def update!(**args)
|
33879
|
+
@exclusions = args[:exclusions] if args.key?(:exclusions)
|
33880
|
+
end
|
33881
|
+
end
|
33882
|
+
|
33883
|
+
#
|
33884
|
+
class SecurityPolicyRulePreconfiguredWafConfigExclusion
|
33885
|
+
include Google::Apis::Core::Hashable
|
33886
|
+
|
33887
|
+
# A list of request cookie names whose value will be excluded from inspection
|
33888
|
+
# during preconfigured WAF evaluation.
|
33889
|
+
# Corresponds to the JSON property `requestCookiesToExclude`
|
33890
|
+
# @return [Array<Google::Apis::ComputeBeta::SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams>]
|
33891
|
+
attr_accessor :request_cookies_to_exclude
|
33892
|
+
|
33893
|
+
# A list of request header names whose value will be excluded from inspection
|
33894
|
+
# during preconfigured WAF evaluation.
|
33895
|
+
# Corresponds to the JSON property `requestHeadersToExclude`
|
33896
|
+
# @return [Array<Google::Apis::ComputeBeta::SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams>]
|
33897
|
+
attr_accessor :request_headers_to_exclude
|
33898
|
+
|
33899
|
+
# A list of request query parameter names whose value will be excluded from
|
33900
|
+
# inspection during preconfigured WAF evaluation. Note that the parameter can be
|
33901
|
+
# in the query string or in the POST body.
|
33902
|
+
# Corresponds to the JSON property `requestQueryParamsToExclude`
|
33903
|
+
# @return [Array<Google::Apis::ComputeBeta::SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams>]
|
33904
|
+
attr_accessor :request_query_params_to_exclude
|
33905
|
+
|
33906
|
+
# A list of request URIs from the request line to be excluded from inspection
|
33907
|
+
# during preconfigured WAF evaluation. When specifying this field, the query or
|
33908
|
+
# fragment part should be excluded.
|
33909
|
+
# Corresponds to the JSON property `requestUrisToExclude`
|
33910
|
+
# @return [Array<Google::Apis::ComputeBeta::SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams>]
|
33911
|
+
attr_accessor :request_uris_to_exclude
|
33912
|
+
|
33913
|
+
# A list of target rule IDs under the WAF rule set to apply the preconfigured
|
33914
|
+
# WAF exclusion. If omitted, it refers to all the rule IDs under the WAF rule
|
33915
|
+
# set.
|
33916
|
+
# Corresponds to the JSON property `targetRuleIds`
|
33917
|
+
# @return [Array<String>]
|
33918
|
+
attr_accessor :target_rule_ids
|
33919
|
+
|
33920
|
+
# Target WAF rule set to apply the preconfigured WAF exclusion.
|
33921
|
+
# Corresponds to the JSON property `targetRuleSet`
|
33922
|
+
# @return [String]
|
33923
|
+
attr_accessor :target_rule_set
|
33924
|
+
|
33925
|
+
def initialize(**args)
|
33926
|
+
update!(**args)
|
33927
|
+
end
|
33928
|
+
|
33929
|
+
# Update properties of this object
|
33930
|
+
def update!(**args)
|
33931
|
+
@request_cookies_to_exclude = args[:request_cookies_to_exclude] if args.key?(:request_cookies_to_exclude)
|
33932
|
+
@request_headers_to_exclude = args[:request_headers_to_exclude] if args.key?(:request_headers_to_exclude)
|
33933
|
+
@request_query_params_to_exclude = args[:request_query_params_to_exclude] if args.key?(:request_query_params_to_exclude)
|
33934
|
+
@request_uris_to_exclude = args[:request_uris_to_exclude] if args.key?(:request_uris_to_exclude)
|
33935
|
+
@target_rule_ids = args[:target_rule_ids] if args.key?(:target_rule_ids)
|
33936
|
+
@target_rule_set = args[:target_rule_set] if args.key?(:target_rule_set)
|
33937
|
+
end
|
33938
|
+
end
|
33939
|
+
|
33940
|
+
#
|
33941
|
+
class SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams
|
33942
|
+
include Google::Apis::Core::Hashable
|
33943
|
+
|
33944
|
+
# The match operator for the field.
|
33945
|
+
# Corresponds to the JSON property `op`
|
33946
|
+
# @return [String]
|
33947
|
+
attr_accessor :op
|
33948
|
+
|
33949
|
+
# The value of the field.
|
33950
|
+
# Corresponds to the JSON property `val`
|
33951
|
+
# @return [String]
|
33952
|
+
attr_accessor :val
|
33953
|
+
|
33954
|
+
def initialize(**args)
|
33955
|
+
update!(**args)
|
33956
|
+
end
|
33957
|
+
|
33958
|
+
# Update properties of this object
|
33959
|
+
def update!(**args)
|
33960
|
+
@op = args[:op] if args.key?(:op)
|
33961
|
+
@val = args[:val] if args.key?(:val)
|
33962
|
+
end
|
33963
|
+
end
|
33964
|
+
|
33805
33965
|
#
|
33806
33966
|
class SecurityPolicyRuleRateLimitOptions
|
33807
33967
|
include Google::Apis::Core::Hashable
|
@@ -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.46.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.9.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20220809"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -2632,6 +2632,12 @@ module Google
|
|
2632
2632
|
include Google::Apis::Core::JsonObjectSupport
|
2633
2633
|
end
|
2634
2634
|
|
2635
|
+
class NetworkEndpointGroupPscData
|
2636
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2637
|
+
|
2638
|
+
include Google::Apis::Core::JsonObjectSupport
|
2639
|
+
end
|
2640
|
+
|
2635
2641
|
class NetworkEndpointGroupServerlessDeployment
|
2636
2642
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2637
2643
|
|
@@ -4390,6 +4396,24 @@ module Google
|
|
4390
4396
|
include Google::Apis::Core::JsonObjectSupport
|
4391
4397
|
end
|
4392
4398
|
|
4399
|
+
class SecurityPolicyRulePreconfiguredWafConfig
|
4400
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4401
|
+
|
4402
|
+
include Google::Apis::Core::JsonObjectSupport
|
4403
|
+
end
|
4404
|
+
|
4405
|
+
class SecurityPolicyRulePreconfiguredWafConfigExclusion
|
4406
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4407
|
+
|
4408
|
+
include Google::Apis::Core::JsonObjectSupport
|
4409
|
+
end
|
4410
|
+
|
4411
|
+
class SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams
|
4412
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4413
|
+
|
4414
|
+
include Google::Apis::Core::JsonObjectSupport
|
4415
|
+
end
|
4416
|
+
|
4393
4417
|
class SecurityPolicyRuleRateLimitOptions
|
4394
4418
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4395
4419
|
|
@@ -10725,6 +10749,8 @@ module Google
|
|
10725
10749
|
property :name, as: 'name'
|
10726
10750
|
property :network, as: 'network'
|
10727
10751
|
property :network_endpoint_type, as: 'networkEndpointType'
|
10752
|
+
property :psc_data, as: 'pscData', class: Google::Apis::ComputeBeta::NetworkEndpointGroupPscData, decorator: Google::Apis::ComputeBeta::NetworkEndpointGroupPscData::Representation
|
10753
|
+
|
10728
10754
|
property :psc_target_service, as: 'pscTargetService'
|
10729
10755
|
property :region, as: 'region'
|
10730
10756
|
property :self_link, as: 'selfLink'
|
@@ -10837,6 +10863,15 @@ module Google
|
|
10837
10863
|
end
|
10838
10864
|
end
|
10839
10865
|
|
10866
|
+
class NetworkEndpointGroupPscData
|
10867
|
+
# @private
|
10868
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10869
|
+
property :consumer_psc_address, as: 'consumerPscAddress'
|
10870
|
+
property :psc_connection_id, :numeric_string => true, as: 'pscConnectionId'
|
10871
|
+
property :psc_connection_status, as: 'pscConnectionStatus'
|
10872
|
+
end
|
10873
|
+
end
|
10874
|
+
|
10840
10875
|
class NetworkEndpointGroupServerlessDeployment
|
10841
10876
|
# @private
|
10842
10877
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -12833,6 +12868,7 @@ module Google
|
|
12833
12868
|
property :id, :numeric_string => true, as: 'id'
|
12834
12869
|
property :kind, as: 'kind'
|
12835
12870
|
property :name, as: 'name'
|
12871
|
+
hash :resource_policies, as: 'resourcePolicies'
|
12836
12872
|
property :satisfies_pzs, as: 'satisfiesPzs'
|
12837
12873
|
property :self_link, as: 'selfLink'
|
12838
12874
|
property :share_settings, as: 'shareSettings', class: Google::Apis::ComputeBeta::ShareSettings, decorator: Google::Apis::ComputeBeta::ShareSettings::Representation
|
@@ -13980,6 +14016,8 @@ module Google
|
|
13980
14016
|
property :kind, as: 'kind'
|
13981
14017
|
property :match, as: 'match', class: Google::Apis::ComputeBeta::SecurityPolicyRuleMatcher, decorator: Google::Apis::ComputeBeta::SecurityPolicyRuleMatcher::Representation
|
13982
14018
|
|
14019
|
+
property :preconfigured_waf_config, as: 'preconfiguredWafConfig', class: Google::Apis::ComputeBeta::SecurityPolicyRulePreconfiguredWafConfig, decorator: Google::Apis::ComputeBeta::SecurityPolicyRulePreconfiguredWafConfig::Representation
|
14020
|
+
|
13983
14021
|
property :preview, as: 'preview'
|
13984
14022
|
property :priority, as: 'priority'
|
13985
14023
|
property :rate_limit_options, as: 'rateLimitOptions', class: Google::Apis::ComputeBeta::SecurityPolicyRuleRateLimitOptions, decorator: Google::Apis::ComputeBeta::SecurityPolicyRuleRateLimitOptions::Representation
|
@@ -14038,6 +14076,38 @@ module Google
|
|
14038
14076
|
end
|
14039
14077
|
end
|
14040
14078
|
|
14079
|
+
class SecurityPolicyRulePreconfiguredWafConfig
|
14080
|
+
# @private
|
14081
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
14082
|
+
collection :exclusions, as: 'exclusions', class: Google::Apis::ComputeBeta::SecurityPolicyRulePreconfiguredWafConfigExclusion, decorator: Google::Apis::ComputeBeta::SecurityPolicyRulePreconfiguredWafConfigExclusion::Representation
|
14083
|
+
|
14084
|
+
end
|
14085
|
+
end
|
14086
|
+
|
14087
|
+
class SecurityPolicyRulePreconfiguredWafConfigExclusion
|
14088
|
+
# @private
|
14089
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
14090
|
+
collection :request_cookies_to_exclude, as: 'requestCookiesToExclude', class: Google::Apis::ComputeBeta::SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams, decorator: Google::Apis::ComputeBeta::SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams::Representation
|
14091
|
+
|
14092
|
+
collection :request_headers_to_exclude, as: 'requestHeadersToExclude', class: Google::Apis::ComputeBeta::SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams, decorator: Google::Apis::ComputeBeta::SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams::Representation
|
14093
|
+
|
14094
|
+
collection :request_query_params_to_exclude, as: 'requestQueryParamsToExclude', class: Google::Apis::ComputeBeta::SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams, decorator: Google::Apis::ComputeBeta::SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams::Representation
|
14095
|
+
|
14096
|
+
collection :request_uris_to_exclude, as: 'requestUrisToExclude', class: Google::Apis::ComputeBeta::SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams, decorator: Google::Apis::ComputeBeta::SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams::Representation
|
14097
|
+
|
14098
|
+
collection :target_rule_ids, as: 'targetRuleIds'
|
14099
|
+
property :target_rule_set, as: 'targetRuleSet'
|
14100
|
+
end
|
14101
|
+
end
|
14102
|
+
|
14103
|
+
class SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams
|
14104
|
+
# @private
|
14105
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
14106
|
+
property :op, as: 'op'
|
14107
|
+
property :val, as: 'val'
|
14108
|
+
end
|
14109
|
+
end
|
14110
|
+
|
14041
14111
|
class SecurityPolicyRuleRateLimitOptions
|
14042
14112
|
# @private
|
14043
14113
|
class Representation < Google::Apis::Core::JsonRepresentation
|
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.46.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-08-
|
11
|
+
date: 2022-08-15 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.46.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: []
|