Class OrganizationAdvertisingGrpc.OrganizationAdvertisingStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractAsyncStub<OrganizationAdvertisingGrpc.OrganizationAdvertisingStub>
-
- com.streamlayer.sdkSettings.organization.advertising.OrganizationAdvertisingGrpc.OrganizationAdvertisingStub
-
- Enclosing class:
- OrganizationAdvertisingGrpc
public static final class OrganizationAdvertisingGrpc.OrganizationAdvertisingStub extends io.grpc.stub.AbstractAsyncStub<OrganizationAdvertisingGrpc.OrganizationAdvertisingStub>
A stub to allow clients to do asynchronous rpc calls to service OrganizationAdvertising.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected OrganizationAdvertisingGrpc.OrganizationAdvertisingStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)voidget(GetRequest request, io.grpc.stub.StreamObserver<GetResponse> responseObserver)voidtemplateList(TemplateListRequest request, io.grpc.stub.StreamObserver<TemplateListResponse> responseObserver)voidupdate(UpdateRequest request, io.grpc.stub.StreamObserver<UpdateResponse> responseObserver)voidupdateTemplate(UpdateTemplateRequest request, io.grpc.stub.StreamObserver<UpdateTemplateResponse> responseObserver)-
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 OrganizationAdvertisingGrpc.OrganizationAdvertisingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<OrganizationAdvertisingGrpc.OrganizationAdvertisingStub>
-
get
public void get(GetRequest request, io.grpc.stub.StreamObserver<GetResponse> responseObserver)
-
update
public void update(UpdateRequest request, io.grpc.stub.StreamObserver<UpdateResponse> responseObserver)
-
templateList
public void templateList(TemplateListRequest request, io.grpc.stub.StreamObserver<TemplateListResponse> responseObserver)
-
updateTemplate
public void updateTemplate(UpdateTemplateRequest request, io.grpc.stub.StreamObserver<UpdateTemplateResponse> responseObserver)
-
-