Skip to content

Commit e895308

Browse files
chore: [google-cloud-parallelstore] fix links in documentation (#13393)
- [ ] 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>
1 parent cae47b8 commit e895308

File tree

6 files changed

+13
-10
lines changed

6 files changed

+13
-10
lines changed

packages/google-cloud-parallelstore/google/cloud/parallelstore/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "0.2.7" # {x-release-please-version}
16+
__version__ = "0.0.0" # {x-release-please-version}

packages/google-cloud-parallelstore/google/cloud/parallelstore_v1/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "0.2.7" # {x-release-please-version}
16+
__version__ = "0.0.0" # {x-release-please-version}

packages/google-cloud-parallelstore/google/cloud/parallelstore_v1beta/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "0.2.7" # {x-release-please-version}
16+
__version__ = "0.0.0" # {x-release-please-version}

packages/google-cloud-parallelstore/google/cloud/parallelstore_v1beta/types/parallelstore.py

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -562,9 +562,10 @@ class OperationMetadata(proto.Message):
562562
requested_cancellation (bool):
563563
Output only. Identifies whether the user has requested
564564
cancellation of the operation. Operations that have been
565-
cancelled successfully have [Operation.error][] value with a
566-
[google.rpc.Status.code][google.rpc.Status.code] of 1,
567-
corresponding to ``Code.CANCELLED``.
565+
cancelled successfully have
566+
[Operation.error][google.longrunning.Operation.error] value
567+
with a [google.rpc.Status.code][google.rpc.Status.code] of
568+
1, corresponding to ``Code.CANCELLED``.
568569
api_version (str):
569570
Output only. API version used to start the
570571
operation.
@@ -844,7 +845,8 @@ class ImportDataMetadata(proto.Message):
844845
requested_cancellation (bool):
845846
Output only. Identifies whether the user has requested
846847
cancellation of the operation. Operations that have
847-
successfully been cancelled have [Operation.error][] value
848+
successfully been cancelled have
849+
[Operation.error][google.longrunning.Operation.error] value
848850
with a [google.rpc.Status.code][google.rpc.Status.code] of
849851
1, corresponding to ``Code.CANCELLED``.
850852
api_version (str):
@@ -917,7 +919,8 @@ class ExportDataMetadata(proto.Message):
917919
requested_cancellation (bool):
918920
Output only. Identifies whether the user has requested
919921
cancellation of the operation. Operations that have
920-
successfully been cancelled have [Operation.error][] value
922+
successfully been cancelled have
923+
[Operation.error][google.longrunning.Operation.error] value
921924
with a [google.rpc.Status.code][google.rpc.Status.code] of
922925
1, corresponding to ``Code.CANCELLED``.
923926
api_version (str):

packages/google-cloud-parallelstore/samples/generated_samples/snippet_metadata_google.cloud.parallelstore.v1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"language": "PYTHON",
1010
"name": "google-cloud-parallelstore",
11-
"version": "0.2.7"
11+
"version": "0.1.0"
1212
},
1313
"snippets": [
1414
{

packages/google-cloud-parallelstore/samples/generated_samples/snippet_metadata_google.cloud.parallelstore.v1beta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"language": "PYTHON",
1010
"name": "google-cloud-parallelstore",
11-
"version": "0.2.7"
11+
"version": "0.1.0"
1212
},
1313
"snippets": [
1414
{

0 commit comments

Comments
 (0)