Class BenchmarksServiceGrpc.BenchmarksServiceBlockingStub
java.lang.Object
io.grpc.stub.AbstractStub<S>
io.grpc.stub.AbstractBlockingStub<BenchmarksServiceGrpc.BenchmarksServiceBlockingStub>
com.google.ads.googleads.v23.services.BenchmarksServiceGrpc.BenchmarksServiceBlockingStub
- Enclosing class:
- BenchmarksServiceGrpc
public static final class BenchmarksServiceGrpc.BenchmarksServiceBlockingStub
extends io.grpc.stub.AbstractBlockingStub<BenchmarksServiceGrpc.BenchmarksServiceBlockingStub>
A stub to allow clients to do limited synchronous rpc calls to service BenchmarksService.
BenchmarksService helps users compare YouTube advertisement data against industry benchmarks. Accessible to allowlisted customers only.
-
Nested Class Summary
Nested classes/interfaces inherited from class io.grpc.stub.AbstractStub
io.grpc.stub.AbstractStub.StubFactory<T extends io.grpc.stub.AbstractStub<T>> -
Method Summary
Modifier and TypeMethodDescriptionbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions) Returns YouTube advertisement metrics for the given client against industry benchmarks.Returns a date range that supports benchmarks.Returns the list of locations that support benchmarks (for example, countries).Returns the list of products that supports benchmarks.Returns the list of benchmarks sources (for example, Industry Verticals).Methods inherited from class io.grpc.stub.AbstractBlockingStub
newStub, newStubMethods inherited from class io.grpc.stub.AbstractStub
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOnReadyThreshold, withOption, withWaitForReady
-
Method Details
-
build
protected BenchmarksServiceGrpc.BenchmarksServiceBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions) - Specified by:
buildin classio.grpc.stub.AbstractStub<BenchmarksServiceGrpc.BenchmarksServiceBlockingStub>
-
listBenchmarksAvailableDates
public ListBenchmarksAvailableDatesResponse listBenchmarksAvailableDates(ListBenchmarksAvailableDatesRequest request) Returns a date range that supports benchmarks. List of thrown errors: [AuthenticationError]() [AuthorizationError]() [FieldError]() [HeaderError]() [InternalError]() [QuotaError]() [RequestError]()
-
listBenchmarksLocations
public ListBenchmarksLocationsResponse listBenchmarksLocations(ListBenchmarksLocationsRequest request) Returns the list of locations that support benchmarks (for example, countries). List of thrown errors: [AuthenticationError]() [AuthorizationError]() [FieldError]() [HeaderError]() [InternalError]() [QuotaError]() [RequestError]()
-
listBenchmarksProducts
Returns the list of products that supports benchmarks. List of thrown errors: [AuthenticationError]() [AuthorizationError]() [FieldError]() [HeaderError]() [InternalError]() [QuotaError]() [RequestError]()
-
listBenchmarksSources
Returns the list of benchmarks sources (for example, Industry Verticals). List of thrown errors: [AuthenticationError]() [AuthorizationError]() [FieldError]() [HeaderError]() [InternalError]() [QuotaError]() [RequestError]()
-
generateBenchmarksMetrics
public GenerateBenchmarksMetricsResponse generateBenchmarksMetrics(GenerateBenchmarksMetricsRequest request) Returns YouTube advertisement metrics for the given client against industry benchmarks. List of thrown errors: [AuthenticationError]() [AuthorizationError]() [BenchmarksError]() [FieldError]() [HeaderError]() [InternalError]() [QuotaError]() [RangeError]() [RequestError]()
-