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.EventarcBlockingStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)com.google.longrunning.OperationcreateChannel(CreateChannelRequest request)Create a new channel in a particular project and location.com.google.longrunning.OperationcreateChannelConnection(CreateChannelConnectionRequest request)Create a new ChannelConnection in a particular project and location.com.google.longrunning.OperationcreateTrigger(CreateTriggerRequest request)Create a new trigger in a particular project and location.com.google.longrunning.OperationdeleteChannel(DeleteChannelRequest request)Delete a single channel.com.google.longrunning.OperationdeleteChannelConnection(DeleteChannelConnectionRequest request)Delete a single ChannelConnection.com.google.longrunning.OperationdeleteTrigger(DeleteTriggerRequest request)Delete a single trigger.ChannelgetChannel(GetChannelRequest request)Get a single Channel.ChannelConnectiongetChannelConnection(GetChannelConnectionRequest request)Get a single ChannelConnection.GoogleChannelConfiggetGoogleChannelConfig(GetGoogleChannelConfigRequest request)Get a GoogleChannelConfigProvidergetProvider(GetProviderRequest request)Get a single Provider.TriggergetTrigger(GetTriggerRequest request)Get a single trigger.ListChannelConnectionsResponselistChannelConnections(ListChannelConnectionsRequest request)List channel connections.ListChannelsResponselistChannels(ListChannelsRequest request)List channels.ListProvidersResponselistProviders(ListProvidersRequest request)List providers.ListTriggersResponselistTriggers(ListTriggersRequest request)List triggers.com.google.longrunning.OperationupdateChannel(UpdateChannelRequest request)Update a single channel.GoogleChannelConfigupdateGoogleChannelConfig(UpdateGoogleChannelConfigRequest request)Update a single GoogleChannelConfigcom.google.longrunning.OperationupdateTrigger(UpdateTriggerRequest request)Update a single trigger.
-
-
-
Method Detail
-
build
protected EventarcGrpc.EventarcBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin 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
-
-