Skip to content

Commit b6874a2

Browse files
docs: [google-cloud-parallelstore] fix links in documentation (#13409)
- [ ] Regenerate this pull request now. PiperOrigin-RevId: 712997712 Source-Link: googleapis/googleapis@e0cd5fa Source-Link: googleapis/googleapis-gen@0295c30 Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLXBhcmFsbGVsc3RvcmUvLk93bEJvdC55YW1sIiwiaCI6IjAyOTVjMzA3ZDQ2Zjg2MTJlYjQ1NTUzNjYyNDBmNzA1OWY2MTBjZjEifQ== --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: Victor Chudnovsky <vchudnov@google.com>
1 parent b45a11d commit b6874a2

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.8" # {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.8" # {x-release-please-version}
16+
__version__ = "0.0.0" # {x-release-please-version}

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

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -533,9 +533,10 @@ class OperationMetadata(proto.Message):
533533
requested_cancellation (bool):
534534
Output only. Identifies whether the user has requested
535535
cancellation of the operation. Operations that have been
536-
cancelled successfully have [Operation.error][] value with a
537-
[google.rpc.Status.code][google.rpc.Status.code] of 1,
538-
corresponding to ``Code.CANCELLED``.
536+
cancelled successfully have
537+
[Operation.error][google.longrunning.Operation.error] value
538+
with a [google.rpc.Status.code][google.rpc.Status.code] of
539+
1, corresponding to ``Code.CANCELLED``.
539540
api_version (str):
540541
Output only. API version used to start the
541542
operation.
@@ -815,7 +816,8 @@ class ImportDataMetadata(proto.Message):
815816
requested_cancellation (bool):
816817
Output only. Identifies whether the user has requested
817818
cancellation of the operation. Operations that have
818-
successfully been cancelled have [Operation.error][] value
819+
successfully been cancelled have
820+
[Operation.error][google.longrunning.Operation.error] value
819821
with a [google.rpc.Status.code][google.rpc.Status.code] of
820822
1, corresponding to ``Code.CANCELLED``.
821823
api_version (str):
@@ -888,7 +890,8 @@ class ExportDataMetadata(proto.Message):
888890
requested_cancellation (bool):
889891
Output only. Identifies whether the user has requested
890892
cancellation of the operation. Operations that have
891-
successfully been cancelled have [Operation.error][] value
893+
successfully been cancelled have
894+
[Operation.error][google.longrunning.Operation.error] value
892895
with a [google.rpc.Status.code][google.rpc.Status.code] of
893896
1, corresponding to ``Code.CANCELLED``.
894897
api_version (str):

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.8" # {x-release-please-version}
16+
__version__ = "0.0.0" # {x-release-please-version}

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.8"
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.8"
11+
"version": "0.1.0"
1212
},
1313
"snippets": [
1414
{

0 commit comments

Comments
 (0)