google-cloud-eventarc overview (1.20.0)

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:

  // This snippet has been automatically generated and should be regarded as a code template only.  // It will require modifications to work:  // - It may require correct/in-range values for request initialization.  // - It may require specifying regional endpoints when creating the service client as shown in  // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library  try (EventarcClient eventarcClient = EventarcClient.create()) {  TriggerName name = TriggerName.of("[PROJECT]", "[LOCATION]", "[TRIGGER]");  Trigger response = eventarcClient.getTrigger(name);  }  

com.google.cloud.eventarc.v1.stub