Class DomainCategoryServiceGrpc.DomainCategoryServiceStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractAsyncStub<DomainCategoryServiceGrpc.DomainCategoryServiceStub>
-
- com.google.ads.googleads.v9.services.DomainCategoryServiceGrpc.DomainCategoryServiceStub
-
- Enclosing class:
- DomainCategoryServiceGrpc
public static final class DomainCategoryServiceGrpc.DomainCategoryServiceStub extends io.grpc.stub.AbstractAsyncStub<DomainCategoryServiceGrpc.DomainCategoryServiceStub>
Service to fetch domain categories.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected DomainCategoryServiceGrpc.DomainCategoryServiceStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)voidgetDomainCategory(GetDomainCategoryRequest request, io.grpc.stub.StreamObserver<DomainCategory> responseObserver)Returns the requested domain category.
-
-
-
Method Detail
-
build
protected DomainCategoryServiceGrpc.DomainCategoryServiceStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<DomainCategoryServiceGrpc.DomainCategoryServiceStub>
-
getDomainCategory
public void getDomainCategory(GetDomainCategoryRequest request, io.grpc.stub.StreamObserver<DomainCategory> responseObserver)
Returns the requested domain category. List of thrown errors: [AuthenticationError]() [AuthorizationError]() [HeaderError]() [InternalError]() [QuotaError]() [RequestError]()
-
-