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