Skip to content

Commit

Permalink
docs: [deploy] minor documentation updates (#5829)
Browse files Browse the repository at this point in the history
* docs: minor documentation updates

PiperOrigin-RevId: 698151591

Source-Link: googleapis/googleapis@a547fc1

Source-Link: googleapis/googleapis-gen@21c4d65
Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWRlcGxveS8uT3dsQm90LnlhbWwiLCJoIjoiMjFjNGQ2NTY5NDA2MGFhNGRlMzcyNGFiYmE0ZDI0MjA1NmJkNGU5MyJ9

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

---------

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
  • Loading branch information
gcf-owl-bot[bot] and gcf-owl-bot[bot] authored Nov 21, 2024
1 parent b01a08e commit 7c10617
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2468,12 +2468,12 @@ message Release {
// client has an up-to-date value before proceeding.
string etag = 16;

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

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

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

// Output only. API version used to start the operation.
Expand Down
5 changes: 4 additions & 1 deletion packages/google-cloud-deploy/protos/protos.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7c10617

Please sign in to comment.