Class CurrencyConstantServiceGrpc.CurrencyConstantServiceImplBase
- java.lang.Object
-
- com.google.ads.googleads.v9.services.CurrencyConstantServiceGrpc.CurrencyConstantServiceImplBase
-
- All Implemented Interfaces:
io.grpc.BindableService
- Enclosing class:
- CurrencyConstantServiceGrpc
public abstract static class CurrencyConstantServiceGrpc.CurrencyConstantServiceImplBase extends java.lang.Object implements io.grpc.BindableServiceService to fetch currency constants.
-
-
Constructor Summary
Constructors Constructor Description CurrencyConstantServiceImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinitionbindService()voidgetCurrencyConstant(GetCurrencyConstantRequest request, io.grpc.stub.StreamObserver<CurrencyConstant> responseObserver)Returns the requested currency constant.
-
-
-
Method Detail
-
getCurrencyConstant
public void getCurrencyConstant(GetCurrencyConstantRequest request, io.grpc.stub.StreamObserver<CurrencyConstant> responseObserver)
Returns the requested currency constant. List of thrown errors: [AuthenticationError]() [AuthorizationError]() [HeaderError]() [InternalError]() [QuotaError]() [RequestError]()
-
bindService
public final io.grpc.ServerServiceDefinition bindService()
- Specified by:
bindServicein interfaceio.grpc.BindableService
-
-