Class CloudApiRegistryStub (0.4.0)

public abstract class CloudApiRegistryStub implements BackgroundResource

Base stub class for the CloudApiRegistry service API.

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

Inheritance

java.lang.Object > CloudApiRegistryStub

Implements

BackgroundResource

Constructors

CloudApiRegistryStub()

public CloudApiRegistryStub()

Methods

close()

public abstract void close()

getLocationCallable()

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

getMcpServerCallable()

public UnaryCallable<GetMcpServerRequest,McpServer> getMcpServerCallable()
Returns
Type Description
UnaryCallable<GetMcpServerRequest,McpServer>

getMcpToolCallable()

public UnaryCallable<GetMcpToolRequest,McpTool> getMcpToolCallable()
Returns
Type Description
UnaryCallable<GetMcpToolRequest,McpTool>

listLocationsCallable()

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

listLocationsPagedCallable()

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

listMcpServersCallable()

public UnaryCallable<ListMcpServersRequest,ListMcpServersResponse> listMcpServersCallable()
Returns
Type Description
UnaryCallable<ListMcpServersRequest,ListMcpServersResponse>

listMcpServersPagedCallable()

public UnaryCallable<ListMcpServersRequest,CloudApiRegistryClient.ListMcpServersPagedResponse> listMcpServersPagedCallable()
Returns
Type Description
UnaryCallable<ListMcpServersRequest,ListMcpServersPagedResponse>

listMcpToolsCallable()

public UnaryCallable<ListMcpToolsRequest,ListMcpToolsResponse> listMcpToolsCallable()
Returns
Type Description
UnaryCallable<ListMcpToolsRequest,ListMcpToolsResponse>

listMcpToolsPagedCallable()

public UnaryCallable<ListMcpToolsRequest,CloudApiRegistryClient.ListMcpToolsPagedResponse> listMcpToolsPagedCallable()
Returns
Type Description
UnaryCallable<ListMcpToolsRequest,ListMcpToolsPagedResponse>