Uses of Class
com.google.cloud.dialogflow.cx.v3beta1.ValidateFlowRequest
-
Packages that use ValidateFlowRequest Package Description com.google.cloud.dialogflow.cx.v3beta1 A client to Dialogflow APIcom.google.cloud.dialogflow.cx.v3beta1.stub -
-
Uses of ValidateFlowRequest in com.google.cloud.dialogflow.cx.v3beta1
Methods in com.google.cloud.dialogflow.cx.v3beta1 that return ValidateFlowRequest Modifier and Type Method Description ValidateFlowRequestValidateFlowRequest.Builder. build()ValidateFlowRequestValidateFlowRequest.Builder. buildPartial()static ValidateFlowRequestValidateFlowRequest. getDefaultInstance()ValidateFlowRequestValidateFlowRequest.Builder. getDefaultInstanceForType()ValidateFlowRequestValidateFlowRequest. getDefaultInstanceForType()static ValidateFlowRequestValidateFlowRequest. parseDelimitedFrom(InputStream input)static ValidateFlowRequestValidateFlowRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ValidateFlowRequestValidateFlowRequest. parseFrom(byte[] data)static ValidateFlowRequestValidateFlowRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ValidateFlowRequestValidateFlowRequest. parseFrom(com.google.protobuf.ByteString data)static ValidateFlowRequestValidateFlowRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ValidateFlowRequestValidateFlowRequest. parseFrom(com.google.protobuf.CodedInputStream input)static ValidateFlowRequestValidateFlowRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ValidateFlowRequestValidateFlowRequest. parseFrom(InputStream input)static ValidateFlowRequestValidateFlowRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ValidateFlowRequestValidateFlowRequest. parseFrom(ByteBuffer data)static ValidateFlowRequestValidateFlowRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.dialogflow.cx.v3beta1 that return types with arguments of type ValidateFlowRequest Modifier and Type Method Description com.google.protobuf.Parser<ValidateFlowRequest>ValidateFlowRequest. getParserForType()static io.grpc.MethodDescriptor<ValidateFlowRequest,FlowValidationResult>FlowsGrpc. getValidateFlowMethod()static com.google.protobuf.Parser<ValidateFlowRequest>ValidateFlowRequest. parser()com.google.api.gax.rpc.UnaryCallable<ValidateFlowRequest,FlowValidationResult>FlowsClient. validateFlowCallable()Validates the specified flow and creates or updates validation results.com.google.api.gax.rpc.UnaryCallSettings.Builder<ValidateFlowRequest,FlowValidationResult>FlowsSettings.Builder. validateFlowSettings()Returns the builder for the settings used for calls to validateFlow.com.google.api.gax.rpc.UnaryCallSettings<ValidateFlowRequest,FlowValidationResult>FlowsSettings. validateFlowSettings()Returns the object with the settings used for calls to validateFlow.Methods in com.google.cloud.dialogflow.cx.v3beta1 with parameters of type ValidateFlowRequest Modifier and Type Method Description ValidateFlowRequest.BuilderValidateFlowRequest.Builder. mergeFrom(ValidateFlowRequest other)static ValidateFlowRequest.BuilderValidateFlowRequest. newBuilder(ValidateFlowRequest prototype)FlowValidationResultFlowsClient. validateFlow(ValidateFlowRequest request)Validates the specified flow and creates or updates validation results.default voidFlowsGrpc.AsyncService. validateFlow(ValidateFlowRequest request, io.grpc.stub.StreamObserver<FlowValidationResult> responseObserver)Validates the specified flow and creates or updates validation results.FlowValidationResultFlowsGrpc.FlowsBlockingStub. validateFlow(ValidateFlowRequest request)Validates the specified flow and creates or updates validation results.com.google.common.util.concurrent.ListenableFuture<FlowValidationResult>FlowsGrpc.FlowsFutureStub. validateFlow(ValidateFlowRequest request)Validates the specified flow and creates or updates validation results.voidFlowsGrpc.FlowsStub. validateFlow(ValidateFlowRequest request, io.grpc.stub.StreamObserver<FlowValidationResult> responseObserver)Validates the specified flow and creates or updates validation results. -
Uses of ValidateFlowRequest in com.google.cloud.dialogflow.cx.v3beta1.stub
Methods in com.google.cloud.dialogflow.cx.v3beta1.stub that return types with arguments of type ValidateFlowRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ValidateFlowRequest,FlowValidationResult>FlowsStub. validateFlowCallable()com.google.api.gax.rpc.UnaryCallable<ValidateFlowRequest,FlowValidationResult>GrpcFlowsStub. validateFlowCallable()com.google.api.gax.rpc.UnaryCallable<ValidateFlowRequest,FlowValidationResult>HttpJsonFlowsStub. validateFlowCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<ValidateFlowRequest,FlowValidationResult>FlowsStubSettings.Builder. validateFlowSettings()Returns the builder for the settings used for calls to validateFlow.com.google.api.gax.rpc.UnaryCallSettings<ValidateFlowRequest,FlowValidationResult>FlowsStubSettings. validateFlowSettings()Returns the object with the settings used for calls to validateFlow.
-