Skip to content

Commit aae987b

Browse files
docs: [google-cloud-secret-manager] fix link in Markdown comments (googleapis#13445)
- [ ] Regenerate this pull request now. PiperOrigin-RevId: 716133197 Source-Link: googleapis/googleapis@d27e7a1 Source-Link: https://github.com/googleapis/googleapis-gen/commit/1839ebd97e429df1e93f01bfbbc95ab3d4d74c3c 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: https://github.com/googleapis/googleapis-gen/commit/928e86adbcfead4bb3cce07b1a846b384ac90af6 Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLXNlY3JldC1tYW5hZ2VyLy5Pd2xCb3QueWFtbCIsImgiOiI5MjhlODZhZGJjZmVhZDRiYjNjY2UwN2IxYTg0NmIzODRhYzkwYWY2In0= END_NESTED_COMMIT --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: Anthonios Partheniou <[email protected]>
1 parent c7e1d21 commit aae987b

File tree

9 files changed

+17
-16
lines changed

9 files changed

+17
-16
lines changed

packages/google-cloud-secret-manager/google/cloud/secretmanager/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "2.22.0" # {x-release-please-version}
16+
__version__ = "0.0.0" # {x-release-please-version}

packages/google-cloud-secret-manager/google/cloud/secretmanager_v1/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "2.22.0" # {x-release-please-version}
16+
__version__ = "0.0.0" # {x-release-please-version}

packages/google-cloud-secret-manager/google/cloud/secretmanager_v1/types/resources.py

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ class Secret(proto.Message):
145145
TTL expires.
146146
customer_managed_encryption (google.cloud.secretmanager_v1.types.CustomerManagedEncryption):
147147
Optional. The customer-managed encryption configuration of
148-
the Regionalised Secrets. If no configuration is provided,
148+
the regionalized secrets. If no configuration is provided,
149149
Google-managed default encryption is used.
150150
151151
Updates to the
@@ -268,16 +268,15 @@ class SecretVersion(proto.Message):
268268
Optional. Output only. Scheduled destroy time for secret
269269
version. This is a part of the Delayed secret version
270270
destroy feature. For a Secret with a valid version destroy
271-
TTL, when a secert version is destroyed, the version is
272-
moved to disabled state and it is scheduled for destruction.
273-
The version is destroyed only after the
274-
``scheduled_destroy_time``.
271+
TTL, when a secert version is destroyed, version is moved to
272+
disabled state and it is scheduled for destruction Version
273+
is destroyed only after the scheduled_destroy_time.
275274
customer_managed_encryption (google.cloud.secretmanager_v1.types.CustomerManagedEncryptionStatus):
276275
Output only. The customer-managed encryption status of the
277276
[SecretVersion][google.cloud.secretmanager.v1.SecretVersion].
278277
Only populated if customer-managed encryption is used and
279278
[Secret][google.cloud.secretmanager.v1.Secret] is a
280-
Regionalised Secret.
279+
regionalized secret.
281280
"""
282281

283282
class State(proto.Enum):
@@ -409,7 +408,8 @@ class Automatic(proto.Message):
409408
class UserManaged(proto.Message):
410409
r"""A replication policy that replicates the
411410
[Secret][google.cloud.secretmanager.v1.Secret] payload into the
412-
locations specified in [Secret.replication.user_managed.replicas][]
411+
locations specified in
412+
[Replication.UserManaged.replicas][google.cloud.secretmanager.v1.Replication.UserManaged.replicas]
413413
414414
Attributes:
415415
replicas (MutableSequence[google.cloud.secretmanager_v1.types.Replication.UserManaged.Replica]):
@@ -646,7 +646,7 @@ class Topic(proto.Message):
646646
647647
Attributes:
648648
name (str):
649-
Required. The resource name of the Pub/Sub topic that will
649+
Identifier. The resource name of the Pub/Sub topic that will
650650
be published to, in the following format:
651651
``projects/*/topics/*``. For publication to succeed, the
652652
Secret Manager service agent must have the

packages/google-cloud-secret-manager/google/cloud/secretmanager_v1beta1/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "2.22.0" # {x-release-please-version}
16+
__version__ = "0.0.0" # {x-release-please-version}

packages/google-cloud-secret-manager/google/cloud/secretmanager_v1beta2/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "2.22.0" # {x-release-please-version}
16+
__version__ = "0.0.0" # {x-release-please-version}

packages/google-cloud-secret-manager/google/cloud/secretmanager_v1beta2/types/resources.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,8 @@ class Automatic(proto.Message):
409409
class UserManaged(proto.Message):
410410
r"""A replication policy that replicates the
411411
[Secret][google.cloud.secretmanager.v1beta2.Secret] payload into the
412-
locations specified in [Secret.replication.user_managed.replicas][]
412+
locations specified in
413+
[Replication.UserManaged.replicas][google.cloud.secretmanager.v1beta2.Replication.UserManaged.replicas]
413414
414415
Attributes:
415416
replicas (MutableSequence[google.cloud.secretmanager_v1beta2.types.Replication.UserManaged.Replica]):

packages/google-cloud-secret-manager/samples/generated_samples/snippet_metadata_google.cloud.secretmanager.v1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"language": "PYTHON",
1010
"name": "google-cloud-secret-manager",
11-
"version": "2.22.0"
11+
"version": "0.1.0"
1212
},
1313
"snippets": [
1414
{

packages/google-cloud-secret-manager/samples/generated_samples/snippet_metadata_google.cloud.secretmanager.v1beta2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"language": "PYTHON",
1010
"name": "google-cloud-secretmanager",
11-
"version": "2.22.0"
11+
"version": "0.1.0"
1212
},
1313
"snippets": [
1414
{

packages/google-cloud-secret-manager/samples/generated_samples/snippet_metadata_google.cloud.secrets.v1beta1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"language": "PYTHON",
1010
"name": "google-cloud-secretmanager",
11-
"version": "2.22.0"
11+
"version": "0.1.0"
1212
},
1313
"snippets": [
1414
{

0 commit comments

Comments
 (0)