google-cloud-saas_platform-saas_service_mgmt 0.1.0 → 0.1.1

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: c7d32a36a22c2bce324819c3dd2d07107cdba5e4044e9932339943cf55b3b8c1
4
- data.tar.gz: af35e92d05ef82a86af09f6695d4748c34b9cb12309e8260a9c6ca22f1fc761c
3
+ metadata.gz: 6965519725f1510bfd8615e65ca6c8aba2fb17bac9fe3f0ef2b36df8310afbab
4
+ data.tar.gz: 66b32c6542806d40b7a6a305ff56eb8e56092964997a344e2f4c2fb798d724ac
5
5
  SHA512:
6
- metadata.gz: e69d34bf2491018d63889fb45f4731eebaf69f6d8ce55a7325fa4858db32920b29f1d1bf5c97cff2d1f4966c7a4b3cfb1a8c179e50111df8c32d547d1b3b4dd8
7
- data.tar.gz: 9b4977e37f26dde2f9689ae446ede76c2471bbfe5f51a1c95f90aad66926670ddd66508f23c49ffd042524e4249cc0912df98248e394ea1c17052715af511a13
6
+ metadata.gz: a8d22f13064e15e6b825f84a22ec02704c124db7c9c735c6eb456e0271e5be57335bcb2f0c0829c754034f95c3f5d8536f5fa2c845822a5b3afc037ce1454bfb
7
+ data.tar.gz: 64c70356093def85cc75ad63f0669c2690f055d17327cea99ea00e33c8284dbc1048a52e202ac1b1ce59335894b168dd564034194e7687fa01bc8b48b849a3f0
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/saasservicemgmt.googleapis.com)
35
35
  1. {file:AUTHENTICATION.md Set up authentication.}
36
36
 
37
+ ```ruby
38
+ require "google/cloud/saas_platform/saas_service_mgmt"
39
+
40
+ client = Google::Cloud::SaasPlatform::SaasServiceMgmt.saas_deployments
41
+ request = ::Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::ListSaasRequest.new # (request fields as keyword arguments...)
42
+ response = client.list_saas request
43
+ ```
44
+
37
45
  ## Debug Logging
38
46
 
39
47
  This library comes with opt-in Debug Logging that can help you troubleshoot
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module SaasPlatform
23
23
  module SaasServiceMgmt
24
- VERSION = "0.1.0"
24
+ VERSION = "0.1.1"
25
25
  end
26
26
  end
27
27
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-saas_platform-saas_service_mgmt
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC