google-cloud-channel-v1 0.9.4 → 0.9.5
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/README.md +1 -1
- data/lib/google/cloud/channel/v1/version.rb +1 -1
- data/proto_docs/google/cloud/channel/v1/entitlements.rb +3 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3e352dd1b1d869ef28a191ea35e1f208ea9bcf9de65150b765375d8f81f48760
|
|
4
|
+
data.tar.gz: 486cc4bffcd277277decc5c4ee6025590ec93faca530f58b728d3846f962da53
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fd8edc86da9c80448fa882e374f8c7d19ccfcf9afeef842ab437b9140f74d53741e4a5cd8e2e27655874e4c7ca479c65364ffc6214f59ba851d4c742da2804f8
|
|
7
|
+
data.tar.gz: a4dc45f0162fcf0feb9f2973b4b0e46c65e09e2bffcf1db0453fc331ab91e736067a661807c530dbccf04fee6b58181351cc36fa6b10f1be1ccb0839401becad
|
data/README.md
CHANGED
|
@@ -37,7 +37,7 @@ request = ::Google::Cloud::Channel::V1::ListCustomersRequest.new # (request fiel
|
|
|
37
37
|
response = client.list_customers request
|
|
38
38
|
```
|
|
39
39
|
|
|
40
|
-
View the [Client Library Documentation](https://
|
|
40
|
+
View the [Client Library Documentation](https://cloud.google.com/ruby/docs/reference/google-cloud-channel-v1/latest)
|
|
41
41
|
for class and method documentation.
|
|
42
42
|
|
|
43
43
|
See also the [Product Documentation](https://cloud.google.com/channel)
|
|
@@ -142,8 +142,9 @@ module Google
|
|
|
142
142
|
# Service provisioned for an entitlement.
|
|
143
143
|
# @!attribute [r] provisioning_id
|
|
144
144
|
# @return [::String]
|
|
145
|
-
# Output only. Provisioning ID of the entitlement. For Google Workspace, this
|
|
146
|
-
# underlying Subscription ID.
|
|
145
|
+
# Output only. Provisioning ID of the entitlement. For Google Workspace, this is the
|
|
146
|
+
# underlying Subscription ID. For Google Cloud Platform, this is the
|
|
147
|
+
# Billing Account ID of the billing subaccount."
|
|
147
148
|
# @!attribute [r] product_id
|
|
148
149
|
# @return [::String]
|
|
149
150
|
# Output only. The product pertaining to the provisioning resource as specified in the
|
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.9.
|
|
4
|
+
version: 0.9.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-
|
|
11
|
+
date: 2022-02-16 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: gapic-common
|