Class BenchmarksServiceStub
java.lang.Object
com.google.ads.googleads.v23.services.stub.BenchmarksServiceStub
- All Implemented Interfaces:
com.google.api.gax.core.BackgroundResource,AutoCloseable
- Direct Known Subclasses:
GrpcBenchmarksServiceStub
@Generated("by gapic-generator-java")
public abstract class BenchmarksServiceStub
extends Object
implements com.google.api.gax.core.BackgroundResource
Base stub class for the BenchmarksService service API.
This class is for advanced usage and reflects the underlying API directly.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract voidclose()com.google.api.gax.rpc.UnaryCallable<GenerateBenchmarksMetricsRequest,GenerateBenchmarksMetricsResponse> com.google.api.gax.rpc.UnaryCallable<ListBenchmarksAvailableDatesRequest,ListBenchmarksAvailableDatesResponse> com.google.api.gax.rpc.UnaryCallable<ListBenchmarksLocationsRequest,ListBenchmarksLocationsResponse> com.google.api.gax.rpc.UnaryCallable<ListBenchmarksProductsRequest,ListBenchmarksProductsResponse> com.google.api.gax.rpc.UnaryCallable<ListBenchmarksSourcesRequest,ListBenchmarksSourcesResponse> Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.google.api.gax.core.BackgroundResource
awaitTermination, isShutdown, isTerminated, shutdown, shutdownNow
-
Constructor Details
-
BenchmarksServiceStub
public BenchmarksServiceStub()
-
-
Method Details
-
listBenchmarksAvailableDatesCallable
public com.google.api.gax.rpc.UnaryCallable<ListBenchmarksAvailableDatesRequest,ListBenchmarksAvailableDatesResponse> listBenchmarksAvailableDatesCallable() -
listBenchmarksLocationsCallable
public com.google.api.gax.rpc.UnaryCallable<ListBenchmarksLocationsRequest,ListBenchmarksLocationsResponse> listBenchmarksLocationsCallable() -
listBenchmarksProductsCallable
public com.google.api.gax.rpc.UnaryCallable<ListBenchmarksProductsRequest,ListBenchmarksProductsResponse> listBenchmarksProductsCallable() -
listBenchmarksSourcesCallable
public com.google.api.gax.rpc.UnaryCallable<ListBenchmarksSourcesRequest,ListBenchmarksSourcesResponse> listBenchmarksSourcesCallable() -
generateBenchmarksMetricsCallable
public com.google.api.gax.rpc.UnaryCallable<GenerateBenchmarksMetricsRequest,GenerateBenchmarksMetricsResponse> generateBenchmarksMetricsCallable() -
close
public abstract void close()- Specified by:
closein interfaceAutoCloseable
-