public static final class AgentRegistryGrpc.AgentRegistryBlockingV2Stub extends AbstractBlockingStub<AgentRegistryGrpc.AgentRegistryBlockingV2Stub>
A stub to allow clients to do synchronous rpc calls to service AgentRegistry.
Service for managing Agents, Endpoints, McpServers, Services, and Bindings.
Inheritance
java.lang.Object >
io.grpc.stub.AbstractStub >
io.grpc.stub.AbstractBlockingStub >
AgentRegistryGrpc.AgentRegistryBlockingV2Stub
Inherited Members
io.grpc.stub.AbstractBlockingStub.<T>newStub(io.grpc.stub.AbstractStub.StubFactory<T>,io.grpc.Channel)
io.grpc.stub.AbstractBlockingStub.<T>newStub(io.grpc.stub.AbstractStub.StubFactory<T>,io.grpc.Channel,io.grpc.CallOptions)
io.grpc.stub.AbstractStub.<T>withOption(io.grpc.CallOptions.Key<T>,T)
io.grpc.stub.AbstractStub.build(io.grpc.Channel,io.grpc.CallOptions)
io.grpc.stub.AbstractStub.getCallOptions()
io.grpc.stub.AbstractStub.getChannel()
io.grpc.stub.AbstractStub.withCallCredentials(io.grpc.CallCredentials)
io.grpc.stub.AbstractStub.withChannel(io.grpc.Channel)
io.grpc.stub.AbstractStub.withCompression(java.lang.String)
io.grpc.stub.AbstractStub.withDeadline(io.grpc.Deadline)
io.grpc.stub.AbstractStub.withDeadlineAfter(java.time.Duration)
io.grpc.stub.AbstractStub.withDeadlineAfter(long,java.util.concurrent.TimeUnit)
io.grpc.stub.AbstractStub.withExecutor(java.util.concurrent.Executor)
io.grpc.stub.AbstractStub.withInterceptors(io.grpc.ClientInterceptor...)
io.grpc.stub.AbstractStub.withMaxInboundMessageSize(int)
io.grpc.stub.AbstractStub.withMaxOutboundMessageSize(int)
io.grpc.stub.AbstractStub.withOnReadyThreshold(int)
io.grpc.stub.AbstractStub.withWaitForReady()
Methods
build(Channel channel, CallOptions callOptions)
protected AgentRegistryGrpc.AgentRegistryBlockingV2Stub build(Channel channel, CallOptions callOptions)
| Parameters |
| Name |
Description |
channel |
io.grpc.Channel
|
callOptions |
io.grpc.CallOptions
|
Overrides
io.grpc.stub.AbstractStub.build(io.grpc.Channel,io.grpc.CallOptions)
createBinding(CreateBindingRequest request)
public Operation createBinding(CreateBindingRequest request)
Creates a new Binding in a given project and location.
| Exceptions |
| Type |
Description |
io.grpc.StatusException |
|
createService(CreateServiceRequest request)
public Operation createService(CreateServiceRequest request)
Creates a new Service in a given project and location.
| Exceptions |
| Type |
Description |
io.grpc.StatusException |
|
deleteBinding(DeleteBindingRequest request)
public Operation deleteBinding(DeleteBindingRequest request)
Deletes a single Binding.
| Exceptions |
| Type |
Description |
io.grpc.StatusException |
|
deleteService(DeleteServiceRequest request)
public Operation deleteService(DeleteServiceRequest request)
Deletes a single Service.
| Exceptions |
| Type |
Description |
io.grpc.StatusException |
|
fetchAvailableBindings(FetchAvailableBindingsRequest request)
public FetchAvailableBindingsResponse fetchAvailableBindings(FetchAvailableBindingsRequest request)
Fetches available Bindings.
| Exceptions |
| Type |
Description |
io.grpc.StatusException |
|
getAgent(GetAgentRequest request)
public Agent getAgent(GetAgentRequest request)
Gets details of a single Agent.
| Returns |
| Type |
Description |
Agent |
|
| Exceptions |
| Type |
Description |
io.grpc.StatusException |
|
getBinding(GetBindingRequest request)
public Binding getBinding(GetBindingRequest request)
Gets details of a single Binding.
| Exceptions |
| Type |
Description |
io.grpc.StatusException |
|
getEndpoint(GetEndpointRequest request)
public Endpoint getEndpoint(GetEndpointRequest request)
Gets details of a single Endpoint.
| Exceptions |
| Type |
Description |
io.grpc.StatusException |
|
getMcpServer(GetMcpServerRequest request)
public McpServer getMcpServer(GetMcpServerRequest request)
Gets details of a single McpServer.
| Exceptions |
| Type |
Description |
io.grpc.StatusException |
|
getService(GetServiceRequest request)
public Service getService(GetServiceRequest request)
Gets details of a single Service.
| Exceptions |
| Type |
Description |
io.grpc.StatusException |
|
listAgents(ListAgentsRequest request)
public ListAgentsResponse listAgents(ListAgentsRequest request)
Lists Agents in a given project and location.
| Exceptions |
| Type |
Description |
io.grpc.StatusException |
|
listBindings(ListBindingsRequest request)
public ListBindingsResponse listBindings(ListBindingsRequest request)
Lists Bindings in a given project and location.
| Exceptions |
| Type |
Description |
io.grpc.StatusException |
|
listEndpoints(ListEndpointsRequest request)
public ListEndpointsResponse listEndpoints(ListEndpointsRequest request)
Lists Endpoints in a given project and location.
| Exceptions |
| Type |
Description |
io.grpc.StatusException |
|
listMcpServers(ListMcpServersRequest request)
public ListMcpServersResponse listMcpServers(ListMcpServersRequest request)
Lists McpServers in a given project and location.
| Exceptions |
| Type |
Description |
io.grpc.StatusException |
|
listServices(ListServicesRequest request)
public ListServicesResponse listServices(ListServicesRequest request)
Lists Services in a given project and location.
| Exceptions |
| Type |
Description |
io.grpc.StatusException |
|
searchAgents(SearchAgentsRequest request)
public SearchAgentsResponse searchAgents(SearchAgentsRequest request)
Searches Agents in a given project and location.
| Exceptions |
| Type |
Description |
io.grpc.StatusException |
|
searchMcpServers(SearchMcpServersRequest request)
public SearchMcpServersResponse searchMcpServers(SearchMcpServersRequest request)
Searches McpServers in a given project and location.
| Exceptions |
| Type |
Description |
io.grpc.StatusException |
|
updateBinding(UpdateBindingRequest request)
public Operation updateBinding(UpdateBindingRequest request)
Updates the parameters of a single Binding.
| Exceptions |
| Type |
Description |
io.grpc.StatusException |
|
updateService(UpdateServiceRequest request)
public Operation updateService(UpdateServiceRequest request)
Updates the parameters of a single Service.
| Exceptions |
| Type |
Description |
io.grpc.StatusException |
|