google-apis-networksecurity_v1beta1 0.34.0 → 0.36.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: f82740727002e686c4ebc93606a00d3205dc2a4b4f56173787db3e2042959c94
|
|
4
|
+
data.tar.gz: 79388ffe7a019c5271e90f4d50d7194cff880509ad0a19b5652c440fffd205d4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 79b8430445679aabc2479ae8df5a84ff8f7d8c45acdc074c55bc3d57b39765734f2a52bb5d0b313a5fe0e3ddb2ae1c01cbc234a85b0be95e07e7397014e27b48
|
|
7
|
+
data.tar.gz: 38842338c6c7b89279cf107038bfa2c382cbec524cdc099729b9d5027544d62b81248fb555fbc98c61caf42f3ab720115b8f9434b54dddb2bd185379eefb5829
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# Release history for google-apis-networksecurity_v1beta1
|
|
2
2
|
|
|
3
|
+
### v0.36.0 (2024-05-19)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20240505
|
|
6
|
+
* Regenerated using generator version 0.15.0
|
|
7
|
+
|
|
8
|
+
### v0.35.0 (2024-03-10)
|
|
9
|
+
|
|
10
|
+
* Regenerated from discovery document revision 20240229
|
|
11
|
+
|
|
3
12
|
### v0.34.0 (2024-02-24)
|
|
4
13
|
|
|
5
14
|
* Regenerated using generator version 0.14.0
|
|
@@ -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)
|
|
@@ -527,6 +533,13 @@ module Google
|
|
|
527
533
|
# @return [String]
|
|
528
534
|
attr_accessor :create_time
|
|
529
535
|
|
|
536
|
+
# Optional. Whether the association is disabled. True indicates that traffic won'
|
|
537
|
+
# t be intercepted
|
|
538
|
+
# Corresponds to the JSON property `disabled`
|
|
539
|
+
# @return [Boolean]
|
|
540
|
+
attr_accessor :disabled
|
|
541
|
+
alias_method :disabled?, :disabled
|
|
542
|
+
|
|
530
543
|
# Required. The URL of the FirewallEndpoint that is being associated.
|
|
531
544
|
# Corresponds to the JSON property `firewallEndpoint`
|
|
532
545
|
# @return [String]
|
|
@@ -576,6 +589,7 @@ module Google
|
|
|
576
589
|
# Update properties of this object
|
|
577
590
|
def update!(**args)
|
|
578
591
|
@create_time = args[:create_time] if args.key?(:create_time)
|
|
592
|
+
@disabled = args[:disabled] if args.key?(:disabled)
|
|
579
593
|
@firewall_endpoint = args[:firewall_endpoint] if args.key?(:firewall_endpoint)
|
|
580
594
|
@labels = args[:labels] if args.key?(:labels)
|
|
581
595
|
@name = args[:name] if args.key?(:name)
|
|
@@ -1922,7 +1936,7 @@ module Google
|
|
|
1922
1936
|
end
|
|
1923
1937
|
|
|
1924
1938
|
# SecurityProfile is a resource that defines the behavior for one of many
|
|
1925
|
-
# ProfileTypes. Next ID:
|
|
1939
|
+
# ProfileTypes. Next ID: 10
|
|
1926
1940
|
class SecurityProfile
|
|
1927
1941
|
include Google::Apis::Core::Hashable
|
|
1928
1942
|
|
|
@@ -1989,7 +2003,7 @@ module Google
|
|
|
1989
2003
|
end
|
|
1990
2004
|
|
|
1991
2005
|
# SecurityProfileGroup is a resource that defines the behavior for various
|
|
1992
|
-
# ProfileTypes. Next ID:
|
|
2006
|
+
# ProfileTypes. Next ID: 9
|
|
1993
2007
|
class SecurityProfileGroup
|
|
1994
2008
|
include Google::Apis::Core::Hashable
|
|
1995
2009
|
|
|
@@ -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.
|
|
19
|
+
GEM_VERSION = "0.36.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 = "20240505"
|
|
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'
|
|
@@ -492,6 +493,7 @@ module Google
|
|
|
492
493
|
# @private
|
|
493
494
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
494
495
|
property :create_time, as: 'createTime'
|
|
496
|
+
property :disabled, as: 'disabled'
|
|
495
497
|
property :firewall_endpoint, as: 'firewallEndpoint'
|
|
496
498
|
hash :labels, as: 'labels'
|
|
497
499
|
property :name, as: 'name'
|
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.
|
|
4
|
+
version: 0.36.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-networksecurity_v1beta1/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-networksecurity_v1beta1/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-networksecurity_v1beta1/v0.36.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: []
|