Skip to content

Commit

Permalink
docs: [google-cloud-batch] state one Resource Allowance per region pe…
Browse files Browse the repository at this point in the history
…r 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 <omairnaveed@ymail.com>
  • Loading branch information
3 people authored Apr 4, 2024
1 parent b8a4835 commit 3d35d8b
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 8 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.17.16" # {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.17.16" # {x-release-please-version}
__version__ = "0.0.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -551,9 +551,10 @@ class TaskSpec(proto.Message):
compute_resource (google.cloud.batch_v1.types.ComputeResource):
ComputeResource requirements.
max_run_duration (google.protobuf.duration_pb2.Duration):
Maximum duration the task should run.
The task will be killed and marked as FAILED if
over this limit.
Maximum duration the task should run. The task will be
killed and marked as FAILED if over this limit. The valid
value range for max_run_duration in seconds is [0,
315576000000.999999999],
max_retry_count (int):
Maximum number of retries on failures. The default, 0, which
means never retry. The valid value range is [0, 10].
Expand Down
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.17.16" # {x-release-please-version}
__version__ = "0.0.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-batch",
"version": "0.17.16"
"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-batch",
"version": "0.17.16"
"version": "0.1.0"
},
"snippets": [
{
Expand Down

0 comments on commit 3d35d8b

Please sign in to comment.