Skip to content

Commit a547fc1

Browse files
Google APIscopybara-github
authored andcommitted
docs: minor documentation updates
PiperOrigin-RevId: 698151591
1 parent 7466a5b commit a547fc1

1 file changed

Lines changed: 8 additions & 7 deletions

File tree

google/cloud/deploy/v1/cloud_deploy.proto

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2468,12 +2468,12 @@ message Release {
24682468
// client has an up-to-date value before proceeding.
24692469
string etag = 16;
24702470

2471-
// The Skaffold version to use when operating on this release, such as
2472-
// "1.20.0". Not all versions are valid; Cloud Deploy supports a specific set
2473-
// of versions.
2471+
// Optional. The Skaffold version to use when operating on this release, such
2472+
// as "1.20.0". Not all versions are valid; Cloud Deploy supports a specific
2473+
// set of versions.
24742474
//
24752475
// If unset, the most recent supported Skaffold version will be used.
2476-
string skaffold_version = 19;
2476+
string skaffold_version = 19 [(google.api.field_behavior) = OPTIONAL];
24772477

24782478
// Output only. Map from target ID to the target artifacts created
24792479
// during the render operation.
@@ -3444,9 +3444,10 @@ message OperationMetadata {
34443444

34453445
// Output only. Identifies whether the user has requested cancellation
34463446
// of the operation. Operations that have successfully been cancelled
3447-
// have [Operation.error][] value with a
3448-
// [google.rpc.Status.code][google.rpc.Status.code] of 1, corresponding to
3449-
// `Code.CANCELLED`.
3447+
// have
3448+
// [google.longrunning.Operation.error][google.longrunning.Operation.error]
3449+
// value with a [google.rpc.Status.code][google.rpc.Status.code] of 1,
3450+
// corresponding to `Code.CANCELLED`.
34503451
bool requested_cancellation = 6 [(google.api.field_behavior) = OUTPUT_ONLY];
34513452

34523453
// Output only. API version used to start the operation.

0 commit comments

Comments
 (0)