google-cloud-eventarc overview (1.2.4)

com.google.cloud.eventarc.v1

A client to Eventarc API

The interfaces provided are listed below, along with usage samples.

EventarcClient

Service Description: Eventarc allows users to subscribe to various events that are provided by Google Cloud services and forward them to supported destinations.

Sample for EventarcClient:

   
 try 
  
 ( 
 EventarcClient 
  
 eventarcClient 
  
 = 
  
 EventarcClient 
 . 
 create 
 ()) 
  
 { 
  
 TriggerName 
  
 name 
  
 = 
  
 TriggerName 
 . 
 of 
 ( 
 "[PROJECT]" 
 , 
  
 "[LOCATION]" 
 , 
  
 "[TRIGGER]" 
 ); 
  
 Trigger 
  
 response 
  
 = 
  
 eventarcClient 
 . 
 getTrigger 
 ( 
 name 
 ); 
  
 } 
  
 

com.google.cloud.eventarc.v1.stub

Create a Mobile Website
View Site in Mobile | Classic
Share by: