google-cloud-secure_source_manager 2.0.0 → 2.1.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 +4 -4
- data/README.md +1 -1
- data/lib/google/cloud/secure_source_manager/version.rb +1 -1
- data/lib/google/cloud/secure_source_manager.rb +0 -17
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4464f5bed518911a390f6c7bcc81ba26cafd7c3ea7cb5d424d413ba00a28cbf1
|
4
|
+
data.tar.gz: 53f7b14d62cde00ab55c6e1183d139731c1f45d657578b6b3994ffd08b953760
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1b4223d689865fce36a74be17b436d9a0bc98dd0b73c4471424a5feb1f9222a2565eaf41e7069f3cc941d418c98c6fd77934fd68b69b2afbbeaad08449ef788b
|
7
|
+
data.tar.gz: 67e164f15604e458208bd5c43cd38164d9e775cbd235aae6b111a931c09263f63497e84914e19bb3262b6d3d466271fdc420664bbd184fe67e2b999b81ef8e95
|
data/README.md
CHANGED
@@ -7,7 +7,7 @@ Regionally deployed, single-tenant managed source code repository hosted on Goog
|
|
7
7
|
Actual client classes for the various versions of this API are defined in
|
8
8
|
_versioned_ client gems, with names of the form `google-cloud-secure_source_manager-v*`.
|
9
9
|
The gem `google-cloud-secure_source_manager` is the main client library that brings the
|
10
|
-
|
10
|
+
versioned gems in as dependencies, and provides high-level methods for
|
11
11
|
constructing clients. More information on versioned clients can be found below
|
12
12
|
in the section titled *Which client should I use?*.
|
13
13
|
|
@@ -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,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-secure_source_manager
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.
|
4
|
+
version: 2.1.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date:
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: google-cloud-core
|
@@ -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.
|
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.
|