Uses of Class
com.google.cloud.dialogflow.cx.v3beta1.ImportFlowResponse
-
Packages that use ImportFlowResponse Package Description com.google.cloud.dialogflow.cx.v3beta1 A client to Dialogflow APIcom.google.cloud.dialogflow.cx.v3beta1.stub -
-
Uses of ImportFlowResponse in com.google.cloud.dialogflow.cx.v3beta1
Methods in com.google.cloud.dialogflow.cx.v3beta1 that return ImportFlowResponse Modifier and Type Method Description ImportFlowResponse
ImportFlowResponse.Builder. build()
ImportFlowResponse
ImportFlowResponse.Builder. buildPartial()
static ImportFlowResponse
ImportFlowResponse. getDefaultInstance()
ImportFlowResponse
ImportFlowResponse.Builder. getDefaultInstanceForType()
ImportFlowResponse
ImportFlowResponse. getDefaultInstanceForType()
static ImportFlowResponse
ImportFlowResponse. parseDelimitedFrom(InputStream input)
static ImportFlowResponse
ImportFlowResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ImportFlowResponse
ImportFlowResponse. parseFrom(byte[] data)
static ImportFlowResponse
ImportFlowResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ImportFlowResponse
ImportFlowResponse. parseFrom(com.google.protobuf.ByteString data)
static ImportFlowResponse
ImportFlowResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ImportFlowResponse
ImportFlowResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static ImportFlowResponse
ImportFlowResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ImportFlowResponse
ImportFlowResponse. parseFrom(InputStream input)
static ImportFlowResponse
ImportFlowResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ImportFlowResponse
ImportFlowResponse. parseFrom(ByteBuffer data)
static ImportFlowResponse
ImportFlowResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.dialogflow.cx.v3beta1 that return types with arguments of type ImportFlowResponse Modifier and Type Method Description com.google.protobuf.Parser<ImportFlowResponse>
ImportFlowResponse. getParserForType()
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.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.static com.google.protobuf.Parser<ImportFlowResponse>
ImportFlowResponse. parser()
Methods in com.google.cloud.dialogflow.cx.v3beta1 with parameters of type ImportFlowResponse Modifier and Type Method Description ImportFlowResponse.Builder
ImportFlowResponse.Builder. mergeFrom(ImportFlowResponse other)
static ImportFlowResponse.Builder
ImportFlowResponse. newBuilder(ImportFlowResponse prototype)
-
Uses of ImportFlowResponse in com.google.cloud.dialogflow.cx.v3beta1.stub
Methods in com.google.cloud.dialogflow.cx.v3beta1.stub that return types with arguments of type ImportFlowResponse Modifier and Type Method Description 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.
-