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 GetFlowValidationResultRequestGetFlowValidationResultRequest.Builder. build()GetFlowValidationResultRequestGetFlowValidationResultRequest.Builder. buildPartial()static GetFlowValidationResultRequestGetFlowValidationResultRequest. getDefaultInstance()GetFlowValidationResultRequestGetFlowValidationResultRequest.Builder. getDefaultInstanceForType()GetFlowValidationResultRequestGetFlowValidationResultRequest. getDefaultInstanceForType()static GetFlowValidationResultRequestGetFlowValidationResultRequest. parseDelimitedFrom(InputStream input)static GetFlowValidationResultRequestGetFlowValidationResultRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetFlowValidationResultRequestGetFlowValidationResultRequest. parseFrom(byte[] data)static GetFlowValidationResultRequestGetFlowValidationResultRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetFlowValidationResultRequestGetFlowValidationResultRequest. parseFrom(com.google.protobuf.ByteString data)static GetFlowValidationResultRequestGetFlowValidationResultRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetFlowValidationResultRequestGetFlowValidationResultRequest. parseFrom(com.google.protobuf.CodedInputStream input)static GetFlowValidationResultRequestGetFlowValidationResultRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetFlowValidationResultRequestGetFlowValidationResultRequest. parseFrom(InputStream input)static GetFlowValidationResultRequestGetFlowValidationResultRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetFlowValidationResultRequestGetFlowValidationResultRequest. parseFrom(ByteBuffer data)static GetFlowValidationResultRequestGetFlowValidationResultRequest. 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 FlowValidationResultFlowsClient. getFlowValidationResult(GetFlowValidationResultRequest request)Gets the latest flow validation result.default voidFlowsGrpc.AsyncService. getFlowValidationResult(GetFlowValidationResultRequest request, io.grpc.stub.StreamObserver<FlowValidationResult> responseObserver)Gets the latest flow validation result.FlowValidationResultFlowsGrpc.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.voidFlowsGrpc.FlowsStub. getFlowValidationResult(GetFlowValidationResultRequest request, io.grpc.stub.StreamObserver<FlowValidationResult> responseObserver)Gets the latest flow validation result.GetFlowValidationResultRequest.BuilderGetFlowValidationResultRequest.Builder. mergeFrom(GetFlowValidationResultRequest other)static GetFlowValidationResultRequest.BuilderGetFlowValidationResultRequest. 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.
-