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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 37aac47f869ab72da4c9f5be295f8bdfba5e001a4bdaaa1dfbc0c9e27f1ab055
4
- data.tar.gz: a939f726a658be02cce310393a264e3133f5594dbd8c9bc2971d4e4d438e6dd0
3
+ metadata.gz: 4464f5bed518911a390f6c7bcc81ba26cafd7c3ea7cb5d424d413ba00a28cbf1
4
+ data.tar.gz: 53f7b14d62cde00ab55c6e1183d139731c1f45d657578b6b3994ffd08b953760
5
5
  SHA512:
6
- metadata.gz: 4b4d497601aba65ed9a5b2b7780a01f246a065a4523cce45629e8a0c2470090b7c8b53e92b7e4021e05b8521b8369eb64a2a0a89e39a739f7be37dd8072713bb
7
- data.tar.gz: cbec9d287245b36ff117864631564a0097969d1068da34bc3a5788d4672182d50655b45bfd86566215649b6cf3d997eac68da51bdf1ce64142d0eba9aad53556
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
- verisoned gems in as dependencies, and provides high-level methods for
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
 
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module SecureSourceManager
23
- VERSION = "2.0.0"
23
+ VERSION = "2.1.0"
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,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.0.0
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: 2025-02-13 00:00:00.000000000 Z
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.3
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.