google-cloud-secure_source_manager-v1 1.3.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: 213d85c0979c0f44273da0ed2d352e1aff64a034013131965a33acd8df5e4464
|
4
|
+
data.tar.gz: 93cf7a82d46362281c550e24a839417eeff604dd85868c30fb6feebc1f7815a0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 62677280cb42b06784a3f7120be621440674f2eef382472fe8b0a8dd23ba2a8da2ca74b7a1cfe0989a428403a8326dc9bab17f0f8b98b5e6cb05fda133f715ee
|
7
|
+
data.tar.gz: b6c82ed6293cb0c19b965eb7b7f6284cdc6c0a1b00b001696ea1eba42addad73373f438d8cb05c98f99aeb11946205c00ca834ac3b5a9d2a2c173c320e735e9d
|
@@ -298,10 +298,10 @@ module Google
|
|
298
298
|
# @param order_by [::String]
|
299
299
|
# Hint for how to order the results.
|
300
300
|
# @yield [result, operation] Access the result along with the TransportOperation object
|
301
|
-
# @yieldparam result [::Google::Cloud::SecureSourceManager::V1::
|
301
|
+
# @yieldparam result [::Gapic::Rest::PagedEnumerable<::Google::Cloud::SecureSourceManager::V1::Instance>]
|
302
302
|
# @yieldparam operation [::Gapic::Rest::TransportOperation]
|
303
303
|
#
|
304
|
-
# @return [::Google::Cloud::SecureSourceManager::V1::
|
304
|
+
# @return [::Gapic::Rest::PagedEnumerable<::Google::Cloud::SecureSourceManager::V1::Instance>]
|
305
305
|
#
|
306
306
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
307
307
|
#
|
@@ -353,7 +353,9 @@ module Google
|
|
353
353
|
retry_policy: @config.retry_policy
|
354
354
|
|
355
355
|
@secure_source_manager_stub.list_instances request, options do |result, operation|
|
356
|
+
result = ::Gapic::Rest::PagedEnumerable.new @secure_source_manager_stub, :list_instances, "instances", request, result, options
|
356
357
|
yield result, operation if block_given?
|
358
|
+
throw :response, result
|
357
359
|
end
|
358
360
|
rescue ::Gapic::Rest::Error => e
|
359
361
|
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-secure_source_manager-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
|
@@ -144,7 +144,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
144
144
|
- !ruby/object:Gem::Version
|
145
145
|
version: '0'
|
146
146
|
requirements: []
|
147
|
-
rubygems_version: 3.6.
|
147
|
+
rubygems_version: 3.6.3
|
148
148
|
specification_version: 4
|
149
149
|
summary: Regionally deployed, single-tenant managed source code repository hosted
|
150
150
|
on Google Cloud.
|