Uses of Class
com.google.cloud.dialogflow.cx.v3.ImportTestCasesMetadata
-
Packages that use ImportTestCasesMetadata Package Description com.google.cloud.dialogflow.cx.v3 A client to Dialogflow APIcom.google.cloud.dialogflow.cx.v3.stub -
-
Uses of ImportTestCasesMetadata in com.google.cloud.dialogflow.cx.v3
Methods in com.google.cloud.dialogflow.cx.v3 that return ImportTestCasesMetadata Modifier and Type Method Description ImportTestCasesMetadata
ImportTestCasesMetadata.Builder. build()
ImportTestCasesMetadata
ImportTestCasesMetadata.Builder. buildPartial()
static ImportTestCasesMetadata
ImportTestCasesMetadata. getDefaultInstance()
ImportTestCasesMetadata
ImportTestCasesMetadata.Builder. getDefaultInstanceForType()
ImportTestCasesMetadata
ImportTestCasesMetadata. getDefaultInstanceForType()
static ImportTestCasesMetadata
ImportTestCasesMetadata. parseDelimitedFrom(InputStream input)
static ImportTestCasesMetadata
ImportTestCasesMetadata. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ImportTestCasesMetadata
ImportTestCasesMetadata. parseFrom(byte[] data)
static ImportTestCasesMetadata
ImportTestCasesMetadata. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ImportTestCasesMetadata
ImportTestCasesMetadata. parseFrom(com.google.protobuf.ByteString data)
static ImportTestCasesMetadata
ImportTestCasesMetadata. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ImportTestCasesMetadata
ImportTestCasesMetadata. parseFrom(com.google.protobuf.CodedInputStream input)
static ImportTestCasesMetadata
ImportTestCasesMetadata. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ImportTestCasesMetadata
ImportTestCasesMetadata. parseFrom(InputStream input)
static ImportTestCasesMetadata
ImportTestCasesMetadata. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ImportTestCasesMetadata
ImportTestCasesMetadata. parseFrom(ByteBuffer data)
static ImportTestCasesMetadata
ImportTestCasesMetadata. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.dialogflow.cx.v3 that return types with arguments of type ImportTestCasesMetadata Modifier and Type Method Description com.google.protobuf.Parser<ImportTestCasesMetadata>
ImportTestCasesMetadata. 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<ImportTestCasesMetadata>
ImportTestCasesMetadata. parser()
Methods in com.google.cloud.dialogflow.cx.v3 with parameters of type ImportTestCasesMetadata Modifier and Type Method Description ImportTestCasesMetadata.Builder
ImportTestCasesMetadata.Builder. mergeFrom(ImportTestCasesMetadata other)
static ImportTestCasesMetadata.Builder
ImportTestCasesMetadata. newBuilder(ImportTestCasesMetadata prototype)
-
Uses of ImportTestCasesMetadata in com.google.cloud.dialogflow.cx.v3.stub
Methods in com.google.cloud.dialogflow.cx.v3.stub that return types with arguments of type ImportTestCasesMetadata 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.
-