Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 311216074

Source-Author: Google APIs <noreply@google.com>
Source-Date: Tue May 12 15:37:58 2020 -0700
Source-Repo: googleapis/googleapis
Source-Sha: 358c09c45c681c6773b49aeb136f0a7ccbf7720c
Source-Link: googleapis/googleapis@358c09c
  • Loading branch information
yoshi-automation authored and jskeet committed May 13, 2020
1 parent dee878e commit 028f418
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
Expand Up @@ -1199,7 +1199,7 @@ public sealed partial class Replica : pb::IMessage<Replica> {

/// <summary>
/// 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].
/// </summary>
public sealed partial class SecretPayload : pb::IMessage<SecretPayload> {
private static readonly pb::MessageParser<SecretPayload> _parser = new pb::MessageParser<SecretPayload>(() => new SecretPayload());
Expand Down
Expand Up @@ -3,7 +3,7 @@
// source: google/cloud/secretmanager/v1/service.proto
// </auto-generated>
// Original file comments:
// 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 @@ -17,7 +17,6 @@
// See the License for the specific language governing permissions and
// limitations under the License.
//
//
#pragma warning disable 0414, 1591
#region Designer generated code

Expand Down
5 changes: 2 additions & 3 deletions apis/Google.Cloud.SecretManager.V1/synth.metadata
@@ -1,12 +1,11 @@
{
"updateTime": "2020-04-01T13:21:13.244303Z",
"sources": [
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "dc65f39f33cb139b3a2244199a3e722a4d94b679"
"sha": "358c09c45c681c6773b49aeb136f0a7ccbf7720c"
}
}
]
}
}

0 comments on commit 028f418

Please sign in to comment.