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