google-cloud-secure_source_manager 2.0.1 → 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: a2278494da8d7d3926a58c048cca121c940d771c9d23b06cbb0ec2dfe7cf5c3e
4
- data.tar.gz: e7383c395b21d29d75593225230f4b5eabf8bf3288b32cd2ecf97318054b0e9a
3
+ metadata.gz: 4464f5bed518911a390f6c7bcc81ba26cafd7c3ea7cb5d424d413ba00a28cbf1
4
+ data.tar.gz: 53f7b14d62cde00ab55c6e1183d139731c1f45d657578b6b3994ffd08b953760
5
5
  SHA512:
6
- metadata.gz: b0d577e0c4f8bb8731ecdf8e620a264a040a9d23c24c893bd8bbd16478b11a8790635169b95e640dec2bbe03952bd9aa119d427cb8a5dfaf67887886d6a398c0
7
- data.tar.gz: 7a0ab5b18846f2ff4acc361c2ec98ced99f756e7f82461229939cd3ad681cf0b6293b31e9dbec8d56d6d2b13a5ede2d872597b89446b355de28468091d343113
6
+ metadata.gz: 1b4223d689865fce36a74be17b436d9a0bc98dd0b73c4471424a5feb1f9222a2565eaf41e7069f3cc941d418c98c6fd77934fd68b69b2afbbeaad08449ef788b
7
+ data.tar.gz: 67e164f15604e458208bd5c43cd38164d9e775cbd235aae6b111a931c09263f63497e84914e19bb3262b6d3d466271fdc420664bbd184fe67e2b999b81ef8e95
@@ -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.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,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.0
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.