This repository was archived by the owner on Sep 16, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +8
-9
lines changed
proto-google-cloud-secretmanager-v1/src/main
java/com/google/cloud/secretmanager/v1
proto/google/cloud/secretmanager/v1 Expand file tree Collapse file tree 4 files changed +8
-9
lines changed Original file line number Diff line number Diff line change 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}
Original file line number Diff line number Diff line change 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.
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
1615syntax = "proto3" ;
1716
@@ -116,6 +115,7 @@ message SecretVersion {
116115}
117116
118117// A policy that defines the replication configuration of data.
118+ //
119119message 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].
154154message SecretPayload {
155155 // The secret data. Must be no larger than 64KiB.
156156 bytes data = 1 ;
Original file line number Diff line number Diff line change 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.
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
1615syntax = "proto3" ;
1716
Original file line number Diff line number Diff line change 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 {
You can’t perform that action at this time.
0 commit comments