Package com.google.cloud.eventarc.v1
Class EventarcGrpc.EventarcBlockingStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractBlockingStub<EventarcGrpc.EventarcBlockingStub>
-
- com.google.cloud.eventarc.v1.EventarcGrpc.EventarcBlockingStub
-
- Enclosing class:
- EventarcGrpc
public static final class EventarcGrpc.EventarcBlockingStub extends io.grpc.stub.AbstractBlockingStub<EventarcGrpc.EventarcBlockingStub>
A stub to allow clients to do synchronous rpc calls to service Eventarc.Eventarc allows users to subscribe to various events that are provided by Google Cloud services and forward them to supported destinations.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected EventarcGrpc.EventarcBlockingStub
build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
com.google.longrunning.Operation
createChannel(CreateChannelRequest request)
Create a new channel in a particular project and location.com.google.longrunning.Operation
createChannelConnection(CreateChannelConnectionRequest request)
Create a new ChannelConnection in a particular project and location.com.google.longrunning.Operation
createTrigger(CreateTriggerRequest request)
Create a new trigger in a particular project and location.com.google.longrunning.Operation
deleteChannel(DeleteChannelRequest request)
Delete a single channel.com.google.longrunning.Operation
deleteChannelConnection(DeleteChannelConnectionRequest request)
Delete a single ChannelConnection.com.google.longrunning.Operation
deleteTrigger(DeleteTriggerRequest request)
Delete a single trigger.Channel
getChannel(GetChannelRequest request)
Get a single Channel.ChannelConnection
getChannelConnection(GetChannelConnectionRequest request)
Get a single ChannelConnection.GoogleChannelConfig
getGoogleChannelConfig(GetGoogleChannelConfigRequest request)
Get a GoogleChannelConfigProvider
getProvider(GetProviderRequest request)
Get a single Provider.Trigger
getTrigger(GetTriggerRequest request)
Get a single trigger.ListChannelConnectionsResponse
listChannelConnections(ListChannelConnectionsRequest request)
List channel connections.ListChannelsResponse
listChannels(ListChannelsRequest request)
List channels.ListProvidersResponse
listProviders(ListProvidersRequest request)
List providers.ListTriggersResponse
listTriggers(ListTriggersRequest request)
List triggers.com.google.longrunning.Operation
updateChannel(UpdateChannelRequest request)
Update a single channel.GoogleChannelConfig
updateGoogleChannelConfig(UpdateGoogleChannelConfigRequest request)
Update a single GoogleChannelConfigcom.google.longrunning.Operation
updateTrigger(UpdateTriggerRequest request)
Update a single trigger.
-
-
-
Method Detail
-
build
protected EventarcGrpc.EventarcBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
build
in classio.grpc.stub.AbstractStub<EventarcGrpc.EventarcBlockingStub>
-
getTrigger
public Trigger getTrigger(GetTriggerRequest request)
Get a single trigger.
-
listTriggers
public ListTriggersResponse listTriggers(ListTriggersRequest request)
List triggers.
-
createTrigger
public com.google.longrunning.Operation createTrigger(CreateTriggerRequest request)
Create a new trigger in a particular project and location.
-
updateTrigger
public com.google.longrunning.Operation updateTrigger(UpdateTriggerRequest request)
Update a single trigger.
-
deleteTrigger
public com.google.longrunning.Operation deleteTrigger(DeleteTriggerRequest request)
Delete a single trigger.
-
getChannel
public Channel getChannel(GetChannelRequest request)
Get a single Channel.
-
listChannels
public ListChannelsResponse listChannels(ListChannelsRequest request)
List channels.
-
createChannel
public com.google.longrunning.Operation createChannel(CreateChannelRequest request)
Create a new channel in a particular project and location.
-
updateChannel
public com.google.longrunning.Operation updateChannel(UpdateChannelRequest request)
Update a single channel.
-
deleteChannel
public com.google.longrunning.Operation deleteChannel(DeleteChannelRequest request)
Delete a single channel.
-
getProvider
public Provider getProvider(GetProviderRequest request)
Get a single Provider.
-
listProviders
public ListProvidersResponse listProviders(ListProvidersRequest request)
List providers.
-
getChannelConnection
public ChannelConnection getChannelConnection(GetChannelConnectionRequest request)
Get a single ChannelConnection.
-
listChannelConnections
public ListChannelConnectionsResponse listChannelConnections(ListChannelConnectionsRequest request)
List channel connections.
-
createChannelConnection
public com.google.longrunning.Operation createChannelConnection(CreateChannelConnectionRequest request)
Create a new ChannelConnection in a particular project and location.
-
deleteChannelConnection
public com.google.longrunning.Operation deleteChannelConnection(DeleteChannelConnectionRequest request)
Delete a single ChannelConnection.
-
getGoogleChannelConfig
public GoogleChannelConfig getGoogleChannelConfig(GetGoogleChannelConfigRequest request)
Get a GoogleChannelConfig
-
updateGoogleChannelConfig
public GoogleChannelConfig updateGoogleChannelConfig(UpdateGoogleChannelConfigRequest request)
Update a single GoogleChannelConfig
-
-