google-apis-networksecurity_v1beta1 0.35.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,10 @@
|
|
|
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
|
+
|
|
3
8
|
### v0.35.0 (2024-03-10)
|
|
4
9
|
|
|
5
10
|
* 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)
|
|
@@ -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:
|
|
1939
|
+
# ProfileTypes. Next ID: 10
|
|
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:
|
|
2006
|
+
# ProfileTypes. Next ID: 9
|
|
2001
2007
|
class SecurityProfileGroup
|
|
2002
2008
|
include Google::Apis::Core::Hashable
|
|
2003
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'
|
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: []
|