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