Class MobileAppCategoryConstantServiceGrpc.MobileAppCategoryConstantServiceBlockingStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractBlockingStub<MobileAppCategoryConstantServiceGrpc.MobileAppCategoryConstantServiceBlockingStub>
-
- com.google.ads.googleads.v9.services.MobileAppCategoryConstantServiceGrpc.MobileAppCategoryConstantServiceBlockingStub
-
- Enclosing class:
- MobileAppCategoryConstantServiceGrpc
public static final class MobileAppCategoryConstantServiceGrpc.MobileAppCategoryConstantServiceBlockingStub extends io.grpc.stub.AbstractBlockingStub<MobileAppCategoryConstantServiceGrpc.MobileAppCategoryConstantServiceBlockingStub>
Service to fetch mobile app category constants.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected MobileAppCategoryConstantServiceGrpc.MobileAppCategoryConstantServiceBlockingStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)MobileAppCategoryConstantgetMobileAppCategoryConstant(GetMobileAppCategoryConstantRequest request)Returns the requested mobile app category constant.
-
-
-
Method Detail
-
build
protected MobileAppCategoryConstantServiceGrpc.MobileAppCategoryConstantServiceBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<MobileAppCategoryConstantServiceGrpc.MobileAppCategoryConstantServiceBlockingStub>
-
getMobileAppCategoryConstant
public MobileAppCategoryConstant getMobileAppCategoryConstant(GetMobileAppCategoryConstantRequest request)
Returns the requested mobile app category constant. List of thrown errors: [AuthenticationError]() [AuthorizationError]() [HeaderError]() [InternalError]() [QuotaError]() [RequestError]()
-
-