Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 0 additions & 14 deletions .github/auto-approve.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,3 @@
# Copyright 2026 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

# https://github.com/googleapis/repo-automation-bots/tree/main/packages/auto-approve
processes:
- "OwlBotTemplateChanges"
14 changes: 0 additions & 14 deletions .github/header-checker-lint.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,3 @@
# Copyright 2026 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

{"allowedCopyrightHolders": ["Google LLC"],
"allowedLicenses": ["Apache-2.0", "MIT", "BSD-3"],
"ignoreFiles": ["**/requirements.txt", "**/requirements-test.txt", "**/__init__.py", "samples/**/constraints.txt", "samples/**/constraints-test.txt"],
Expand Down
14 changes: 0 additions & 14 deletions .github/release-trigger.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,2 @@
# Copyright 2026 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

enabled: true
multiScmName: python-aiplatform
39 changes: 39 additions & 0 deletions google/cloud/aiplatform_v1/types/reasoning_engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,9 @@ class ReasoningEngineSpec(proto.Message):
If not specified, the ``service_account`` field will be used
if set, otherwise the default Vertex AI Reasoning Engine
Service Agent in the project will be used.
build_spec (google.cloud.aiplatform_v1.types.ReasoningEngineSpec.BuildSpec):
Optional. Configuration for building
container image.
"""

class IdentityType(proto.Enum):
Expand Down Expand Up @@ -444,6 +447,37 @@ class ContainerSpec(proto.Message):
number=1,
)

class BuildSpec(proto.Message):
r"""Specification for building container image.

Attributes:
worker_pool (str):
Optional. The resource name of the Cloud Build WorkerPool to
use for the build. Format:
``projects/{project}/locations/{location}/workerPools/{worker_pool}``
service_account (str):
Optional. The service account that Cloud Build uses to run
the build.

This field is only applicable when ``worker_pool`` is
specified (i.e., for custom worker pools). If
``worker_pool`` is not specified, this field is ignored and
the build runs using the Google-managed service agent.

Format:
``projects/{project}/serviceAccounts/{service_account}`` or
``{service_account}@{project}.iam.gserviceaccount.com``
"""

worker_pool: str = proto.Field(
proto.STRING,
number=1,
)
service_account: str = proto.Field(
proto.STRING,
number=2,
)

source_code_spec: SourceCodeSpec = proto.Field(
proto.MESSAGE,
number=11,
Expand Down Expand Up @@ -485,6 +519,11 @@ class ContainerSpec(proto.Message):
number=12,
enum=IdentityType,
)
build_spec: BuildSpec = proto.Field(
proto.MESSAGE,
number=16,
message=BuildSpec,
)


class ReasoningEngine(proto.Message):
Expand Down
39 changes: 39 additions & 0 deletions google/cloud/aiplatform_v1beta1/types/reasoning_engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,9 @@ class ReasoningEngineSpec(proto.Message):
If not specified, the ``service_account`` field will be used
if set, otherwise the default Vertex AI Reasoning Engine
Service Agent in the project will be used.
build_spec (google.cloud.aiplatform_v1beta1.types.ReasoningEngineSpec.BuildSpec):
Optional. Configuration for building
container image.
"""

class IdentityType(proto.Enum):
Expand Down Expand Up @@ -446,6 +449,37 @@ class ContainerSpec(proto.Message):
number=1,
)

class BuildSpec(proto.Message):
r"""Specification for building container image.

Attributes:
worker_pool (str):
Optional. The resource name of the Cloud Build WorkerPool to
use for the build. Format:
``projects/{project}/locations/{location}/workerPools/{worker_pool}``
service_account (str):
Optional. The service account that Cloud Build uses to run
the build.

This field is only applicable when ``worker_pool`` is
specified (i.e., for custom worker pools). If
``worker_pool`` is not specified, this field is ignored and
the build runs using the Google-managed service agent.

Format:
``projects/{project}/serviceAccounts/{service_account}`` or
``{service_account}@{project}.iam.gserviceaccount.com``
"""

worker_pool: str = proto.Field(
proto.STRING,
number=1,
)
service_account: str = proto.Field(
proto.STRING,
number=2,
)

source_code_spec: SourceCodeSpec = proto.Field(
proto.MESSAGE,
number=11,
Expand Down Expand Up @@ -487,6 +521,11 @@ class ContainerSpec(proto.Message):
number=12,
enum=IdentityType,
)
build_spec: BuildSpec = proto.Field(
proto.MESSAGE,
number=16,
message=BuildSpec,
)


class ReasoningEngine(proto.Message):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-aiplatform",
"version": "1.164.0"
"version": "0.0.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-aiplatform",
"version": "1.164.0"
"version": "0.0.0"
},
"snippets": [
{
Expand Down
Loading
Loading