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