google-cloud-secure_source_manager 2.0.1 → 2.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: a2278494da8d7d3926a58c048cca121c940d771c9d23b06cbb0ec2dfe7cf5c3e
4
- data.tar.gz: e7383c395b21d29d75593225230f4b5eabf8bf3288b32cd2ecf97318054b0e9a
3
+ metadata.gz: 4c818e8796ddb3882cb76e8c3d4dc305c108f48612a72bb4be03d428c343fbf8
4
+ data.tar.gz: 493852af20bf06a150c99d3d6c75307e706da19ed35ffb923f6026a38d4df9fe
5
5
  SHA512:
6
- metadata.gz: b0d577e0c4f8bb8731ecdf8e620a264a040a9d23c24c893bd8bbd16478b11a8790635169b95e640dec2bbe03952bd9aa119d427cb8a5dfaf67887886d6a398c0
7
- data.tar.gz: 7a0ab5b18846f2ff4acc361c2ec98ced99f756e7f82461229939cd3ad681cf0b6293b31e9dbec8d56d6d2b13a5ede2d872597b89446b355de28468091d343113
6
+ metadata.gz: 4de2e8ce66fe12893ae8fa58ad85514d1edf955f3a8d4ab00eb1c9ecd79423dc4f2bf144a0857b0833512a10274ca5d25bb2b4bd2425bba82fc40537b5ccab35
7
+ data.tar.gz: 9a4f627ccde1a52083b06a07b726f46cd9b62a200770ae0e6a53e0c84d7c9163a0516c39997fc928dd382490454270c9f948e1b6fca1d134a1df2973f97bf4c3
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/securesourcemanager.googleapis.com)
35
35
  1. {file:AUTHENTICATION.md Set up authentication.}
36
36
 
37
+ ```ruby
38
+ require "google/cloud/secure_source_manager"
39
+
40
+ client = Google::Cloud::SecureSourceManager.secure_source_manager
41
+ request = ::Google::Cloud::SecureSourceManager::V1::ListInstancesRequest.new # (request fields as keyword arguments...)
42
+ response = client.list_instances 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 SecureSourceManager
23
- VERSION = "2.0.1"
23
+ VERSION = "2.1.1"
24
24
  end
25
25
  end
26
26
  end
@@ -69,23 +69,6 @@ module Google
69
69
  #
70
70
  # Access Secure Source Manager instances, resources, and repositories.
71
71
  #
72
- # This API is split across two servers: the Control Plane and the Data Plane.
73
- #
74
- # Data Plane endpoints are hosted directly by your Secure Source Manager
75
- # instance, so you must connect to your instance's API hostname to access
76
- # them. The API hostname looks like the following:
77
- #
78
- # https://[instance-id]-[project-number]-api.[location].sourcemanager.dev
79
- #
80
- # For example,
81
- #
82
- # https://my-instance-702770452863-api.us-central1.sourcemanager.dev
83
- #
84
- # Data Plane endpoints are denoted with **Host: Data Plane**.
85
- #
86
- # All other endpoints are found in the normal Cloud API location, namely,
87
- # `securcesourcemanager.googleapis.com`.
88
- #
89
72
  # @param version [::String, ::Symbol] The API version to connect to. Optional.
90
73
  # Defaults to `:v1`.
91
74
  # @param transport [:grpc, :rest] The transport to use. Defaults to `:grpc`.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-secure_source_manager
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.1
4
+ version: 2.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -69,7 +69,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
69
69
  - !ruby/object:Gem::Version
70
70
  version: '0'
71
71
  requirements: []
72
- rubygems_version: 3.6.8
72
+ rubygems_version: 3.6.9
73
73
  specification_version: 4
74
74
  summary: Regionally deployed, single-tenant managed source code repository hosted
75
75
  on Google Cloud.