google-apis-networksecurity_v1beta1 0.35.0 → 0.37.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: 3e2af42ea79f82fe4c867c951787837db131658381ba96f835e9bf855dcf7e44
4
- data.tar.gz: 6a3f2fe5edf7ffc82fa8266bda3155bd7bb21f4f3122e8a8929fc06acd79b5e8
3
+ metadata.gz: 784701c515a9c21a648daa0935630d714433cc37fb0daf11b4de2d4a87188aa8
4
+ data.tar.gz: '05815c96be2d222f9429633280c86e4456794fcc15cbc1625665c9bef5415301'
5
5
  SHA512:
6
- metadata.gz: 552b71a585bcda137c8720904314d63e356bda48614a9887d621043a6360509a774fcb2942027dbb0e12025082ed5905ec72d660e18858e9ebef8abebf971bbd
7
- data.tar.gz: 4d916d959cd62aec59e51e0312f54ee802a30818bda77d460d4886220472caa24eda5f58047aa29d4fc86d68eb2d50073cd038e661f56b0faea18caae4507af2
6
+ metadata.gz: 7a0c9efb89f665c1a8b8b995fb360bae45d1290d5663040018234574f5c36395079021e1fdd5ac340a62a65648f294919560831fa08f139b37f279a3c1d4b10b
7
+ data.tar.gz: f01da867ea22a5ca0689f685f9df3b5dec104983936ac245bc9261e934615011ddb9c70c45b11667a1a9b44a7905c6551491c22d5d1ae44b29b7ff93ce4bdd49
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-networksecurity_v1beta1
2
2
 
3
+ ### v0.37.0 (2024-07-25)
4
+
5
+ * Regenerated from discovery document revision 20240626
6
+
7
+ ### v0.36.0 (2024-05-19)
8
+
9
+ * Regenerated from discovery document revision 20240505
10
+ * Regenerated using generator version 0.15.0
11
+
3
12
  ### v0.35.0 (2024-03-10)
4
13
 
5
14
  * Regenerated from discovery document revision 20240229
@@ -92,6 +92,11 @@ module Google
92
92
  # @return [String]
93
93
  attr_accessor :name
94
94
 
95
+ # Optional. List of supported purposes of the Address Group.
96
+ # Corresponds to the JSON property `purpose`
97
+ # @return [Array<String>]
98
+ attr_accessor :purpose
99
+
95
100
  # Output only. Server-defined fully-qualified URL for this resource.
96
101
  # Corresponds to the JSON property `selfLink`
97
102
  # @return [String]
@@ -119,6 +124,7 @@ module Google
119
124
  @items = args[:items] if args.key?(:items)
120
125
  @labels = args[:labels] if args.key?(:labels)
121
126
  @name = args[:name] if args.key?(:name)
127
+ @purpose = args[:purpose] if args.key?(:purpose)
122
128
  @self_link = args[:self_link] if args.key?(:self_link)
123
129
  @type = args[:type] if args.key?(:type)
124
130
  @update_time = args[:update_time] if args.key?(:update_time)
@@ -1707,8 +1713,8 @@ module Google
1707
1713
  class MtlsPolicy
1708
1714
  include Google::Apis::Core::Hashable
1709
1715
 
1710
- # Required if the policy is to be used with Traffic Director. For external HTTPS
1711
- # load balancers it must be empty. Defines the mechanism to obtain the
1716
+ # Required if the policy is to be used with Traffic Director. For Application
1717
+ # Load Balancers it must be empty. Defines the mechanism to obtain the
1712
1718
  # Certificate Authority certificate to validate the client certificate.
1713
1719
  # Corresponds to the JSON property `clientValidationCa`
1714
1720
  # @return [Array<Google::Apis::NetworksecurityV1beta1::ValidationCa>]
@@ -1716,8 +1722,8 @@ module Google
1716
1722
 
1717
1723
  # When the client presents an invalid certificate or no certificate to the load
1718
1724
  # balancer, the `client_validation_mode` specifies how the client connection is
1719
- # handled. Required if the policy is to be used with the external HTTPS load
1720
- # balancing. For Traffic Director it must be empty.
1725
+ # handled. Required if the policy is to be used with the Application Load
1726
+ # Balancers. For Traffic Director it must be empty.
1721
1727
  # Corresponds to the JSON property `clientValidationMode`
1722
1728
  # @return [String]
1723
1729
  attr_accessor :client_validation_mode
@@ -1725,7 +1731,7 @@ module Google
1725
1731
  # Reference to the TrustConfig from certificatemanager.googleapis.com namespace.
1726
1732
  # If specified, the chain validation will be performed against certificates
1727
1733
  # configured in the given TrustConfig. Allowed only if the policy is to be used
1728
- # with external HTTPS load balancers.
1734
+ # with Application Load Balancers.
1729
1735
  # Corresponds to the JSON property `clientValidationTrustConfig`
1730
1736
  # @return [String]
1731
1737
  attr_accessor :client_validation_trust_config
@@ -1930,7 +1936,7 @@ module Google
1930
1936
  end
1931
1937
 
1932
1938
  # SecurityProfile is a resource that defines the behavior for one of many
1933
- # ProfileTypes. Next ID: 9
1939
+ # ProfileTypes. Next ID: 11
1934
1940
  class SecurityProfile
1935
1941
  include Google::Apis::Core::Hashable
1936
1942
 
@@ -1997,7 +2003,7 @@ module Google
1997
2003
  end
1998
2004
 
1999
2005
  # SecurityProfileGroup is a resource that defines the behavior for various
2000
- # ProfileTypes. Next ID: 8
2006
+ # ProfileTypes. Next ID: 10
2001
2007
  class SecurityProfileGroup
2002
2008
  include Google::Apis::Core::Hashable
2003
2009
 
@@ -2061,16 +2067,16 @@ module Google
2061
2067
  # ServerTlsPolicy is a resource that specifies how a server should authenticate
2062
2068
  # incoming requests. This resource itself does not affect configuration unless
2063
2069
  # it is attached to a target HTTPS proxy or endpoint config selector resource.
2064
- # ServerTlsPolicy in the form accepted by external HTTPS load balancers can be
2065
- # attached only to TargetHttpsProxy with an `EXTERNAL` or `EXTERNAL_MANAGED`
2066
- # load balancing scheme. Traffic Director compatible ServerTlsPolicies can be
2067
- # attached to EndpointPolicy and TargetHttpsProxy with Traffic Director `
2068
- # INTERNAL_SELF_MANAGED` load balancing scheme.
2070
+ # ServerTlsPolicy in the form accepted by Application Load Balancers can be
2071
+ # attached only to TargetHttpsProxy with an `EXTERNAL`, `EXTERNAL_MANAGED` or `
2072
+ # INTERNAL_MANAGED` load balancing scheme. Traffic Director compatible
2073
+ # ServerTlsPolicies can be attached to EndpointPolicy and TargetHttpsProxy with
2074
+ # Traffic Director `INTERNAL_SELF_MANAGED` load balancing scheme.
2069
2075
  class ServerTlsPolicy
2070
2076
  include Google::Apis::Core::Hashable
2071
2077
 
2072
2078
  # This field applies only for Traffic Director policies. It is must be set to
2073
- # false for external HTTPS load balancer policies. Determines if server allows
2079
+ # false for Application Load Balancer policies. Determines if server allows
2074
2080
  # plaintext connections. If set to true, server allows plain text connections.
2075
2081
  # By default, it is set to false. This setting is not exclusive of other
2076
2082
  # encryption modes. For example, if `allow_open` and `mtls_policy` are set,
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module NetworksecurityV1beta1
18
18
  # Version of the google-apis-networksecurity_v1beta1 gem
19
- GEM_VERSION = "0.35.0"
19
+ GEM_VERSION = "0.37.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.14.0"
22
+ GENERATOR_VERSION = "0.15.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240229"
25
+ REVISION = "20240626"
26
26
  end
27
27
  end
28
28
  end
@@ -387,6 +387,7 @@ module Google
387
387
  collection :items, as: 'items'
388
388
  hash :labels, as: 'labels'
389
389
  property :name, as: 'name'
390
+ collection :purpose, as: 'purpose'
390
391
  property :self_link, as: 'selfLink'
391
392
  property :type, as: 'type'
392
393
  property :update_time, as: 'updateTime'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-networksecurity_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.35.0
4
+ version: 0.37.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-03-10 00:00:00.000000000 Z
11
+ date: 2024-07-25 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.14.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.14.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-networksecurity_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-networksecurity_v1beta1/v0.35.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-networksecurity_v1beta1/v0.37.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-networksecurity_v1beta1
63
63
  post_install_message:
64
64
  rdoc_options: []