Uses of Class
com.google.cloud.dialogflow.cx.v3.UpdateFlowRequest
-
Packages that use UpdateFlowRequest Package Description com.google.cloud.dialogflow.cx.v3 A client to Dialogflow APIcom.google.cloud.dialogflow.cx.v3.stub -
-
Uses of UpdateFlowRequest in com.google.cloud.dialogflow.cx.v3
Methods in com.google.cloud.dialogflow.cx.v3 that return UpdateFlowRequest Modifier and Type Method Description UpdateFlowRequestUpdateFlowRequest.Builder. build()UpdateFlowRequestUpdateFlowRequest.Builder. buildPartial()static UpdateFlowRequestUpdateFlowRequest. getDefaultInstance()UpdateFlowRequestUpdateFlowRequest.Builder. getDefaultInstanceForType()UpdateFlowRequestUpdateFlowRequest. getDefaultInstanceForType()static UpdateFlowRequestUpdateFlowRequest. parseDelimitedFrom(InputStream input)static UpdateFlowRequestUpdateFlowRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateFlowRequestUpdateFlowRequest. parseFrom(byte[] data)static UpdateFlowRequestUpdateFlowRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateFlowRequestUpdateFlowRequest. parseFrom(com.google.protobuf.ByteString data)static UpdateFlowRequestUpdateFlowRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateFlowRequestUpdateFlowRequest. parseFrom(com.google.protobuf.CodedInputStream input)static UpdateFlowRequestUpdateFlowRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateFlowRequestUpdateFlowRequest. parseFrom(InputStream input)static UpdateFlowRequestUpdateFlowRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateFlowRequestUpdateFlowRequest. parseFrom(ByteBuffer data)static UpdateFlowRequestUpdateFlowRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.dialogflow.cx.v3 that return types with arguments of type UpdateFlowRequest Modifier and Type Method Description com.google.protobuf.Parser<UpdateFlowRequest>UpdateFlowRequest. getParserForType()static io.grpc.MethodDescriptor<UpdateFlowRequest,Flow>FlowsGrpc. getUpdateFlowMethod()static com.google.protobuf.Parser<UpdateFlowRequest>UpdateFlowRequest. parser()com.google.api.gax.rpc.UnaryCallable<UpdateFlowRequest,Flow>FlowsClient. updateFlowCallable()Updates the specified flow.com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateFlowRequest,Flow>FlowsSettings.Builder. updateFlowSettings()Returns the builder for the settings used for calls to updateFlow.com.google.api.gax.rpc.UnaryCallSettings<UpdateFlowRequest,Flow>FlowsSettings. updateFlowSettings()Returns the object with the settings used for calls to updateFlow.Methods in com.google.cloud.dialogflow.cx.v3 with parameters of type UpdateFlowRequest Modifier and Type Method Description UpdateFlowRequest.BuilderUpdateFlowRequest.Builder. mergeFrom(UpdateFlowRequest other)static UpdateFlowRequest.BuilderUpdateFlowRequest. newBuilder(UpdateFlowRequest prototype)FlowFlowsClient. updateFlow(UpdateFlowRequest request)Updates the specified flow.default voidFlowsGrpc.AsyncService. updateFlow(UpdateFlowRequest request, io.grpc.stub.StreamObserver<Flow> responseObserver)Updates the specified flow.FlowFlowsGrpc.FlowsBlockingStub. updateFlow(UpdateFlowRequest request)Updates the specified flow.com.google.common.util.concurrent.ListenableFuture<Flow>FlowsGrpc.FlowsFutureStub. updateFlow(UpdateFlowRequest request)Updates the specified flow.voidFlowsGrpc.FlowsStub. updateFlow(UpdateFlowRequest request, io.grpc.stub.StreamObserver<Flow> responseObserver)Updates the specified flow. -
Uses of UpdateFlowRequest in com.google.cloud.dialogflow.cx.v3.stub
Methods in com.google.cloud.dialogflow.cx.v3.stub that return types with arguments of type UpdateFlowRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<UpdateFlowRequest,Flow>FlowsStub. updateFlowCallable()com.google.api.gax.rpc.UnaryCallable<UpdateFlowRequest,Flow>GrpcFlowsStub. updateFlowCallable()com.google.api.gax.rpc.UnaryCallable<UpdateFlowRequest,Flow>HttpJsonFlowsStub. updateFlowCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateFlowRequest,Flow>FlowsStubSettings.Builder. updateFlowSettings()Returns the builder for the settings used for calls to updateFlow.com.google.api.gax.rpc.UnaryCallSettings<UpdateFlowRequest,Flow>FlowsStubSettings. updateFlowSettings()Returns the object with the settings used for calls to updateFlow.
-