Class CloudApiRegistryGrpc (0.4.0)

public final class CloudApiRegistryGrpc

The Cloud API Registry service provides a central registry for managing API Data.

Inheritance

java.lang.Object > CloudApiRegistryGrpc

Static Fields

SERVICE_NAME

public static final String SERVICE_NAME
Field Value
Type Description
String

Static Methods

bindService(CloudApiRegistryGrpc.AsyncService service)

public static final ServerServiceDefinition bindService(CloudApiRegistryGrpc.AsyncService service)
Parameter
Name Description
service CloudApiRegistryGrpc.AsyncService
Returns
Type Description
io.grpc.ServerServiceDefinition

getGetMcpServerMethod()

public static MethodDescriptor<GetMcpServerRequest,McpServer> getGetMcpServerMethod()
Returns
Type Description
io.grpc.MethodDescriptor<GetMcpServerRequest,McpServer>

getGetMcpToolMethod()

public static MethodDescriptor<GetMcpToolRequest,McpTool> getGetMcpToolMethod()
Returns
Type Description
io.grpc.MethodDescriptor<GetMcpToolRequest,McpTool>

getListMcpServersMethod()

public static MethodDescriptor<ListMcpServersRequest,ListMcpServersResponse> getListMcpServersMethod()
Returns
Type Description
io.grpc.MethodDescriptor<ListMcpServersRequest,ListMcpServersResponse>

getListMcpToolsMethod()

public static MethodDescriptor<ListMcpToolsRequest,ListMcpToolsResponse> getListMcpToolsMethod()
Returns
Type Description
io.grpc.MethodDescriptor<ListMcpToolsRequest,ListMcpToolsResponse>

getServiceDescriptor()

public static ServiceDescriptor getServiceDescriptor()
Returns
Type Description
io.grpc.ServiceDescriptor

newBlockingStub(Channel channel)

public static CloudApiRegistryGrpc.CloudApiRegistryBlockingStub newBlockingStub(Channel channel)

Creates a new blocking-style stub that supports unary and streaming output calls on the service

Parameter
Name Description
channel io.grpc.Channel
Returns
Type Description
CloudApiRegistryGrpc.CloudApiRegistryBlockingStub

newBlockingV2Stub(Channel channel)

public static CloudApiRegistryGrpc.CloudApiRegistryBlockingV2Stub newBlockingV2Stub(Channel channel)

Creates a new blocking-style stub that supports all types of calls on the service

Parameter
Name Description
channel io.grpc.Channel
Returns
Type Description
CloudApiRegistryGrpc.CloudApiRegistryBlockingV2Stub

newFutureStub(Channel channel)

public static CloudApiRegistryGrpc.CloudApiRegistryFutureStub newFutureStub(Channel channel)

Creates a new ListenableFuture-style stub that supports unary calls on the service

Parameter
Name Description
channel io.grpc.Channel
Returns
Type Description
CloudApiRegistryGrpc.CloudApiRegistryFutureStub

newStub(Channel channel)

public static CloudApiRegistryGrpc.CloudApiRegistryStub newStub(Channel channel)

Creates a new async stub that supports all call types for the service

Parameter
Name Description
channel io.grpc.Channel
Returns
Type Description
CloudApiRegistryGrpc.CloudApiRegistryStub