Class AgentServiceStub (0.1.0)

public abstract class AgentServiceStub implements BackgroundResource

Base stub class for the AgentService service API.

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

Inheritance

java.lang.Object > AgentServiceStub

Implements

BackgroundResource

Constructors

AgentServiceStub()

public AgentServiceStub()

Methods

batchDeleteConversationsCallable()

public UnaryCallable<BatchDeleteConversationsRequest,Operation> batchDeleteConversationsCallable()
Returns
Type Description
UnaryCallable<BatchDeleteConversationsRequest,Operation>

batchDeleteConversationsOperationCallable()

public OperationCallable<BatchDeleteConversationsRequest,BatchDeleteConversationsResponse,OperationMetadata> batchDeleteConversationsOperationCallable()
Returns
Type Description
OperationCallable<BatchDeleteConversationsRequest,BatchDeleteConversationsResponse,OperationMetadata>

close()

public abstract void close()

createAgentCallable()

public UnaryCallable<CreateAgentRequest,Agent> createAgentCallable()
Returns
Type Description
UnaryCallable<CreateAgentRequest,Agent>

createAppCallable()

public UnaryCallable<CreateAppRequest,Operation> createAppCallable()
Returns
Type Description
UnaryCallable<CreateAppRequest,Operation>

createAppOperationCallable()

public OperationCallable<CreateAppRequest,App,OperationMetadata> createAppOperationCallable()
Returns
Type Description
OperationCallable<CreateAppRequest,App,OperationMetadata>

createAppVersionCallable()

public UnaryCallable<CreateAppVersionRequest,AppVersion> createAppVersionCallable()
Returns
Type Description
UnaryCallable<CreateAppVersionRequest,AppVersion>

createDeploymentCallable()

public UnaryCallable<CreateDeploymentRequest,Deployment> createDeploymentCallable()
Returns
Type Description
UnaryCallable<CreateDeploymentRequest,Deployment>

createExampleCallable()

public UnaryCallable<CreateExampleRequest,Example> createExampleCallable()
Returns
Type Description
UnaryCallable<CreateExampleRequest,Example>

createGuardrailCallable()

public UnaryCallable<CreateGuardrailRequest,Guardrail> createGuardrailCallable()
Returns
Type Description
UnaryCallable<CreateGuardrailRequest,Guardrail>

createToolCallable()

public UnaryCallable<CreateToolRequest,Tool> createToolCallable()
Returns
Type Description
UnaryCallable<CreateToolRequest,Tool>

createToolsetCallable()

public UnaryCallable<CreateToolsetRequest,Toolset> createToolsetCallable()
Returns
Type Description
UnaryCallable<CreateToolsetRequest,Toolset>

deleteAgentCallable()

public UnaryCallable<DeleteAgentRequest,Empty> deleteAgentCallable()
Returns
Type Description
UnaryCallable<DeleteAgentRequest,Empty>

deleteAppCallable()

public UnaryCallable<DeleteAppRequest,Operation> deleteAppCallable()
Returns
Type Description
UnaryCallable<DeleteAppRequest,Operation>

deleteAppOperationCallable()

public OperationCallable<DeleteAppRequest,Empty,OperationMetadata> deleteAppOperationCallable()
Returns
Type Description
OperationCallable<DeleteAppRequest,Empty,OperationMetadata>

deleteAppVersionCallable()

public UnaryCallable<DeleteAppVersionRequest,Empty> deleteAppVersionCallable()
Returns
Type Description
UnaryCallable<DeleteAppVersionRequest,Empty>

deleteConversationCallable()

public UnaryCallable<DeleteConversationRequest,Empty> deleteConversationCallable()
Returns
Type Description
UnaryCallable<DeleteConversationRequest,Empty>

deleteDeploymentCallable()

public UnaryCallable<DeleteDeploymentRequest,Empty> deleteDeploymentCallable()
Returns
Type Description
UnaryCallable<DeleteDeploymentRequest,Empty>

deleteExampleCallable()

public UnaryCallable<DeleteExampleRequest,Empty> deleteExampleCallable()
Returns
Type Description
UnaryCallable<DeleteExampleRequest,Empty>

deleteGuardrailCallable()

public UnaryCallable<DeleteGuardrailRequest,Empty> deleteGuardrailCallable()
Returns
Type Description
UnaryCallable<DeleteGuardrailRequest,Empty>

deleteToolCallable()

public UnaryCallable<DeleteToolRequest,Empty> deleteToolCallable()
Returns
Type Description
UnaryCallable<DeleteToolRequest,Empty>

deleteToolsetCallable()

public UnaryCallable<DeleteToolsetRequest,Empty> deleteToolsetCallable()
Returns
Type Description
UnaryCallable<DeleteToolsetRequest,Empty>

exportAppCallable()

public UnaryCallable<ExportAppRequest,Operation> exportAppCallable()
Returns
Type Description
UnaryCallable<ExportAppRequest,Operation>

exportAppOperationCallable()

public OperationCallable<ExportAppRequest,ExportAppResponse,OperationMetadata> exportAppOperationCallable()
Returns
Type Description
OperationCallable<ExportAppRequest,ExportAppResponse,OperationMetadata>

getAgentCallable()

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

getAppCallable()

public UnaryCallable<GetAppRequest,App> getAppCallable()
Returns
Type Description
UnaryCallable<GetAppRequest,App>

getAppVersionCallable()

public UnaryCallable<GetAppVersionRequest,AppVersion> getAppVersionCallable()
Returns
Type Description
UnaryCallable<GetAppVersionRequest,AppVersion>

getChangelogCallable()

public UnaryCallable<GetChangelogRequest,Changelog> getChangelogCallable()
Returns
Type Description
UnaryCallable<GetChangelogRequest,Changelog>

getConversationCallable()

public UnaryCallable<GetConversationRequest,Conversation> getConversationCallable()
Returns
Type Description
UnaryCallable<GetConversationRequest,Conversation>

getDeploymentCallable()

public UnaryCallable<GetDeploymentRequest,Deployment> getDeploymentCallable()
Returns
Type Description
UnaryCallable<GetDeploymentRequest,Deployment>

getExampleCallable()

public UnaryCallable<GetExampleRequest,Example> getExampleCallable()
Returns
Type Description
UnaryCallable<GetExampleRequest,Example>

getGuardrailCallable()

public UnaryCallable<GetGuardrailRequest,Guardrail> getGuardrailCallable()
Returns
Type Description
UnaryCallable<GetGuardrailRequest,Guardrail>

getHttpJsonOperationsStub()

public OperationsStub getHttpJsonOperationsStub()
Returns
Type Description
OperationsStub

getLocationCallable()

public UnaryCallable<GetLocationRequest,Location> getLocationCallable()
Returns
Type Description
UnaryCallable<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location>

getOperationsStub()

public OperationsStub getOperationsStub()
Returns
Type Description
OperationsStub

getToolCallable()

public UnaryCallable<GetToolRequest,Tool> getToolCallable()
Returns
Type Description
UnaryCallable<GetToolRequest,Tool>

getToolsetCallable()

public UnaryCallable<GetToolsetRequest,Toolset> getToolsetCallable()
Returns
Type Description
UnaryCallable<GetToolsetRequest,Toolset>

importAppCallable()

public UnaryCallable<ImportAppRequest,Operation> importAppCallable()
Returns
Type Description
UnaryCallable<ImportAppRequest,Operation>

importAppOperationCallable()

public OperationCallable<ImportAppRequest,ImportAppResponse,OperationMetadata> importAppOperationCallable()
Returns
Type Description
OperationCallable<ImportAppRequest,ImportAppResponse,OperationMetadata>

listAgentsCallable()

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

listAgentsPagedCallable()

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

listAppVersionsCallable()

public UnaryCallable<ListAppVersionsRequest,ListAppVersionsResponse> listAppVersionsCallable()
Returns
Type Description
UnaryCallable<ListAppVersionsRequest,ListAppVersionsResponse>

listAppVersionsPagedCallable()

public UnaryCallable<ListAppVersionsRequest,AgentServiceClient.ListAppVersionsPagedResponse> listAppVersionsPagedCallable()
Returns
Type Description
UnaryCallable<ListAppVersionsRequest,ListAppVersionsPagedResponse>

listAppsCallable()

public UnaryCallable<ListAppsRequest,ListAppsResponse> listAppsCallable()
Returns
Type Description
UnaryCallable<ListAppsRequest,ListAppsResponse>

listAppsPagedCallable()

public UnaryCallable<ListAppsRequest,AgentServiceClient.ListAppsPagedResponse> listAppsPagedCallable()
Returns
Type Description
UnaryCallable<ListAppsRequest,ListAppsPagedResponse>

listChangelogsCallable()

public UnaryCallable<ListChangelogsRequest,ListChangelogsResponse> listChangelogsCallable()
Returns
Type Description
UnaryCallable<ListChangelogsRequest,ListChangelogsResponse>

listChangelogsPagedCallable()

public UnaryCallable<ListChangelogsRequest,AgentServiceClient.ListChangelogsPagedResponse> listChangelogsPagedCallable()
Returns
Type Description
UnaryCallable<ListChangelogsRequest,ListChangelogsPagedResponse>

listConversationsCallable()

public UnaryCallable<ListConversationsRequest,ListConversationsResponse> listConversationsCallable()
Returns
Type Description
UnaryCallable<ListConversationsRequest,ListConversationsResponse>

listConversationsPagedCallable()

public UnaryCallable<ListConversationsRequest,AgentServiceClient.ListConversationsPagedResponse> listConversationsPagedCallable()
Returns
Type Description
UnaryCallable<ListConversationsRequest,ListConversationsPagedResponse>

listDeploymentsCallable()

public UnaryCallable<ListDeploymentsRequest,ListDeploymentsResponse> listDeploymentsCallable()
Returns
Type Description
UnaryCallable<ListDeploymentsRequest,ListDeploymentsResponse>

listDeploymentsPagedCallable()

public UnaryCallable<ListDeploymentsRequest,AgentServiceClient.ListDeploymentsPagedResponse> listDeploymentsPagedCallable()
Returns
Type Description
UnaryCallable<ListDeploymentsRequest,ListDeploymentsPagedResponse>

listExamplesCallable()

public UnaryCallable<ListExamplesRequest,ListExamplesResponse> listExamplesCallable()
Returns
Type Description
UnaryCallable<ListExamplesRequest,ListExamplesResponse>

listExamplesPagedCallable()

public UnaryCallable<ListExamplesRequest,AgentServiceClient.ListExamplesPagedResponse> listExamplesPagedCallable()
Returns
Type Description
UnaryCallable<ListExamplesRequest,ListExamplesPagedResponse>

listGuardrailsCallable()

public UnaryCallable<ListGuardrailsRequest,ListGuardrailsResponse> listGuardrailsCallable()
Returns
Type Description
UnaryCallable<ListGuardrailsRequest,ListGuardrailsResponse>

listGuardrailsPagedCallable()

public UnaryCallable<ListGuardrailsRequest,AgentServiceClient.ListGuardrailsPagedResponse> listGuardrailsPagedCallable()
Returns
Type Description
UnaryCallable<ListGuardrailsRequest,ListGuardrailsPagedResponse>

listLocationsCallable()

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

listLocationsPagedCallable()

public UnaryCallable<ListLocationsRequest,AgentServiceClient.ListLocationsPagedResponse> listLocationsPagedCallable()
Returns
Type Description
UnaryCallable<com.google.cloud.location.ListLocationsRequest,ListLocationsPagedResponse>

listToolsCallable()

public UnaryCallable<ListToolsRequest,ListToolsResponse> listToolsCallable()
Returns
Type Description
UnaryCallable<ListToolsRequest,ListToolsResponse>

listToolsPagedCallable()

public UnaryCallable<ListToolsRequest,AgentServiceClient.ListToolsPagedResponse> listToolsPagedCallable()
Returns
Type Description
UnaryCallable<ListToolsRequest,ListToolsPagedResponse>

listToolsetsCallable()

public UnaryCallable<ListToolsetsRequest,ListToolsetsResponse> listToolsetsCallable()
Returns
Type Description
UnaryCallable<ListToolsetsRequest,ListToolsetsResponse>

listToolsetsPagedCallable()

public UnaryCallable<ListToolsetsRequest,AgentServiceClient.ListToolsetsPagedResponse> listToolsetsPagedCallable()
Returns
Type Description
UnaryCallable<ListToolsetsRequest,ListToolsetsPagedResponse>

restoreAppVersionCallable()

public UnaryCallable<RestoreAppVersionRequest,Operation> restoreAppVersionCallable()
Returns
Type Description
UnaryCallable<RestoreAppVersionRequest,Operation>

restoreAppVersionOperationCallable()

public OperationCallable<RestoreAppVersionRequest,RestoreAppVersionResponse,OperationMetadata> restoreAppVersionOperationCallable()
Returns
Type Description
OperationCallable<RestoreAppVersionRequest,RestoreAppVersionResponse,OperationMetadata>

updateAgentCallable()

public UnaryCallable<UpdateAgentRequest,Agent> updateAgentCallable()
Returns
Type Description
UnaryCallable<UpdateAgentRequest,Agent>

updateAppCallable()

public UnaryCallable<UpdateAppRequest,App> updateAppCallable()
Returns
Type Description
UnaryCallable<UpdateAppRequest,App>

updateDeploymentCallable()

public UnaryCallable<UpdateDeploymentRequest,Deployment> updateDeploymentCallable()
Returns
Type Description
UnaryCallable<UpdateDeploymentRequest,Deployment>

updateExampleCallable()

public UnaryCallable<UpdateExampleRequest,Example> updateExampleCallable()
Returns
Type Description
UnaryCallable<UpdateExampleRequest,Example>

updateGuardrailCallable()

public UnaryCallable<UpdateGuardrailRequest,Guardrail> updateGuardrailCallable()
Returns
Type Description
UnaryCallable<UpdateGuardrailRequest,Guardrail>

updateToolCallable()

public UnaryCallable<UpdateToolRequest,Tool> updateToolCallable()
Returns
Type Description
UnaryCallable<UpdateToolRequest,Tool>

updateToolsetCallable()

public UnaryCallable<UpdateToolsetRequest,Toolset> updateToolsetCallable()
Returns
Type Description
UnaryCallable<UpdateToolsetRequest,Toolset>