Class OrganizationGetStreamGrpc.OrganizationGetStreamFutureStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractFutureStub<OrganizationGetStreamGrpc.OrganizationGetStreamFutureStub>
-
- com.streamlayer.sdkSettings.organization.getstream.OrganizationGetStreamGrpc.OrganizationGetStreamFutureStub
-
- Enclosing class:
- OrganizationGetStreamGrpc
public static final class OrganizationGetStreamGrpc.OrganizationGetStreamFutureStub extends io.grpc.stub.AbstractFutureStub<OrganizationGetStreamGrpc.OrganizationGetStreamFutureStub>
A stub to allow clients to do ListenableFuture-style rpc calls to service OrganizationGetStream.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected OrganizationGetStreamGrpc.OrganizationGetStreamFutureStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)com.google.common.util.concurrent.ListenableFuture<ChannelListResponse>channelList(ChannelListRequest request)com.google.common.util.concurrent.ListenableFuture<CreateChannelResponse>createChannel(CreateChannelRequest request)com.google.common.util.concurrent.ListenableFuture<DeleteChannelResponse>deleteChannel(DeleteChannelRequest request)com.google.common.util.concurrent.ListenableFuture<GetResponse>get(GetRequest request)com.google.common.util.concurrent.ListenableFuture<GetStudioResponse>getStudio(GetStudioRequest request)com.google.common.util.concurrent.ListenableFuture<SetResponse>set(SetRequest request)com.google.common.util.concurrent.ListenableFuture<UpdateChannelResponse>updateChannel(UpdateChannelRequest request)-
Methods inherited from class io.grpc.stub.AbstractStub
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOnReadyThreshold, withOption, withWaitForReady
-
-
-
-
Method Detail
-
build
protected OrganizationGetStreamGrpc.OrganizationGetStreamFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<OrganizationGetStreamGrpc.OrganizationGetStreamFutureStub>
-
get
public com.google.common.util.concurrent.ListenableFuture<GetResponse> get(GetRequest request)
-
getStudio
public com.google.common.util.concurrent.ListenableFuture<GetStudioResponse> getStudio(GetStudioRequest request)
-
set
public com.google.common.util.concurrent.ListenableFuture<SetResponse> set(SetRequest request)
-
createChannel
public com.google.common.util.concurrent.ListenableFuture<CreateChannelResponse> createChannel(CreateChannelRequest request)
-
channelList
public com.google.common.util.concurrent.ListenableFuture<ChannelListResponse> channelList(ChannelListRequest request)
-
updateChannel
public com.google.common.util.concurrent.ListenableFuture<UpdateChannelResponse> updateChannel(UpdateChannelRequest request)
-
deleteChannel
public com.google.common.util.concurrent.ListenableFuture<DeleteChannelResponse> deleteChannel(DeleteChannelRequest request)
-
-