google-apis-networksecurity_v1beta1 0.39.0 → 0.41.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: 90429da0fefcd5ebd866ecc50416fe89e6dae92db481eeb6e6d3b129167cf8bc
|
4
|
+
data.tar.gz: 1f36b1ab281db350a6d5c0ea3b8a945cd037e2d00cb010e9b2493f119976f7f9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1a914369f1613b5a1f3f79758d0ebd8715caffc09a09ced2d69ee533f1893136177866388566a94d5a4bf4213c2a4b8e8e90a42cd02b846daed107732a25ef4a
|
7
|
+
data.tar.gz: 8af94ad465d94f5609e80fcfd54fed92a1192d300b20960fd2951d06287bdd4cba2df04ca4d14b9ca2ab9b788025a8c74c26c908a521d0e0e9d55426a811b17e
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,14 @@
|
|
1
1
|
# Release history for google-apis-networksecurity_v1beta1
|
2
2
|
|
3
|
+
### v0.41.0 (2025-01-12)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250101
|
6
|
+
* Regenerated using generator version 0.16.0
|
7
|
+
|
8
|
+
### v0.40.0 (2024-12-15)
|
9
|
+
|
10
|
+
* Regenerated from discovery document revision 20241208
|
11
|
+
|
3
12
|
### v0.39.0 (2024-12-08)
|
4
13
|
|
5
14
|
* Regenerated from discovery document revision 20241202
|
@@ -1749,7 +1749,7 @@ module Google
|
|
1749
1749
|
end
|
1750
1750
|
end
|
1751
1751
|
|
1752
|
-
# Message describing InterceptDeployment object
|
1752
|
+
# Message describing InterceptDeployment object NEXT ID: 10
|
1753
1753
|
class InterceptDeployment
|
1754
1754
|
include Google::Apis::Core::Hashable
|
1755
1755
|
|
@@ -1758,6 +1758,12 @@ module Google
|
|
1758
1758
|
# @return [String]
|
1759
1759
|
attr_accessor :create_time
|
1760
1760
|
|
1761
|
+
# Optional. User-provided description of the deployment. Used as additional
|
1762
|
+
# context for the deployment.
|
1763
|
+
# Corresponds to the JSON property `description`
|
1764
|
+
# @return [String]
|
1765
|
+
attr_accessor :description
|
1766
|
+
|
1761
1767
|
# Required. Immutable. The regional load balancer which the intercepted traffic
|
1762
1768
|
# should be forwarded to. Format is: projects/`project`/regions/`region`/
|
1763
1769
|
# forwardingRules/`forwardingRule`
|
@@ -1806,6 +1812,7 @@ module Google
|
|
1806
1812
|
# Update properties of this object
|
1807
1813
|
def update!(**args)
|
1808
1814
|
@create_time = args[:create_time] if args.key?(:create_time)
|
1815
|
+
@description = args[:description] if args.key?(:description)
|
1809
1816
|
@forwarding_rule = args[:forwarding_rule] if args.key?(:forwarding_rule)
|
1810
1817
|
@intercept_deployment_group = args[:intercept_deployment_group] if args.key?(:intercept_deployment_group)
|
1811
1818
|
@labels = args[:labels] if args.key?(:labels)
|
@@ -1816,7 +1823,7 @@ module Google
|
|
1816
1823
|
end
|
1817
1824
|
end
|
1818
1825
|
|
1819
|
-
# Message describing InterceptDeploymentGroup object
|
1826
|
+
# Message describing InterceptDeploymentGroup object NEXT ID: 10
|
1820
1827
|
class InterceptDeploymentGroup
|
1821
1828
|
include Google::Apis::Core::Hashable
|
1822
1829
|
|
@@ -1831,6 +1838,12 @@ module Google
|
|
1831
1838
|
# @return [String]
|
1832
1839
|
attr_accessor :create_time
|
1833
1840
|
|
1841
|
+
# Optional. User-provided description of the deployment group. Used as
|
1842
|
+
# additional context for the deployment group.
|
1843
|
+
# Corresponds to the JSON property `description`
|
1844
|
+
# @return [String]
|
1845
|
+
attr_accessor :description
|
1846
|
+
|
1834
1847
|
# Optional. Labels as key value pairs
|
1835
1848
|
# Corresponds to the JSON property `labels`
|
1836
1849
|
# @return [Hash<String,String>]
|
@@ -1872,6 +1885,7 @@ module Google
|
|
1872
1885
|
def update!(**args)
|
1873
1886
|
@connected_endpoint_groups = args[:connected_endpoint_groups] if args.key?(:connected_endpoint_groups)
|
1874
1887
|
@create_time = args[:create_time] if args.key?(:create_time)
|
1888
|
+
@description = args[:description] if args.key?(:description)
|
1875
1889
|
@labels = args[:labels] if args.key?(:labels)
|
1876
1890
|
@name = args[:name] if args.key?(:name)
|
1877
1891
|
@network = args[:network] if args.key?(:network)
|
@@ -2898,7 +2912,7 @@ module Google
|
|
2898
2912
|
end
|
2899
2913
|
end
|
2900
2914
|
|
2901
|
-
# Message describing MirroringDeployment object
|
2915
|
+
# Message describing MirroringDeployment object NEXT ID: 10
|
2902
2916
|
class MirroringDeployment
|
2903
2917
|
include Google::Apis::Core::Hashable
|
2904
2918
|
|
@@ -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.41.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.16.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250101"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -1027,6 +1027,7 @@ module Google
|
|
1027
1027
|
# @private
|
1028
1028
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1029
1029
|
property :create_time, as: 'createTime'
|
1030
|
+
property :description, as: 'description'
|
1030
1031
|
property :forwarding_rule, as: 'forwardingRule'
|
1031
1032
|
property :intercept_deployment_group, as: 'interceptDeploymentGroup'
|
1032
1033
|
hash :labels, as: 'labels'
|
@@ -1043,6 +1044,7 @@ module Google
|
|
1043
1044
|
collection :connected_endpoint_groups, as: 'connectedEndpointGroups', class: Google::Apis::NetworksecurityV1beta1::InterceptDeploymentGroupConnectedEndpointGroup, decorator: Google::Apis::NetworksecurityV1beta1::InterceptDeploymentGroupConnectedEndpointGroup::Representation
|
1044
1045
|
|
1045
1046
|
property :create_time, as: 'createTime'
|
1047
|
+
property :description, as: 'description'
|
1046
1048
|
hash :labels, as: 'labels'
|
1047
1049
|
property :name, as: 'name'
|
1048
1050
|
property :network, as: 'network'
|
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
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.41.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
10
|
+
date: 2025-01-12 00:00:00.000000000 Z
|
12
11
|
dependencies:
|
13
12
|
- !ruby/object:Gem::Dependency
|
14
13
|
name: google-apis-core
|
@@ -58,9 +57,8 @@ licenses:
|
|
58
57
|
metadata:
|
59
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
59
|
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.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-networksecurity_v1beta1/v0.41.0
|
62
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-networksecurity_v1beta1
|
63
|
-
post_install_message:
|
64
62
|
rdoc_options: []
|
65
63
|
require_paths:
|
66
64
|
- lib
|
@@ -75,8 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
75
73
|
- !ruby/object:Gem::Version
|
76
74
|
version: '0'
|
77
75
|
requirements: []
|
78
|
-
rubygems_version: 3.
|
79
|
-
signing_key:
|
76
|
+
rubygems_version: 3.6.2
|
80
77
|
specification_version: 4
|
81
78
|
summary: Simple REST client for Network Security API V1beta1
|
82
79
|
test_files: []
|