google-cloud-secret_manager-v1beta1 0.5.1 → 0.5.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 +4 -4
- data/lib/google/cloud/secret_manager/v1beta1/secret_manager_service/client.rb +1 -1
- data/lib/google/cloud/secret_manager/v1beta1/version.rb +1 -1
- data/lib/google/cloud/secrets/v1beta1/service_services_pb.rb +1 -2
- data/proto_docs/google/cloud/secrets/v1beta1/service.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 67b832b47fc7b34cdb44d1da69961b8db870a198a6fee5c39eeeed83fc4f7953
|
|
4
|
+
data.tar.gz: d0ce3f61c780aa5e3f3f9f2a68691813478a141c8827e64746ef3e7329e34f80
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 64c6a5be6e7e50935496190f7d109ac5c7e31470ad967660c88cefb25324a3f3d38dc945805d92e4f1b1e1ffd587e382158580a578d9d7ccae5b1670cb611750
|
|
7
|
+
data.tar.gz: 94fa50d2c3b4dcbf2d4464e3f0a17f0b341223062041679f945ab70257ace2a682cb7d3af0d55d9d2332c4200f0bdfccbfcdf875805ab2bef9b377e9247c11c5
|
|
@@ -288,7 +288,7 @@ module Google
|
|
|
288
288
|
# contain uppercase and lowercase letters, numerals, and the hyphen (`-`) and
|
|
289
289
|
# underscore (`_`) characters.
|
|
290
290
|
# @param secret [::Google::Cloud::SecretManager::V1beta1::Secret, ::Hash]
|
|
291
|
-
# A {::Google::Cloud::SecretManager::V1beta1::Secret Secret} with initial field values.
|
|
291
|
+
# Required. A {::Google::Cloud::SecretManager::V1beta1::Secret Secret} with initial field values.
|
|
292
292
|
#
|
|
293
293
|
# @yield [response, operation] Access the result along with the RPC operation
|
|
294
294
|
# @yieldparam response [::Google::Cloud::SecretManager::V1beta1::Secret]
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
2
2
|
# Source: google/cloud/secrets/v1beta1/service.proto for package 'Google.Cloud.SecretManager.V1beta1'
|
|
3
3
|
# Original file comments:
|
|
4
|
-
# Copyright
|
|
4
|
+
# Copyright 2020 Google LLC
|
|
5
5
|
#
|
|
6
6
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
7
7
|
# you may not use this file except in compliance with the License.
|
|
@@ -15,7 +15,6 @@
|
|
|
15
15
|
# See the License for the specific language governing permissions and
|
|
16
16
|
# limitations under the License.
|
|
17
17
|
#
|
|
18
|
-
#
|
|
19
18
|
|
|
20
19
|
require 'grpc'
|
|
21
20
|
require 'google/cloud/secrets/v1beta1/service_pb'
|
|
@@ -71,7 +71,7 @@ module Google
|
|
|
71
71
|
# underscore (`_`) characters.
|
|
72
72
|
# @!attribute [rw] secret
|
|
73
73
|
# @return [::Google::Cloud::SecretManager::V1beta1::Secret]
|
|
74
|
-
# A {::Google::Cloud::SecretManager::V1beta1::Secret Secret} with initial field values.
|
|
74
|
+
# Required. A {::Google::Cloud::SecretManager::V1beta1::Secret Secret} with initial field values.
|
|
75
75
|
class CreateSecretRequest
|
|
76
76
|
include ::Google::Protobuf::MessageExts
|
|
77
77
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-cloud-secret_manager-v1beta1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.5.
|
|
4
|
+
version: 0.5.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-05-
|
|
11
|
+
date: 2020-05-07 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: gapic-common
|