Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 311216074
  • Loading branch information
Google APIs authored and Copybara-Service committed May 12, 2020
1 parent bf17ae5 commit 358c09c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
6 changes: 3 additions & 3 deletions google/cloud/secretmanager/v1/resources.proto
@@ -1,4 +1,4 @@
// Copyright 2019 Google LLC.
// Copyright 2020 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand All @@ -11,7 +11,6 @@
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
//

syntax = "proto3";

Expand Down Expand Up @@ -116,6 +115,7 @@ message SecretVersion {
}

// A policy that defines the replication configuration of data.
//
message Replication {
// A replication policy that replicates the [Secret][google.cloud.secretmanager.v1.Secret] payload without any
// restrictions.
Expand Down Expand Up @@ -150,7 +150,7 @@ message Replication {
}

// A secret payload resource in the Secret Manager API. This contains the
// sensitive secret data that is associated with a [SecretVersion][google.cloud.secretmanager.v1.SecretVersion].
// sensitive secret payload that is associated with a [SecretVersion][google.cloud.secretmanager.v1.SecretVersion].
message SecretPayload {
// The secret data. Must be no larger than 64KiB.
bytes data = 1;
Expand Down
4 changes: 2 additions & 2 deletions google/cloud/secretmanager/v1/secretmanager_v1.yaml
Expand Up @@ -8,8 +8,8 @@ apis:

documentation:
summary: |-
Stores and manages access to application secrets. Provides convenience
while improving security.
Stores sensitive data such as API keys, passwords, and certificates.
Provides convenience while improving security.
overview: Secret Manager Overview

backend:
Expand Down
3 changes: 1 addition & 2 deletions google/cloud/secretmanager/v1/service.proto
@@ -1,4 +1,4 @@
// Copyright 2019 Google LLC.
// Copyright 2020 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand All @@ -11,7 +11,6 @@
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
//

syntax = "proto3";

Expand Down

0 comments on commit 358c09c

Please sign in to comment.