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