Class ManagedPlacementViewServiceGrpc.ManagedPlacementViewServiceFutureStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractFutureStub<ManagedPlacementViewServiceGrpc.ManagedPlacementViewServiceFutureStub>
-
- com.google.ads.googleads.v9.services.ManagedPlacementViewServiceGrpc.ManagedPlacementViewServiceFutureStub
-
- Enclosing class:
- ManagedPlacementViewServiceGrpc
public static final class ManagedPlacementViewServiceGrpc.ManagedPlacementViewServiceFutureStub extends io.grpc.stub.AbstractFutureStub<ManagedPlacementViewServiceGrpc.ManagedPlacementViewServiceFutureStub>
Service to manage Managed Placement views.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ManagedPlacementViewServiceGrpc.ManagedPlacementViewServiceFutureStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)com.google.common.util.concurrent.ListenableFuture<ManagedPlacementView>getManagedPlacementView(GetManagedPlacementViewRequest request)Returns the requested Managed Placement view in full detail.
-
-
-
Method Detail
-
build
protected ManagedPlacementViewServiceGrpc.ManagedPlacementViewServiceFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<ManagedPlacementViewServiceGrpc.ManagedPlacementViewServiceFutureStub>
-
getManagedPlacementView
public com.google.common.util.concurrent.ListenableFuture<ManagedPlacementView> getManagedPlacementView(GetManagedPlacementViewRequest request)
Returns the requested Managed Placement view in full detail. List of thrown errors: [AuthenticationError]() [AuthorizationError]() [HeaderError]() [InternalError]() [QuotaError]() [RequestError]()
-
-