google-apis-networksecurity_v1beta1 0.27.0 → 0.29.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +8 -0
- data/lib/google/apis/networksecurity_v1beta1/classes.rb +11 -4
- data/lib/google/apis/networksecurity_v1beta1/gem_version.rb +2 -2
- data/lib/google/apis/networksecurity_v1beta1/representations.rb +1 -0
- data/lib/google/apis/networksecurity_v1beta1/service.rb +6 -5
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 13471d0ca34e8f3f27393b341083881f47575d5af65dfdc783000e117744716b
|
4
|
+
data.tar.gz: b8cac38c83d5efadf1e8c4b2690bef0a05bab9a0be6974c94e3abde02d5de0fc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7312de8810aa32e9e6608534a054fe23fdb2e31e48ea825e2b2809a02c028f5ebf974f09e9a9d2e44ae6839644e60c79eb1fcb5d8ea08deb2a3892d0e1688ac7
|
7
|
+
data.tar.gz: efd9e045b626cca0dfeff5d96021137effb851b196900c66c21c1cdd7655c387072279bd8468a96edb3d44d9117ed2474ab0420a729040282a8d903bd46a171e
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-networksecurity_v1beta1
|
2
2
|
|
3
|
+
### v0.29.0 (2023-11-12)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20231101
|
6
|
+
|
7
|
+
### v0.28.0 (2023-10-01)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20230920
|
10
|
+
|
3
11
|
### v0.27.0 (2023-09-24)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20230918
|
@@ -460,6 +460,11 @@ module Google
|
|
460
460
|
# @return [String]
|
461
461
|
attr_accessor :create_time
|
462
462
|
|
463
|
+
# Optional. Description of the firewall endpoint. Max length 2048 characters.
|
464
|
+
# Corresponds to the JSON property `description`
|
465
|
+
# @return [String]
|
466
|
+
attr_accessor :description
|
467
|
+
|
463
468
|
# Optional. Labels as key value pairs
|
464
469
|
# Corresponds to the JSON property `labels`
|
465
470
|
# @return [Hash<String,String>]
|
@@ -496,6 +501,7 @@ module Google
|
|
496
501
|
@associated_networks = args[:associated_networks] if args.key?(:associated_networks)
|
497
502
|
@billing_project_id = args[:billing_project_id] if args.key?(:billing_project_id)
|
498
503
|
@create_time = args[:create_time] if args.key?(:create_time)
|
504
|
+
@description = args[:description] if args.key?(:description)
|
499
505
|
@labels = args[:labels] if args.key?(:labels)
|
500
506
|
@name = args[:name] if args.key?(:name)
|
501
507
|
@reconciling = args[:reconciling] if args.key?(:reconciling)
|
@@ -1875,8 +1881,9 @@ module Google
|
|
1875
1881
|
# @return [Hash<String,String>]
|
1876
1882
|
attr_accessor :labels
|
1877
1883
|
|
1878
|
-
# Immutable. Name of the SecurityProfile resource. It matches
|
1879
|
-
# organizations/*/locations/`location`/securityProfiles/`
|
1884
|
+
# Immutable. Identifier. Name of the SecurityProfile resource. It matches
|
1885
|
+
# pattern `projects|organizations/*/locations/`location`/securityProfiles/`
|
1886
|
+
# security_profile``.
|
1880
1887
|
# Corresponds to the JSON property `name`
|
1881
1888
|
# @return [String]
|
1882
1889
|
attr_accessor :name
|
@@ -1942,8 +1949,8 @@ module Google
|
|
1942
1949
|
# @return [Hash<String,String>]
|
1943
1950
|
attr_accessor :labels
|
1944
1951
|
|
1945
|
-
# Immutable. Name of the SecurityProfileGroup resource. It matches
|
1946
|
-
# projects|organizations/*/locations/`location`/securityProfileGroups/`
|
1952
|
+
# Immutable. Identifier. Name of the SecurityProfileGroup resource. It matches
|
1953
|
+
# pattern `projects|organizations/*/locations/`location`/securityProfileGroups/`
|
1947
1954
|
# security_profile_group``.
|
1948
1955
|
# Corresponds to the JSON property `name`
|
1949
1956
|
# @return [String]
|
@@ -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.29.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.12.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20231101"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -471,6 +471,7 @@ module Google
|
|
471
471
|
collection :associated_networks, as: 'associatedNetworks'
|
472
472
|
property :billing_project_id, as: 'billingProjectId'
|
473
473
|
property :create_time, as: 'createTime'
|
474
|
+
property :description, as: 'description'
|
474
475
|
hash :labels, as: 'labels'
|
475
476
|
property :name, as: 'name'
|
476
477
|
property :reconciling, as: 'reconciling'
|
@@ -919,8 +919,8 @@ module Google
|
|
919
919
|
|
920
920
|
# Updates the parameters of a single SecurityProfileGroup.
|
921
921
|
# @param [String] name
|
922
|
-
# Immutable. Name of the SecurityProfileGroup resource. It matches
|
923
|
-
# projects|organizations/*/locations/`location`/securityProfileGroups/`
|
922
|
+
# Immutable. Identifier. Name of the SecurityProfileGroup resource. It matches
|
923
|
+
# pattern `projects|organizations/*/locations/`location`/securityProfileGroups/`
|
924
924
|
# security_profile_group``.
|
925
925
|
# @param [Google::Apis::NetworksecurityV1beta1::SecurityProfileGroup] security_profile_group_object
|
926
926
|
# @param [String] update_mask
|
@@ -1107,8 +1107,9 @@ module Google
|
|
1107
1107
|
|
1108
1108
|
# Updates the parameters of a single SecurityProfile.
|
1109
1109
|
# @param [String] name
|
1110
|
-
# Immutable. Name of the SecurityProfile resource. It matches
|
1111
|
-
# organizations/*/locations/`location`/securityProfiles/`
|
1110
|
+
# Immutable. Identifier. Name of the SecurityProfile resource. It matches
|
1111
|
+
# pattern `projects|organizations/*/locations/`location`/securityProfiles/`
|
1112
|
+
# security_profile``.
|
1112
1113
|
# @param [Google::Apis::NetworksecurityV1beta1::SecurityProfile] security_profile_object
|
1113
1114
|
# @param [String] update_mask
|
1114
1115
|
# Required. Field mask is used to specify the fields to be overwritten in the
|
@@ -2308,7 +2309,7 @@ module Google
|
|
2308
2309
|
# Required. Value for parent.
|
2309
2310
|
# @param [Google::Apis::NetworksecurityV1beta1::FirewallEndpointAssociation] firewall_endpoint_association_object
|
2310
2311
|
# @param [String] firewall_endpoint_association_id
|
2311
|
-
#
|
2312
|
+
# Optional. Id of the requesting object. If auto-generating Id server-side,
|
2312
2313
|
# remove this field and firewall_endpoint_association_id from the
|
2313
2314
|
# method_signature of Create RPC.
|
2314
2315
|
# @param [String] request_id
|
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.29.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: 2023-
|
11
|
+
date: 2023-11-12 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-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.29.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: []
|