public final class BetaAnalyticsDataGrpc
Google Analytics reporting data service.
Static Fields
SERVICE_NAME
public static final String SERVICE_NAME
Field Value |
Type |
Description |
String |
|
Static Methods
bindService(BetaAnalyticsDataGrpc.AsyncService service)
public static final ServerServiceDefinition bindService(BetaAnalyticsDataGrpc.AsyncService service)
Returns |
Type |
Description |
io.grpc.ServerServiceDefinition |
|
getBatchRunPivotReportsMethod()
public static MethodDescriptor<BatchRunPivotReportsRequest,BatchRunPivotReportsResponse> getBatchRunPivotReportsMethod()
getBatchRunReportsMethod()
public static MethodDescriptor<BatchRunReportsRequest,BatchRunReportsResponse> getBatchRunReportsMethod()
getCheckCompatibilityMethod()
public static MethodDescriptor<CheckCompatibilityRequest,CheckCompatibilityResponse> getCheckCompatibilityMethod()
getCreateAudienceExportMethod()
public static MethodDescriptor<CreateAudienceExportRequest,Operation> getCreateAudienceExportMethod()
getGetAudienceExportMethod()
public static MethodDescriptor<GetAudienceExportRequest,AudienceExport> getGetAudienceExportMethod()
public static MethodDescriptor<GetMetadataRequest,Metadata> getGetMetadataMethod()
getListAudienceExportsMethod()
public static MethodDescriptor<ListAudienceExportsRequest,ListAudienceExportsResponse> getListAudienceExportsMethod()
getQueryAudienceExportMethod()
public static MethodDescriptor<QueryAudienceExportRequest,QueryAudienceExportResponse> getQueryAudienceExportMethod()
getRunPivotReportMethod()
public static MethodDescriptor<RunPivotReportRequest,RunPivotReportResponse> getRunPivotReportMethod()
getRunRealtimeReportMethod()
public static MethodDescriptor<RunRealtimeReportRequest,RunRealtimeReportResponse> getRunRealtimeReportMethod()
getRunReportMethod()
public static MethodDescriptor<RunReportRequest,RunReportResponse> getRunReportMethod()
getServiceDescriptor()
public static ServiceDescriptor getServiceDescriptor()
Returns |
Type |
Description |
io.grpc.ServiceDescriptor |
|
newBlockingStub(Channel channel)
public static BetaAnalyticsDataGrpc.BetaAnalyticsDataBlockingStub newBlockingStub(Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
Parameter |
Name |
Description |
channel |
io.grpc.Channel
|
newFutureStub(Channel channel)
public static BetaAnalyticsDataGrpc.BetaAnalyticsDataFutureStub newFutureStub(Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
Parameter |
Name |
Description |
channel |
io.grpc.Channel
|
newStub(Channel channel)
public static BetaAnalyticsDataGrpc.BetaAnalyticsDataStub newStub(Channel channel)
Creates a new async stub that supports all call types for the service
Parameter |
Name |
Description |
channel |
io.grpc.Channel
|