Uses of Class
com.google.cloud.dialogflow.cx.v3beta1.DeleteFlowRequest
-
Packages that use DeleteFlowRequest Package Description com.google.cloud.dialogflow.cx.v3beta1 A client to Dialogflow APIcom.google.cloud.dialogflow.cx.v3beta1.stub -
-
Uses of DeleteFlowRequest in com.google.cloud.dialogflow.cx.v3beta1
Methods in com.google.cloud.dialogflow.cx.v3beta1 that return DeleteFlowRequest Modifier and Type Method Description DeleteFlowRequestDeleteFlowRequest.Builder. build()DeleteFlowRequestDeleteFlowRequest.Builder. buildPartial()static DeleteFlowRequestDeleteFlowRequest. getDefaultInstance()DeleteFlowRequestDeleteFlowRequest.Builder. getDefaultInstanceForType()DeleteFlowRequestDeleteFlowRequest. getDefaultInstanceForType()static DeleteFlowRequestDeleteFlowRequest. parseDelimitedFrom(InputStream input)static DeleteFlowRequestDeleteFlowRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteFlowRequestDeleteFlowRequest. parseFrom(byte[] data)static DeleteFlowRequestDeleteFlowRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteFlowRequestDeleteFlowRequest. parseFrom(com.google.protobuf.ByteString data)static DeleteFlowRequestDeleteFlowRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteFlowRequestDeleteFlowRequest. parseFrom(com.google.protobuf.CodedInputStream input)static DeleteFlowRequestDeleteFlowRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteFlowRequestDeleteFlowRequest. parseFrom(InputStream input)static DeleteFlowRequestDeleteFlowRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteFlowRequestDeleteFlowRequest. parseFrom(ByteBuffer data)static DeleteFlowRequestDeleteFlowRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.dialogflow.cx.v3beta1 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.v3beta1 with parameters of type DeleteFlowRequest Modifier and Type Method Description voidFlowsClient. deleteFlow(DeleteFlowRequest request)Deletes a specified flow.default voidFlowsGrpc.AsyncService. deleteFlow(DeleteFlowRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)Deletes a specified flow.com.google.protobuf.EmptyFlowsGrpc.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.voidFlowsGrpc.FlowsStub. deleteFlow(DeleteFlowRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)Deletes a specified flow.DeleteFlowRequest.BuilderDeleteFlowRequest.Builder. mergeFrom(DeleteFlowRequest other)static DeleteFlowRequest.BuilderDeleteFlowRequest. newBuilder(DeleteFlowRequest prototype) -
Uses of DeleteFlowRequest in com.google.cloud.dialogflow.cx.v3beta1.stub
Methods in com.google.cloud.dialogflow.cx.v3beta1.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.
-