public interface ExportTestCasesResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.ByteString |
getContent()
Uncompressed raw byte content for test cases.
|
ExportTestCasesResponse.DestinationCase |
getDestinationCase() |
String |
getGcsUri()
The URI to a file containing the exported test cases.
|
com.google.protobuf.ByteString |
getGcsUriBytes()
The URI to a file containing the exported test cases.
|
boolean |
hasContent()
Uncompressed raw byte content for test cases.
|
boolean |
hasGcsUri()
The URI to a file containing the exported test cases.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasGcsUri()
The URI to a file containing the exported test cases. This field is populated only if `gcs_uri` is specified in [ExportTestCasesRequest][google.cloud.dialogflow.cx.v3.ExportTestCasesRequest].
string gcs_uri = 1;String getGcsUri()
The URI to a file containing the exported test cases. This field is populated only if `gcs_uri` is specified in [ExportTestCasesRequest][google.cloud.dialogflow.cx.v3.ExportTestCasesRequest].
string gcs_uri = 1;com.google.protobuf.ByteString getGcsUriBytes()
The URI to a file containing the exported test cases. This field is populated only if `gcs_uri` is specified in [ExportTestCasesRequest][google.cloud.dialogflow.cx.v3.ExportTestCasesRequest].
string gcs_uri = 1;boolean hasContent()
Uncompressed raw byte content for test cases.
bytes content = 2;com.google.protobuf.ByteString getContent()
Uncompressed raw byte content for test cases.
bytes content = 2;ExportTestCasesResponse.DestinationCase getDestinationCase()
Copyright © 2022 Google LLC. All rights reserved.