google-cloud-chronicle 0.1.0 → 0.2.0

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: f545f0e7924cf78b4c12f4a593450391e328a9b12fc547e299dd931ae4208a8e
4
+ data.tar.gz: aa571631907dbf4d65bc9eb33695e1203da14cd6400ef25b52d808a29724024d
5
5
  SHA512:
6
- metadata.gz: 8eab69b2532d4b445534b9060ed8375b2541e4e53407b7cfebcfa2f852c664f718d3f6ea3fe58eefff0954437b4485d241c961c1f7d8f82239819354661821bc
7
- data.tar.gz: 916678cd76f89d2a075a718718aefc476448232405aa5827d27b342f6d808667c1dbd47d35b0ed3f52c37516992cb00e7fe437f432a1ba354815b88edc59318a
6
+ metadata.gz: 49136559cc75582c2f16d2efcee966798d801ffaf96a42f3f5b4ac5b87bbee6fca5129c877503e1842eead0876ae54b1248c6cedeeafd660cfccde32d23d8af8
7
+ data.tar.gz: b9772fcec746d47bdd22091ca84739b15f3f7cafee58d44db15c562161d6a6367e98f4bfd1c33e66a373d1966eabb6b55510ce08ff5160585d9e35267195cdf1
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.2.0"
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.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -69,7 +69,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
69
69
  requirements:
70
70
  - - ">="
71
71
  - !ruby/object:Gem::Version
72
- version: '3.0'
72
+ version: '3.2'
73
73
  required_rubygems_version: !ruby/object:Gem::Requirement
74
74
  requirements:
75
75
  - - ">="