google-cloud-java icon indicating copy to clipboard operation
google-cloud-java copied to clipboard

feat: [visionai] new module for visionai

Open cloud-java-bot opened this issue 1 year ago • 3 comments

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 avatar May 07 '24 14:05 cloud-java-bot

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

snippet-bot[bot] avatar May 07 '24 14:05 snippet-bot[bot]

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 avatar May 07 '24 16:05 alicejli

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 avatar May 07 '24 19:05 alicejli

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 (https://github.com/googleapis/sdk-platform-java/issues/2750).

alicejli avatar May 08 '24 18:05 alicejli