Skip to content

Commit

Permalink
docs: [google-cloud-secret-manager] fix link in Markdown comments (#1…
Browse files Browse the repository at this point in the history
…3445)

- [ ] Regenerate this pull request now.

PiperOrigin-RevId: 716133197

Source-Link:
googleapis/googleapis@d27e7a1

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

BEGIN_COMMIT_OVERRIDE
docs: fix link in Markdown comments
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`
END_COMMIT_OVERRIDE


BEGIN_NESTED_COMMIT


PiperOrigin-RevId: 715945530

Source-Link:
googleapis/googleapis@8c9639a

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

---------

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Co-authored-by: Anthonios Partheniou <partheniou@google.com>
  • Loading branch information
3 people authored Jan 16, 2025
1 parent c7e1d21 commit aae987b
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "2.22.0" # {x-release-please-version}
__version__ = "0.0.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "2.22.0" # {x-release-please-version}
__version__ = "0.0.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ class Secret(proto.Message):
TTL expires.
customer_managed_encryption (google.cloud.secretmanager_v1.types.CustomerManagedEncryption):
Optional. The customer-managed encryption configuration of
the Regionalised Secrets. If no configuration is provided,
the regionalized secrets. If no configuration is provided,
Google-managed default encryption is used.
Updates to the
Expand Down Expand Up @@ -268,16 +268,15 @@ class SecretVersion(proto.Message):
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``.
TTL, when a secert version is destroyed, version is moved to
disabled state and it is scheduled for destruction Version
is destroyed only after the scheduled_destroy_time.
customer_managed_encryption (google.cloud.secretmanager_v1.types.CustomerManagedEncryptionStatus):
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.
regionalized secret.
"""

class State(proto.Enum):
Expand Down Expand Up @@ -409,7 +408,8 @@ class Automatic(proto.Message):
class UserManaged(proto.Message):
r"""A replication policy that replicates the
[Secret][google.cloud.secretmanager.v1.Secret] payload into the
locations specified in [Secret.replication.user_managed.replicas][]
locations specified in
[Replication.UserManaged.replicas][google.cloud.secretmanager.v1.Replication.UserManaged.replicas]
Attributes:
replicas (MutableSequence[google.cloud.secretmanager_v1.types.Replication.UserManaged.Replica]):
Expand Down Expand Up @@ -646,7 +646,7 @@ class Topic(proto.Message):
Attributes:
name (str):
Required. The resource name of the Pub/Sub topic that will
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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "2.22.0" # {x-release-please-version}
__version__ = "0.0.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "2.22.0" # {x-release-please-version}
__version__ = "0.0.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,8 @@ class Automatic(proto.Message):
class UserManaged(proto.Message):
r"""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]
Attributes:
replicas (MutableSequence[google.cloud.secretmanager_v1beta2.types.Replication.UserManaged.Replica]):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-secret-manager",
"version": "2.22.0"
"version": "0.1.0"
},
"snippets": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-secretmanager",
"version": "2.22.0"
"version": "0.1.0"
},
"snippets": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-secretmanager",
"version": "2.22.0"
"version": "0.1.0"
},
"snippets": [
{
Expand Down

0 comments on commit aae987b

Please sign in to comment.