Class ShoppingPerformanceViewServiceGrpc.ShoppingPerformanceViewServiceImplBase
- java.lang.Object
-
- com.google.ads.googleads.v9.services.ShoppingPerformanceViewServiceGrpc.ShoppingPerformanceViewServiceImplBase
-
- All Implemented Interfaces:
io.grpc.BindableService
- Enclosing class:
- ShoppingPerformanceViewServiceGrpc
public abstract static class ShoppingPerformanceViewServiceGrpc.ShoppingPerformanceViewServiceImplBase extends java.lang.Object implements io.grpc.BindableServiceService to fetch Shopping performance views.
-
-
Constructor Summary
Constructors Constructor Description ShoppingPerformanceViewServiceImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinitionbindService()voidgetShoppingPerformanceView(GetShoppingPerformanceViewRequest request, io.grpc.stub.StreamObserver<ShoppingPerformanceView> responseObserver)Returns the requested Shopping performance view in full detail.
-
-
-
Method Detail
-
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]()
-
bindService
public final io.grpc.ServerServiceDefinition bindService()
- Specified by:
bindServicein interfaceio.grpc.BindableService
-
-