Uses of Class
com.google.cloud.dialogflow.cx.v3.ListTestCaseResultsResponse
-
Packages that use ListTestCaseResultsResponse Package Description com.google.cloud.dialogflow.cx.v3 A client to Dialogflow APIcom.google.cloud.dialogflow.cx.v3.stub -
-
Uses of ListTestCaseResultsResponse in com.google.cloud.dialogflow.cx.v3
Methods in com.google.cloud.dialogflow.cx.v3 that return ListTestCaseResultsResponse Modifier and Type Method Description ListTestCaseResultsResponseListTestCaseResultsResponse.Builder. build()ListTestCaseResultsResponseListTestCaseResultsResponse.Builder. buildPartial()static ListTestCaseResultsResponseListTestCaseResultsResponse. getDefaultInstance()ListTestCaseResultsResponseListTestCaseResultsResponse.Builder. getDefaultInstanceForType()ListTestCaseResultsResponseListTestCaseResultsResponse. getDefaultInstanceForType()ListTestCaseResultsResponseTestCasesGrpc.TestCasesBlockingStub. listTestCaseResults(ListTestCaseResultsRequest request)Fetches the list of run results for the given test case.static ListTestCaseResultsResponseListTestCaseResultsResponse. parseDelimitedFrom(InputStream input)static ListTestCaseResultsResponseListTestCaseResultsResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListTestCaseResultsResponseListTestCaseResultsResponse. parseFrom(byte[] data)static ListTestCaseResultsResponseListTestCaseResultsResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListTestCaseResultsResponseListTestCaseResultsResponse. parseFrom(com.google.protobuf.ByteString data)static ListTestCaseResultsResponseListTestCaseResultsResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListTestCaseResultsResponseListTestCaseResultsResponse. parseFrom(com.google.protobuf.CodedInputStream input)static ListTestCaseResultsResponseListTestCaseResultsResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListTestCaseResultsResponseListTestCaseResultsResponse. parseFrom(InputStream input)static ListTestCaseResultsResponseListTestCaseResultsResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListTestCaseResultsResponseListTestCaseResultsResponse. parseFrom(ByteBuffer data)static ListTestCaseResultsResponseListTestCaseResultsResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.dialogflow.cx.v3 that return types with arguments of type ListTestCaseResultsResponse Modifier and Type Method Description static io.grpc.MethodDescriptor<ListTestCaseResultsRequest,ListTestCaseResultsResponse>TestCasesGrpc. getListTestCaseResultsMethod()com.google.protobuf.Parser<ListTestCaseResultsResponse>ListTestCaseResultsResponse. getParserForType()com.google.common.util.concurrent.ListenableFuture<ListTestCaseResultsResponse>TestCasesGrpc.TestCasesFutureStub. listTestCaseResults(ListTestCaseResultsRequest request)Fetches the list of run results for the given test case.com.google.api.gax.rpc.UnaryCallable<ListTestCaseResultsRequest,ListTestCaseResultsResponse>TestCasesClient. listTestCaseResultsCallable()Fetches the list of run results for the given test case.com.google.api.gax.rpc.PagedCallSettings.Builder<ListTestCaseResultsRequest,ListTestCaseResultsResponse,TestCasesClient.ListTestCaseResultsPagedResponse>TestCasesSettings.Builder. listTestCaseResultsSettings()Returns the builder for the settings used for calls to listTestCaseResults.com.google.api.gax.rpc.PagedCallSettings<ListTestCaseResultsRequest,ListTestCaseResultsResponse,TestCasesClient.ListTestCaseResultsPagedResponse>TestCasesSettings. listTestCaseResultsSettings()Returns the object with the settings used for calls to listTestCaseResults.static com.google.protobuf.Parser<ListTestCaseResultsResponse>ListTestCaseResultsResponse. parser()Methods in com.google.cloud.dialogflow.cx.v3 with parameters of type ListTestCaseResultsResponse Modifier and Type Method Description protected TestCasesClient.ListTestCaseResultsPageTestCasesClient.ListTestCaseResultsPage. createPage(com.google.api.gax.rpc.PageContext<ListTestCaseResultsRequest,ListTestCaseResultsResponse,TestCaseResult> context, ListTestCaseResultsResponse response)ListTestCaseResultsResponse.BuilderListTestCaseResultsResponse.Builder. mergeFrom(ListTestCaseResultsResponse other)static ListTestCaseResultsResponse.BuilderListTestCaseResultsResponse. newBuilder(ListTestCaseResultsResponse prototype)Method parameters in com.google.cloud.dialogflow.cx.v3 with type arguments of type ListTestCaseResultsResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<TestCasesClient.ListTestCaseResultsPagedResponse>TestCasesClient.ListTestCaseResultsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListTestCaseResultsRequest,ListTestCaseResultsResponse,TestCaseResult> context, com.google.api.core.ApiFuture<ListTestCaseResultsResponse> futureResponse)static com.google.api.core.ApiFuture<TestCasesClient.ListTestCaseResultsPagedResponse>TestCasesClient.ListTestCaseResultsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListTestCaseResultsRequest,ListTestCaseResultsResponse,TestCaseResult> context, com.google.api.core.ApiFuture<ListTestCaseResultsResponse> futureResponse)protected TestCasesClient.ListTestCaseResultsPageTestCasesClient.ListTestCaseResultsPage. createPage(com.google.api.gax.rpc.PageContext<ListTestCaseResultsRequest,ListTestCaseResultsResponse,TestCaseResult> context, ListTestCaseResultsResponse response)com.google.api.core.ApiFuture<TestCasesClient.ListTestCaseResultsPage>TestCasesClient.ListTestCaseResultsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListTestCaseResultsRequest,ListTestCaseResultsResponse,TestCaseResult> context, com.google.api.core.ApiFuture<ListTestCaseResultsResponse> futureResponse)com.google.api.core.ApiFuture<TestCasesClient.ListTestCaseResultsPage>TestCasesClient.ListTestCaseResultsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListTestCaseResultsRequest,ListTestCaseResultsResponse,TestCaseResult> context, com.google.api.core.ApiFuture<ListTestCaseResultsResponse> futureResponse)default voidTestCasesGrpc.AsyncService. listTestCaseResults(ListTestCaseResultsRequest request, io.grpc.stub.StreamObserver<ListTestCaseResultsResponse> responseObserver)Fetches the list of run results for the given test case.voidTestCasesGrpc.TestCasesStub. listTestCaseResults(ListTestCaseResultsRequest request, io.grpc.stub.StreamObserver<ListTestCaseResultsResponse> responseObserver)Fetches the list of run results for the given test case. -
Uses of ListTestCaseResultsResponse in com.google.cloud.dialogflow.cx.v3.stub
Methods in com.google.cloud.dialogflow.cx.v3.stub that return types with arguments of type ListTestCaseResultsResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListTestCaseResultsRequest,ListTestCaseResultsResponse>GrpcTestCasesStub. listTestCaseResultsCallable()com.google.api.gax.rpc.UnaryCallable<ListTestCaseResultsRequest,ListTestCaseResultsResponse>HttpJsonTestCasesStub. listTestCaseResultsCallable()com.google.api.gax.rpc.UnaryCallable<ListTestCaseResultsRequest,ListTestCaseResultsResponse>TestCasesStub. listTestCaseResultsCallable()com.google.api.gax.rpc.PagedCallSettings.Builder<ListTestCaseResultsRequest,ListTestCaseResultsResponse,TestCasesClient.ListTestCaseResultsPagedResponse>TestCasesStubSettings.Builder. listTestCaseResultsSettings()Returns the builder for the settings used for calls to listTestCaseResults.com.google.api.gax.rpc.PagedCallSettings<ListTestCaseResultsRequest,ListTestCaseResultsResponse,TestCasesClient.ListTestCaseResultsPagedResponse>TestCasesStubSettings. listTestCaseResultsSettings()Returns the object with the settings used for calls to listTestCaseResults.
-