Skip to content

Commit

Permalink
docs: [google-cloud-deploy] minor documentation updates (#13289)
Browse files Browse the repository at this point in the history
BEGIN_COMMIT_OVERRIDE
docs: minor documentation updates
END_COMMIT_OVERRIDE

- [ ] Regenerate this pull request now.

PiperOrigin-RevId: 698151591

Source-Link:
googleapis/googleapis@a547fc1

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

---------

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Co-authored-by: ohmayr <omairnaveed@ymail.com>
  • Loading branch information
3 people authored Nov 20, 2024
1 parent 09a3381 commit d64e75a
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "2.4.0" # {x-release-please-version}
__version__ = "0.0.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "2.4.0" # {x-release-please-version}
__version__ = "0.0.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -3442,10 +3442,10 @@ class Release(proto.Message):
update and delete requests to ensure the client
has an up-to-date value before proceeding.
skaffold_version (str):
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.
Expand Down Expand Up @@ -5405,9 +5405,11 @@ class OperationMetadata(proto.Message):
requested_cancellation (bool):
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``.
successfully been 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``.
api_version (str):
Output only. API version used to start the
operation.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-deploy",
"version": "2.4.0"
"version": "0.1.0"
},
"snippets": [
{
Expand Down

0 comments on commit d64e75a

Please sign in to comment.