Class IngestionServiceGrpc.IngestionServiceBlockingStub (0.1.0)

public static final class IngestionServiceGrpc.IngestionServiceBlockingStub extends AbstractBlockingStub<IngestionServiceGrpc.IngestionServiceBlockingStub>

A stub to allow clients to do limited synchronous rpc calls to service IngestionService.

Service for sending audience data to supported destinations.

Inheritance

java.lang.Object > io.grpc.stub.AbstractStub > io.grpc.stub.AbstractBlockingStub > IngestionServiceGrpc.IngestionServiceBlockingStub

Methods

build(Channel channel, CallOptions callOptions)

protected IngestionServiceGrpc.IngestionServiceBlockingStub build(Channel channel, CallOptions callOptions)
Parameters
Name Description
channel io.grpc.Channel
callOptions io.grpc.CallOptions
Returns
Type Description
IngestionServiceGrpc.IngestionServiceBlockingStub
Overrides
io.grpc.stub.AbstractStub.build(io.grpc.Channel,io.grpc.CallOptions)

ingestAudienceMembers(IngestAudienceMembersRequest request)

public IngestAudienceMembersResponse ingestAudienceMembers(IngestAudienceMembersRequest request)

Uploads a list of AudienceMember resources to the provided Destination.

Parameter
Name Description
request IngestAudienceMembersRequest
Returns
Type Description
IngestAudienceMembersResponse

ingestEvents(IngestEventsRequest request)

public IngestEventsResponse ingestEvents(IngestEventsRequest request)

Uploads a list of Event resources from the provided Destination.

Parameter
Name Description
request IngestEventsRequest
Returns
Type Description
IngestEventsResponse

removeAudienceMembers(RemoveAudienceMembersRequest request)

public RemoveAudienceMembersResponse removeAudienceMembers(RemoveAudienceMembersRequest request)

Removes a list of AudienceMember resources from the provided Destination.

Parameter
Name Description
request RemoveAudienceMembersRequest
Returns
Type Description
RemoveAudienceMembersResponse

retrieveRequestStatus(RetrieveRequestStatusRequest request)

public RetrieveRequestStatusResponse retrieveRequestStatus(RetrieveRequestStatusRequest request)

Gets the status of a request given request id.

Parameter
Name Description
request RetrieveRequestStatusRequest
Returns
Type Description
RetrieveRequestStatusResponse