Skip to content

Commit

Permalink
docs: [google-cloud-deploy] documentation improvements. `skaffold_ver…
Browse files Browse the repository at this point in the history
…sion` field is no longer explicitly marked as optional (#13300)

BEGIN_COMMIT_OVERRIDE
docs: documentation improvements
docs: `skaffold_version` field is no longer explicitly marked as
optional
END_COMMIT_OVERRIDE


- [ ] Regenerate this pull request now.

PiperOrigin-RevId: 700082600

Source-Link:
googleapis/googleapis@7406997

Source-Link:
googleapis/googleapis-gen@9a6b503
Copy-Tag:
eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWRlcGxveS8uT3dsQm90LnlhbWwiLCJoIjoiOWE2YjUwMzdhOWY2MGU3MmJiYmJkYzY2MzE0NzYxNmUwM2NkZTljMyJ9

---------

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 26, 2024
1 parent f8900f4 commit d26c55b
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 12 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.1" # {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.1" # {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):
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.
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,11 +5405,9 @@ 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
[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``.
successfully been cancelled have [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.1"
"version": "0.1.0"
},
"snippets": [
{
Expand Down

0 comments on commit d26c55b

Please sign in to comment.