Class AdGroupsGrpc.AdGroupsBlockingStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractBlockingStub<AdGroupsGrpc.AdGroupsBlockingStub>
-
- com.streamlayer.interactive.ad_group.AdGroupsGrpc.AdGroupsBlockingStub
-
- Enclosing class:
- AdGroupsGrpc
public static final class AdGroupsGrpc.AdGroupsBlockingStub extends io.grpc.stub.AbstractBlockingStub<AdGroupsGrpc.AdGroupsBlockingStub>
A stub to allow clients to do synchronous rpc calls to service AdGroups.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected AdGroupsGrpc.AdGroupsBlockingStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)CreateResponsecreate(CreateRequest request)DeleteResponsedelete(DeleteRequest request)ListResponselist(ListRequest request)UpdateResponseupdate(UpdateRequest 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 AdGroupsGrpc.AdGroupsBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<AdGroupsGrpc.AdGroupsBlockingStub>
-
create
public CreateResponse create(CreateRequest request)
-
list
public ListResponse list(ListRequest request)
-
update
public UpdateResponse update(UpdateRequest request)
-
delete
public DeleteResponse delete(DeleteRequest request)
-
-