Uses of Class
com.google.cloud.dialogflow.cx.v3.ValidateAgentRequest
-
Packages that use ValidateAgentRequest Package Description com.google.cloud.dialogflow.cx.v3 A client to Dialogflow APIcom.google.cloud.dialogflow.cx.v3.stub -
-
Uses of ValidateAgentRequest in com.google.cloud.dialogflow.cx.v3
Methods in com.google.cloud.dialogflow.cx.v3 that return ValidateAgentRequest Modifier and Type Method Description ValidateAgentRequestValidateAgentRequest.Builder. build()ValidateAgentRequestValidateAgentRequest.Builder. buildPartial()static ValidateAgentRequestValidateAgentRequest. getDefaultInstance()ValidateAgentRequestValidateAgentRequest.Builder. getDefaultInstanceForType()ValidateAgentRequestValidateAgentRequest. getDefaultInstanceForType()static ValidateAgentRequestValidateAgentRequest. parseDelimitedFrom(InputStream input)static ValidateAgentRequestValidateAgentRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ValidateAgentRequestValidateAgentRequest. parseFrom(byte[] data)static ValidateAgentRequestValidateAgentRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ValidateAgentRequestValidateAgentRequest. parseFrom(com.google.protobuf.ByteString data)static ValidateAgentRequestValidateAgentRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ValidateAgentRequestValidateAgentRequest. parseFrom(com.google.protobuf.CodedInputStream input)static ValidateAgentRequestValidateAgentRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ValidateAgentRequestValidateAgentRequest. parseFrom(InputStream input)static ValidateAgentRequestValidateAgentRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ValidateAgentRequestValidateAgentRequest. parseFrom(ByteBuffer data)static ValidateAgentRequestValidateAgentRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.dialogflow.cx.v3 that return types with arguments of type ValidateAgentRequest Modifier and Type Method Description com.google.protobuf.Parser<ValidateAgentRequest>ValidateAgentRequest. getParserForType()static io.grpc.MethodDescriptor<ValidateAgentRequest,AgentValidationResult>AgentsGrpc. getValidateAgentMethod()static com.google.protobuf.Parser<ValidateAgentRequest>ValidateAgentRequest. parser()com.google.api.gax.rpc.UnaryCallable<ValidateAgentRequest,AgentValidationResult>AgentsClient. validateAgentCallable()Validates the specified agent and creates or updates validation results.com.google.api.gax.rpc.UnaryCallSettings.Builder<ValidateAgentRequest,AgentValidationResult>AgentsSettings.Builder. validateAgentSettings()Returns the builder for the settings used for calls to validateAgent.com.google.api.gax.rpc.UnaryCallSettings<ValidateAgentRequest,AgentValidationResult>AgentsSettings. validateAgentSettings()Returns the object with the settings used for calls to validateAgent.Methods in com.google.cloud.dialogflow.cx.v3 with parameters of type ValidateAgentRequest Modifier and Type Method Description ValidateAgentRequest.BuilderValidateAgentRequest.Builder. mergeFrom(ValidateAgentRequest other)static ValidateAgentRequest.BuilderValidateAgentRequest. newBuilder(ValidateAgentRequest prototype)AgentValidationResultAgentsClient. validateAgent(ValidateAgentRequest request)Validates the specified agent and creates or updates validation results.AgentValidationResultAgentsGrpc.AgentsBlockingStub. validateAgent(ValidateAgentRequest request)Validates the specified agent and creates or updates validation results.com.google.common.util.concurrent.ListenableFuture<AgentValidationResult>AgentsGrpc.AgentsFutureStub. validateAgent(ValidateAgentRequest request)Validates the specified agent and creates or updates validation results.voidAgentsGrpc.AgentsStub. validateAgent(ValidateAgentRequest request, io.grpc.stub.StreamObserver<AgentValidationResult> responseObserver)Validates the specified agent and creates or updates validation results.default voidAgentsGrpc.AsyncService. validateAgent(ValidateAgentRequest request, io.grpc.stub.StreamObserver<AgentValidationResult> responseObserver)Validates the specified agent and creates or updates validation results. -
Uses of ValidateAgentRequest in com.google.cloud.dialogflow.cx.v3.stub
Methods in com.google.cloud.dialogflow.cx.v3.stub that return types with arguments of type ValidateAgentRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ValidateAgentRequest,AgentValidationResult>AgentsStub. validateAgentCallable()com.google.api.gax.rpc.UnaryCallable<ValidateAgentRequest,AgentValidationResult>GrpcAgentsStub. validateAgentCallable()com.google.api.gax.rpc.UnaryCallable<ValidateAgentRequest,AgentValidationResult>HttpJsonAgentsStub. validateAgentCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<ValidateAgentRequest,AgentValidationResult>AgentsStubSettings.Builder. validateAgentSettings()Returns the builder for the settings used for calls to validateAgent.com.google.api.gax.rpc.UnaryCallSettings<ValidateAgentRequest,AgentValidationResult>AgentsStubSettings. validateAgentSettings()Returns the object with the settings used for calls to validateAgent.
-