Uses of Class
com.google.cloud.dialogflow.cx.v3.BatchRunTestCasesMetadata
-
Packages that use BatchRunTestCasesMetadata Package Description com.google.cloud.dialogflow.cx.v3 A client to Dialogflow APIcom.google.cloud.dialogflow.cx.v3.stub -
-
Uses of BatchRunTestCasesMetadata in com.google.cloud.dialogflow.cx.v3
Methods in com.google.cloud.dialogflow.cx.v3 that return BatchRunTestCasesMetadata Modifier and Type Method Description BatchRunTestCasesMetadataBatchRunTestCasesMetadata.Builder. build()BatchRunTestCasesMetadataBatchRunTestCasesMetadata.Builder. buildPartial()static BatchRunTestCasesMetadataBatchRunTestCasesMetadata. getDefaultInstance()BatchRunTestCasesMetadataBatchRunTestCasesMetadata.Builder. getDefaultInstanceForType()BatchRunTestCasesMetadataBatchRunTestCasesMetadata. getDefaultInstanceForType()static BatchRunTestCasesMetadataBatchRunTestCasesMetadata. parseDelimitedFrom(InputStream input)static BatchRunTestCasesMetadataBatchRunTestCasesMetadata. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BatchRunTestCasesMetadataBatchRunTestCasesMetadata. parseFrom(byte[] data)static BatchRunTestCasesMetadataBatchRunTestCasesMetadata. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BatchRunTestCasesMetadataBatchRunTestCasesMetadata. parseFrom(com.google.protobuf.ByteString data)static BatchRunTestCasesMetadataBatchRunTestCasesMetadata. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BatchRunTestCasesMetadataBatchRunTestCasesMetadata. parseFrom(com.google.protobuf.CodedInputStream input)static BatchRunTestCasesMetadataBatchRunTestCasesMetadata. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BatchRunTestCasesMetadataBatchRunTestCasesMetadata. parseFrom(InputStream input)static BatchRunTestCasesMetadataBatchRunTestCasesMetadata. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BatchRunTestCasesMetadataBatchRunTestCasesMetadata. parseFrom(ByteBuffer data)static BatchRunTestCasesMetadataBatchRunTestCasesMetadata. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.dialogflow.cx.v3 that return types with arguments of type BatchRunTestCasesMetadata Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<BatchRunTestCasesResponse,BatchRunTestCasesMetadata>TestCasesClient. batchRunTestCasesAsync(BatchRunTestCasesRequest request)Kicks off a batch run of test cases.com.google.api.gax.rpc.OperationCallable<BatchRunTestCasesRequest,BatchRunTestCasesResponse,BatchRunTestCasesMetadata>TestCasesClient. batchRunTestCasesOperationCallable()Kicks off a batch run of test cases.com.google.api.gax.rpc.OperationCallSettings<BatchRunTestCasesRequest,BatchRunTestCasesResponse,BatchRunTestCasesMetadata>TestCasesSettings. batchRunTestCasesOperationSettings()Returns the object with the settings used for calls to batchRunTestCases.com.google.api.gax.rpc.OperationCallSettings.Builder<BatchRunTestCasesRequest,BatchRunTestCasesResponse,BatchRunTestCasesMetadata>TestCasesSettings.Builder. batchRunTestCasesOperationSettings()Returns the builder for the settings used for calls to batchRunTestCases.com.google.protobuf.Parser<BatchRunTestCasesMetadata>BatchRunTestCasesMetadata. getParserForType()static com.google.protobuf.Parser<BatchRunTestCasesMetadata>BatchRunTestCasesMetadata. parser()Methods in com.google.cloud.dialogflow.cx.v3 with parameters of type BatchRunTestCasesMetadata Modifier and Type Method Description BatchRunTestCasesMetadata.BuilderBatchRunTestCasesMetadata.Builder. mergeFrom(BatchRunTestCasesMetadata other)static BatchRunTestCasesMetadata.BuilderBatchRunTestCasesMetadata. newBuilder(BatchRunTestCasesMetadata prototype) -
Uses of BatchRunTestCasesMetadata in com.google.cloud.dialogflow.cx.v3.stub
Methods in com.google.cloud.dialogflow.cx.v3.stub that return types with arguments of type BatchRunTestCasesMetadata Modifier and Type Method Description com.google.api.gax.rpc.OperationCallable<BatchRunTestCasesRequest,BatchRunTestCasesResponse,BatchRunTestCasesMetadata>GrpcTestCasesStub. batchRunTestCasesOperationCallable()com.google.api.gax.rpc.OperationCallable<BatchRunTestCasesRequest,BatchRunTestCasesResponse,BatchRunTestCasesMetadata>HttpJsonTestCasesStub. batchRunTestCasesOperationCallable()com.google.api.gax.rpc.OperationCallable<BatchRunTestCasesRequest,BatchRunTestCasesResponse,BatchRunTestCasesMetadata>TestCasesStub. batchRunTestCasesOperationCallable()com.google.api.gax.rpc.OperationCallSettings<BatchRunTestCasesRequest,BatchRunTestCasesResponse,BatchRunTestCasesMetadata>TestCasesStubSettings. batchRunTestCasesOperationSettings()Returns the object with the settings used for calls to batchRunTestCases.com.google.api.gax.rpc.OperationCallSettings.Builder<BatchRunTestCasesRequest,BatchRunTestCasesResponse,BatchRunTestCasesMetadata>TestCasesStubSettings.Builder. batchRunTestCasesOperationSettings()Returns the builder for the settings used for calls to batchRunTestCases.
-