google-cloud-cloud_controls_partner 2.0.1 → 2.0.2
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 +8 -0
- data/lib/google/cloud/cloud_controls_partner/version.rb +1 -1
- 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: 61bae970b4838473d1be298c4b4871123da7ba5df9cd4a3cd90d831322a048e0
|
4
|
+
data.tar.gz: 8d42da0c7226a5cbae00029ef21b4ec47834c19d387e49b65cbc121c294f6301
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 072c19ff29c75a1895d2ec7e14214f96ab07898c5a71063e407bdd61229c99e876e677cfb7d6309c2ea671bf5f4a391a7bd0133b4c56917803953974adaaad5c
|
7
|
+
data.tar.gz: 135c632fc8e14f27f0ce25dbbe5b85d03fc3b08b36c9acbdd9a653512af766fe5a27b954c185cb70d1c8fec63e0db06f5d65417ec64b954f6e540192c8665536
|
data/README.md
CHANGED
@@ -34,6 +34,14 @@ In order to use this library, you first need to go through the following steps:
|
|
34
34
|
1. [Enable the API.](https://console.cloud.google.com/apis/library/cloudcontrolspartner.googleapis.com)
|
35
35
|
1. {file:AUTHENTICATION.md Set up authentication.}
|
36
36
|
|
37
|
+
```ruby
|
38
|
+
require "google/cloud/cloud_controls_partner"
|
39
|
+
|
40
|
+
client = Google::Cloud::CloudControlsPartner.cloud_controls_partner_core
|
41
|
+
request = ::Google::Cloud::CloudControlsPartner::V1::GetWorkloadRequest.new # (request fields as keyword arguments...)
|
42
|
+
response = client.get_workload request
|
43
|
+
```
|
44
|
+
|
37
45
|
## Debug Logging
|
38
46
|
|
39
47
|
This library comes with opt-in Debug Logging that can help you troubleshoot
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-cloud_controls_partner
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.0.
|
4
|
+
version: 2.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
@@ -69,7 +69,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
69
69
|
- !ruby/object:Gem::Version
|
70
70
|
version: '0'
|
71
71
|
requirements: []
|
72
|
-
rubygems_version: 3.6.
|
72
|
+
rubygems_version: 3.6.9
|
73
73
|
specification_version: 4
|
74
74
|
summary: Provides insights about your customers and their Assured Workloads based
|
75
75
|
on your Sovereign Controls by Partners offering.
|