Class AgentRegistryStub (0.2.0)

public abstract class AgentRegistryStub implements BackgroundResource

Base stub class for the AgentRegistry service API.

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

Inheritance

java.lang.Object > AgentRegistryStub

Implements

BackgroundResource

Constructors

AgentRegistryStub()

public AgentRegistryStub()

Methods

close()

public abstract void close()

createBindingCallable()

public UnaryCallable<CreateBindingRequest,Operation> createBindingCallable()
Returns
Type Description
UnaryCallable<CreateBindingRequest,Operation>

createBindingOperationCallable()

public OperationCallable<CreateBindingRequest,Binding,OperationMetadata> createBindingOperationCallable()
Returns
Type Description
OperationCallable<CreateBindingRequest,Binding,OperationMetadata>

createServiceCallable()

public UnaryCallable<CreateServiceRequest,Operation> createServiceCallable()
Returns
Type Description
UnaryCallable<CreateServiceRequest,Operation>

createServiceOperationCallable()

public OperationCallable<CreateServiceRequest,Service,OperationMetadata> createServiceOperationCallable()
Returns
Type Description
OperationCallable<CreateServiceRequest,Service,OperationMetadata>

deleteBindingCallable()

public UnaryCallable<DeleteBindingRequest,Operation> deleteBindingCallable()
Returns
Type Description
UnaryCallable<DeleteBindingRequest,Operation>

deleteBindingOperationCallable()

public OperationCallable<DeleteBindingRequest,Empty,OperationMetadata> deleteBindingOperationCallable()
Returns
Type Description
OperationCallable<DeleteBindingRequest,Empty,OperationMetadata>

deleteServiceCallable()

public UnaryCallable<DeleteServiceRequest,Operation> deleteServiceCallable()
Returns
Type Description
UnaryCallable<DeleteServiceRequest,Operation>

deleteServiceOperationCallable()

public OperationCallable<DeleteServiceRequest,Empty,OperationMetadata> deleteServiceOperationCallable()
Returns
Type Description
OperationCallable<DeleteServiceRequest,Empty,OperationMetadata>

fetchAvailableBindingsCallable()

public UnaryCallable<FetchAvailableBindingsRequest,FetchAvailableBindingsResponse> fetchAvailableBindingsCallable()
Returns
Type Description
UnaryCallable<FetchAvailableBindingsRequest,FetchAvailableBindingsResponse>

fetchAvailableBindingsPagedCallable()

public UnaryCallable<FetchAvailableBindingsRequest,AgentRegistryClient.FetchAvailableBindingsPagedResponse> fetchAvailableBindingsPagedCallable()
Returns
Type Description
UnaryCallable<FetchAvailableBindingsRequest,FetchAvailableBindingsPagedResponse>

getAgentCallable()

public UnaryCallable<GetAgentRequest,Agent> getAgentCallable()
Returns
Type Description
UnaryCallable<GetAgentRequest,Agent>

getBindingCallable()

public UnaryCallable<GetBindingRequest,Binding> getBindingCallable()
Returns
Type Description
UnaryCallable<GetBindingRequest,Binding>

getEndpointCallable()

public UnaryCallable<GetEndpointRequest,Endpoint> getEndpointCallable()
Returns
Type Description
UnaryCallable<GetEndpointRequest,Endpoint>

getHttpJsonOperationsStub()

public @Nullable OperationsStub getHttpJsonOperationsStub()
Returns
Type Description
@org.jspecify.annotations.Nullable com.google.api.gax.httpjson.longrunning.stub.OperationsStub

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>

getOperationsStub()

public @Nullable OperationsStub getOperationsStub()
Returns
Type Description
@org.jspecify.annotations.Nullable com.google.longrunning.stub.OperationsStub

getServiceCallable()

public UnaryCallable<GetServiceRequest,Service> getServiceCallable()
Returns
Type Description
UnaryCallable<GetServiceRequest,Service>

listAgentsCallable()

public UnaryCallable<ListAgentsRequest,ListAgentsResponse> listAgentsCallable()
Returns
Type Description
UnaryCallable<ListAgentsRequest,ListAgentsResponse>

listAgentsPagedCallable()

public UnaryCallable<ListAgentsRequest,AgentRegistryClient.ListAgentsPagedResponse> listAgentsPagedCallable()
Returns
Type Description
UnaryCallable<ListAgentsRequest,ListAgentsPagedResponse>

listBindingsCallable()

public UnaryCallable<ListBindingsRequest,ListBindingsResponse> listBindingsCallable()
Returns
Type Description
UnaryCallable<ListBindingsRequest,ListBindingsResponse>

listBindingsPagedCallable()

public UnaryCallable<ListBindingsRequest,AgentRegistryClient.ListBindingsPagedResponse> listBindingsPagedCallable()
Returns
Type Description
UnaryCallable<ListBindingsRequest,ListBindingsPagedResponse>

listEndpointsCallable()

public UnaryCallable<ListEndpointsRequest,ListEndpointsResponse> listEndpointsCallable()
Returns
Type Description
UnaryCallable<ListEndpointsRequest,ListEndpointsResponse>

listEndpointsPagedCallable()

public UnaryCallable<ListEndpointsRequest,AgentRegistryClient.ListEndpointsPagedResponse> listEndpointsPagedCallable()
Returns
Type Description
UnaryCallable<ListEndpointsRequest,ListEndpointsPagedResponse>

listLocationsCallable()

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

listLocationsPagedCallable()

public UnaryCallable<ListLocationsRequest,AgentRegistryClient.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,AgentRegistryClient.ListMcpServersPagedResponse> listMcpServersPagedCallable()
Returns
Type Description
UnaryCallable<ListMcpServersRequest,ListMcpServersPagedResponse>

listServicesCallable()

public UnaryCallable<ListServicesRequest,ListServicesResponse> listServicesCallable()
Returns
Type Description
UnaryCallable<ListServicesRequest,ListServicesResponse>

listServicesPagedCallable()

public UnaryCallable<ListServicesRequest,AgentRegistryClient.ListServicesPagedResponse> listServicesPagedCallable()
Returns
Type Description
UnaryCallable<ListServicesRequest,ListServicesPagedResponse>

searchAgentsCallable()

public UnaryCallable<SearchAgentsRequest,SearchAgentsResponse> searchAgentsCallable()
Returns
Type Description
UnaryCallable<SearchAgentsRequest,SearchAgentsResponse>

searchAgentsPagedCallable()

public UnaryCallable<SearchAgentsRequest,AgentRegistryClient.SearchAgentsPagedResponse> searchAgentsPagedCallable()
Returns
Type Description
UnaryCallable<SearchAgentsRequest,SearchAgentsPagedResponse>

searchMcpServersCallable()

public UnaryCallable<SearchMcpServersRequest,SearchMcpServersResponse> searchMcpServersCallable()
Returns
Type Description
UnaryCallable<SearchMcpServersRequest,SearchMcpServersResponse>

searchMcpServersPagedCallable()

public UnaryCallable<SearchMcpServersRequest,AgentRegistryClient.SearchMcpServersPagedResponse> searchMcpServersPagedCallable()
Returns
Type Description
UnaryCallable<SearchMcpServersRequest,SearchMcpServersPagedResponse>

updateBindingCallable()

public UnaryCallable<UpdateBindingRequest,Operation> updateBindingCallable()
Returns
Type Description
UnaryCallable<UpdateBindingRequest,Operation>

updateBindingOperationCallable()

public OperationCallable<UpdateBindingRequest,Binding,OperationMetadata> updateBindingOperationCallable()
Returns
Type Description
OperationCallable<UpdateBindingRequest,Binding,OperationMetadata>

updateServiceCallable()

public UnaryCallable<UpdateServiceRequest,Operation> updateServiceCallable()
Returns
Type Description
UnaryCallable<UpdateServiceRequest,Operation>

updateServiceOperationCallable()

public OperationCallable<UpdateServiceRequest,Service,OperationMetadata> updateServiceOperationCallable()
Returns
Type Description
OperationCallable<UpdateServiceRequest,Service,OperationMetadata>