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