Skip to content

Commit aceb95a

Browse files
docs: [google-cloud-parallelstore] A comment for field daos_version in message .google.cloud.parallelstore.v1.Instance is changed (#13783)
BEGIN_COMMIT_OVERRIDE docs: A comment for field `daos_version` in message `.google.cloud.parallelstore.v1.Instance` is changed docs: A comment for field `objects_failed` in message `.google.cloud.parallelstore.v1.TransferCounters` is changed docs: A comment for field `bytes_failed` in message `.google.cloud.parallelstore.v1.TransferCounters` is changed END_COMMIT_OVERRIDE - [ ] Regenerate this pull request now. docs: A comment for field `objects_failed` in message `.google.cloud.parallelstore.v1.TransferCounters` is changed docs: A comment for field `bytes_failed` in message `.google.cloud.parallelstore.v1.TransferCounters` is changed PiperOrigin-RevId: 747747291 Source-Link: googleapis/googleapis@86c36f7 Source-Link: googleapis/googleapis-gen@0da20c9 Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLXBhcmFsbGVsc3RvcmUvLk93bEJvdC55YW1sIiwiaCI6IjBkYTIwYzllNzkyNDNiNjdlMWQwY2QzYzAxNGM5N2IzMGY0ZTM0OWIifQ== --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent af828b0 commit aceb95a

File tree

1 file changed

+5
-5
lines changed
  • packages/google-cloud-parallelstore/google/cloud/parallelstore_v1/types

1 file changed

+5
-5
lines changed

packages/google-cloud-parallelstore/google/cloud/parallelstore_v1/types/parallelstore.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -160,8 +160,8 @@ class Instance(proto.Message):
160160
between 12000 and 100000, in multiples of 4000;
161161
e.g., 12000, 16000, 20000, ...
162162
daos_version (str):
163-
Deprecated 'daos_version' field. Output only. The version of
164-
DAOS software running in the instance.
163+
Output only. Deprecated 'daos_version' field. Output only.
164+
The version of DAOS software running in the instance.
165165
access_points (MutableSequence[str]):
166166
Output only. A list of IPv4 addresses used
167167
for client side configuration.
@@ -1137,11 +1137,11 @@ class TransferCounters(proto.Message):
11371137
Bytes that are copied to the data
11381138
destination.
11391139
objects_failed (int):
1140-
Objects that failed to write to the data
1140+
Objects that are failed to write to the data
11411141
destination.
11421142
bytes_failed (int):
1143-
Number of Bytes that failed to be written to
1144-
the data destination.
1143+
Bytes that are failed to write to the data
1144+
destination.
11451145
"""
11461146

11471147
objects_found: int = proto.Field(

0 commit comments

Comments
 (0)