Class NodeTypesStub (1.6.0-beta)

public abstract class NodeTypesStub implements BackgroundResource

Base stub class for the NodeTypes service API.

This class is for advanced usage and reflects the underlying API directly.

Inheritance

java.lang.Object > NodeTypesStub

Implements

BackgroundResource

Constructors

NodeTypesStub()

public NodeTypesStub()

Methods

aggregatedListCallable()

public UnaryCallable<AggregatedListNodeTypesRequest,NodeTypeAggregatedList> aggregatedListCallable()
Returns
TypeDescription
UnaryCallable<AggregatedListNodeTypesRequest,NodeTypeAggregatedList>

aggregatedListPagedCallable()

public UnaryCallable<AggregatedListNodeTypesRequest,NodeTypesClient.AggregatedListPagedResponse> aggregatedListPagedCallable()
Returns
TypeDescription
UnaryCallable<AggregatedListNodeTypesRequest,AggregatedListPagedResponse>

close()

public abstract void close()

getCallable()

public UnaryCallable<GetNodeTypeRequest,NodeType> getCallable()
Returns
TypeDescription
UnaryCallable<GetNodeTypeRequest,NodeType>

listCallable()

public UnaryCallable<ListNodeTypesRequest,NodeTypeList> listCallable()
Returns
TypeDescription
UnaryCallable<ListNodeTypesRequest,NodeTypeList>

listPagedCallable()

public UnaryCallable<ListNodeTypesRequest,NodeTypesClient.ListPagedResponse> listPagedCallable()
Returns
TypeDescription
UnaryCallable<ListNodeTypesRequest,ListPagedResponse>