Class OrganizationGetStreamGrpc.OrganizationGetStreamBlockingStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractBlockingStub<OrganizationGetStreamGrpc.OrganizationGetStreamBlockingStub>
-
- com.streamlayer.sdkSettings.organization.getstream.OrganizationGetStreamGrpc.OrganizationGetStreamBlockingStub
-
- Enclosing class:
- OrganizationGetStreamGrpc
public static final class OrganizationGetStreamGrpc.OrganizationGetStreamBlockingStub extends io.grpc.stub.AbstractBlockingStub<OrganizationGetStreamGrpc.OrganizationGetStreamBlockingStub>
A stub to allow clients to do synchronous rpc calls to service OrganizationGetStream.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected OrganizationGetStreamGrpc.OrganizationGetStreamBlockingStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)ChannelListResponsechannelList(ChannelListRequest request)CreateChannelResponsecreateChannel(CreateChannelRequest request)DeleteChannelResponsedeleteChannel(DeleteChannelRequest request)GetResponseget(GetRequest request)GetStudioResponsegetStudio(GetStudioRequest request)SetResponseset(SetRequest request)UpdateChannelResponseupdateChannel(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.OrganizationGetStreamBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<OrganizationGetStreamGrpc.OrganizationGetStreamBlockingStub>
-
get
public GetResponse get(GetRequest request)
-
getStudio
public GetStudioResponse getStudio(GetStudioRequest request)
-
set
public SetResponse set(SetRequest request)
-
createChannel
public CreateChannelResponse createChannel(CreateChannelRequest request)
-
channelList
public ChannelListResponse channelList(ChannelListRequest request)
-
updateChannel
public UpdateChannelResponse updateChannel(UpdateChannelRequest request)
-
deleteChannel
public DeleteChannelResponse deleteChannel(DeleteChannelRequest request)
-
-