Uses of Class
com.google.cloud.dialogflow.cx.v3.ValidateFlowRequest
-
Packages that use ValidateFlowRequest Package Description com.google.cloud.dialogflow.cx.v3 A client to Dialogflow APIcom.google.cloud.dialogflow.cx.v3.stub -
-
Uses of ValidateFlowRequest in com.google.cloud.dialogflow.cx.v3
Methods in com.google.cloud.dialogflow.cx.v3 that return ValidateFlowRequest Modifier and Type Method Description ValidateFlowRequest
ValidateFlowRequest.Builder. build()
ValidateFlowRequest
ValidateFlowRequest.Builder. buildPartial()
static ValidateFlowRequest
ValidateFlowRequest. getDefaultInstance()
ValidateFlowRequest
ValidateFlowRequest.Builder. getDefaultInstanceForType()
ValidateFlowRequest
ValidateFlowRequest. getDefaultInstanceForType()
static ValidateFlowRequest
ValidateFlowRequest. parseDelimitedFrom(InputStream input)
static ValidateFlowRequest
ValidateFlowRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ValidateFlowRequest
ValidateFlowRequest. parseFrom(byte[] data)
static ValidateFlowRequest
ValidateFlowRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ValidateFlowRequest
ValidateFlowRequest. parseFrom(com.google.protobuf.ByteString data)
static ValidateFlowRequest
ValidateFlowRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ValidateFlowRequest
ValidateFlowRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static ValidateFlowRequest
ValidateFlowRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ValidateFlowRequest
ValidateFlowRequest. parseFrom(InputStream input)
static ValidateFlowRequest
ValidateFlowRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ValidateFlowRequest
ValidateFlowRequest. parseFrom(ByteBuffer data)
static ValidateFlowRequest
ValidateFlowRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.dialogflow.cx.v3 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.v3 with parameters of type ValidateFlowRequest Modifier and Type Method Description ValidateFlowRequest.Builder
ValidateFlowRequest.Builder. mergeFrom(ValidateFlowRequest other)
static ValidateFlowRequest.Builder
ValidateFlowRequest. newBuilder(ValidateFlowRequest prototype)
FlowValidationResult
FlowsClient. validateFlow(ValidateFlowRequest request)
Validates the specified flow and creates or updates validation results.default void
FlowsGrpc.AsyncService. validateFlow(ValidateFlowRequest request, io.grpc.stub.StreamObserver<FlowValidationResult> responseObserver)
Validates the specified flow and creates or updates validation results.FlowValidationResult
FlowsGrpc.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.void
FlowsGrpc.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.v3.stub
Methods in com.google.cloud.dialogflow.cx.v3.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.
-