@@ -270,8 +270,8 @@ message Instance {
270270 (google.api.field_behavior ) = REQUIRED
271271 ];
272272
273- // Output only. Deprecated 'daos_version' field.
274- // Output only. The version of DAOS software running in the instance.
273+ // Output only. Deprecated: The version of DAOS software running in the
274+ // instance.
275275 string daos_version = 9
276276 [deprecated = true , (google.api.field_behavior ) = OUTPUT_ONLY ];
277277
@@ -345,7 +345,7 @@ message Instance {
345345
346346// Transfer metadata options for the instance.
347347message TransferMetadataOptions {
348- // The UID perservation behavior.
348+ // The UID preservation behavior.
349349 enum Uid {
350350 // default is UID_NUMBER_PRESERVE.
351351 UID_UNSPECIFIED = 0 ;
@@ -473,8 +473,8 @@ message CreateInstanceRequest {
473473 // ignore the request if it has already been completed. The server will
474474 // guarantee that for at least 60 minutes since the first request.
475475 //
476- // For example, consider a situation where you make an initial request and t
477- // he request times out. If you make the request again with the same request
476+ // For example, consider a situation where you make an initial request and
477+ // the request times out. If you make the request again with the same request
478478 // ID, the server can check if original operation with the same request ID
479479 // was received, and if so, will ignore the second request. This prevents
480480 // clients from accidentally creating duplicate commitments.
@@ -501,8 +501,8 @@ message UpdateInstanceRequest {
501501 // ignore the request if it has already been completed. The server will
502502 // guarantee that for at least 60 minutes since the first request.
503503 //
504- // For example, consider a situation where you make an initial request and t
505- // he request times out. If you make the request again with the same request
504+ // For example, consider a situation where you make an initial request and
505+ // the request times out. If you make the request again with the same request
506506 // ID, the server can check if original operation with the same request ID
507507 // was received, and if so, will ignore the second request. This prevents
508508 // clients from accidentally creating duplicate commitments.
@@ -527,8 +527,8 @@ message DeleteInstanceRequest {
527527 // ignore the request if it has already been completed. The server will
528528 // guarantee that for at least 60 minutes after the first request.
529529 //
530- // For example, consider a situation where you make an initial request and t
531- // he request times out. If you make the request again with the same request
530+ // For example, consider a situation where you make an initial request and
531+ // the request times out. If you make the request again with the same request
532532 // ID, the server can check if original operation with the same request ID
533533 // was received, and if so, will ignore the second request. This prevents
534534 // clients from accidentally creating duplicate commitments.
@@ -625,8 +625,8 @@ message ImportDataRequest {
625625 // ignore the request if it has already been completed. The server will
626626 // guarantee that for at least 60 minutes since the first request.
627627 //
628- // For example, consider a situation where you make an initial request and t
629- // he request times out. If you make the request again with the same request
628+ // For example, consider a situation where you make an initial request and
629+ // the request times out. If you make the request again with the same request
630630 // ID, the server can check if original operation with the same request ID
631631 // was received, and if so, will ignore the second request. This prevents
632632 // clients from accidentally creating duplicate commitments.
@@ -688,8 +688,8 @@ message ExportDataRequest {
688688 // ignore the request if it has already been completed. The server will
689689 // guarantee that for at least 60 minutes since the first request.
690690 //
691- // For example, consider a situation where you make an initial request and t
692- // he request times out. If you make the request again with the same request
691+ // For example, consider a situation where you make an initial request and
692+ // the request times out. If you make the request again with the same request
693693 // ID, the server can check if original operation with the same request ID
694694 // was received, and if so, will ignore the second request. This prevents
695695 // clients from accidentally creating duplicate commitments.
@@ -880,9 +880,9 @@ message TransferCounters {
880880 // Bytes that are copied to the data destination.
881881 int64 bytes_copied = 6 ;
882882
883- // Objects that are failed to write to the data destination.
883+ // Objects that failed to be written to the data destination.
884884 int64 objects_failed = 7 ;
885885
886- // Bytes that are failed to write to the data destination.
886+ // Bytes that failed to be written to the data destination.
887887 int64 bytes_failed = 8 ;
888888}
0 commit comments