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: 51cd7043b4b426667fd61e06583210b19a7e8fcc614982e4bacae8ef282b2085
4
- data.tar.gz: 628acfeab868cf7e784cd33dbf51d7617eb91d990e3ef9d46fb2dc38ce602c8d
3
+ metadata.gz: 68f2831efd0bed42041c6f481991456f5d99f8be370ba42dca73b56797a067a9
4
+ data.tar.gz: 4822361471ce7039628dfb71378e0f8b116abefccc3344fcdcdb7cd5ac253c3d
5
5
  SHA512:
6
- metadata.gz: 5d32f608d697f374e80b719466ececca6772308b1cd0086e59c2847474710ce2af7a9eb8a9adb7ab4e75d50923637480cd6f309182c3e4495f45d1f52b2bc92b
7
- data.tar.gz: d5c0168e20e754a903059e6f2ff0d382536cab66e4bb67df837fd1be7222b4732ff3300c5ca64df45a96a6debbb18537d968077da75d59fffbb8a16cc28d74bc
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::ListEndpointsResponse]
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::ListEndpointsResponse]
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)
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module IDS
23
23
  module V1
24
- VERSION = "1.2.0"
24
+ VERSION = "2.0.0"
25
25
  end
26
26
  end
27
27
  end
@@ -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: 1.2.0
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-01-29 00:00:00.000000000 Z
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.2
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,