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

Commit 8beb466

Browse files
docs: regenerate docs from protos (#127)
This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/0ba8d2f8-7f35-417b-8c9a-d829ca01eac0/targets PiperOrigin-RevId: 311216074 Source-Link: googleapis/googleapis@358c09c
1 parent 8191311 commit 8beb466

File tree

4 files changed

+8
-9
lines changed

4 files changed

+8
-9
lines changed

proto-google-cloud-secretmanager-v1/src/main/java/com/google/cloud/secretmanager/v1/SecretPayload.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
*
2424
* <pre>
2525
* A secret payload resource in the Secret Manager API. This contains the
26-
* sensitive secret data that is associated with a [SecretVersion][google.cloud.secretmanager.v1.SecretVersion].
26+
* sensitive secret payload that is associated with a [SecretVersion][google.cloud.secretmanager.v1.SecretVersion].
2727
* </pre>
2828
*
2929
* Protobuf type {@code google.cloud.secretmanager.v1.SecretPayload}
@@ -291,7 +291,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
291291
*
292292
* <pre>
293293
* A secret payload resource in the Secret Manager API. This contains the
294-
* sensitive secret data that is associated with a [SecretVersion][google.cloud.secretmanager.v1.SecretVersion].
294+
* sensitive secret payload that is associated with a [SecretVersion][google.cloud.secretmanager.v1.SecretVersion].
295295
* </pre>
296296
*
297297
* Protobuf type {@code google.cloud.secretmanager.v1.SecretPayload}

proto-google-cloud-secretmanager-v1/src/main/proto/google/cloud/secretmanager/v1/resources.proto

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2019 Google LLC.
1+
// Copyright 2020 Google LLC
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.
@@ -11,7 +11,6 @@
1111
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
14-
//
1514

1615
syntax = "proto3";
1716

@@ -116,6 +115,7 @@ message SecretVersion {
116115
}
117116

118117
// A policy that defines the replication configuration of data.
118+
//
119119
message Replication {
120120
// A replication policy that replicates the [Secret][google.cloud.secretmanager.v1.Secret] payload without any
121121
// restrictions.
@@ -150,7 +150,7 @@ message Replication {
150150
}
151151

152152
// A secret payload resource in the Secret Manager API. This contains the
153-
// sensitive secret data that is associated with a [SecretVersion][google.cloud.secretmanager.v1.SecretVersion].
153+
// sensitive secret payload that is associated with a [SecretVersion][google.cloud.secretmanager.v1.SecretVersion].
154154
message SecretPayload {
155155
// The secret data. Must be no larger than 64KiB.
156156
bytes data = 1;

proto-google-cloud-secretmanager-v1/src/main/proto/google/cloud/secretmanager/v1/service.proto

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2019 Google LLC.
1+
// Copyright 2020 Google LLC
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.
@@ -11,7 +11,6 @@
1111
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
14-
//
1514

1615
syntax = "proto3";
1716

synth.metadata

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"git": {
1212
"name": "googleapis",
1313
"remote": "https://github.com/googleapis/googleapis.git",
14-
"sha": "aed11c01e52921613b9ee469c2d85f5f33175fb7",
15-
"internalRef": "310660461"
14+
"sha": "358c09c45c681c6773b49aeb136f0a7ccbf7720c",
15+
"internalRef": "311216074"
1616
}
1717
},
1818
{

0 commit comments

Comments
 (0)