Skip to content

Commit

Permalink
docs: [secretmanager] fix link in Markdown comments (#5962)
Browse files Browse the repository at this point in the history
* docs: updated comment for `customer_managed_encryption` in message `.google.cloud.secretmanager.v1.Secret`
docs: updated comment for `scheduled_destroy_time` in message `.google.cloud.secretmanager.v1.SecretVersion`
docs: updated comment for `customer_managed_encryption` in message `.google.cloud.secretmanager.v1.SecretVersion`
docs: updated comment for `Replication`
docs: updated comment for `name` in message `.google.cloud.secretmanager.v1.Topic`

PiperOrigin-RevId: 715945530

Source-Link: googleapis/googleapis@8c9639a

Source-Link: googleapis/googleapis-gen@928e86a
Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLXNlY3JldG1hbmFnZXIvLk93bEJvdC55YW1sIiwiaCI6IjkyOGU4NmFkYmNmZWFkNGJiM2NjZTA3YjFhODQ2YjM4NGFjOTBhZjYifQ==

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

* docs: fix link in Markdown comments

PiperOrigin-RevId: 716133197

Source-Link: googleapis/googleapis@d27e7a1

Source-Link: googleapis/googleapis-gen@1839ebd
Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLXNlY3JldG1hbmFnZXIvLk93bEJvdC55YW1sIiwiaCI6IjE4MzllYmQ5N2U0MjlkZjFlOTNmMDFiZmJiYzk1YWIzZDRkNzRjM2MifQ==

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

---------

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
  • Loading branch information
gcf-owl-bot[bot] and gcf-owl-bot[bot] authored Jan 17, 2025
1 parent 887d95a commit b915efa
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 20 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ import "google/api/resource.proto";
import "google/protobuf/duration.proto";
import "google/protobuf/timestamp.proto";

option cc_enable_arenas = true;
option csharp_namespace = "Google.Cloud.SecretManager.V1";
option go_package = "cloud.google.com/go/secretmanager/apiv1/secretmanagerpb;secretmanagerpb";
option java_multiple_files = true;
Expand Down Expand Up @@ -151,8 +150,8 @@ message Secret {
google.protobuf.Duration version_destroy_ttl = 14
[(google.api.field_behavior) = OPTIONAL];

// Optional. The customer-managed encryption configuration of the Regionalised
// Secrets. If no configuration is provided, Google-managed default encryption
// Optional. The customer-managed encryption configuration of the regionalized
// secrets. If no configuration is provided, Google-managed default encryption
// is used.
//
// Updates to the [Secret][google.cloud.secretmanager.v1.Secret] encryption
Expand Down Expand Up @@ -244,16 +243,15 @@ message SecretVersion {
// Optional. Output only. Scheduled destroy time for secret version.
// This is a part of the Delayed secret version destroy feature. For a
// Secret with a valid version destroy TTL, when a secert version is
// destroyed, the version is moved to disabled state and it is scheduled for
// destruction. The version is destroyed only after the
// `scheduled_destroy_time`.
// destroyed, version is moved to disabled state and it is scheduled for
// destruction Version is destroyed only after the scheduled_destroy_time.
google.protobuf.Timestamp scheduled_destroy_time = 8
[(google.api.field_behavior) = OUTPUT_ONLY];

// Output only. The customer-managed encryption status of the
// [SecretVersion][google.cloud.secretmanager.v1.SecretVersion]. Only
// populated if customer-managed encryption is used and
// [Secret][google.cloud.secretmanager.v1.Secret] is a Regionalised Secret.
// [Secret][google.cloud.secretmanager.v1.Secret] is a regionalized secret.
CustomerManagedEncryptionStatus customer_managed_encryption = 9
[(google.api.field_behavior) = OUTPUT_ONLY];
}
Expand All @@ -279,7 +277,8 @@ message Replication {

// A replication policy that replicates the
// [Secret][google.cloud.secretmanager.v1.Secret] payload into the locations
// specified in [Secret.replication.user_managed.replicas][]
// specified in
// [Replication.UserManaged.replicas][google.cloud.secretmanager.v1.Replication.UserManaged.replicas]
message UserManaged {
// Represents a Replica for this
// [Secret][google.cloud.secretmanager.v1.Secret].
Expand Down Expand Up @@ -422,12 +421,12 @@ message Topic {
pattern: "projects/{project}/topics/{topic}"
};

// Required. The resource name of the Pub/Sub topic that will be published to,
// in the following format: `projects/*/topics/*`. For publication to succeed,
// the Secret Manager service agent must have the `pubsub.topic.publish`
// permission on the topic. The Pub/Sub Publisher role
// Identifier. The resource name of the Pub/Sub topic that will be published
// to, in the following format: `projects/*/topics/*`. For publication to
// succeed, the Secret Manager service agent must have the
// `pubsub.topic.publish` permission on the topic. The Pub/Sub Publisher role
// (`roles/pubsub.publisher`) includes this permission.
string name = 1 [(google.api.field_behavior) = REQUIRED];
string name = 1 [(google.api.field_behavior) = IDENTIFIER];
}

// The rotation time and period for a
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ import "google/iam/v1/policy.proto";
import "google/protobuf/empty.proto";
import "google/protobuf/field_mask.proto";

option cc_enable_arenas = true;
option csharp_namespace = "Google.Cloud.SecretManager.V1";
option go_package = "cloud.google.com/go/secretmanager/apiv1/secretmanagerpb;secretmanagerpb";
option java_multiple_files = true;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ import "google/api/resource.proto";
import "google/protobuf/duration.proto";
import "google/protobuf/timestamp.proto";

option cc_enable_arenas = true;
option csharp_namespace = "Google.Cloud.SecretManager.V1Beta2";
option go_package = "cloud.google.com/go/secretmanager/apiv1beta2/secretmanagerpb;secretmanagerpb";
option java_multiple_files = true;
Expand Down Expand Up @@ -281,7 +280,8 @@ message Replication {

// A replication policy that replicates the
// [Secret][google.cloud.secretmanager.v1beta2.Secret] payload into the
// locations specified in [Secret.replication.user_managed.replicas][]
// locations specified in
// [Replication.UserManaged.replicas][google.cloud.secretmanager.v1beta2.Replication.UserManaged.replicas]
message UserManaged {
// Represents a Replica for this
// [Secret][google.cloud.secretmanager.v1beta2.Secret].
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ import "google/iam/v1/policy.proto";
import "google/protobuf/empty.proto";
import "google/protobuf/field_mask.proto";

option cc_enable_arenas = true;
option csharp_namespace = "Google.Cloud.SecretManager.V1Beta2";
option go_package = "cloud.google.com/go/secretmanager/apiv1beta2/secretmanagerpb;secretmanagerpb";
option java_multiple_files = true;
Expand Down
4 changes: 1 addition & 3 deletions packages/google-cloud-secretmanager/protos/protos.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b915efa

Please sign in to comment.