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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0e69fa2b2684d886977fc3fe5f05963d32d869f98571cc05d89a8d09b4bba2d3
4
- data.tar.gz: 9deccca9b9061327296a4a853e22627d68adbdb6524fa31c920fab5cc00c59c8
3
+ metadata.gz: 3e352dd1b1d869ef28a191ea35e1f208ea9bcf9de65150b765375d8f81f48760
4
+ data.tar.gz: 486cc4bffcd277277decc5c4ee6025590ec93faca530f58b728d3846f962da53
5
5
  SHA512:
6
- metadata.gz: d39860183c9cdaf59730095d168cb311a8416454a927ee899d19d1ad3a4c71a4706e840394aa1c47951c5f0500c52112ca607fc04130eb12edae5bd9e56a703a
7
- data.tar.gz: b91bb1c9d8be56cd51f82dcd5df9739178362dc9880bac95034b1f389f60eaebdf0e929ea1fdf6be9d860eed685845ddd12effed6309e117faa3a25b9cd7c0fc
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://googleapis.dev/ruby/google-cloud-channel-v1/latest)
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)
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Channel
23
23
  module V1
24
- VERSION = "0.9.4"
24
+ VERSION = "0.9.5"
25
25
  end
26
26
  end
27
27
  end
@@ -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 would be the
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
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-01-20 00:00:00.000000000 Z
11
+ date: 2022-02-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common