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 UpdateFlowRequest
UpdateFlowRequest.Builder. build()
UpdateFlowRequest
UpdateFlowRequest.Builder. buildPartial()
static UpdateFlowRequest
UpdateFlowRequest. getDefaultInstance()
UpdateFlowRequest
UpdateFlowRequest.Builder. getDefaultInstanceForType()
UpdateFlowRequest
UpdateFlowRequest. getDefaultInstanceForType()
static UpdateFlowRequest
UpdateFlowRequest. parseDelimitedFrom(InputStream input)
static UpdateFlowRequest
UpdateFlowRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateFlowRequest
UpdateFlowRequest. parseFrom(byte[] data)
static UpdateFlowRequest
UpdateFlowRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateFlowRequest
UpdateFlowRequest. parseFrom(com.google.protobuf.ByteString data)
static UpdateFlowRequest
UpdateFlowRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateFlowRequest
UpdateFlowRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static UpdateFlowRequest
UpdateFlowRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateFlowRequest
UpdateFlowRequest. parseFrom(InputStream input)
static UpdateFlowRequest
UpdateFlowRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateFlowRequest
UpdateFlowRequest. parseFrom(ByteBuffer data)
static UpdateFlowRequest
UpdateFlowRequest. 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.Builder
UpdateFlowRequest.Builder. mergeFrom(UpdateFlowRequest other)
static UpdateFlowRequest.Builder
UpdateFlowRequest. newBuilder(UpdateFlowRequest prototype)
Flow
FlowsClient. updateFlow(UpdateFlowRequest request)
Updates the specified flow.default void
FlowsGrpc.AsyncService. updateFlow(UpdateFlowRequest request, io.grpc.stub.StreamObserver<Flow> responseObserver)
Updates the specified flow.Flow
FlowsGrpc.FlowsBlockingStub. updateFlow(UpdateFlowRequest request)
Updates the specified flow.com.google.common.util.concurrent.ListenableFuture<Flow>
FlowsGrpc.FlowsFutureStub. updateFlow(UpdateFlowRequest request)
Updates the specified flow.void
FlowsGrpc.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.
-