google-cloud-channel-v1 0.3.0 → 0.4.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 +4 -4
- data/LICENSE.md +188 -190
- data/lib/google/cloud/channel/v1/cloud_channel_service/client.rb +128 -172
- data/lib/google/cloud/channel/v1/entitlements_pb.rb +0 -2
- data/lib/google/cloud/channel/v1/service_pb.rb +0 -1
- data/lib/google/cloud/channel/v1/service_services_pb.rb +127 -167
- data/lib/google/cloud/channel/v1/version.rb +1 -1
- data/proto_docs/google/cloud/channel/v1/entitlements.rb +0 -6
- data/proto_docs/google/cloud/channel/v1/service.rb +0 -5
- metadata +2 -2
@@ -203,12 +203,6 @@ module Google
|
|
203
203
|
# TransferableSku represents information a reseller needs to view existing
|
204
204
|
# provisioned services for a customer that they do not own.
|
205
205
|
# Read-only.
|
206
|
-
# @!attribute [rw] is_commitment
|
207
|
-
# @return [::Google::Protobuf::BoolValue]
|
208
|
-
# Whether a transferable SKU is commitment-based or not.
|
209
|
-
# @!attribute [rw] commitment_end_timestamp
|
210
|
-
# @return [::Google::Protobuf::Timestamp]
|
211
|
-
# Commitment end timestamp.
|
212
206
|
# @!attribute [rw] transfer_eligibility
|
213
207
|
# @return [::Google::Cloud::Channel::V1::TransferEligibility]
|
214
208
|
# Describes the transfer eligibility of a SKU.
|
@@ -396,11 +396,6 @@ module Google
|
|
396
396
|
# Required. The channel partner link to create.
|
397
397
|
# Either channel_partner_link.reseller_cloud_identity_id or domain can be
|
398
398
|
# used to create a link.
|
399
|
-
# @!attribute [rw] domain
|
400
|
-
# @return [::String]
|
401
|
-
# Optional. The invited partner's domain. Either domain or
|
402
|
-
# channel_partner_link.reseller_cloud_identity_id can be used to create a
|
403
|
-
# link.
|
404
399
|
class CreateChannelPartnerLinkRequest
|
405
400
|
include ::Google::Protobuf::MessageExts
|
406
401
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-channel-v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.4.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-02-
|
11
|
+
date: 2021-02-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: gapic-common
|