Skip to content
This repository has been archived by the owner on Sep 16, 2023. It is now read-only.

docs: regenerate docs from protos #127

Merged
merged 2 commits into from Jun 3, 2020
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Expand Up @@ -23,7 +23,7 @@
*
* <pre>
* 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].
* </pre>
*
* Protobuf type {@code google.cloud.secretmanager.v1.SecretPayload}
Expand Down Expand Up @@ -291,7 +291,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
*
* <pre>
* 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].
* </pre>
*
* Protobuf type {@code google.cloud.secretmanager.v1.SecretPayload}
Expand Down
@@ -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
@@ -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
6 changes: 3 additions & 3 deletions synth.metadata
Expand Up @@ -4,15 +4,15 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-secretmanager.git",
"sha": "efe745dd8e8966f284f47cb7958127892b4ce2e6"
"sha": "b0d790f5ee63d7e00ceeef8a08cd80cf20a06e94"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "aed11c01e52921613b9ee469c2d85f5f33175fb7",
"internalRef": "310660461"
"sha": "358c09c45c681c6773b49aeb136f0a7ccbf7720c",
"internalRef": "311216074"
}
},
{
Expand Down