google-cloud-chronicle 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: 58c9688437cd1b69076bbe33fe35deafba9d5f10c0988db540f9139534f04047
4
- data.tar.gz: cb48ffc30fcb8728165b37cd27e84e889e1cc6db6bb23e4fe76a0e5ca02befdb
3
+ metadata.gz: c67915373148013566c05074d7c780d33bd3d24c00eb52758c1d1f9c19ce199a
4
+ data.tar.gz: ef97511eb66ad89d690799aa998626fce15e57db29656b9cd9321c8073797014
5
5
  SHA512:
6
- metadata.gz: 8eab69b2532d4b445534b9060ed8375b2541e4e53407b7cfebcfa2f852c664f718d3f6ea3fe58eefff0954437b4485d241c961c1f7d8f82239819354661821bc
7
- data.tar.gz: 916678cd76f89d2a075a718718aefc476448232405aa5827d27b342f6d808667c1dbd47d35b0ed3f52c37516992cb00e7fe437f432a1ba354815b88edc59318a
6
+ metadata.gz: d5dc814d1064585381ec4411d111c9f118f96f5bced7724e20aadcb7cb0e1ab03d0a386fcf382fc699b18fa82712ee85c1908c9e6122cd3201440a01e4a4cebf
7
+ data.tar.gz: 15d03e16b71f89595a02e1cbb953d6e51bd79d3b3a9c783c56f70a9addfc4f58e3df3f0f5a99f4db4a85d602004fc9064091fbe21d21c3647fe107b1db60106c
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/chronicle.googleapis.com)
35
35
  1. {file:AUTHENTICATION.md Set up authentication.}
36
36
 
37
+ ```ruby
38
+ require "google/cloud/chronicle"
39
+
40
+ client = Google::Cloud::Chronicle.data_access_control_service
41
+ request = ::Google::Cloud::Chronicle::V1::CreateDataAccessLabelRequest.new # (request fields as keyword arguments...)
42
+ response = client.create_data_access_label request
43
+ ```
44
+
37
45
  ## Debug Logging
38
46
 
39
47
  This library comes with opt-in Debug Logging that can help you troubleshoot
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module Chronicle
23
- VERSION = "0.1.0"
23
+ VERSION = "0.1.1"
24
24
  end
25
25
  end
26
26
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-chronicle
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