Class ToolsStub (0.51.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
TypeDescription
UnaryCallable<CreateToolRequest,Tool>

deleteToolCallable()

public UnaryCallable<DeleteToolRequest,Empty> deleteToolCallable()
Returns
TypeDescription
UnaryCallable<DeleteToolRequest,Empty>

exportToolsCallable()

public UnaryCallable<ExportToolsRequest,Operation> exportToolsCallable()
Returns
TypeDescription
UnaryCallable<ExportToolsRequest,Operation>

exportToolsOperationCallable()

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

getHttpJsonOperationsStub()

public OperationsStub getHttpJsonOperationsStub()
Returns
TypeDescription
OperationsStub

getLocationCallable()

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

getOperationsStub()

public OperationsStub getOperationsStub()
Returns
TypeDescription
OperationsStub

getToolCallable()

public UnaryCallable<GetToolRequest,Tool> getToolCallable()
Returns
TypeDescription
UnaryCallable<GetToolRequest,Tool>

listLocationsCallable()

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

listLocationsPagedCallable()

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

listToolsCallable()

public UnaryCallable<ListToolsRequest,ListToolsResponse> listToolsCallable()
Returns
TypeDescription
UnaryCallable<ListToolsRequest,ListToolsResponse>

listToolsPagedCallable()

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

updateToolCallable()

public UnaryCallable<UpdateToolRequest,Tool> updateToolCallable()
Returns
TypeDescription
UnaryCallable<UpdateToolRequest,Tool>