Skip to content

Files

Latest commit

 

History

History
 
 

container-analysis

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Container Analysis

These samples demonstrate how to interact with the Container Analysis API through Java.

Getting Started

  1. Download and install maven to handle the project's dependencies
  2. Register your Google Cloud Platform project with the Container Analysis API
  3. Set your GOOGLE_CLOUD_PROJECT environment variable to your Project ID
  4. run mvn clean verify to build the project and run the tests

Samples

  • 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