google-cloud-beyond_corp 1.4.1 → 1.4.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 712313955c67b18cbaf04bf465359f4888adb06a4e8c715d821c4d317d1054b8
4
- data.tar.gz: f409626c3724b948f602ead71bd02a1b237a8270894d6566f00b277340123595
3
+ metadata.gz: 5e2a3e251dc556b22ed8b1f19c9d6430611ed0a55ade6add6e11962bf252b4e0
4
+ data.tar.gz: aa3b1379b205a5c380aa9f3b6c5d783ce2153aba77c180aef21aa1dcf5d19752
5
5
  SHA512:
6
- metadata.gz: db42f06cb8742660879e9c08fd90b4fdf263401acd135c92f7cfc2fdff8ae4491aad7638704c187b6687c99f64b17d7710d8774eb97ec7c9b153bd08500fccb2
7
- data.tar.gz: 7901bdd0067a2752e9084b2fbee92658613489f7effcd9f4d77def5420b43b5f76ae44e75f273bf47d5cad531f451e4ef3a9b0f90b514a27cb27be4ac3a303e0
6
+ metadata.gz: 0d0eacc91e624439fbd57a86faaf3044b16d4a46e061d19cf4db503c72233674df8882d08706259b5fa772994c30f1a8f0e8091b92f80b3f5ffbd0b062916fe3
7
+ data.tar.gz: 4769abdc78bc3245faf073197a94faa594731baad2cf69238a02fe7191edb48456df7bd1f509c2e3ef0c07dc1288090c96d296ce4ab1a2b653346f281e93894d
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.4.2"
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.4.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -145,7 +145,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
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: []