Uses of Class
com.google.cloud.dialogflow.cx.v3beta1.ListTestCasesResponse
-
Packages that use ListTestCasesResponse Package Description com.google.cloud.dialogflow.cx.v3beta1 A client to Dialogflow APIcom.google.cloud.dialogflow.cx.v3beta1.stub -
-
Uses of ListTestCasesResponse in com.google.cloud.dialogflow.cx.v3beta1
Methods in com.google.cloud.dialogflow.cx.v3beta1 that return ListTestCasesResponse Modifier and Type Method Description ListTestCasesResponse
ListTestCasesResponse.Builder. build()
ListTestCasesResponse
ListTestCasesResponse.Builder. buildPartial()
static ListTestCasesResponse
ListTestCasesResponse. getDefaultInstance()
ListTestCasesResponse
ListTestCasesResponse.Builder. getDefaultInstanceForType()
ListTestCasesResponse
ListTestCasesResponse. getDefaultInstanceForType()
ListTestCasesResponse
TestCasesGrpc.TestCasesBlockingStub. listTestCases(ListTestCasesRequest request)
Fetches a list of test cases for a given agent.static ListTestCasesResponse
ListTestCasesResponse. parseDelimitedFrom(InputStream input)
static ListTestCasesResponse
ListTestCasesResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListTestCasesResponse
ListTestCasesResponse. parseFrom(byte[] data)
static ListTestCasesResponse
ListTestCasesResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListTestCasesResponse
ListTestCasesResponse. parseFrom(com.google.protobuf.ByteString data)
static ListTestCasesResponse
ListTestCasesResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListTestCasesResponse
ListTestCasesResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static ListTestCasesResponse
ListTestCasesResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListTestCasesResponse
ListTestCasesResponse. parseFrom(InputStream input)
static ListTestCasesResponse
ListTestCasesResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListTestCasesResponse
ListTestCasesResponse. parseFrom(ByteBuffer data)
static ListTestCasesResponse
ListTestCasesResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.dialogflow.cx.v3beta1 that return types with arguments of type ListTestCasesResponse Modifier and Type Method Description static io.grpc.MethodDescriptor<ListTestCasesRequest,ListTestCasesResponse>
TestCasesGrpc. getListTestCasesMethod()
com.google.protobuf.Parser<ListTestCasesResponse>
ListTestCasesResponse. getParserForType()
com.google.common.util.concurrent.ListenableFuture<ListTestCasesResponse>
TestCasesGrpc.TestCasesFutureStub. listTestCases(ListTestCasesRequest request)
Fetches a list of test cases for a given agent.com.google.api.gax.rpc.UnaryCallable<ListTestCasesRequest,ListTestCasesResponse>
TestCasesClient. listTestCasesCallable()
Fetches a list of test cases for a given agent.com.google.api.gax.rpc.PagedCallSettings.Builder<ListTestCasesRequest,ListTestCasesResponse,TestCasesClient.ListTestCasesPagedResponse>
TestCasesSettings.Builder. listTestCasesSettings()
Returns the builder for the settings used for calls to listTestCases.com.google.api.gax.rpc.PagedCallSettings<ListTestCasesRequest,ListTestCasesResponse,TestCasesClient.ListTestCasesPagedResponse>
TestCasesSettings. listTestCasesSettings()
Returns the object with the settings used for calls to listTestCases.static com.google.protobuf.Parser<ListTestCasesResponse>
ListTestCasesResponse. parser()
Methods in com.google.cloud.dialogflow.cx.v3beta1 with parameters of type ListTestCasesResponse Modifier and Type Method Description protected TestCasesClient.ListTestCasesPage
TestCasesClient.ListTestCasesPage. createPage(com.google.api.gax.rpc.PageContext<ListTestCasesRequest,ListTestCasesResponse,TestCase> context, ListTestCasesResponse response)
ListTestCasesResponse.Builder
ListTestCasesResponse.Builder. mergeFrom(ListTestCasesResponse other)
static ListTestCasesResponse.Builder
ListTestCasesResponse. newBuilder(ListTestCasesResponse prototype)
Method parameters in com.google.cloud.dialogflow.cx.v3beta1 with type arguments of type ListTestCasesResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<TestCasesClient.ListTestCasesPagedResponse>
TestCasesClient.ListTestCasesPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListTestCasesRequest,ListTestCasesResponse,TestCase> context, com.google.api.core.ApiFuture<ListTestCasesResponse> futureResponse)
static com.google.api.core.ApiFuture<TestCasesClient.ListTestCasesPagedResponse>
TestCasesClient.ListTestCasesPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListTestCasesRequest,ListTestCasesResponse,TestCase> context, com.google.api.core.ApiFuture<ListTestCasesResponse> futureResponse)
protected TestCasesClient.ListTestCasesPage
TestCasesClient.ListTestCasesPage. createPage(com.google.api.gax.rpc.PageContext<ListTestCasesRequest,ListTestCasesResponse,TestCase> context, ListTestCasesResponse response)
com.google.api.core.ApiFuture<TestCasesClient.ListTestCasesPage>
TestCasesClient.ListTestCasesPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListTestCasesRequest,ListTestCasesResponse,TestCase> context, com.google.api.core.ApiFuture<ListTestCasesResponse> futureResponse)
com.google.api.core.ApiFuture<TestCasesClient.ListTestCasesPage>
TestCasesClient.ListTestCasesPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListTestCasesRequest,ListTestCasesResponse,TestCase> context, com.google.api.core.ApiFuture<ListTestCasesResponse> futureResponse)
default void
TestCasesGrpc.AsyncService. listTestCases(ListTestCasesRequest request, io.grpc.stub.StreamObserver<ListTestCasesResponse> responseObserver)
Fetches a list of test cases for a given agent.void
TestCasesGrpc.TestCasesStub. listTestCases(ListTestCasesRequest request, io.grpc.stub.StreamObserver<ListTestCasesResponse> responseObserver)
Fetches a list of test cases for a given agent. -
Uses of ListTestCasesResponse in com.google.cloud.dialogflow.cx.v3beta1.stub
Methods in com.google.cloud.dialogflow.cx.v3beta1.stub that return types with arguments of type ListTestCasesResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListTestCasesRequest,ListTestCasesResponse>
GrpcTestCasesStub. listTestCasesCallable()
com.google.api.gax.rpc.UnaryCallable<ListTestCasesRequest,ListTestCasesResponse>
HttpJsonTestCasesStub. listTestCasesCallable()
com.google.api.gax.rpc.UnaryCallable<ListTestCasesRequest,ListTestCasesResponse>
TestCasesStub. listTestCasesCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListTestCasesRequest,ListTestCasesResponse,TestCasesClient.ListTestCasesPagedResponse>
TestCasesStubSettings.Builder. listTestCasesSettings()
Returns the builder for the settings used for calls to listTestCases.com.google.api.gax.rpc.PagedCallSettings<ListTestCasesRequest,ListTestCasesResponse,TestCasesClient.ListTestCasesPagedResponse>
TestCasesStubSettings. listTestCasesSettings()
Returns the object with the settings used for calls to listTestCases.
-