Class AudienceSegmentServiceStub (0.39.0)

public abstract class AudienceSegmentServiceStub implements BackgroundResource

Base stub class for the AudienceSegmentService service API.

This class is for advanced usage and reflects the underlying API directly.

Inheritance

java.lang.Object > AudienceSegmentServiceStub

Implements

BackgroundResource

Constructors

AudienceSegmentServiceStub()

public AudienceSegmentServiceStub()

Methods

close()

public abstract void close()

getAudienceSegmentCallable()

public UnaryCallable<GetAudienceSegmentRequest,AudienceSegment> getAudienceSegmentCallable()
Returns
Type Description
UnaryCallable<GetAudienceSegmentRequest,AudienceSegment>

listAudienceSegmentsCallable()

public UnaryCallable<ListAudienceSegmentsRequest,ListAudienceSegmentsResponse> listAudienceSegmentsCallable()
Returns
Type Description
UnaryCallable<ListAudienceSegmentsRequest,ListAudienceSegmentsResponse>

listAudienceSegmentsPagedCallable()

public UnaryCallable<ListAudienceSegmentsRequest,AudienceSegmentServiceClient.ListAudienceSegmentsPagedResponse> listAudienceSegmentsPagedCallable()
Returns
Type Description
UnaryCallable<ListAudienceSegmentsRequest,ListAudienceSegmentsPagedResponse>