google-cloud-ids-v1 1.2.0 → 2.0.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: 68f2831efd0bed42041c6f481991456f5d99f8be370ba42dca73b56797a067a9
|
4
|
+
data.tar.gz: 4822361471ce7039628dfb71378e0f8b116abefccc3344fcdcdb7cd5ac253c3d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 92f0c7646f9bf71af66071c070b4c2667ff409823b3a37e63575f6482406bba2e57cdf8f98ffff439d8cf66123fc2ea6bd13bf517d39ff0d2f079108cea7934c
|
7
|
+
data.tar.gz: a739f15e99128e01a91a5640559031ef64a14483bee1f253dbc410947c5622744b2b84288080c80d891f0a15e874f018c5162414d7d18fd5655251ec1c07940f
|
@@ -240,10 +240,10 @@ module Google
|
|
240
240
|
# Optional. One or more fields to compare and use to sort the output.
|
241
241
|
# See https://google.aip.dev/132#ordering.
|
242
242
|
# @yield [result, operation] Access the result along with the TransportOperation object
|
243
|
-
# @yieldparam result [::Google::Cloud::IDS::V1::
|
243
|
+
# @yieldparam result [::Gapic::Rest::PagedEnumerable<::Google::Cloud::IDS::V1::Endpoint>]
|
244
244
|
# @yieldparam operation [::Gapic::Rest::TransportOperation]
|
245
245
|
#
|
246
|
-
# @return [::Google::Cloud::IDS::V1::
|
246
|
+
# @return [::Gapic::Rest::PagedEnumerable<::Google::Cloud::IDS::V1::Endpoint>]
|
247
247
|
#
|
248
248
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
249
249
|
#
|
@@ -295,7 +295,9 @@ module Google
|
|
295
295
|
retry_policy: @config.retry_policy
|
296
296
|
|
297
297
|
@ids_stub.list_endpoints request, options do |result, operation|
|
298
|
+
result = ::Gapic::Rest::PagedEnumerable.new @ids_stub, :list_endpoints, "endpoints", request, result, options
|
298
299
|
yield result, operation if block_given?
|
300
|
+
throw :response, result
|
299
301
|
end
|
300
302
|
rescue ::Gapic::Rest::Error => e
|
301
303
|
raise ::Google::Cloud::Error.from_error(e)
|
@@ -409,6 +409,14 @@ module Google
|
|
409
409
|
# @return [::Array<::String>]
|
410
410
|
# An allowlist of the fully qualified names of RPCs that should be included
|
411
411
|
# on public client surfaces.
|
412
|
+
# @!attribute [rw] generate_omitted_as_internal
|
413
|
+
# @return [::Boolean]
|
414
|
+
# Setting this to true indicates to the client generators that methods
|
415
|
+
# that would be excluded from the generation should instead be generated
|
416
|
+
# in a way that indicates these methods should not be consumed by
|
417
|
+
# end users. How this is expressed is up to individual language
|
418
|
+
# implementations to decide. Some examples may be: added annotations,
|
419
|
+
# obfuscated identifiers, or other language idiomatic patterns.
|
412
420
|
class SelectiveGapicGeneration
|
413
421
|
include ::Google::Protobuf::MessageExts
|
414
422
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-ids-v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
4
|
+
version: 2.0.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date: 2025-
|
10
|
+
date: 2025-02-07 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: gapic-common
|
@@ -106,7 +106,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
106
106
|
- !ruby/object:Gem::Version
|
107
107
|
version: '0'
|
108
108
|
requirements: []
|
109
|
-
rubygems_version: 3.6.
|
109
|
+
rubygems_version: 3.6.3
|
110
110
|
specification_version: 4
|
111
111
|
summary: Cloud IDS (Cloud Intrusion Detection System) detects malware, spyware, command-and-control
|
112
112
|
attacks, and other network-based threats. Its security efficacy is industry leading,
|