google-cloud-beyond_corp 1.4.1 → 1.5.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: 712313955c67b18cbaf04bf465359f4888adb06a4e8c715d821c4d317d1054b8
4
- data.tar.gz: f409626c3724b948f602ead71bd02a1b237a8270894d6566f00b277340123595
3
+ metadata.gz: fba96e16e7e87d3f20a2f57baf82b1583f7a2c1afe1e441db6a553f72b66fcb7
4
+ data.tar.gz: 729b860ab11417163207ddbb97032be716d24a776af1680f50bba44062372075
5
5
  SHA512:
6
- metadata.gz: db42f06cb8742660879e9c08fd90b4fdf263401acd135c92f7cfc2fdff8ae4491aad7638704c187b6687c99f64b17d7710d8774eb97ec7c9b153bd08500fccb2
7
- data.tar.gz: 7901bdd0067a2752e9084b2fbee92658613489f7effcd9f4d77def5420b43b5f76ae44e75f273bf47d5cad531f451e4ef3a9b0f90b514a27cb27be4ac3a303e0
6
+ metadata.gz: aac22e66c6c02187830b3019bc9ce101228bff85de4de41ce93cc1d500581a34c8e9e1e569a1cd37e2fef25ed490011f1edb7b308e858998aa20c716ebef8211
7
+ data.tar.gz: 22bc5c51c974c271ce1996e6eb875ad2df07c15003fd3d24fb80c18baa05fd1685e45eba636261f8ed8024aca78e0c404d46a5bb0d25ddbdd35e97cd2b43ae17
data/README.md CHANGED
@@ -37,6 +37,14 @@ In order to use this library, you first need to go through the following steps:
37
37
  1. [Enable the API.](https://console.cloud.google.com/apis/library/beyondcorp.googleapis.com)
38
38
  1. {file:AUTHENTICATION.md Set up authentication.}
39
39
 
40
+ ```ruby
41
+ require "google/cloud/beyond_corp/app_connections"
42
+
43
+ client = Google::Cloud::BeyondCorp::AppConnections.app_connections_service
44
+ request = ::Google::Cloud::BeyondCorp::AppConnections::V1::ListAppConnectionsRequest.new # (request fields as keyword arguments...)
45
+ response = client.list_app_connections request
46
+ ```
47
+
40
48
  ## Debug Logging
41
49
 
42
50
  This library comes with opt-in Debug Logging that can help you troubleshoot
@@ -17,7 +17,7 @@
17
17
  module Google
18
18
  module Cloud
19
19
  module BeyondCorp
20
- VERSION = "1.4.1"
20
+ VERSION = "1.5.0"
21
21
  end
22
22
  end
23
23
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-beyond_corp
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.1
4
+ version: 1.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -138,14 +138,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
138
138
  requirements:
139
139
  - - ">="
140
140
  - !ruby/object:Gem::Version
141
- version: '3.0'
141
+ version: '3.2'
142
142
  required_rubygems_version: !ruby/object:Gem::Requirement
143
143
  requirements:
144
144
  - - ">="
145
145
  - !ruby/object:Gem::Version
146
146
  version: '0'
147
147
  requirements: []
148
- rubygems_version: 3.6.8
148
+ rubygems_version: 3.6.9
149
149
  specification_version: 4
150
150
  summary: API client library for the BeyondCorp API
151
151
  test_files: []