Class ProductGroupViewServiceGrpc.ProductGroupViewServiceStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractAsyncStub<ProductGroupViewServiceGrpc.ProductGroupViewServiceStub>
-
- com.google.ads.googleads.v9.services.ProductGroupViewServiceGrpc.ProductGroupViewServiceStub
-
- Enclosing class:
- ProductGroupViewServiceGrpc
public static final class ProductGroupViewServiceGrpc.ProductGroupViewServiceStub extends io.grpc.stub.AbstractAsyncStub<ProductGroupViewServiceGrpc.ProductGroupViewServiceStub>
Service to manage product group views.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ProductGroupViewServiceGrpc.ProductGroupViewServiceStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)voidgetProductGroupView(GetProductGroupViewRequest request, io.grpc.stub.StreamObserver<ProductGroupView> responseObserver)Returns the requested product group view in full detail.
-
-
-
Method Detail
-
build
protected ProductGroupViewServiceGrpc.ProductGroupViewServiceStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<ProductGroupViewServiceGrpc.ProductGroupViewServiceStub>
-
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]()
-
-