Class MobileDeviceConstantServiceGrpc.MobileDeviceConstantServiceBlockingStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractBlockingStub<MobileDeviceConstantServiceGrpc.MobileDeviceConstantServiceBlockingStub>
-
- com.google.ads.googleads.v9.services.MobileDeviceConstantServiceGrpc.MobileDeviceConstantServiceBlockingStub
-
- Enclosing class:
- MobileDeviceConstantServiceGrpc
public static final class MobileDeviceConstantServiceGrpc.MobileDeviceConstantServiceBlockingStub extends io.grpc.stub.AbstractBlockingStub<MobileDeviceConstantServiceGrpc.MobileDeviceConstantServiceBlockingStub>
Service to fetch mobile device constants.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected MobileDeviceConstantServiceGrpc.MobileDeviceConstantServiceBlockingStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)MobileDeviceConstantgetMobileDeviceConstant(GetMobileDeviceConstantRequest request)Returns the requested mobile device constant in full detail.
-
-
-
Method Detail
-
build
protected MobileDeviceConstantServiceGrpc.MobileDeviceConstantServiceBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<MobileDeviceConstantServiceGrpc.MobileDeviceConstantServiceBlockingStub>
-
getMobileDeviceConstant
public MobileDeviceConstant getMobileDeviceConstant(GetMobileDeviceConstantRequest request)
Returns the requested mobile device constant in full detail. List of thrown errors: [AuthenticationError]() [AuthorizationError]() [HeaderError]() [InternalError]() [QuotaError]() [RequestError]()
-
-