Uses of Class
com.google.cloud.dialogflow.v2beta1.ValidationResult
-
Packages that use ValidationResult Package Description com.google.cloud.dialogflow.v2beta1 A client to Dialogflow APIcom.google.cloud.dialogflow.v2beta1.stub -
-
Uses of ValidationResult in com.google.cloud.dialogflow.v2beta1
Methods in com.google.cloud.dialogflow.v2beta1 that return ValidationResult Modifier and Type Method Description ValidationResultValidationResult.Builder. build()ValidationResultValidationResult.Builder. buildPartial()static ValidationResultValidationResult. getDefaultInstance()ValidationResultValidationResult.Builder. getDefaultInstanceForType()ValidationResultValidationResult. getDefaultInstanceForType()ValidationResultAgentsClient. getValidationResult(GetValidationResultRequest request)Gets agent validation result.ValidationResultAgentsGrpc.AgentsBlockingStub. getValidationResult(GetValidationResultRequest request)Gets agent validation result.static ValidationResultValidationResult. parseDelimitedFrom(InputStream input)static ValidationResultValidationResult. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ValidationResultValidationResult. parseFrom(byte[] data)static ValidationResultValidationResult. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ValidationResultValidationResult. parseFrom(com.google.protobuf.ByteString data)static ValidationResultValidationResult. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ValidationResultValidationResult. parseFrom(com.google.protobuf.CodedInputStream input)static ValidationResultValidationResult. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ValidationResultValidationResult. parseFrom(InputStream input)static ValidationResultValidationResult. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ValidationResultValidationResult. parseFrom(ByteBuffer data)static ValidationResultValidationResult. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.dialogflow.v2beta1 that return types with arguments of type ValidationResult Modifier and Type Method Description static io.grpc.MethodDescriptor<GetValidationResultRequest,ValidationResult>AgentsGrpc. getGetValidationResultMethod()com.google.protobuf.Parser<ValidationResult>ValidationResult. getParserForType()com.google.common.util.concurrent.ListenableFuture<ValidationResult>AgentsGrpc.AgentsFutureStub. getValidationResult(GetValidationResultRequest request)Gets agent validation result.com.google.api.gax.rpc.UnaryCallable<GetValidationResultRequest,ValidationResult>AgentsClient. getValidationResultCallable()Gets agent validation result.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetValidationResultRequest,ValidationResult>AgentsSettings.Builder. getValidationResultSettings()Returns the builder for the settings used for calls to getValidationResult.com.google.api.gax.rpc.UnaryCallSettings<GetValidationResultRequest,ValidationResult>AgentsSettings. getValidationResultSettings()Returns the object with the settings used for calls to getValidationResult.static com.google.protobuf.Parser<ValidationResult>ValidationResult. parser()Methods in com.google.cloud.dialogflow.v2beta1 with parameters of type ValidationResult Modifier and Type Method Description ValidationResult.BuilderValidationResult.Builder. mergeFrom(ValidationResult other)static ValidationResult.BuilderValidationResult. newBuilder(ValidationResult prototype)Method parameters in com.google.cloud.dialogflow.v2beta1 with type arguments of type ValidationResult Modifier and Type Method Description voidAgentsGrpc.AgentsStub. getValidationResult(GetValidationResultRequest request, io.grpc.stub.StreamObserver<ValidationResult> responseObserver)Gets agent validation result.default voidAgentsGrpc.AsyncService. getValidationResult(GetValidationResultRequest request, io.grpc.stub.StreamObserver<ValidationResult> responseObserver)Gets agent validation result. -
Uses of ValidationResult in com.google.cloud.dialogflow.v2beta1.stub
Methods in com.google.cloud.dialogflow.v2beta1.stub that return types with arguments of type ValidationResult Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetValidationResultRequest,ValidationResult>AgentsStub. getValidationResultCallable()com.google.api.gax.rpc.UnaryCallable<GetValidationResultRequest,ValidationResult>GrpcAgentsStub. getValidationResultCallable()com.google.api.gax.rpc.UnaryCallable<GetValidationResultRequest,ValidationResult>HttpJsonAgentsStub. getValidationResultCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<GetValidationResultRequest,ValidationResult>AgentsStubSettings.Builder. getValidationResultSettings()Returns the builder for the settings used for calls to getValidationResult.com.google.api.gax.rpc.UnaryCallSettings<GetValidationResultRequest,ValidationResult>AgentsStubSettings. getValidationResultSettings()Returns the object with the settings used for calls to getValidationResult.
-