Class ChangeStatusServiceGrpc.ChangeStatusServiceImplBase
- java.lang.Object
-
- com.google.ads.googleads.v9.services.ChangeStatusServiceGrpc.ChangeStatusServiceImplBase
-
- All Implemented Interfaces:
io.grpc.BindableService
- Enclosing class:
- ChangeStatusServiceGrpc
public abstract static class ChangeStatusServiceGrpc.ChangeStatusServiceImplBase extends java.lang.Object implements io.grpc.BindableServiceService to fetch change statuses.
-
-
Constructor Summary
Constructors Constructor Description ChangeStatusServiceImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinitionbindService()voidgetChangeStatus(GetChangeStatusRequest request, io.grpc.stub.StreamObserver<ChangeStatus> responseObserver)Returns the requested change status in full detail.
-
-
-
Method Detail
-
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]()
-
bindService
public final io.grpc.ServerServiceDefinition bindService()
- Specified by:
bindServicein interfaceio.grpc.BindableService
-
-