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