public final class EventarcGrpc
Eventarc allows users to subscribe to various events that are provided by
Google Cloud services and forward them to supported destinations.
Static Fields
SERVICE_NAME
public static final String SERVICE_NAME
Field Value |
Type |
Description |
String |
|
Static Methods
bindService(EventarcGrpc.AsyncService service)
public static final ServerServiceDefinition bindService(EventarcGrpc.AsyncService service)
Returns |
Type |
Description |
io.grpc.ServerServiceDefinition |
|
getCreateChannelConnectionMethod()
public static MethodDescriptor<CreateChannelConnectionRequest,Operation> getCreateChannelConnectionMethod()
getCreateChannelMethod()
public static MethodDescriptor<CreateChannelRequest,Operation> getCreateChannelMethod()
getCreateTriggerMethod()
public static MethodDescriptor<CreateTriggerRequest,Operation> getCreateTriggerMethod()
getDeleteChannelConnectionMethod()
public static MethodDescriptor<DeleteChannelConnectionRequest,Operation> getDeleteChannelConnectionMethod()
getDeleteChannelMethod()
public static MethodDescriptor<DeleteChannelRequest,Operation> getDeleteChannelMethod()
getDeleteTriggerMethod()
public static MethodDescriptor<DeleteTriggerRequest,Operation> getDeleteTriggerMethod()
getGetChannelConnectionMethod()
public static MethodDescriptor<GetChannelConnectionRequest,ChannelConnection> getGetChannelConnectionMethod()
getGetChannelMethod()
public static MethodDescriptor<GetChannelRequest,Channel> getGetChannelMethod()
getGetGoogleChannelConfigMethod()
public static MethodDescriptor<GetGoogleChannelConfigRequest,GoogleChannelConfig> getGetGoogleChannelConfigMethod()
getGetProviderMethod()
public static MethodDescriptor<GetProviderRequest,Provider> getGetProviderMethod()
getGetTriggerMethod()
public static MethodDescriptor<GetTriggerRequest,Trigger> getGetTriggerMethod()
getListChannelConnectionsMethod()
public static MethodDescriptor<ListChannelConnectionsRequest,ListChannelConnectionsResponse> getListChannelConnectionsMethod()
getListChannelsMethod()
public static MethodDescriptor<ListChannelsRequest,ListChannelsResponse> getListChannelsMethod()
getListProvidersMethod()
public static MethodDescriptor<ListProvidersRequest,ListProvidersResponse> getListProvidersMethod()
getListTriggersMethod()
public static MethodDescriptor<ListTriggersRequest,ListTriggersResponse> getListTriggersMethod()
getServiceDescriptor()
public static ServiceDescriptor getServiceDescriptor()
Returns |
Type |
Description |
io.grpc.ServiceDescriptor |
|
getUpdateChannelMethod()
public static MethodDescriptor<UpdateChannelRequest,Operation> getUpdateChannelMethod()
getUpdateGoogleChannelConfigMethod()
public static MethodDescriptor<UpdateGoogleChannelConfigRequest,GoogleChannelConfig> getUpdateGoogleChannelConfigMethod()
getUpdateTriggerMethod()
public static MethodDescriptor<UpdateTriggerRequest,Operation> getUpdateTriggerMethod()
newBlockingStub(Channel channel)
public static EventarcGrpc.EventarcBlockingStub newBlockingStub(Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
Parameter |
Name |
Description |
channel |
io.grpc.Channel
|
newFutureStub(Channel channel)
public static EventarcGrpc.EventarcFutureStub newFutureStub(Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
Parameter |
Name |
Description |
channel |
io.grpc.Channel
|
newStub(Channel channel)
public static EventarcGrpc.EventarcStub newStub(Channel channel)
Creates a new async stub that supports all call types for the service
Parameter |
Name |
Description |
channel |
io.grpc.Channel
|