Uses of Class
com.google.cloud.dialogflow.cx.v3beta1.ImportTestCasesResponse
-
Packages that use ImportTestCasesResponse Package Description com.google.cloud.dialogflow.cx.v3beta1 A client to Dialogflow APIcom.google.cloud.dialogflow.cx.v3beta1.stub -
-
Uses of ImportTestCasesResponse in com.google.cloud.dialogflow.cx.v3beta1
Methods in com.google.cloud.dialogflow.cx.v3beta1 that return ImportTestCasesResponse Modifier and Type Method Description ImportTestCasesResponse
ImportTestCasesResponse.Builder. build()
ImportTestCasesResponse
ImportTestCasesResponse.Builder. buildPartial()
static ImportTestCasesResponse
ImportTestCasesResponse. getDefaultInstance()
ImportTestCasesResponse
ImportTestCasesResponse.Builder. getDefaultInstanceForType()
ImportTestCasesResponse
ImportTestCasesResponse. getDefaultInstanceForType()
static ImportTestCasesResponse
ImportTestCasesResponse. parseDelimitedFrom(InputStream input)
static ImportTestCasesResponse
ImportTestCasesResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ImportTestCasesResponse
ImportTestCasesResponse. parseFrom(byte[] data)
static ImportTestCasesResponse
ImportTestCasesResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ImportTestCasesResponse
ImportTestCasesResponse. parseFrom(com.google.protobuf.ByteString data)
static ImportTestCasesResponse
ImportTestCasesResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ImportTestCasesResponse
ImportTestCasesResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static ImportTestCasesResponse
ImportTestCasesResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ImportTestCasesResponse
ImportTestCasesResponse. parseFrom(InputStream input)
static ImportTestCasesResponse
ImportTestCasesResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ImportTestCasesResponse
ImportTestCasesResponse. parseFrom(ByteBuffer data)
static ImportTestCasesResponse
ImportTestCasesResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.dialogflow.cx.v3beta1 that return types with arguments of type ImportTestCasesResponse Modifier and Type Method Description com.google.protobuf.Parser<ImportTestCasesResponse>
ImportTestCasesResponse. getParserForType()
com.google.api.gax.longrunning.OperationFuture<ImportTestCasesResponse,ImportTestCasesMetadata>
TestCasesClient. importTestCasesAsync(ImportTestCasesRequest request)
Imports the test cases from a Cloud Storage bucket or a local file.com.google.api.gax.rpc.OperationCallable<ImportTestCasesRequest,ImportTestCasesResponse,ImportTestCasesMetadata>
TestCasesClient. importTestCasesOperationCallable()
Imports the test cases from a Cloud Storage bucket or a local file.com.google.api.gax.rpc.OperationCallSettings.Builder<ImportTestCasesRequest,ImportTestCasesResponse,ImportTestCasesMetadata>
TestCasesSettings.Builder. importTestCasesOperationSettings()
Returns the builder for the settings used for calls to importTestCases.com.google.api.gax.rpc.OperationCallSettings<ImportTestCasesRequest,ImportTestCasesResponse,ImportTestCasesMetadata>
TestCasesSettings. importTestCasesOperationSettings()
Returns the object with the settings used for calls to importTestCases.static com.google.protobuf.Parser<ImportTestCasesResponse>
ImportTestCasesResponse. parser()
Methods in com.google.cloud.dialogflow.cx.v3beta1 with parameters of type ImportTestCasesResponse Modifier and Type Method Description ImportTestCasesResponse.Builder
ImportTestCasesResponse.Builder. mergeFrom(ImportTestCasesResponse other)
static ImportTestCasesResponse.Builder
ImportTestCasesResponse. newBuilder(ImportTestCasesResponse prototype)
-
Uses of ImportTestCasesResponse in com.google.cloud.dialogflow.cx.v3beta1.stub
Methods in com.google.cloud.dialogflow.cx.v3beta1.stub that return types with arguments of type ImportTestCasesResponse Modifier and Type Method Description com.google.api.gax.rpc.OperationCallable<ImportTestCasesRequest,ImportTestCasesResponse,ImportTestCasesMetadata>
GrpcTestCasesStub. importTestCasesOperationCallable()
com.google.api.gax.rpc.OperationCallable<ImportTestCasesRequest,ImportTestCasesResponse,ImportTestCasesMetadata>
HttpJsonTestCasesStub. importTestCasesOperationCallable()
com.google.api.gax.rpc.OperationCallable<ImportTestCasesRequest,ImportTestCasesResponse,ImportTestCasesMetadata>
TestCasesStub. importTestCasesOperationCallable()
com.google.api.gax.rpc.OperationCallSettings.Builder<ImportTestCasesRequest,ImportTestCasesResponse,ImportTestCasesMetadata>
TestCasesStubSettings.Builder. importTestCasesOperationSettings()
Returns the builder for the settings used for calls to importTestCases.com.google.api.gax.rpc.OperationCallSettings<ImportTestCasesRequest,ImportTestCasesResponse,ImportTestCasesMetadata>
TestCasesStubSettings. importTestCasesOperationSettings()
Returns the object with the settings used for calls to importTestCases.
-