Class ProductGroupViewServiceGrpc.ProductGroupViewServiceImplBase
- java.lang.Object
-
- com.google.ads.googleads.v9.services.ProductGroupViewServiceGrpc.ProductGroupViewServiceImplBase
-
- All Implemented Interfaces:
io.grpc.BindableService
- Enclosing class:
- ProductGroupViewServiceGrpc
public abstract static class ProductGroupViewServiceGrpc.ProductGroupViewServiceImplBase extends java.lang.Object implements io.grpc.BindableServiceService to manage product group views.
-
-
Constructor Summary
Constructors Constructor Description ProductGroupViewServiceImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinitionbindService()voidgetProductGroupView(GetProductGroupViewRequest request, io.grpc.stub.StreamObserver<ProductGroupView> responseObserver)Returns the requested product group view in full detail.
-
-
-
Method Detail
-
getProductGroupView
public void getProductGroupView(GetProductGroupViewRequest request, io.grpc.stub.StreamObserver<ProductGroupView> responseObserver)
Returns the requested product group 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
-
-