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