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