Uses of Class
com.google.cloud.dialogflow.cx.v3.ExportTestCasesRequest
-
Packages that use ExportTestCasesRequest Package Description com.google.cloud.dialogflow.cx.v3 A client to Dialogflow APIcom.google.cloud.dialogflow.cx.v3.stub -
-
Uses of ExportTestCasesRequest in com.google.cloud.dialogflow.cx.v3
Methods in com.google.cloud.dialogflow.cx.v3 that return ExportTestCasesRequest Modifier and Type Method Description ExportTestCasesRequest
ExportTestCasesRequest.Builder. build()
ExportTestCasesRequest
ExportTestCasesRequest.Builder. buildPartial()
static ExportTestCasesRequest
ExportTestCasesRequest. getDefaultInstance()
ExportTestCasesRequest
ExportTestCasesRequest.Builder. getDefaultInstanceForType()
ExportTestCasesRequest
ExportTestCasesRequest. getDefaultInstanceForType()
static ExportTestCasesRequest
ExportTestCasesRequest. parseDelimitedFrom(InputStream input)
static ExportTestCasesRequest
ExportTestCasesRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ExportTestCasesRequest
ExportTestCasesRequest. parseFrom(byte[] data)
static ExportTestCasesRequest
ExportTestCasesRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ExportTestCasesRequest
ExportTestCasesRequest. parseFrom(com.google.protobuf.ByteString data)
static ExportTestCasesRequest
ExportTestCasesRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ExportTestCasesRequest
ExportTestCasesRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static ExportTestCasesRequest
ExportTestCasesRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ExportTestCasesRequest
ExportTestCasesRequest. parseFrom(InputStream input)
static ExportTestCasesRequest
ExportTestCasesRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ExportTestCasesRequest
ExportTestCasesRequest. parseFrom(ByteBuffer data)
static ExportTestCasesRequest
ExportTestCasesRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.dialogflow.cx.v3 that return types with arguments of type ExportTestCasesRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ExportTestCasesRequest,com.google.longrunning.Operation>
TestCasesClient. exportTestCasesCallable()
Exports the test cases under the agent to a Cloud Storage bucket or a local file.com.google.api.gax.rpc.OperationCallable<ExportTestCasesRequest,ExportTestCasesResponse,ExportTestCasesMetadata>
TestCasesClient. exportTestCasesOperationCallable()
Exports the test cases under the agent to a Cloud Storage bucket or a local file.com.google.api.gax.rpc.OperationCallSettings.Builder<ExportTestCasesRequest,ExportTestCasesResponse,ExportTestCasesMetadata>
TestCasesSettings.Builder. exportTestCasesOperationSettings()
Returns the builder for the settings used for calls to exportTestCases.com.google.api.gax.rpc.OperationCallSettings<ExportTestCasesRequest,ExportTestCasesResponse,ExportTestCasesMetadata>
TestCasesSettings. exportTestCasesOperationSettings()
Returns the object with the settings used for calls to exportTestCases.com.google.api.gax.rpc.UnaryCallSettings.Builder<ExportTestCasesRequest,com.google.longrunning.Operation>
TestCasesSettings.Builder. exportTestCasesSettings()
Returns the builder for the settings used for calls to exportTestCases.com.google.api.gax.rpc.UnaryCallSettings<ExportTestCasesRequest,com.google.longrunning.Operation>
TestCasesSettings. exportTestCasesSettings()
Returns the object with the settings used for calls to exportTestCases.static io.grpc.MethodDescriptor<ExportTestCasesRequest,com.google.longrunning.Operation>
TestCasesGrpc. getExportTestCasesMethod()
com.google.protobuf.Parser<ExportTestCasesRequest>
ExportTestCasesRequest. getParserForType()
static com.google.protobuf.Parser<ExportTestCasesRequest>
ExportTestCasesRequest. parser()
Methods in com.google.cloud.dialogflow.cx.v3 with parameters of type ExportTestCasesRequest Modifier and Type Method Description default void
TestCasesGrpc.AsyncService. exportTestCases(ExportTestCasesRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Exports the test cases under the agent to a Cloud Storage bucket or a local file.com.google.longrunning.Operation
TestCasesGrpc.TestCasesBlockingStub. exportTestCases(ExportTestCasesRequest request)
Exports the test cases under the agent to a Cloud Storage bucket or a local file.com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation>
TestCasesGrpc.TestCasesFutureStub. exportTestCases(ExportTestCasesRequest request)
Exports the test cases under the agent to a Cloud Storage bucket or a local file.void
TestCasesGrpc.TestCasesStub. exportTestCases(ExportTestCasesRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Exports the test cases under the agent to a Cloud Storage bucket or a local file.com.google.api.gax.longrunning.OperationFuture<ExportTestCasesResponse,ExportTestCasesMetadata>
TestCasesClient. exportTestCasesAsync(ExportTestCasesRequest request)
Exports the test cases under the agent to a Cloud Storage bucket or a local file.ExportTestCasesRequest.Builder
ExportTestCasesRequest.Builder. mergeFrom(ExportTestCasesRequest other)
static ExportTestCasesRequest.Builder
ExportTestCasesRequest. newBuilder(ExportTestCasesRequest prototype)
-
Uses of ExportTestCasesRequest in com.google.cloud.dialogflow.cx.v3.stub
Methods in com.google.cloud.dialogflow.cx.v3.stub that return types with arguments of type ExportTestCasesRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ExportTestCasesRequest,com.google.longrunning.Operation>
GrpcTestCasesStub. exportTestCasesCallable()
com.google.api.gax.rpc.UnaryCallable<ExportTestCasesRequest,com.google.longrunning.Operation>
HttpJsonTestCasesStub. exportTestCasesCallable()
com.google.api.gax.rpc.UnaryCallable<ExportTestCasesRequest,com.google.longrunning.Operation>
TestCasesStub. exportTestCasesCallable()
com.google.api.gax.rpc.OperationCallable<ExportTestCasesRequest,ExportTestCasesResponse,ExportTestCasesMetadata>
GrpcTestCasesStub. exportTestCasesOperationCallable()
com.google.api.gax.rpc.OperationCallable<ExportTestCasesRequest,ExportTestCasesResponse,ExportTestCasesMetadata>
HttpJsonTestCasesStub. exportTestCasesOperationCallable()
com.google.api.gax.rpc.OperationCallable<ExportTestCasesRequest,ExportTestCasesResponse,ExportTestCasesMetadata>
TestCasesStub. exportTestCasesOperationCallable()
com.google.api.gax.rpc.OperationCallSettings.Builder<ExportTestCasesRequest,ExportTestCasesResponse,ExportTestCasesMetadata>
TestCasesStubSettings.Builder. exportTestCasesOperationSettings()
Returns the builder for the settings used for calls to exportTestCases.com.google.api.gax.rpc.OperationCallSettings<ExportTestCasesRequest,ExportTestCasesResponse,ExportTestCasesMetadata>
TestCasesStubSettings. exportTestCasesOperationSettings()
Returns the object with the settings used for calls to exportTestCases.com.google.api.gax.rpc.UnaryCallSettings.Builder<ExportTestCasesRequest,com.google.longrunning.Operation>
TestCasesStubSettings.Builder. exportTestCasesSettings()
Returns the builder for the settings used for calls to exportTestCases.com.google.api.gax.rpc.UnaryCallSettings<ExportTestCasesRequest,com.google.longrunning.Operation>
TestCasesStubSettings. exportTestCasesSettings()
Returns the object with the settings used for calls to exportTestCases.
-