Skip to content

Commit 651dcb6

Browse files
docs: [google-cloud-batch] fix broken references in comments (googleapis#13390)
- [ ] Regenerate this pull request now. PiperOrigin-RevId: 710060918 Source-Link: googleapis/googleapis@f7314d1 Source-Link: https://github.com/googleapis/googleapis-gen/commit/2dee5f1a153a1a447abccefe8aa81f692407724a Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWJhdGNoLy5Pd2xCb3QueWFtbCIsImgiOiIyZGVlNWYxYTE1M2ExYTQ0N2FiY2NlZmU4YWE4MWY2OTI0MDc3MjRhIn0= BEGIN_NESTED_COMMIT docs: [google-cloud-batch] fix a few broken references in documentation PiperOrigin-RevId: 709845869 Source-Link: googleapis/googleapis@baa225c Source-Link: https://github.com/googleapis/googleapis-gen/commit/feeb215e7422b56b339cad160e37428e54182de9 Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWJhdGNoLy5Pd2xCb3QueWFtbCIsImgiOiJmZWViMjE1ZTc0MjJiNTZiMzM5Y2FkMTYwZTM3NDI4ZTU0MTgyZGU5In0= END_NESTED_COMMIT --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 7ecb33c commit 651dcb6

File tree

7 files changed

+15
-11
lines changed

7 files changed

+15
-11
lines changed

packages/google-cloud-batch/google/cloud/batch/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.17.32" # {x-release-please-version}
16+
__version__ = "0.0.0" # {x-release-please-version}

packages/google-cloud-batch/google/cloud/batch_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.17.32" # {x-release-please-version}
16+
__version__ = "0.0.0" # {x-release-please-version}

packages/google-cloud-batch/google/cloud/batch_v1/types/batch.py

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -332,9 +332,11 @@ class OperationMetadata(proto.Message):
332332
requested_cancellation (bool):
333333
Output only. Identifies whether the user has requested
334334
cancellation of the operation. Operations that have
335-
successfully been cancelled have [Operation.error][] value
336-
with a [google.rpc.Status.code][google.rpc.Status.code] of
337-
1, corresponding to ``Code.CANCELLED``.
335+
successfully been cancelled have
336+
[google.longrunning.Operation.error][google.longrunning.Operation.error]
337+
value with a
338+
[google.rpc.Status.code][google.rpc.Status.code] of 1,
339+
corresponding to ``Code.CANCELLED``.
338340
api_version (str):
339341
Output only. API version used to start the
340342
operation.

packages/google-cloud-batch/google/cloud/batch_v1alpha/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.17.32" # {x-release-please-version}
16+
__version__ = "0.0.0" # {x-release-please-version}

packages/google-cloud-batch/google/cloud/batch_v1alpha/types/batch.py

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -698,9 +698,11 @@ class OperationMetadata(proto.Message):
698698
requested_cancellation (bool):
699699
Output only. Identifies whether the user has requested
700700
cancellation of the operation. Operations that have
701-
successfully been cancelled have [Operation.error][] value
702-
with a [google.rpc.Status.code][google.rpc.Status.code] of
703-
1, corresponding to ``Code.CANCELLED``.
701+
successfully been cancelled have
702+
[google.longrunning.Operation.error][google.longrunning.Operation.error]
703+
value with a
704+
[google.rpc.Status.code][google.rpc.Status.code] of 1,
705+
corresponding to ``Code.CANCELLED``.
704706
api_version (str):
705707
Output only. API version used to start the
706708
operation.

packages/google-cloud-batch/samples/generated_samples/snippet_metadata_google.cloud.batch.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-batch",
11-
"version": "0.17.32"
11+
"version": "0.1.0"
1212
},
1313
"snippets": [
1414
{

packages/google-cloud-batch/samples/generated_samples/snippet_metadata_google.cloud.batch.v1alpha.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-batch",
11-
"version": "0.17.32"
11+
"version": "0.1.0"
1212
},
1313
"snippets": [
1414
{

0 commit comments

Comments
 (0)