@Generated(value="by gapic-generator") @BetaApi(value="A restructuring of stub classes is planned, so this may break in the future") public abstract class AgentsStub extends Object implements BackgroundResource
This class is for advanced usage and reflects the underlying API directly.
Constructor and Description |
---|
AgentsStub() |
Modifier and Type | Method and Description |
---|---|
abstract void |
close() |
UnaryCallable<com.google.cloud.dialogflow.v2beta1.ExportAgentRequest,Operation> |
exportAgentCallable() |
OperationCallable<com.google.cloud.dialogflow.v2beta1.ExportAgentRequest,com.google.cloud.dialogflow.v2beta1.ExportAgentResponse,Struct> |
exportAgentOperationCallable() |
UnaryCallable<com.google.cloud.dialogflow.v2beta1.GetAgentRequest,com.google.cloud.dialogflow.v2beta1.Agent> |
getAgentCallable() |
OperationsStub |
getOperationsStub() |
UnaryCallable<com.google.cloud.dialogflow.v2beta1.ImportAgentRequest,Operation> |
importAgentCallable() |
OperationCallable<com.google.cloud.dialogflow.v2beta1.ImportAgentRequest,Empty,Struct> |
importAgentOperationCallable() |
UnaryCallable<com.google.cloud.dialogflow.v2beta1.RestoreAgentRequest,Operation> |
restoreAgentCallable() |
OperationCallable<com.google.cloud.dialogflow.v2beta1.RestoreAgentRequest,Empty,Struct> |
restoreAgentOperationCallable() |
UnaryCallable<com.google.cloud.dialogflow.v2beta1.SearchAgentsRequest,com.google.cloud.dialogflow.v2beta1.SearchAgentsResponse> |
searchAgentsCallable() |
UnaryCallable<com.google.cloud.dialogflow.v2beta1.SearchAgentsRequest,AgentsClient.SearchAgentsPagedResponse> |
searchAgentsPagedCallable() |
UnaryCallable<com.google.cloud.dialogflow.v2beta1.TrainAgentRequest,Operation> |
trainAgentCallable() |
OperationCallable<com.google.cloud.dialogflow.v2beta1.TrainAgentRequest,Empty,Struct> |
trainAgentOperationCallable() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
awaitTermination, isShutdown, isTerminated, shutdown, shutdownNow
@BetaApi(value="The surface for use by generated code is not stable yet and may change in the future.") public OperationsStub getOperationsStub()
public UnaryCallable<com.google.cloud.dialogflow.v2beta1.GetAgentRequest,com.google.cloud.dialogflow.v2beta1.Agent> getAgentCallable()
public UnaryCallable<com.google.cloud.dialogflow.v2beta1.SearchAgentsRequest,AgentsClient.SearchAgentsPagedResponse> searchAgentsPagedCallable()
public UnaryCallable<com.google.cloud.dialogflow.v2beta1.SearchAgentsRequest,com.google.cloud.dialogflow.v2beta1.SearchAgentsResponse> searchAgentsCallable()
@BetaApi(value="The surface for use by generated code is not stable yet and may change in the future.") public OperationCallable<com.google.cloud.dialogflow.v2beta1.TrainAgentRequest,Empty,Struct> trainAgentOperationCallable()
public UnaryCallable<com.google.cloud.dialogflow.v2beta1.TrainAgentRequest,Operation> trainAgentCallable()
@BetaApi(value="The surface for use by generated code is not stable yet and may change in the future.") public OperationCallable<com.google.cloud.dialogflow.v2beta1.ExportAgentRequest,com.google.cloud.dialogflow.v2beta1.ExportAgentResponse,Struct> exportAgentOperationCallable()
public UnaryCallable<com.google.cloud.dialogflow.v2beta1.ExportAgentRequest,Operation> exportAgentCallable()
@BetaApi(value="The surface for use by generated code is not stable yet and may change in the future.") public OperationCallable<com.google.cloud.dialogflow.v2beta1.ImportAgentRequest,Empty,Struct> importAgentOperationCallable()
public UnaryCallable<com.google.cloud.dialogflow.v2beta1.ImportAgentRequest,Operation> importAgentCallable()
@BetaApi(value="The surface for use by generated code is not stable yet and may change in the future.") public OperationCallable<com.google.cloud.dialogflow.v2beta1.RestoreAgentRequest,Empty,Struct> restoreAgentOperationCallable()
public UnaryCallable<com.google.cloud.dialogflow.v2beta1.RestoreAgentRequest,Operation> restoreAgentCallable()
public abstract void close()
close
in interface AutoCloseable
Copyright © 2019 Google LLC. All rights reserved.