Class ChangeStatusServiceGrpc.ChangeStatusServiceFutureStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractFutureStub<ChangeStatusServiceGrpc.ChangeStatusServiceFutureStub>
-
- com.google.ads.googleads.v9.services.ChangeStatusServiceGrpc.ChangeStatusServiceFutureStub
-
- Enclosing class:
- ChangeStatusServiceGrpc
public static final class ChangeStatusServiceGrpc.ChangeStatusServiceFutureStub extends io.grpc.stub.AbstractFutureStub<ChangeStatusServiceGrpc.ChangeStatusServiceFutureStub>
Service to fetch change statuses.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ChangeStatusServiceGrpc.ChangeStatusServiceFutureStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)com.google.common.util.concurrent.ListenableFuture<ChangeStatus>getChangeStatus(GetChangeStatusRequest request)Returns the requested change status in full detail.
-
-
-
Method Detail
-
build
protected ChangeStatusServiceGrpc.ChangeStatusServiceFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<ChangeStatusServiceGrpc.ChangeStatusServiceFutureStub>
-
getChangeStatus
public com.google.common.util.concurrent.ListenableFuture<ChangeStatus> getChangeStatus(GetChangeStatusRequest request)
Returns the requested change status in full detail. List of thrown errors: [AuthenticationError]() [AuthorizationError]() [HeaderError]() [InternalError]() [QuotaError]() [RequestError]()
-
-