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 ExportFlowResponse
ExportFlowResponse.Builder. build()
ExportFlowResponse
ExportFlowResponse.Builder. buildPartial()
static ExportFlowResponse
ExportFlowResponse. getDefaultInstance()
ExportFlowResponse
ExportFlowResponse.Builder. getDefaultInstanceForType()
ExportFlowResponse
ExportFlowResponse. getDefaultInstanceForType()
static ExportFlowResponse
ExportFlowResponse. parseDelimitedFrom(InputStream input)
static ExportFlowResponse
ExportFlowResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ExportFlowResponse
ExportFlowResponse. parseFrom(byte[] data)
static ExportFlowResponse
ExportFlowResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ExportFlowResponse
ExportFlowResponse. parseFrom(com.google.protobuf.ByteString data)
static ExportFlowResponse
ExportFlowResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ExportFlowResponse
ExportFlowResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static ExportFlowResponse
ExportFlowResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ExportFlowResponse
ExportFlowResponse. parseFrom(InputStream input)
static ExportFlowResponse
ExportFlowResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ExportFlowResponse
ExportFlowResponse. parseFrom(ByteBuffer data)
static ExportFlowResponse
ExportFlowResponse. 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.Builder
ExportFlowResponse.Builder. mergeFrom(ExportFlowResponse other)
static ExportFlowResponse.Builder
ExportFlowResponse. 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.
-