Skip to content

Commit

Permalink
chore: [google-cloud-parallelstore] fix links in documentation (#13393)
Browse files Browse the repository at this point in the history
- [ ] Regenerate this pull request now.

BEGIN_COMMIT_OVERRIDE
docs: fix links in documentation
END_COMMIT_OVERRIDE

PiperOrigin-RevId: 710797407

Source-Link:
googleapis/googleapis@52e4108

Source-Link:
googleapis/googleapis-gen@955605b
Copy-Tag:
eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLXBhcmFsbGVsc3RvcmUvLk93bEJvdC55YW1sIiwiaCI6Ijk1NTYwNWI5NDU3YWE2MTg1ZTJiYzJmNTY1N2ZlZjBmYzEyY2ZlNmMifQ==

---------

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 Jan 2, 2025
1 parent cae47b8 commit e895308
Show file tree
Hide file tree
Showing 6 changed files with 13 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__ = "0.2.7" # {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__ = "0.2.7" # {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__ = "0.2.7" # {x-release-please-version}
__version__ = "0.0.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -562,9 +562,10 @@ class OperationMetadata(proto.Message):
requested_cancellation (bool):
Output only. Identifies whether the user has requested
cancellation of the operation. Operations that have been
cancelled successfully have [Operation.error][] value with a
[google.rpc.Status.code][google.rpc.Status.code] of 1,
corresponding to ``Code.CANCELLED``.
cancelled successfully have
[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 Expand Up @@ -844,7 +845,8 @@ class ImportDataMetadata(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
successfully been cancelled have
[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):
Expand Down Expand Up @@ -917,7 +919,8 @@ class ExportDataMetadata(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
successfully been cancelled have
[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):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-parallelstore",
"version": "0.2.7"
"version": "0.1.0"
},
"snippets": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-parallelstore",
"version": "0.2.7"
"version": "0.1.0"
},
"snippets": [
{
Expand Down

0 comments on commit e895308

Please sign in to comment.