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