Class ToolsStub (0.54.0)

public abstract class ToolsStub implements BackgroundResource

Base stub class for the Tools service API.

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

Inheritance

java.lang.Object > ToolsStub

Implements

BackgroundResource

Constructors

ToolsStub()

public ToolsStub()

Methods

close()

public abstract void close()

createToolCallable()

public UnaryCallable<CreateToolRequest,Tool> createToolCallable()
Returns
Type Description
UnaryCallable<CreateToolRequest,Tool>

deleteToolCallable()

public UnaryCallable<DeleteToolRequest,Empty> deleteToolCallable()
Returns
Type Description
UnaryCallable<DeleteToolRequest,Empty>

exportToolsCallable()

public UnaryCallable<ExportToolsRequest,Operation> exportToolsCallable()
Returns
Type Description
UnaryCallable<ExportToolsRequest,Operation>

exportToolsOperationCallable()

public OperationCallable<ExportToolsRequest,ExportToolsResponse,ExportToolsMetadata> exportToolsOperationCallable()
Returns
Type Description
OperationCallable<ExportToolsRequest,ExportToolsResponse,ExportToolsMetadata>

getHttpJsonOperationsStub()

public OperationsStub getHttpJsonOperationsStub()
Returns
Type Description
OperationsStub

getLocationCallable()

public UnaryCallable<GetLocationRequest,Location> getLocationCallable()
Returns
Type Description
UnaryCallable<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location>

getOperationsStub()

public OperationsStub getOperationsStub()
Returns
Type Description
OperationsStub

getToolCallable()

public UnaryCallable<GetToolRequest,Tool> getToolCallable()
Returns
Type Description
UnaryCallable<GetToolRequest,Tool>

listLocationsCallable()

public UnaryCallable<ListLocationsRequest,ListLocationsResponse> listLocationsCallable()
Returns
Type Description
UnaryCallable<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse>

listLocationsPagedCallable()

public UnaryCallable<ListLocationsRequest,ToolsClient.ListLocationsPagedResponse> listLocationsPagedCallable()
Returns
Type Description
UnaryCallable<com.google.cloud.location.ListLocationsRequest,ListLocationsPagedResponse>

listToolsCallable()

public UnaryCallable<ListToolsRequest,ListToolsResponse> listToolsCallable()
Returns
Type Description
UnaryCallable<ListToolsRequest,ListToolsResponse>

listToolsPagedCallable()

public UnaryCallable<ListToolsRequest,ToolsClient.ListToolsPagedResponse> listToolsPagedCallable()
Returns
Type Description
UnaryCallable<ListToolsRequest,ListToolsPagedResponse>

updateToolCallable()

public UnaryCallable<UpdateToolRequest,Tool> updateToolCallable()
Returns
Type Description
UnaryCallable<UpdateToolRequest,Tool>