Skip to content

Commit 3d35d8b

Browse files
docs: [google-cloud-batch] state one Resource Allowance per region per project limitation on v1alpha (#12546)
BEGIN_COMMIT_OVERRIDE docs: state one Resource Allowance per region per project limitation on v1alpha docs: A comment for field `max_run_duration` in message `.google.cloud.batch.v1alpha.TaskSpec` and `.google.cloud.batch.v1.TaskSpec` is changed docs: add non-negative restriction comment for usage_resource_allowance.spec.limit.limit exposed on v1alpha END_COMMIT_OVERRIDE - [ ] Regenerate this pull request now. docs: A comment for field `max_run_duration` in message `.google.cloud.batch.v1alpha.TaskSpec` and `.google.cloud.batch.v1.TaskSpec` is changed docs: add non-negative restriction comment for usage_resource_allowance.spec.limit.limit exposed on v1alpha PiperOrigin-RevId: 621609903 Source-Link: googleapis/googleapis@e48fc79 Source-Link: googleapis/googleapis-gen@767ac3a Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWJhdGNoLy5Pd2xCb3QueWFtbCIsImgiOiI3NjdhYzNhNGQ2YWY1OWYwNDRiNDQyOGQ3YmE1MWE4OGE1ODE3YzU5In0= --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: ohmayr <[email protected]>
1 parent b8a4835 commit 3d35d8b

File tree

6 files changed

+9
-8
lines changed

6 files changed

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

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -551,9 +551,10 @@ class TaskSpec(proto.Message):
551551
compute_resource (google.cloud.batch_v1.types.ComputeResource):
552552
ComputeResource requirements.
553553
max_run_duration (google.protobuf.duration_pb2.Duration):
554-
Maximum duration the task should run.
555-
The task will be killed and marked as FAILED if
556-
over this limit.
554+
Maximum duration the task should run. The task will be
555+
killed and marked as FAILED if over this limit. The valid
556+
value range for max_run_duration in seconds is [0,
557+
315576000000.999999999],
557558
max_retry_count (int):
558559
Maximum number of retries on failures. The default, 0, which
559560
means never retry. The valid value range is [0, 10].

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

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

0 commit comments

Comments
 (0)