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