public interface ExportTestCasesRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ExportTestCasesRequest.DataFormat |
getDataFormat()
The data format of the exported test cases.
|
int |
getDataFormatValue()
The data format of the exported test cases.
|
ExportTestCasesRequest.DestinationCase |
getDestinationCase() |
String |
getFilter()
The filter expression used to filter exported test cases, see
[API Filtering](https://aip.dev/160).
|
com.google.protobuf.ByteString |
getFilterBytes()
The filter expression used to filter exported test cases, see
[API Filtering](https://aip.dev/160).
|
String |
getGcsUri()
The [Google Cloud Storage](https://cloud.google.com/storage/docs/) URI to
export the test cases to.
|
com.google.protobuf.ByteString |
getGcsUriBytes()
The [Google Cloud Storage](https://cloud.google.com/storage/docs/) URI to
export the test cases to.
|
String |
getParent()
Required.
|
com.google.protobuf.ByteString |
getParentBytes()
Required.
|
boolean |
hasGcsUri()
The [Google Cloud Storage](https://cloud.google.com/storage/docs/) URI to
export the test cases to.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getParent()
Required. The agent where to export test cases from. Format: `projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>`.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getParentBytes()
Required. The agent where to export test cases from. Format: `projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>`.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
boolean hasGcsUri()
The [Google Cloud Storage](https://cloud.google.com/storage/docs/) URI to export the test cases to. The format of this URI must be `gs://<bucket-name>/<object-name>`. If unspecified, the serialized test cases is returned inline. Dialogflow performs a write operation for the Cloud Storage object on the caller's behalf, so your request authentication must have write permissions for the object. For more information, see [Dialogflow access control](https://cloud.google.com/dialogflow/cx/docs/concept/access-control#storage).
string gcs_uri = 2;String getGcsUri()
The [Google Cloud Storage](https://cloud.google.com/storage/docs/) URI to export the test cases to. The format of this URI must be `gs://<bucket-name>/<object-name>`. If unspecified, the serialized test cases is returned inline. Dialogflow performs a write operation for the Cloud Storage object on the caller's behalf, so your request authentication must have write permissions for the object. For more information, see [Dialogflow access control](https://cloud.google.com/dialogflow/cx/docs/concept/access-control#storage).
string gcs_uri = 2;com.google.protobuf.ByteString getGcsUriBytes()
The [Google Cloud Storage](https://cloud.google.com/storage/docs/) URI to export the test cases to. The format of this URI must be `gs://<bucket-name>/<object-name>`. If unspecified, the serialized test cases is returned inline. Dialogflow performs a write operation for the Cloud Storage object on the caller's behalf, so your request authentication must have write permissions for the object. For more information, see [Dialogflow access control](https://cloud.google.com/dialogflow/cx/docs/concept/access-control#storage).
string gcs_uri = 2;int getDataFormatValue()
The data format of the exported test cases. If not specified, `BLOB` is assumed.
.google.cloud.dialogflow.cx.v3.ExportTestCasesRequest.DataFormat data_format = 3;ExportTestCasesRequest.DataFormat getDataFormat()
The data format of the exported test cases. If not specified, `BLOB` is assumed.
.google.cloud.dialogflow.cx.v3.ExportTestCasesRequest.DataFormat data_format = 3;String getFilter()
The filter expression used to filter exported test cases, see
[API Filtering](https://aip.dev/160). The expression is case insensitive
and supports the following syntax:
name = <value> [OR name = <value>] ...
For example:
* "name = t1 OR name = t2" matches the test case with the exact resource
name "t1" or "t2".
string filter = 4;com.google.protobuf.ByteString getFilterBytes()
The filter expression used to filter exported test cases, see
[API Filtering](https://aip.dev/160). The expression is case insensitive
and supports the following syntax:
name = <value> [OR name = <value>] ...
For example:
* "name = t1 OR name = t2" matches the test case with the exact resource
name "t1" or "t2".
string filter = 4;ExportTestCasesRequest.DestinationCase getDestinationCase()
Copyright © 2025 Google LLC. All rights reserved.