Uses of Class
com.google.cloud.dialogflow.v2.ValidationResult
-
Packages that use ValidationResult Package Description com.google.cloud.dialogflow.v2 A client to Dialogflow APIcom.google.cloud.dialogflow.v2.stub -
-
Uses of ValidationResult in com.google.cloud.dialogflow.v2
Methods in com.google.cloud.dialogflow.v2 that return ValidationResult Modifier and Type Method Description ValidationResult
ValidationResult.Builder. build()
ValidationResult
ValidationResult.Builder. buildPartial()
static ValidationResult
ValidationResult. getDefaultInstance()
ValidationResult
ValidationResult.Builder. getDefaultInstanceForType()
ValidationResult
ValidationResult. getDefaultInstanceForType()
ValidationResult
AgentsClient. getValidationResult(GetValidationResultRequest request)
Gets agent validation result.ValidationResult
AgentsGrpc.AgentsBlockingStub. getValidationResult(GetValidationResultRequest request)
Gets agent validation result.static ValidationResult
ValidationResult. parseDelimitedFrom(InputStream input)
static ValidationResult
ValidationResult. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ValidationResult
ValidationResult. parseFrom(byte[] data)
static ValidationResult
ValidationResult. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ValidationResult
ValidationResult. parseFrom(com.google.protobuf.ByteString data)
static ValidationResult
ValidationResult. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ValidationResult
ValidationResult. parseFrom(com.google.protobuf.CodedInputStream input)
static ValidationResult
ValidationResult. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ValidationResult
ValidationResult. parseFrom(InputStream input)
static ValidationResult
ValidationResult. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ValidationResult
ValidationResult. parseFrom(ByteBuffer data)
static ValidationResult
ValidationResult. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.dialogflow.v2 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.v2 with parameters of type ValidationResult Modifier and Type Method Description ValidationResult.Builder
ValidationResult.Builder. mergeFrom(ValidationResult other)
static ValidationResult.Builder
ValidationResult. newBuilder(ValidationResult prototype)
Method parameters in com.google.cloud.dialogflow.v2 with type arguments of type ValidationResult Modifier and Type Method Description void
AgentsGrpc.AgentsStub. getValidationResult(GetValidationResultRequest request, io.grpc.stub.StreamObserver<ValidationResult> responseObserver)
Gets agent validation result.default void
AgentsGrpc.AsyncService. getValidationResult(GetValidationResultRequest request, io.grpc.stub.StreamObserver<ValidationResult> responseObserver)
Gets agent validation result. -
Uses of ValidationResult in com.google.cloud.dialogflow.v2.stub
Methods in com.google.cloud.dialogflow.v2.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.
-