@Generated(value="by gapic-generator-java") public abstract class AgentsStub extends Object implements BackgroundResource
This class is for advanced usage and reflects the underlying API directly.
Constructor and Description |
---|
AgentsStub() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
awaitTermination, isShutdown, isTerminated, shutdown, shutdownNow
public OperationsStub getOperationsStub()
public OperationsStub getHttpJsonOperationsStub()
public UnaryCallable<GetAgentRequest,Agent> getAgentCallable()
public UnaryCallable<SetAgentRequest,Agent> setAgentCallable()
public UnaryCallable<DeleteAgentRequest,Empty> deleteAgentCallable()
public UnaryCallable<SearchAgentsRequest,AgentsClient.SearchAgentsPagedResponse> searchAgentsPagedCallable()
public UnaryCallable<SearchAgentsRequest,SearchAgentsResponse> searchAgentsCallable()
public OperationCallable<TrainAgentRequest,Empty,Struct> trainAgentOperationCallable()
public UnaryCallable<TrainAgentRequest,Operation> trainAgentCallable()
public OperationCallable<ExportAgentRequest,ExportAgentResponse,Struct> exportAgentOperationCallable()
public UnaryCallable<ExportAgentRequest,Operation> exportAgentCallable()
public OperationCallable<ImportAgentRequest,Empty,Struct> importAgentOperationCallable()
public UnaryCallable<ImportAgentRequest,Operation> importAgentCallable()
public OperationCallable<RestoreAgentRequest,Empty,Struct> restoreAgentOperationCallable()
public UnaryCallable<RestoreAgentRequest,Operation> restoreAgentCallable()
public UnaryCallable<GetValidationResultRequest,ValidationResult> getValidationResultCallable()
public UnaryCallable<com.google.cloud.location.ListLocationsRequest,AgentsClient.ListLocationsPagedResponse> listLocationsPagedCallable()
public UnaryCallable<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse> listLocationsCallable()
public UnaryCallable<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location> getLocationCallable()
public abstract void close()
close
in interface AutoCloseable
Copyright © 2022 Google LLC. All rights reserved.