google-cloud-channel-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: c9f7351e6d85391c90461fbc0312368720105cb389e6c0e273cdd101f6ee5645
|
|
4
|
+
data.tar.gz: 8f71a5161d5edf64b70ccb896b74b8ed92353578d7ccaaeb7e3533b85729ef89
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8da909839eaaa9488d2b15f554e4123cabeb203ec99677cd083aeb94869acd3440215f6eaf2eb38f04eb62ac3b849b162afb17a14808c57275ca10ae134861ab
|
|
7
|
+
data.tar.gz: 80cc57a035c511f51151b0f14cb665f1df3188596fd393b23517523cc563decc17b963b5c13b4f6fd771a1fd8f21b410bcaf3de662da296230ce64139307f19d
|
|
@@ -5571,10 +5571,10 @@ module Google
|
|
|
5571
5571
|
# When paginating, all other parameters provided to `ListSubscribers` must
|
|
5572
5572
|
# match the call that provided the page token.
|
|
5573
5573
|
# @yield [result, operation] Access the result along with the TransportOperation object
|
|
5574
|
-
# @yieldparam result [::
|
|
5574
|
+
# @yieldparam result [::Google::Cloud::Channel::V1::ListSubscribersResponse]
|
|
5575
5575
|
# @yieldparam operation [::Gapic::Rest::TransportOperation]
|
|
5576
5576
|
#
|
|
5577
|
-
# @return [::
|
|
5577
|
+
# @return [::Google::Cloud::Channel::V1::ListSubscribersResponse]
|
|
5578
5578
|
#
|
|
5579
5579
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
|
5580
5580
|
#
|
|
@@ -5622,9 +5622,7 @@ module Google
|
|
|
5622
5622
|
retry_policy: @config.retry_policy
|
|
5623
5623
|
|
|
5624
5624
|
@cloud_channel_service_stub.list_subscribers request, options do |result, operation|
|
|
5625
|
-
result = ::Gapic::Rest::PagedEnumerable.new @cloud_channel_service_stub, :list_subscribers, "service_accounts", request, result, options
|
|
5626
5625
|
yield result, operation if block_given?
|
|
5627
|
-
throw :response, result
|
|
5628
5626
|
end
|
|
5629
5627
|
rescue ::Gapic::Rest::Error => e
|
|
5630
5628
|
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-channel-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
|
|
@@ -143,7 +143,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
143
143
|
- !ruby/object:Gem::Version
|
|
144
144
|
version: '0'
|
|
145
145
|
requirements: []
|
|
146
|
-
rubygems_version: 3.6.
|
|
146
|
+
rubygems_version: 3.6.3
|
|
147
147
|
specification_version: 4
|
|
148
148
|
summary: The Cloud Channel API enables Google Cloud partners to have a single unified
|
|
149
149
|
resale platform and APIs across all of Google Cloud including GCP, Workspace, Maps
|