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