Class AgentsStub (4.43.0)

public abstract class AgentsStub implements BackgroundResource

Base stub class for the Agents service API.

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

Inheritance

java.lang.Object > AgentsStub

Implements

BackgroundResource

Constructors

AgentsStub()

public AgentsStub()

Methods

close()

public abstract void close()

deleteAgentCallable()

public UnaryCallable<DeleteAgentRequest,Empty> deleteAgentCallable()
Returns
TypeDescription
UnaryCallable<DeleteAgentRequest,Empty>

exportAgentCallable()

public UnaryCallable<ExportAgentRequest,Operation> exportAgentCallable()
Returns
TypeDescription
UnaryCallable<ExportAgentRequest,Operation>

exportAgentOperationCallable()

public OperationCallable<ExportAgentRequest,ExportAgentResponse,Struct> exportAgentOperationCallable()
Returns
TypeDescription
OperationCallable<ExportAgentRequest,ExportAgentResponse,Struct>

getAgentCallable()

public UnaryCallable<GetAgentRequest,Agent> getAgentCallable()
Returns
TypeDescription
UnaryCallable<GetAgentRequest,Agent>

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

getValidationResultCallable()

public UnaryCallable<GetValidationResultRequest,ValidationResult> getValidationResultCallable()
Returns
TypeDescription
UnaryCallable<GetValidationResultRequest,ValidationResult>

importAgentCallable()

public UnaryCallable<ImportAgentRequest,Operation> importAgentCallable()
Returns
TypeDescription
UnaryCallable<ImportAgentRequest,Operation>

importAgentOperationCallable()

public OperationCallable<ImportAgentRequest,Empty,Struct> importAgentOperationCallable()
Returns
TypeDescription
OperationCallable<ImportAgentRequest,Empty,Struct>

listLocationsCallable()

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

listLocationsPagedCallable()

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

restoreAgentCallable()

public UnaryCallable<RestoreAgentRequest,Operation> restoreAgentCallable()
Returns
TypeDescription
UnaryCallable<RestoreAgentRequest,Operation>

restoreAgentOperationCallable()

public OperationCallable<RestoreAgentRequest,Empty,Struct> restoreAgentOperationCallable()
Returns
TypeDescription
OperationCallable<RestoreAgentRequest,Empty,Struct>

searchAgentsCallable()

public UnaryCallable<SearchAgentsRequest,SearchAgentsResponse> searchAgentsCallable()
Returns
TypeDescription
UnaryCallable<SearchAgentsRequest,SearchAgentsResponse>

searchAgentsPagedCallable()

public UnaryCallable<SearchAgentsRequest,AgentsClient.SearchAgentsPagedResponse> searchAgentsPagedCallable()
Returns
TypeDescription
UnaryCallable<SearchAgentsRequest,SearchAgentsPagedResponse>

setAgentCallable()

public UnaryCallable<SetAgentRequest,Agent> setAgentCallable()
Returns
TypeDescription
UnaryCallable<SetAgentRequest,Agent>

trainAgentCallable()

public UnaryCallable<TrainAgentRequest,Operation> trainAgentCallable()
Returns
TypeDescription
UnaryCallable<TrainAgentRequest,Operation>

trainAgentOperationCallable()

public OperationCallable<TrainAgentRequest,Empty,Struct> trainAgentOperationCallable()
Returns
TypeDescription
OperationCallable<TrainAgentRequest,Empty,Struct>