com.google.api.gax.longrunning.OperationFuture<Channel,OperationMetadata> |
EventarcClient.createChannelAsync(LocationName parent,
Channel channel,
String channelId) |
Create a new channel in a particular project and location.
|
com.google.api.gax.longrunning.OperationFuture<ChannelConnection,OperationMetadata> |
EventarcClient.createChannelConnectionAsync(LocationName parent,
ChannelConnection channelConnection,
String channelConnectionId) |
Create a new ChannelConnection in a particular project and location.
|
com.google.api.gax.longrunning.OperationFuture<Trigger,OperationMetadata> |
EventarcClient.createTriggerAsync(LocationName parent,
Trigger trigger,
String triggerId) |
Create a new trigger in a particular project and location.
|
EventarcClient.ListChannelConnectionsPagedResponse |
EventarcClient.listChannelConnections(LocationName parent) |
List channel connections.
|
EventarcClient.ListChannelsPagedResponse |
EventarcClient.listChannels(LocationName parent) |
List channels.
|
EventarcClient.ListProvidersPagedResponse |
EventarcClient.listProviders(LocationName parent) |
List providers.
|
EventarcClient.ListTriggersPagedResponse |
EventarcClient.listTriggers(LocationName parent) |
List triggers.
|