Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: [visionai] new module for visionai #10802

Closed
wants to merge 2 commits into from

Conversation

cloud-java-bot
Copy link
Collaborator

Generated by @alicejli via generate_new_client_hermetic_build.yaml

Command used:

python generation/new_client_hermetic_build/add-new-client-config.py add-new-client --api-shortname "visionai" --name-pretty "Vision AI API" --api-description "Vertex AI Vision is an AI-powered platform to ingest, analyze and store video data. " --proto-path "google/cloud/visionai/v1" --product-docs "https://cloud.google.com/vision-ai/docs" --rest-docs "https://cloud.google.com/vision-ai/docs/reference/rest" --rpc-docs "https://cloud.google.com/vision-ai/docs/reference/rpc" 

@cloud-java-bot cloud-java-bot added the owlbot:run Add this label to trigger the Owlbot post processor. label May 7, 2024
@cloud-java-bot cloud-java-bot requested a review from a team as a code owner May 7, 2024 14:46
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label May 7, 2024
Copy link

snippet-bot bot commented May 7, 2024

Here is the summary of changes.

You are about to add 594 region tags.

This comment is generated by snippet-bot.
If you find problems with this result, please file an issue at:
https://github.com/googleapis/repo-automation-bots/issues.
To update this comment, add snippet-bot:force-run label or use the checkbox below:

  • Refresh this comment

@alicejli
Copy link
Contributor

alicejli commented May 7, 2024

Failing unit tests:

2024-05-07T15:30:42.1975300Z 15:30:42:121 [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.13.0:compile (default-compile) on project google-cloud-visionai: Compilation failure
2024-05-07T15:30:42.1976574Z 15:30:42:121 [ERROR] /home/runner/work/google-cloud-java/google-cloud-java/java-visionai/google-cloud-visionai/src/main/java/com/google/cloud/visionai/v1/stub/PredictionServiceStubSettings.java:[99,12] cannot find symbol
2024-05-07T15:30:42.1976839Z 15:30:42:121 [ERROR]   symbol:   method defaultGrpcTransportProviderBuilder()
2024-05-07T15:30:42.1977241Z 15:30:42:122 [ERROR]   location: class com.google.cloud.visionai.v1.stub.PredictionServiceStubSettings

@alicejli
Copy link
Contributor

alicejli commented May 7, 2024

Failing lint:

Error:  Found 1 non-complying files, failing build
Error:  To fix formatting errors, run "mvn com.coveo:fmt-maven-plugin:format"
Error:  Non complying file: /home/runner/work/google-cloud-java/google-cloud-java/java-visionai/grpc-google-cloud-visionai-v1/src/main/java/com/google/cloud/visionai/v1/PredictionServiceGrpc.java

@alicejli
Copy link
Contributor

alicejli commented May 8, 2024

Closing this as it will be regenerated in the next release. We discovered some changes that need to be made (namely, hiding prediction.proto as it is an empty Service which causes a bug with our generation (googleapis/sdk-platform-java#2750).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants