google-cloud-storage_insights-v1 0.7.0 → 1.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: 294d1f996098f348f5da7ca48ef302b041a992388aa79467abddcf3971cf3b68
4
- data.tar.gz: 057a39456e0bcdd95b3e6879d650f78ad3626d735802274b5df861fbee3edb5c
3
+ metadata.gz: 9e56dd2ef8fdd616c5336c3176b813be35d139d5f17df89c402ccfc354334c0b
4
+ data.tar.gz: 50f3e6b600e15e5d071477d6eb0417dedb957f0ff2a69ce0212d3c24ceb4b642
5
5
  SHA512:
6
- metadata.gz: 4d563d5a48b88aa679cfc94b9eeb4418d71caffc3a595cbcc3102356220673cd07ac809a7e9f57a8ad8bd2f06d6b132b82eb199919f35f1998899760fb2f0bd1
7
- data.tar.gz: d51343394915a624d8d65f4af781c7aa0f9882c3b773a7560020524911db52938e1f3b52d703ebcae6cb94c1d68d11b4624e800633c420d7d9988c6c87126b25
6
+ metadata.gz: 672a49a9cd872f61005961e58b8a97c323bc71f6607767373ac4a866530dcfdbc8ee7da61592e20286b67982c0fb405c65105651c771340eca3c831ec727fa5a
7
+ data.tar.gz: eb3bae1b7887bb6b9756c129214cd73c4f27cc505108649c285b74e236418fce41b03ddc0e6c938ad46ba72ee179bc26ddf402335864fc83d327a873607ef32d
@@ -245,10 +245,10 @@ module Google
245
245
  # @param order_by [::String]
246
246
  # Hint for how to order the results
247
247
  # @yield [result, operation] Access the result along with the TransportOperation object
248
- # @yieldparam result [::Google::Cloud::StorageInsights::V1::ListReportConfigsResponse]
248
+ # @yieldparam result [::Gapic::Rest::PagedEnumerable<::Google::Cloud::StorageInsights::V1::ReportConfig>]
249
249
  # @yieldparam operation [::Gapic::Rest::TransportOperation]
250
250
  #
251
- # @return [::Google::Cloud::StorageInsights::V1::ListReportConfigsResponse]
251
+ # @return [::Gapic::Rest::PagedEnumerable<::Google::Cloud::StorageInsights::V1::ReportConfig>]
252
252
  #
253
253
  # @raise [::Google::Cloud::Error] if the REST call is aborted.
254
254
  #
@@ -300,7 +300,9 @@ module Google
300
300
  retry_policy: @config.retry_policy
301
301
 
302
302
  @storage_insights_stub.list_report_configs request, options do |result, operation|
303
+ result = ::Gapic::Rest::PagedEnumerable.new @storage_insights_stub, :list_report_configs, "report_configs", request, result, options
303
304
  yield result, operation if block_given?
305
+ throw :response, result
304
306
  end
305
307
  rescue ::Gapic::Rest::Error => e
306
308
  raise ::Google::Cloud::Error.from_error(e)
@@ -700,10 +702,10 @@ module Google
700
702
  # @param order_by [::String]
701
703
  # Hint for how to order the results
702
704
  # @yield [result, operation] Access the result along with the TransportOperation object
703
- # @yieldparam result [::Google::Cloud::StorageInsights::V1::ListReportDetailsResponse]
705
+ # @yieldparam result [::Gapic::Rest::PagedEnumerable<::Google::Cloud::StorageInsights::V1::ReportDetail>]
704
706
  # @yieldparam operation [::Gapic::Rest::TransportOperation]
705
707
  #
706
- # @return [::Google::Cloud::StorageInsights::V1::ListReportDetailsResponse]
708
+ # @return [::Gapic::Rest::PagedEnumerable<::Google::Cloud::StorageInsights::V1::ReportDetail>]
707
709
  #
708
710
  # @raise [::Google::Cloud::Error] if the REST call is aborted.
709
711
  #
@@ -755,7 +757,9 @@ module Google
755
757
  retry_policy: @config.retry_policy
756
758
 
757
759
  @storage_insights_stub.list_report_details request, options do |result, operation|
760
+ result = ::Gapic::Rest::PagedEnumerable.new @storage_insights_stub, :list_report_details, "report_details", request, result, options
758
761
  yield result, operation if block_given?
762
+ throw :response, result
759
763
  end
760
764
  rescue ::Gapic::Rest::Error => e
761
765
  raise ::Google::Cloud::Error.from_error(e)
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module StorageInsights
23
23
  module V1
24
- VERSION = "0.7.0"
24
+ VERSION = "1.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-storage_insights-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.0
4
+ version: 1.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
@@ -122,7 +122,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
122
122
  - !ruby/object:Gem::Version
123
123
  version: '0'
124
124
  requirements: []
125
- rubygems_version: 3.6.2
125
+ rubygems_version: 3.6.3
126
126
  specification_version: 4
127
127
  summary: Provides insights capability on Google Cloud Storage.
128
128
  test_files: []