Package com.google.cloud.eventarc.v1
Class EventarcGrpc
- java.lang.Object
-
- com.google.cloud.eventarc.v1.EventarcGrpc
-
@Generated(value="by gRPC proto compiler", comments="Source: google/cloud/eventarc/v1/eventarc.proto") public final class EventarcGrpc extends Object
Eventarc allows users to subscribe to various events that are provided by Google Cloud services and forward them to supported destinations.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
EventarcGrpc.AsyncService
Eventarc allows users to subscribe to various events that are provided by Google Cloud services and forward them to supported destinations.static class
EventarcGrpc.EventarcBlockingStub
A stub to allow clients to do synchronous rpc calls to service Eventarc.static class
EventarcGrpc.EventarcFutureStub
A stub to allow clients to do ListenableFuture-style rpc calls to service Eventarc.static class
EventarcGrpc.EventarcImplBase
Base class for the server implementation of the service Eventarc.static class
EventarcGrpc.EventarcStub
A stub to allow clients to do asynchronous rpc calls to service Eventarc.
-
Field Summary
Fields Modifier and Type Field Description static String
SERVICE_NAME
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.grpc.ServerServiceDefinition
bindService(EventarcGrpc.AsyncService service)
static io.grpc.MethodDescriptor<CreateChannelConnectionRequest,com.google.longrunning.Operation>
getCreateChannelConnectionMethod()
static io.grpc.MethodDescriptor<CreateChannelRequest,com.google.longrunning.Operation>
getCreateChannelMethod()
static io.grpc.MethodDescriptor<CreateTriggerRequest,com.google.longrunning.Operation>
getCreateTriggerMethod()
static io.grpc.MethodDescriptor<DeleteChannelConnectionRequest,com.google.longrunning.Operation>
getDeleteChannelConnectionMethod()
static io.grpc.MethodDescriptor<DeleteChannelRequest,com.google.longrunning.Operation>
getDeleteChannelMethod()
static io.grpc.MethodDescriptor<DeleteTriggerRequest,com.google.longrunning.Operation>
getDeleteTriggerMethod()
static io.grpc.MethodDescriptor<GetChannelConnectionRequest,ChannelConnection>
getGetChannelConnectionMethod()
static io.grpc.MethodDescriptor<GetChannelRequest,Channel>
getGetChannelMethod()
static io.grpc.MethodDescriptor<GetGoogleChannelConfigRequest,GoogleChannelConfig>
getGetGoogleChannelConfigMethod()
static io.grpc.MethodDescriptor<GetProviderRequest,Provider>
getGetProviderMethod()
static io.grpc.MethodDescriptor<GetTriggerRequest,Trigger>
getGetTriggerMethod()
static io.grpc.MethodDescriptor<ListChannelConnectionsRequest,ListChannelConnectionsResponse>
getListChannelConnectionsMethod()
static io.grpc.MethodDescriptor<ListChannelsRequest,ListChannelsResponse>
getListChannelsMethod()
static io.grpc.MethodDescriptor<ListProvidersRequest,ListProvidersResponse>
getListProvidersMethod()
static io.grpc.MethodDescriptor<ListTriggersRequest,ListTriggersResponse>
getListTriggersMethod()
static io.grpc.ServiceDescriptor
getServiceDescriptor()
static io.grpc.MethodDescriptor<UpdateChannelRequest,com.google.longrunning.Operation>
getUpdateChannelMethod()
static io.grpc.MethodDescriptor<UpdateGoogleChannelConfigRequest,GoogleChannelConfig>
getUpdateGoogleChannelConfigMethod()
static io.grpc.MethodDescriptor<UpdateTriggerRequest,com.google.longrunning.Operation>
getUpdateTriggerMethod()
static EventarcGrpc.EventarcBlockingStub
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic EventarcGrpc.EventarcFutureStub
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic EventarcGrpc.EventarcStub
newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
-
-
Field Detail
-
SERVICE_NAME
public static final String SERVICE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getGetTriggerMethod
public static io.grpc.MethodDescriptor<GetTriggerRequest,Trigger> getGetTriggerMethod()
-
getListTriggersMethod
public static io.grpc.MethodDescriptor<ListTriggersRequest,ListTriggersResponse> getListTriggersMethod()
-
getCreateTriggerMethod
public static io.grpc.MethodDescriptor<CreateTriggerRequest,com.google.longrunning.Operation> getCreateTriggerMethod()
-
getUpdateTriggerMethod
public static io.grpc.MethodDescriptor<UpdateTriggerRequest,com.google.longrunning.Operation> getUpdateTriggerMethod()
-
getDeleteTriggerMethod
public static io.grpc.MethodDescriptor<DeleteTriggerRequest,com.google.longrunning.Operation> getDeleteTriggerMethod()
-
getGetChannelMethod
public static io.grpc.MethodDescriptor<GetChannelRequest,Channel> getGetChannelMethod()
-
getListChannelsMethod
public static io.grpc.MethodDescriptor<ListChannelsRequest,ListChannelsResponse> getListChannelsMethod()
-
getCreateChannelMethod
public static io.grpc.MethodDescriptor<CreateChannelRequest,com.google.longrunning.Operation> getCreateChannelMethod()
-
getUpdateChannelMethod
public static io.grpc.MethodDescriptor<UpdateChannelRequest,com.google.longrunning.Operation> getUpdateChannelMethod()
-
getDeleteChannelMethod
public static io.grpc.MethodDescriptor<DeleteChannelRequest,com.google.longrunning.Operation> getDeleteChannelMethod()
-
getGetProviderMethod
public static io.grpc.MethodDescriptor<GetProviderRequest,Provider> getGetProviderMethod()
-
getListProvidersMethod
public static io.grpc.MethodDescriptor<ListProvidersRequest,ListProvidersResponse> getListProvidersMethod()
-
getGetChannelConnectionMethod
public static io.grpc.MethodDescriptor<GetChannelConnectionRequest,ChannelConnection> getGetChannelConnectionMethod()
-
getListChannelConnectionsMethod
public static io.grpc.MethodDescriptor<ListChannelConnectionsRequest,ListChannelConnectionsResponse> getListChannelConnectionsMethod()
-
getCreateChannelConnectionMethod
public static io.grpc.MethodDescriptor<CreateChannelConnectionRequest,com.google.longrunning.Operation> getCreateChannelConnectionMethod()
-
getDeleteChannelConnectionMethod
public static io.grpc.MethodDescriptor<DeleteChannelConnectionRequest,com.google.longrunning.Operation> getDeleteChannelConnectionMethod()
-
getGetGoogleChannelConfigMethod
public static io.grpc.MethodDescriptor<GetGoogleChannelConfigRequest,GoogleChannelConfig> getGetGoogleChannelConfigMethod()
-
getUpdateGoogleChannelConfigMethod
public static io.grpc.MethodDescriptor<UpdateGoogleChannelConfigRequest,GoogleChannelConfig> getUpdateGoogleChannelConfigMethod()
-
newStub
public static EventarcGrpc.EventarcStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static EventarcGrpc.EventarcBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static EventarcGrpc.EventarcFutureStub newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
-
bindService
public static final io.grpc.ServerServiceDefinition bindService(EventarcGrpc.AsyncService service)
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-