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