@Generated(value="by gapic-generator-java")
See: Description
| Class | Description |
|---|---|
| EventarcClient |
Service Description: Eventarc allows users to subscribe to various events that are provided by
Google Cloud services and forward them to supported destinations.
|
| EventarcClient.ListChannelConnectionsFixedSizeCollection | |
| EventarcClient.ListChannelConnectionsPage | |
| EventarcClient.ListChannelConnectionsPagedResponse | |
| EventarcClient.ListChannelsFixedSizeCollection | |
| EventarcClient.ListChannelsPage | |
| EventarcClient.ListChannelsPagedResponse | |
| EventarcClient.ListLocationsFixedSizeCollection | |
| EventarcClient.ListLocationsPage | |
| EventarcClient.ListLocationsPagedResponse | |
| EventarcClient.ListProvidersFixedSizeCollection | |
| EventarcClient.ListProvidersPage | |
| EventarcClient.ListProvidersPagedResponse | |
| EventarcClient.ListTriggersFixedSizeCollection | |
| EventarcClient.ListTriggersPage | |
| EventarcClient.ListTriggersPagedResponse | |
| EventarcSettings |
Settings class to configure an instance of
EventarcClient. |
| EventarcSettings.Builder |
Builder for EventarcSettings.
|
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);
}
Copyright © 2023 Google LLC. All rights reserved.