Uses of Class
com.google.cloud.dialogflow.cx.v3beta1.ImportFlowRequest
-
Packages that use ImportFlowRequest Package Description com.google.cloud.dialogflow.cx.v3beta1 A client to Dialogflow APIcom.google.cloud.dialogflow.cx.v3beta1.stub -
-
Uses of ImportFlowRequest in com.google.cloud.dialogflow.cx.v3beta1
Methods in com.google.cloud.dialogflow.cx.v3beta1 that return ImportFlowRequest Modifier and Type Method Description ImportFlowRequest
ImportFlowRequest.Builder. build()
ImportFlowRequest
ImportFlowRequest.Builder. buildPartial()
static ImportFlowRequest
ImportFlowRequest. getDefaultInstance()
ImportFlowRequest
ImportFlowRequest.Builder. getDefaultInstanceForType()
ImportFlowRequest
ImportFlowRequest. getDefaultInstanceForType()
static ImportFlowRequest
ImportFlowRequest. parseDelimitedFrom(InputStream input)
static ImportFlowRequest
ImportFlowRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ImportFlowRequest
ImportFlowRequest. parseFrom(byte[] data)
static ImportFlowRequest
ImportFlowRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ImportFlowRequest
ImportFlowRequest. parseFrom(com.google.protobuf.ByteString data)
static ImportFlowRequest
ImportFlowRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ImportFlowRequest
ImportFlowRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static ImportFlowRequest
ImportFlowRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ImportFlowRequest
ImportFlowRequest. parseFrom(InputStream input)
static ImportFlowRequest
ImportFlowRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ImportFlowRequest
ImportFlowRequest. parseFrom(ByteBuffer data)
static ImportFlowRequest
ImportFlowRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.dialogflow.cx.v3beta1 that return types with arguments of type ImportFlowRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<ImportFlowRequest,com.google.longrunning.Operation>
FlowsGrpc. getImportFlowMethod()
com.google.protobuf.Parser<ImportFlowRequest>
ImportFlowRequest. getParserForType()
com.google.api.gax.rpc.UnaryCallable<ImportFlowRequest,com.google.longrunning.Operation>
FlowsClient. importFlowCallable()
Imports the specified flow to the specified agent from a binary file.com.google.api.gax.rpc.OperationCallable<ImportFlowRequest,ImportFlowResponse,com.google.protobuf.Struct>
FlowsClient. importFlowOperationCallable()
Imports the specified flow to the specified agent from a binary file.com.google.api.gax.rpc.OperationCallSettings.Builder<ImportFlowRequest,ImportFlowResponse,com.google.protobuf.Struct>
FlowsSettings.Builder. importFlowOperationSettings()
Returns the builder for the settings used for calls to importFlow.com.google.api.gax.rpc.OperationCallSettings<ImportFlowRequest,ImportFlowResponse,com.google.protobuf.Struct>
FlowsSettings. importFlowOperationSettings()
Returns the object with the settings used for calls to importFlow.com.google.api.gax.rpc.UnaryCallSettings.Builder<ImportFlowRequest,com.google.longrunning.Operation>
FlowsSettings.Builder. importFlowSettings()
Returns the builder for the settings used for calls to importFlow.com.google.api.gax.rpc.UnaryCallSettings<ImportFlowRequest,com.google.longrunning.Operation>
FlowsSettings. importFlowSettings()
Returns the object with the settings used for calls to importFlow.static com.google.protobuf.Parser<ImportFlowRequest>
ImportFlowRequest. parser()
Methods in com.google.cloud.dialogflow.cx.v3beta1 with parameters of type ImportFlowRequest Modifier and Type Method Description default void
FlowsGrpc.AsyncService. importFlow(ImportFlowRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Imports the specified flow to the specified agent from a binary file.com.google.longrunning.Operation
FlowsGrpc.FlowsBlockingStub. importFlow(ImportFlowRequest request)
Imports the specified flow to the specified agent from a binary file.com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation>
FlowsGrpc.FlowsFutureStub. importFlow(ImportFlowRequest request)
Imports the specified flow to the specified agent from a binary file.void
FlowsGrpc.FlowsStub. importFlow(ImportFlowRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Imports the specified flow to the specified agent from a binary file.com.google.api.gax.longrunning.OperationFuture<ImportFlowResponse,com.google.protobuf.Struct>
FlowsClient. importFlowAsync(ImportFlowRequest request)
Imports the specified flow to the specified agent from a binary file.ImportFlowRequest.Builder
ImportFlowRequest.Builder. mergeFrom(ImportFlowRequest other)
static ImportFlowRequest.Builder
ImportFlowRequest. newBuilder(ImportFlowRequest prototype)
-
Uses of ImportFlowRequest in com.google.cloud.dialogflow.cx.v3beta1.stub
Methods in com.google.cloud.dialogflow.cx.v3beta1.stub that return types with arguments of type ImportFlowRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ImportFlowRequest,com.google.longrunning.Operation>
FlowsStub. importFlowCallable()
com.google.api.gax.rpc.UnaryCallable<ImportFlowRequest,com.google.longrunning.Operation>
GrpcFlowsStub. importFlowCallable()
com.google.api.gax.rpc.UnaryCallable<ImportFlowRequest,com.google.longrunning.Operation>
HttpJsonFlowsStub. importFlowCallable()
com.google.api.gax.rpc.OperationCallable<ImportFlowRequest,ImportFlowResponse,com.google.protobuf.Struct>
FlowsStub. importFlowOperationCallable()
com.google.api.gax.rpc.OperationCallable<ImportFlowRequest,ImportFlowResponse,com.google.protobuf.Struct>
GrpcFlowsStub. importFlowOperationCallable()
com.google.api.gax.rpc.OperationCallable<ImportFlowRequest,ImportFlowResponse,com.google.protobuf.Struct>
HttpJsonFlowsStub. importFlowOperationCallable()
com.google.api.gax.rpc.OperationCallSettings.Builder<ImportFlowRequest,ImportFlowResponse,com.google.protobuf.Struct>
FlowsStubSettings.Builder. importFlowOperationSettings()
Returns the builder for the settings used for calls to importFlow.com.google.api.gax.rpc.OperationCallSettings<ImportFlowRequest,ImportFlowResponse,com.google.protobuf.Struct>
FlowsStubSettings. importFlowOperationSettings()
Returns the object with the settings used for calls to importFlow.com.google.api.gax.rpc.UnaryCallSettings.Builder<ImportFlowRequest,com.google.longrunning.Operation>
FlowsStubSettings.Builder. importFlowSettings()
Returns the builder for the settings used for calls to importFlow.com.google.api.gax.rpc.UnaryCallSettings<ImportFlowRequest,com.google.longrunning.Operation>
FlowsStubSettings. importFlowSettings()
Returns the object with the settings used for calls to importFlow.
-