Class AudienceInsightsServiceStub
- java.lang.Object
-
- com.google.ads.googleads.v14.services.stub.AudienceInsightsServiceStub
-
- All Implemented Interfaces:
com.google.api.gax.core.BackgroundResource,java.lang.AutoCloseable
- Direct Known Subclasses:
GrpcAudienceInsightsServiceStub
@Generated("by gapic-generator-java") public abstract class AudienceInsightsServiceStub extends java.lang.Object implements com.google.api.gax.core.BackgroundResourceBase stub class for the AudienceInsightsService service API.This class is for advanced usage and reflects the underlying API directly.
-
-
Constructor Summary
Constructors Constructor Description AudienceInsightsServiceStub()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract voidclose()com.google.api.gax.rpc.UnaryCallable<GenerateAudienceCompositionInsightsRequest,GenerateAudienceCompositionInsightsResponse>generateAudienceCompositionInsightsCallable()com.google.api.gax.rpc.UnaryCallable<GenerateInsightsFinderReportRequest,GenerateInsightsFinderReportResponse>generateInsightsFinderReportCallable()com.google.api.gax.rpc.UnaryCallable<ListAudienceInsightsAttributesRequest,ListAudienceInsightsAttributesResponse>listAudienceInsightsAttributesCallable()com.google.api.gax.rpc.UnaryCallable<ListInsightsEligibleDatesRequest,ListInsightsEligibleDatesResponse>listInsightsEligibleDatesCallable()
-
-
-
Method Detail
-
generateInsightsFinderReportCallable
public com.google.api.gax.rpc.UnaryCallable<GenerateInsightsFinderReportRequest,GenerateInsightsFinderReportResponse> generateInsightsFinderReportCallable()
-
listAudienceInsightsAttributesCallable
public com.google.api.gax.rpc.UnaryCallable<ListAudienceInsightsAttributesRequest,ListAudienceInsightsAttributesResponse> listAudienceInsightsAttributesCallable()
-
listInsightsEligibleDatesCallable
public com.google.api.gax.rpc.UnaryCallable<ListInsightsEligibleDatesRequest,ListInsightsEligibleDatesResponse> listInsightsEligibleDatesCallable()
-
generateAudienceCompositionInsightsCallable
public com.google.api.gax.rpc.UnaryCallable<GenerateAudienceCompositionInsightsRequest,GenerateAudienceCompositionInsightsResponse> generateAudienceCompositionInsightsCallable()
-
close
public abstract void close()
- Specified by:
closein interfacejava.lang.AutoCloseable
-
-