google-cloud-network_security-v1 0.a → 0.1.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.
Files changed (126) hide show
  1. checksums.yaml +4 -4
  2. data/.yardopts +12 -0
  3. data/AUTHENTICATION.md +122 -0
  4. data/README.md +154 -8
  5. data/lib/google/cloud/network_security/v1/address_group_service/client.rb +1457 -0
  6. data/lib/google/cloud/network_security/v1/address_group_service/credentials.rb +47 -0
  7. data/lib/google/cloud/network_security/v1/address_group_service/operations.rb +843 -0
  8. data/lib/google/cloud/network_security/v1/address_group_service/paths.rb +110 -0
  9. data/lib/google/cloud/network_security/v1/address_group_service.rb +52 -0
  10. data/lib/google/cloud/network_security/v1/dns_threat_detector_service/client.rb +900 -0
  11. data/lib/google/cloud/network_security/v1/dns_threat_detector_service/credentials.rb +47 -0
  12. data/lib/google/cloud/network_security/v1/dns_threat_detector_service/paths.rb +86 -0
  13. data/lib/google/cloud/network_security/v1/dns_threat_detector_service.rb +49 -0
  14. data/lib/google/cloud/network_security/v1/firewall_activation/client.rb +2098 -0
  15. data/lib/google/cloud/network_security/v1/firewall_activation/credentials.rb +47 -0
  16. data/lib/google/cloud/network_security/v1/firewall_activation/operations.rb +843 -0
  17. data/lib/google/cloud/network_security/v1/firewall_activation/paths.rb +165 -0
  18. data/lib/google/cloud/network_security/v1/firewall_activation.rb +50 -0
  19. data/lib/google/cloud/network_security/v1/intercept/client.rb +2599 -0
  20. data/lib/google/cloud/network_security/v1/intercept/credentials.rb +47 -0
  21. data/lib/google/cloud/network_security/v1/intercept/operations.rb +843 -0
  22. data/lib/google/cloud/network_security/v1/intercept/paths.rb +160 -0
  23. data/lib/google/cloud/network_security/v1/intercept.rb +51 -0
  24. data/lib/google/cloud/network_security/v1/mirroring/client.rb +2598 -0
  25. data/lib/google/cloud/network_security/v1/mirroring/credentials.rb +47 -0
  26. data/lib/google/cloud/network_security/v1/mirroring/operations.rb +843 -0
  27. data/lib/google/cloud/network_security/v1/mirroring/paths.rb +160 -0
  28. data/lib/google/cloud/network_security/v1/mirroring.rb +50 -0
  29. data/lib/google/cloud/network_security/v1/network_security/client.rb +5161 -0
  30. data/lib/google/cloud/network_security/v1/network_security/credentials.rb +47 -0
  31. data/lib/google/cloud/network_security/v1/network_security/operations.rb +843 -0
  32. data/lib/google/cloud/network_security/v1/network_security/paths.rb +280 -0
  33. data/lib/google/cloud/network_security/v1/network_security.rb +52 -0
  34. data/lib/google/cloud/network_security/v1/organization_address_group_service/client.rb +1457 -0
  35. data/lib/google/cloud/network_security/v1/organization_address_group_service/credentials.rb +47 -0
  36. data/lib/google/cloud/network_security/v1/organization_address_group_service/operations.rb +843 -0
  37. data/lib/google/cloud/network_security/v1/organization_address_group_service/paths.rb +110 -0
  38. data/lib/google/cloud/network_security/v1/organization_address_group_service.rb +52 -0
  39. data/lib/google/cloud/network_security/v1/organization_security_profile_group_service/client.rb +1471 -0
  40. data/lib/google/cloud/network_security/v1/organization_security_profile_group_service/credentials.rb +47 -0
  41. data/lib/google/cloud/network_security/v1/organization_security_profile_group_service/operations.rb +843 -0
  42. data/lib/google/cloud/network_security/v1/organization_security_profile_group_service/paths.rb +191 -0
  43. data/lib/google/cloud/network_security/v1/organization_security_profile_group_service.rb +50 -0
  44. data/lib/google/cloud/network_security/v1/security_profile_group_service/client.rb +1472 -0
  45. data/lib/google/cloud/network_security/v1/security_profile_group_service/credentials.rb +47 -0
  46. data/lib/google/cloud/network_security/v1/security_profile_group_service/operations.rb +843 -0
  47. data/lib/google/cloud/network_security/v1/security_profile_group_service/paths.rb +191 -0
  48. data/lib/google/cloud/network_security/v1/security_profile_group_service.rb +51 -0
  49. data/lib/google/cloud/network_security/v1/sse_realm_service/client.rb +1316 -0
  50. data/lib/google/cloud/network_security/v1/sse_realm_service/credentials.rb +47 -0
  51. data/lib/google/cloud/network_security/v1/sse_realm_service/operations.rb +843 -0
  52. data/lib/google/cloud/network_security/v1/sse_realm_service/paths.rb +88 -0
  53. data/lib/google/cloud/network_security/v1/sse_realm_service.rb +50 -0
  54. data/lib/google/cloud/network_security/v1/version.rb +7 -2
  55. data/lib/google/cloud/network_security/v1.rb +49 -0
  56. data/lib/google/cloud/networksecurity/v1/address_group_pb.rb +46 -0
  57. data/lib/google/cloud/networksecurity/v1/address_group_services_pb.rb +97 -0
  58. data/lib/google/cloud/networksecurity/v1/authorization_policy_pb.rb +37 -0
  59. data/lib/google/cloud/networksecurity/v1/authz_policy_pb.rb +56 -0
  60. data/lib/google/cloud/networksecurity/v1/backend_authentication_config_pb.rb +33 -0
  61. data/lib/google/cloud/networksecurity/v1/client_tls_policy_pb.rb +33 -0
  62. data/lib/google/cloud/networksecurity/v1/common_pb.rb +24 -0
  63. data/lib/google/cloud/networksecurity/v1/dns_threat_detector_pb.rb +36 -0
  64. data/lib/google/cloud/networksecurity/v1/dns_threat_detector_services_pb.rb +53 -0
  65. data/lib/google/cloud/networksecurity/v1/firewall_activation_pb.rb +48 -0
  66. data/lib/google/cloud/networksecurity/v1/firewall_activation_services_pb.rb +73 -0
  67. data/lib/google/cloud/networksecurity/v1/gateway_security_policy_pb.rb +32 -0
  68. data/lib/google/cloud/networksecurity/v1/gateway_security_policy_rule_pb.rb +33 -0
  69. data/lib/google/cloud/networksecurity/v1/intercept_pb.rb +71 -0
  70. data/lib/google/cloud/networksecurity/v1/intercept_services_pb.rb +104 -0
  71. data/lib/google/cloud/networksecurity/v1/mirroring_pb.rb +72 -0
  72. data/lib/google/cloud/networksecurity/v1/mirroring_services_pb.rb +103 -0
  73. data/lib/google/cloud/networksecurity/v1/network_security_pb.rb +35 -0
  74. data/lib/google/cloud/networksecurity/v1/network_security_services_pb.rb +138 -0
  75. data/lib/google/cloud/networksecurity/v1/security_profile_group_intercept_pb.rb +24 -0
  76. data/lib/google/cloud/networksecurity/v1/security_profile_group_mirroring_pb.rb +24 -0
  77. data/lib/google/cloud/networksecurity/v1/security_profile_group_pb.rb +31 -0
  78. data/lib/google/cloud/networksecurity/v1/security_profile_group_service_pb.rb +42 -0
  79. data/lib/google/cloud/networksecurity/v1/security_profile_group_service_services_pb.rb +98 -0
  80. data/lib/google/cloud/networksecurity/v1/security_profile_group_threatprevention_pb.rb +30 -0
  81. data/lib/google/cloud/networksecurity/v1/security_profile_group_urlfiltering_pb.rb +25 -0
  82. data/lib/google/cloud/networksecurity/v1/server_tls_policy_pb.rb +35 -0
  83. data/lib/google/cloud/networksecurity/v1/sse_realm_pb.rb +46 -0
  84. data/lib/google/cloud/networksecurity/v1/sse_realm_services_pb.rb +59 -0
  85. data/lib/google/cloud/networksecurity/v1/tls_inspection_policy_pb.rb +34 -0
  86. data/lib/google/cloud/networksecurity/v1/tls_pb.rb +26 -0
  87. data/lib/google/cloud/networksecurity/v1/url_list_pb.rb +32 -0
  88. data/lib/google-cloud-network_security-v1.rb +21 -0
  89. data/proto_docs/README.md +4 -0
  90. data/proto_docs/google/api/client.rb +593 -0
  91. data/proto_docs/google/api/field_behavior.rb +85 -0
  92. data/proto_docs/google/api/field_info.rb +88 -0
  93. data/proto_docs/google/api/launch_stage.rb +71 -0
  94. data/proto_docs/google/api/resource.rb +227 -0
  95. data/proto_docs/google/cloud/networksecurity/v1/address_group.rb +374 -0
  96. data/proto_docs/google/cloud/networksecurity/v1/authorization_policy.rb +263 -0
  97. data/proto_docs/google/cloud/networksecurity/v1/authz_policy.rb +735 -0
  98. data/proto_docs/google/cloud/networksecurity/v1/backend_authentication_config.rb +217 -0
  99. data/proto_docs/google/cloud/networksecurity/v1/client_tls_policy.rb +162 -0
  100. data/proto_docs/google/cloud/networksecurity/v1/common.rb +57 -0
  101. data/proto_docs/google/cloud/networksecurity/v1/dns_threat_detector.rb +159 -0
  102. data/proto_docs/google/cloud/networksecurity/v1/firewall_activation.rb +469 -0
  103. data/proto_docs/google/cloud/networksecurity/v1/gateway_security_policy.rb +144 -0
  104. data/proto_docs/google/cloud/networksecurity/v1/gateway_security_policy_rule.rb +178 -0
  105. data/proto_docs/google/cloud/networksecurity/v1/intercept.rb +960 -0
  106. data/proto_docs/google/cloud/networksecurity/v1/mirroring.rb +970 -0
  107. data/proto_docs/google/cloud/networksecurity/v1/security_profile_group.rb +166 -0
  108. data/proto_docs/google/cloud/networksecurity/v1/security_profile_group_intercept.rb +38 -0
  109. data/proto_docs/google/cloud/networksecurity/v1/security_profile_group_mirroring.rb +38 -0
  110. data/proto_docs/google/cloud/networksecurity/v1/security_profile_group_service.rb +211 -0
  111. data/proto_docs/google/cloud/networksecurity/v1/security_profile_group_threatprevention.rb +193 -0
  112. data/proto_docs/google/cloud/networksecurity/v1/security_profile_group_urlfiltering.rb +66 -0
  113. data/proto_docs/google/cloud/networksecurity/v1/server_tls_policy.rb +251 -0
  114. data/proto_docs/google/cloud/networksecurity/v1/sse_realm.rb +388 -0
  115. data/proto_docs/google/cloud/networksecurity/v1/tls.rb +90 -0
  116. data/proto_docs/google/cloud/networksecurity/v1/tls_inspection_policy.rb +239 -0
  117. data/proto_docs/google/cloud/networksecurity/v1/url_list.rb +144 -0
  118. data/proto_docs/google/longrunning/operations.rb +191 -0
  119. data/proto_docs/google/protobuf/any.rb +145 -0
  120. data/proto_docs/google/protobuf/duration.rb +98 -0
  121. data/proto_docs/google/protobuf/empty.rb +34 -0
  122. data/proto_docs/google/protobuf/field_mask.rb +229 -0
  123. data/proto_docs/google/protobuf/timestamp.rb +127 -0
  124. data/proto_docs/google/rpc/status.rb +48 -0
  125. data/proto_docs/google/type/expr.rb +75 -0
  126. metadata +186 -9
@@ -0,0 +1,75 @@
1
+ # frozen_string_literal: true
2
+
3
+ # Copyright 2026 Google LLC
4
+ #
5
+ # Licensed under the Apache License, Version 2.0 (the "License");
6
+ # you may not use this file except in compliance with the License.
7
+ # You may obtain a copy of the License at
8
+ #
9
+ # https://www.apache.org/licenses/LICENSE-2.0
10
+ #
11
+ # Unless required by applicable law or agreed to in writing, software
12
+ # distributed under the License is distributed on an "AS IS" BASIS,
13
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
+ # See the License for the specific language governing permissions and
15
+ # limitations under the License.
16
+
17
+ # Auto-generated by gapic-generator-ruby. DO NOT EDIT!
18
+
19
+
20
+ module Google
21
+ module Type
22
+ # Represents a textual expression in the Common Expression Language (CEL)
23
+ # syntax. CEL is a C-like expression language. The syntax and semantics of CEL
24
+ # are documented at https://github.com/google/cel-spec.
25
+ #
26
+ # Example (Comparison):
27
+ #
28
+ # title: "Summary size limit"
29
+ # description: "Determines if a summary is less than 100 chars"
30
+ # expression: "document.summary.size() < 100"
31
+ #
32
+ # Example (Equality):
33
+ #
34
+ # title: "Requestor is owner"
35
+ # description: "Determines if requestor is the document owner"
36
+ # expression: "document.owner == request.auth.claims.email"
37
+ #
38
+ # Example (Logic):
39
+ #
40
+ # title: "Public documents"
41
+ # description: "Determine whether the document should be publicly visible"
42
+ # expression: "document.type != 'private' && document.type != 'internal'"
43
+ #
44
+ # Example (Data Manipulation):
45
+ #
46
+ # title: "Notification string"
47
+ # description: "Create a notification string with a timestamp."
48
+ # expression: "'New message received at ' + string(document.create_time)"
49
+ #
50
+ # The exact variables and functions that may be referenced within an expression
51
+ # are determined by the service that evaluates it. See the service
52
+ # documentation for additional information.
53
+ # @!attribute [rw] expression
54
+ # @return [::String]
55
+ # Textual representation of an expression in Common Expression Language
56
+ # syntax.
57
+ # @!attribute [rw] title
58
+ # @return [::String]
59
+ # Optional. Title for the expression, i.e. a short string describing
60
+ # its purpose. This can be used e.g. in UIs which allow to enter the
61
+ # expression.
62
+ # @!attribute [rw] description
63
+ # @return [::String]
64
+ # Optional. Description of the expression. This is a longer text which
65
+ # describes the expression, e.g. when hovered over it in a UI.
66
+ # @!attribute [rw] location
67
+ # @return [::String]
68
+ # Optional. String indicating the location of the expression for error
69
+ # reporting, e.g. a file name and a position in the file.
70
+ class Expr
71
+ include ::Google::Protobuf::MessageExts
72
+ extend ::Google::Protobuf::MessageExts::ClassMethods
73
+ end
74
+ end
75
+ end
metadata CHANGED
@@ -1,27 +1,204 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-network_security-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.a
4
+ version: 0.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
10
  date: 1980-01-02 00:00:00.000000000 Z
11
- dependencies: []
12
- description: Placeholder for the future Google-authored gem google-cloud-network_security-v1.
13
- This placeholder is being released on 2026-06-30 in order to reserve the name. The
14
- final gem should be available shortly after that date. If it has not been released
15
- in a timely manner, or if this placeholder interferes with your work, you can contact
16
- the Google Ruby team by opening an issue in the GitHub repository https://github.com/googleapis/google-cloud-ruby.
11
+ dependencies:
12
+ - !ruby/object:Gem::Dependency
13
+ name: gapic-common
14
+ requirement: !ruby/object:Gem::Requirement
15
+ requirements:
16
+ - - "~>"
17
+ - !ruby/object:Gem::Version
18
+ version: '1.3'
19
+ type: :runtime
20
+ prerelease: false
21
+ version_requirements: !ruby/object:Gem::Requirement
22
+ requirements:
23
+ - - "~>"
24
+ - !ruby/object:Gem::Version
25
+ version: '1.3'
26
+ - !ruby/object:Gem::Dependency
27
+ name: google-cloud-errors
28
+ requirement: !ruby/object:Gem::Requirement
29
+ requirements:
30
+ - - "~>"
31
+ - !ruby/object:Gem::Version
32
+ version: '1.0'
33
+ type: :runtime
34
+ prerelease: false
35
+ version_requirements: !ruby/object:Gem::Requirement
36
+ requirements:
37
+ - - "~>"
38
+ - !ruby/object:Gem::Version
39
+ version: '1.0'
40
+ - !ruby/object:Gem::Dependency
41
+ name: google-cloud-location
42
+ requirement: !ruby/object:Gem::Requirement
43
+ requirements:
44
+ - - "~>"
45
+ - !ruby/object:Gem::Version
46
+ version: '1.0'
47
+ type: :runtime
48
+ prerelease: false
49
+ version_requirements: !ruby/object:Gem::Requirement
50
+ requirements:
51
+ - - "~>"
52
+ - !ruby/object:Gem::Version
53
+ version: '1.0'
54
+ - !ruby/object:Gem::Dependency
55
+ name: google-iam-v1
56
+ requirement: !ruby/object:Gem::Requirement
57
+ requirements:
58
+ - - "~>"
59
+ - !ruby/object:Gem::Version
60
+ version: '1.3'
61
+ type: :runtime
62
+ prerelease: false
63
+ version_requirements: !ruby/object:Gem::Requirement
64
+ requirements:
65
+ - - "~>"
66
+ - !ruby/object:Gem::Version
67
+ version: '1.3'
68
+ description: google-cloud-network_security-v1 is the official client library for the
69
+ Network Security V1 API. Note that google-cloud-network_security-v1 is a version-specific
70
+ client library. For most uses, we recommend installing the main client library google-cloud-network_security
71
+ instead. See the readme for more details.
17
72
  email: googleapis-packages@google.com
18
73
  executables: []
19
74
  extensions: []
20
75
  extra_rdoc_files: []
21
76
  files:
77
+ - ".yardopts"
78
+ - AUTHENTICATION.md
22
79
  - LICENSE.md
23
80
  - README.md
81
+ - lib/google-cloud-network_security-v1.rb
82
+ - lib/google/cloud/network_security/v1.rb
83
+ - lib/google/cloud/network_security/v1/address_group_service.rb
84
+ - lib/google/cloud/network_security/v1/address_group_service/client.rb
85
+ - lib/google/cloud/network_security/v1/address_group_service/credentials.rb
86
+ - lib/google/cloud/network_security/v1/address_group_service/operations.rb
87
+ - lib/google/cloud/network_security/v1/address_group_service/paths.rb
88
+ - lib/google/cloud/network_security/v1/dns_threat_detector_service.rb
89
+ - lib/google/cloud/network_security/v1/dns_threat_detector_service/client.rb
90
+ - lib/google/cloud/network_security/v1/dns_threat_detector_service/credentials.rb
91
+ - lib/google/cloud/network_security/v1/dns_threat_detector_service/paths.rb
92
+ - lib/google/cloud/network_security/v1/firewall_activation.rb
93
+ - lib/google/cloud/network_security/v1/firewall_activation/client.rb
94
+ - lib/google/cloud/network_security/v1/firewall_activation/credentials.rb
95
+ - lib/google/cloud/network_security/v1/firewall_activation/operations.rb
96
+ - lib/google/cloud/network_security/v1/firewall_activation/paths.rb
97
+ - lib/google/cloud/network_security/v1/intercept.rb
98
+ - lib/google/cloud/network_security/v1/intercept/client.rb
99
+ - lib/google/cloud/network_security/v1/intercept/credentials.rb
100
+ - lib/google/cloud/network_security/v1/intercept/operations.rb
101
+ - lib/google/cloud/network_security/v1/intercept/paths.rb
102
+ - lib/google/cloud/network_security/v1/mirroring.rb
103
+ - lib/google/cloud/network_security/v1/mirroring/client.rb
104
+ - lib/google/cloud/network_security/v1/mirroring/credentials.rb
105
+ - lib/google/cloud/network_security/v1/mirroring/operations.rb
106
+ - lib/google/cloud/network_security/v1/mirroring/paths.rb
107
+ - lib/google/cloud/network_security/v1/network_security.rb
108
+ - lib/google/cloud/network_security/v1/network_security/client.rb
109
+ - lib/google/cloud/network_security/v1/network_security/credentials.rb
110
+ - lib/google/cloud/network_security/v1/network_security/operations.rb
111
+ - lib/google/cloud/network_security/v1/network_security/paths.rb
112
+ - lib/google/cloud/network_security/v1/organization_address_group_service.rb
113
+ - lib/google/cloud/network_security/v1/organization_address_group_service/client.rb
114
+ - lib/google/cloud/network_security/v1/organization_address_group_service/credentials.rb
115
+ - lib/google/cloud/network_security/v1/organization_address_group_service/operations.rb
116
+ - lib/google/cloud/network_security/v1/organization_address_group_service/paths.rb
117
+ - lib/google/cloud/network_security/v1/organization_security_profile_group_service.rb
118
+ - lib/google/cloud/network_security/v1/organization_security_profile_group_service/client.rb
119
+ - lib/google/cloud/network_security/v1/organization_security_profile_group_service/credentials.rb
120
+ - lib/google/cloud/network_security/v1/organization_security_profile_group_service/operations.rb
121
+ - lib/google/cloud/network_security/v1/organization_security_profile_group_service/paths.rb
122
+ - lib/google/cloud/network_security/v1/security_profile_group_service.rb
123
+ - lib/google/cloud/network_security/v1/security_profile_group_service/client.rb
124
+ - lib/google/cloud/network_security/v1/security_profile_group_service/credentials.rb
125
+ - lib/google/cloud/network_security/v1/security_profile_group_service/operations.rb
126
+ - lib/google/cloud/network_security/v1/security_profile_group_service/paths.rb
127
+ - lib/google/cloud/network_security/v1/sse_realm_service.rb
128
+ - lib/google/cloud/network_security/v1/sse_realm_service/client.rb
129
+ - lib/google/cloud/network_security/v1/sse_realm_service/credentials.rb
130
+ - lib/google/cloud/network_security/v1/sse_realm_service/operations.rb
131
+ - lib/google/cloud/network_security/v1/sse_realm_service/paths.rb
24
132
  - lib/google/cloud/network_security/v1/version.rb
133
+ - lib/google/cloud/networksecurity/v1/address_group_pb.rb
134
+ - lib/google/cloud/networksecurity/v1/address_group_services_pb.rb
135
+ - lib/google/cloud/networksecurity/v1/authorization_policy_pb.rb
136
+ - lib/google/cloud/networksecurity/v1/authz_policy_pb.rb
137
+ - lib/google/cloud/networksecurity/v1/backend_authentication_config_pb.rb
138
+ - lib/google/cloud/networksecurity/v1/client_tls_policy_pb.rb
139
+ - lib/google/cloud/networksecurity/v1/common_pb.rb
140
+ - lib/google/cloud/networksecurity/v1/dns_threat_detector_pb.rb
141
+ - lib/google/cloud/networksecurity/v1/dns_threat_detector_services_pb.rb
142
+ - lib/google/cloud/networksecurity/v1/firewall_activation_pb.rb
143
+ - lib/google/cloud/networksecurity/v1/firewall_activation_services_pb.rb
144
+ - lib/google/cloud/networksecurity/v1/gateway_security_policy_pb.rb
145
+ - lib/google/cloud/networksecurity/v1/gateway_security_policy_rule_pb.rb
146
+ - lib/google/cloud/networksecurity/v1/intercept_pb.rb
147
+ - lib/google/cloud/networksecurity/v1/intercept_services_pb.rb
148
+ - lib/google/cloud/networksecurity/v1/mirroring_pb.rb
149
+ - lib/google/cloud/networksecurity/v1/mirroring_services_pb.rb
150
+ - lib/google/cloud/networksecurity/v1/network_security_pb.rb
151
+ - lib/google/cloud/networksecurity/v1/network_security_services_pb.rb
152
+ - lib/google/cloud/networksecurity/v1/security_profile_group_intercept_pb.rb
153
+ - lib/google/cloud/networksecurity/v1/security_profile_group_mirroring_pb.rb
154
+ - lib/google/cloud/networksecurity/v1/security_profile_group_pb.rb
155
+ - lib/google/cloud/networksecurity/v1/security_profile_group_service_pb.rb
156
+ - lib/google/cloud/networksecurity/v1/security_profile_group_service_services_pb.rb
157
+ - lib/google/cloud/networksecurity/v1/security_profile_group_threatprevention_pb.rb
158
+ - lib/google/cloud/networksecurity/v1/security_profile_group_urlfiltering_pb.rb
159
+ - lib/google/cloud/networksecurity/v1/server_tls_policy_pb.rb
160
+ - lib/google/cloud/networksecurity/v1/sse_realm_pb.rb
161
+ - lib/google/cloud/networksecurity/v1/sse_realm_services_pb.rb
162
+ - lib/google/cloud/networksecurity/v1/tls_inspection_policy_pb.rb
163
+ - lib/google/cloud/networksecurity/v1/tls_pb.rb
164
+ - lib/google/cloud/networksecurity/v1/url_list_pb.rb
165
+ - proto_docs/README.md
166
+ - proto_docs/google/api/client.rb
167
+ - proto_docs/google/api/field_behavior.rb
168
+ - proto_docs/google/api/field_info.rb
169
+ - proto_docs/google/api/launch_stage.rb
170
+ - proto_docs/google/api/resource.rb
171
+ - proto_docs/google/cloud/networksecurity/v1/address_group.rb
172
+ - proto_docs/google/cloud/networksecurity/v1/authorization_policy.rb
173
+ - proto_docs/google/cloud/networksecurity/v1/authz_policy.rb
174
+ - proto_docs/google/cloud/networksecurity/v1/backend_authentication_config.rb
175
+ - proto_docs/google/cloud/networksecurity/v1/client_tls_policy.rb
176
+ - proto_docs/google/cloud/networksecurity/v1/common.rb
177
+ - proto_docs/google/cloud/networksecurity/v1/dns_threat_detector.rb
178
+ - proto_docs/google/cloud/networksecurity/v1/firewall_activation.rb
179
+ - proto_docs/google/cloud/networksecurity/v1/gateway_security_policy.rb
180
+ - proto_docs/google/cloud/networksecurity/v1/gateway_security_policy_rule.rb
181
+ - proto_docs/google/cloud/networksecurity/v1/intercept.rb
182
+ - proto_docs/google/cloud/networksecurity/v1/mirroring.rb
183
+ - proto_docs/google/cloud/networksecurity/v1/security_profile_group.rb
184
+ - proto_docs/google/cloud/networksecurity/v1/security_profile_group_intercept.rb
185
+ - proto_docs/google/cloud/networksecurity/v1/security_profile_group_mirroring.rb
186
+ - proto_docs/google/cloud/networksecurity/v1/security_profile_group_service.rb
187
+ - proto_docs/google/cloud/networksecurity/v1/security_profile_group_threatprevention.rb
188
+ - proto_docs/google/cloud/networksecurity/v1/security_profile_group_urlfiltering.rb
189
+ - proto_docs/google/cloud/networksecurity/v1/server_tls_policy.rb
190
+ - proto_docs/google/cloud/networksecurity/v1/sse_realm.rb
191
+ - proto_docs/google/cloud/networksecurity/v1/tls.rb
192
+ - proto_docs/google/cloud/networksecurity/v1/tls_inspection_policy.rb
193
+ - proto_docs/google/cloud/networksecurity/v1/url_list.rb
194
+ - proto_docs/google/longrunning/operations.rb
195
+ - proto_docs/google/protobuf/any.rb
196
+ - proto_docs/google/protobuf/duration.rb
197
+ - proto_docs/google/protobuf/empty.rb
198
+ - proto_docs/google/protobuf/field_mask.rb
199
+ - proto_docs/google/protobuf/timestamp.rb
200
+ - proto_docs/google/rpc/status.rb
201
+ - proto_docs/google/type/expr.rb
25
202
  homepage: https://github.com/googleapis/google-cloud-ruby
26
203
  licenses:
27
204
  - Apache-2.0
@@ -33,7 +210,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
33
210
  requirements:
34
211
  - - ">="
35
212
  - !ruby/object:Gem::Version
36
- version: '3.0'
213
+ version: '3.2'
37
214
  required_rubygems_version: !ruby/object:Gem::Requirement
38
215
  requirements:
39
216
  - - ">="
@@ -42,5 +219,5 @@ required_rubygems_version: !ruby/object:Gem::Requirement
42
219
  requirements: []
43
220
  rubygems_version: 3.6.9
44
221
  specification_version: 4
45
- summary: Placeholder for the future Google-authored gem google-cloud-network_security-v1
222
+ summary: API Client library for the Network Security V1 API
46
223
  test_files: []