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