This repository was archived by the owner on Sep 16, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 24
Feat: Add code sample for video streaming action recognition. #667
Merged
gcf-merge-on-green
merged 1 commit into
googleapis:master
from
bingatgoogle:bing-var-branch
Sep 14, 2021
Merged
Feat: Add code sample for video streaming action recognition. #667
gcf-merge-on-green
merged 1 commit into
googleapis:master
from
bingatgoogle:bing-var-branch
Sep 14, 2021
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Here is the summary of changes. You are about to add 1 region tag.
This comment is generated by snippet-bot.
|
2377df8
to
4e741e7
Compare
4e741e7
to
51774b6
Compare
51774b6
to
ce675d2
Compare
ce675d2
to
dd1ba2c
Compare
dd1ba2c
to
028973f
Compare
028973f
to
63df140
Compare
Kokoro test passed. Please give the cl a review, thanks! |
morgandu
approved these changes
Sep 13, 2021
@SuppressWarnings("checkstyle:abbreviationaswordinname") | ||
public class StreamingAutoMlActionRecognitionIT { | ||
|
||
private static String PROJECT_ID = "779844219229"; // System.getenv().get("GOOGLE_CLOUD_PROJECT"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please use System.getenv().get("GOOGLE_CLOUD_PROJECT"), without exposing the PROJECT_ID.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done.
63df140
to
44aff83
Compare
morgandu
approved these changes
Sep 14, 2021
gcf-merge-on-green bot
pushed a commit
that referenced
this pull request
Sep 14, 2021
🤖 I have created a release \*beep\* \*boop\* --- ### [2.0.6](https://github.com/googleapis/java-video-intelligence/compare/v2.0.5...v2.0.6) (2021-09-14) ### Features * Add code sample for video streaming action recognition. ([#667](https://github.com/googleapis/java-video-intelligence/issues/667)) ([3cf1a45](https://github.com/googleapis/java-video-intelligence/commit/3cf1a4562999371e9e51adbcd5766937cb388d8c)) ### Dependencies * update dependency com.google.cloud:google-cloud-core to v2.1.3 ([#671](https://github.com/googleapis/java-video-intelligence/issues/671)) ([e1c543f](https://github.com/googleapis/java-video-intelligence/commit/e1c543f76921c4f920533fca7073b376dd2836b7)) * update dependency com.google.cloud:google-cloud-shared-dependencies to v2.2.1 ([#673](https://github.com/googleapis/java-video-intelligence/issues/673)) ([5fd2dcb](https://github.com/googleapis/java-video-intelligence/commit/5fd2dcb896fac51e932f57eef717ea5383e6a655)) * update dependency com.google.cloud:google-cloud-storage to v2.1.1 ([#663](https://github.com/googleapis/java-video-intelligence/issues/663)) ([d01f0ff](https://github.com/googleapis/java-video-intelligence/commit/d01f0ff3aac4a85ef9542c5f126734dda3c92599)) * update dependency com.google.cloud:google-cloud-storage to v2.1.2 ([#675](https://github.com/googleapis/java-video-intelligence/issues/675)) ([b69341a](https://github.com/googleapis/java-video-intelligence/commit/b69341aed764b877c065d0e89b2d6dbf7c70b7bd)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
api: videointelligence
Issues related to the googleapis/java-video-intelligence API.
cla: yes
This human has signed the Contributor License Agreement.
samples
Issues that are directly related to samples.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.