google-cloud-secret_manager-v1beta1 0.5.1 → 0.5.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: dcc045292215ef9e67cc509446a12ceb6ac21e2af29be20f60d71698708e7376
4
- data.tar.gz: f178889683a4111279f966d19b6469c7c546ddae7c7801bba7e34eeaf71e49e8
3
+ metadata.gz: 67b832b47fc7b34cdb44d1da69961b8db870a198a6fee5c39eeeed83fc4f7953
4
+ data.tar.gz: d0ce3f61c780aa5e3f3f9f2a68691813478a141c8827e64746ef3e7329e34f80
5
5
  SHA512:
6
- metadata.gz: 173027c91900205a2ec1d0cc20ebeacefea3e0ecaaaa114945833f841af93c70781cd227e08430efa174d3b309fb130f51932590e0dbb3c7813b4e0a0a4e4634
7
- data.tar.gz: f414606073391a97b98d21b0d39b78dd05854640af1a4b73f4442d9865ed982f711e41f4fd4f6aacbb07e067c68680b9f91bb9f4a6286af52809e9dd93c661f1
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]
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module SecretManager
23
23
  module V1beta1
24
- VERSION = "0.5.1"
24
+ VERSION = "0.5.2"
25
25
  end
26
26
  end
27
27
  end
@@ -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 2019 Google LLC.
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.1
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-05 00:00:00.000000000 Z
11
+ date: 2020-05-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common