Skip to content

Commit e21762b

Browse files
sasha-gitgcopybara-github
authored andcommitted
chore: Roll back googleapis#1760
PiperOrigin-RevId: 487000978
1 parent 61d49a4 commit e21762b

File tree

127 files changed

+281
-775
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

127 files changed

+281
-775
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,9 @@ Thank you for opening a Pull Request! Before submitting your PR, there are a few
33
- [ ] Ensure the tests and linter pass
44
- [ ] Code coverage does not decrease (if any source code was changed)
55
- [ ] Appropriate docs were updated (if necessary)
6+
- [ ] Get the necessary approvals
7+
- [ ] Once the last commit on the PR has been approved, add the "ready to pull" label to the Pull Request
8+
9+
Note: do not merge your PR from GitHub. Adding the "ready to pull" label is the final step in the review process.
610

711
Fixes #<issue_number_goes_here> 🦕

.kokoro/samples/python3.10/common.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ env_vars: {
1616
# Declare build specific Cloud project.
1717
env_vars: {
1818
key: "BUILD_SPECIFIC_GCLOUD_PROJECT"
19-
value: "python-docs-samples-tests-310"
19+
value: "ucaip-sample-tests"
2020
}
2121

2222
env_vars: {

.kokoro/samples/python3.7/common.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ env_vars: {
1616
# Declare build specific Cloud project.
1717
env_vars: {
1818
key: "BUILD_SPECIFIC_GCLOUD_PROJECT"
19-
value: "python-docs-samples-tests-py37"
19+
value: "ucaip-sample-tests"
2020
}
2121

2222
env_vars: {

.kokoro/samples/python3.8/common.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ env_vars: {
1616
# Declare build specific Cloud project.
1717
env_vars: {
1818
key: "BUILD_SPECIFIC_GCLOUD_PROJECT"
19-
value: "python-docs-samples-tests-py38"
19+
value: "ucaip-sample-tests"
2020
}
2121

2222
env_vars: {

.kokoro/samples/python3.9/common.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ env_vars: {
1616
# Declare build specific Cloud project.
1717
env_vars: {
1818
key: "BUILD_SPECIFIC_GCLOUD_PROJECT"
19-
value: "python-docs-samples-tests-py39"
19+
value: "ucaip-sample-tests"
2020
}
2121

2222
env_vars: {

google/cloud/aiplatform/gapic_version.py

Lines changed: 0 additions & 16 deletions
This file was deleted.

google/cloud/aiplatform/v1/schema/predict/instance/__init__.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,6 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
from google.cloud.aiplatform.v1.schema.predict.instance import (
17-
gapic_version as package_version,
18-
)
19-
20-
__version__ = package_version.__version__
2116

2217

2318
from google.cloud.aiplatform.v1.schema.predict.instance_v1.types.image_classification import (

google/cloud/aiplatform/v1/schema/predict/instance/gapic_version.py

Lines changed: 0 additions & 16 deletions
This file was deleted.

google/cloud/aiplatform/v1/schema/predict/instance_v1/__init__.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,6 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
from google.cloud.aiplatform.v1.schema.predict.instance import (
17-
gapic_version as package_version,
18-
)
19-
20-
__version__ = package_version.__version__
2116

2217

2318
from .types.image_classification import ImageClassificationPredictionInstance

google/cloud/aiplatform/v1/schema/predict/params/__init__.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,6 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
from google.cloud.aiplatform.v1.schema.predict.params import (
17-
gapic_version as package_version,
18-
)
19-
20-
__version__ = package_version.__version__
2116

2217

2318
from google.cloud.aiplatform.v1.schema.predict.params_v1.types.image_classification import (

0 commit comments

Comments
 (0)