Class DomainCategoryServiceStub
- java.lang.Object
-
- com.google.ads.googleads.v9.services.stub.DomainCategoryServiceStub
-
- All Implemented Interfaces:
com.google.api.gax.core.BackgroundResource,java.lang.AutoCloseable
- Direct Known Subclasses:
GrpcDomainCategoryServiceStub
@Generated("by gapic-generator-java") public abstract class DomainCategoryServiceStub extends java.lang.Object implements com.google.api.gax.core.BackgroundResourceBase stub class for the DomainCategoryService service API.This class is for advanced usage and reflects the underlying API directly.
-
-
Constructor Summary
Constructors Constructor Description DomainCategoryServiceStub()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract voidclose()com.google.api.gax.rpc.UnaryCallable<GetDomainCategoryRequest,DomainCategory>getDomainCategoryCallable()
-
-
-
Method Detail
-
getDomainCategoryCallable
public com.google.api.gax.rpc.UnaryCallable<GetDomainCategoryRequest,DomainCategory> getDomainCategoryCallable()
-
close
public abstract void close()
- Specified by:
closein interfacejava.lang.AutoCloseable
-
-