Class ShoppingPerformanceViewServiceGrpc.ShoppingPerformanceViewServiceFutureStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractFutureStub<ShoppingPerformanceViewServiceGrpc.ShoppingPerformanceViewServiceFutureStub>
-
- com.google.ads.googleads.v9.services.ShoppingPerformanceViewServiceGrpc.ShoppingPerformanceViewServiceFutureStub
-
- Enclosing class:
- ShoppingPerformanceViewServiceGrpc
public static final class ShoppingPerformanceViewServiceGrpc.ShoppingPerformanceViewServiceFutureStub extends io.grpc.stub.AbstractFutureStub<ShoppingPerformanceViewServiceGrpc.ShoppingPerformanceViewServiceFutureStub>
Service to fetch Shopping performance views.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ShoppingPerformanceViewServiceGrpc.ShoppingPerformanceViewServiceFutureStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)com.google.common.util.concurrent.ListenableFuture<ShoppingPerformanceView>getShoppingPerformanceView(GetShoppingPerformanceViewRequest request)Returns the requested Shopping performance view in full detail.
-
-
-
Method Detail
-
build
protected ShoppingPerformanceViewServiceGrpc.ShoppingPerformanceViewServiceFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<ShoppingPerformanceViewServiceGrpc.ShoppingPerformanceViewServiceFutureStub>
-
getShoppingPerformanceView
public com.google.common.util.concurrent.ListenableFuture<ShoppingPerformanceView> getShoppingPerformanceView(GetShoppingPerformanceViewRequest request)
Returns the requested Shopping performance view in full detail. List of thrown errors: [AuthenticationError]() [AuthorizationError]() [HeaderError]() [InternalError]() [QuotaError]() [RequestError]()
-
-