Skip to content

Commit 86c36f7

Browse files
Google APIscopybara-github
authored andcommitted
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 PiperOrigin-RevId: 747747291
1 parent 1c153ad commit 86c36f7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

google/cloud/parallelstore/v1/parallelstore.proto

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ message Instance {
270270
(google.api.field_behavior) = REQUIRED
271271
];
272272

273-
// Deprecated 'daos_version' field.
273+
// Output only. Deprecated 'daos_version' field.
274274
// Output only. The version of DAOS software running in the instance.
275275
string daos_version = 9
276276
[deprecated = true, (google.api.field_behavior) = OUTPUT_ONLY];
@@ -824,9 +824,9 @@ message TransferCounters {
824824
// Bytes that are copied to the data destination.
825825
int64 bytes_copied = 6;
826826

827-
// Objects that failed to write to the data destination.
827+
// Objects that are failed to write to the data destination.
828828
int64 objects_failed = 7;
829829

830-
// Number of Bytes that failed to be written to the data destination.
830+
// Bytes that are failed to write to the data destination.
831831
int64 bytes_failed = 8;
832832
}

0 commit comments

Comments
 (0)