These samples demonstrate how to interact with the Container Analysis API through Java.
- Download and install maven to handle the project's dependencies
- Register your Google Cloud Platform project with the Container Analysis API
- Set your GOOGLE_CLOUD_PROJECT environment variable to your Project ID
- run
mvn clean verify
to build the project and run the tests
- getDiscoveryInfo
- Retrieves the Discovery occurrence created for a specified image
- getOccurrencesForNote
- Retrieves all the occurrences associated with a specified note
- getOccurrencesForImage
- Retrieves all the occurrences associated with a specified image
- pubSub
- Handle incoming occurrences using a pubsub subscription
- createOccurrenceSubscription
- Creates and returns a pubsub subscription object listening to the occurrence topic