Class MobileDeviceConstantServiceGrpc.MobileDeviceConstantServiceImplBase
- java.lang.Object
-
- com.google.ads.googleads.v9.services.MobileDeviceConstantServiceGrpc.MobileDeviceConstantServiceImplBase
-
- All Implemented Interfaces:
io.grpc.BindableService
- Enclosing class:
- MobileDeviceConstantServiceGrpc
public abstract static class MobileDeviceConstantServiceGrpc.MobileDeviceConstantServiceImplBase extends java.lang.Object implements io.grpc.BindableServiceService to fetch mobile device constants.
-
-
Constructor Summary
Constructors Constructor Description MobileDeviceConstantServiceImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinitionbindService()voidgetMobileDeviceConstant(GetMobileDeviceConstantRequest request, io.grpc.stub.StreamObserver<MobileDeviceConstant> responseObserver)Returns the requested mobile device constant in full detail.
-
-
-
Method Detail
-
getMobileDeviceConstant
public void getMobileDeviceConstant(GetMobileDeviceConstantRequest request, io.grpc.stub.StreamObserver<MobileDeviceConstant> responseObserver)
Returns the requested mobile device constant 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
-
-