Interface ExportTestCasesResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ExportTestCasesResponse
,ExportTestCasesResponse.Builder
public interface ExportTestCasesResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasGcsUri
boolean 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;
- Returns:
- Whether the gcsUri field is set.
-
getGcsUri
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;
- Returns:
- The gcsUri.
-
getGcsUriBytes
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;
- Returns:
- The bytes for gcsUri.
-
hasContent
boolean hasContent()
Uncompressed raw byte content for test cases.
bytes content = 2;
- Returns:
- Whether the content field is set.
-
getContent
com.google.protobuf.ByteString getContent()
Uncompressed raw byte content for test cases.
bytes content = 2;
- Returns:
- The content.
-
getDestinationCase
ExportTestCasesResponse.DestinationCase getDestinationCase()
-
-