Interface GcsSourceOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GcsSource
,GcsSource.Builder
public interface GcsSourceOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getAudioUri()
Cloud Storage URI that points to a file that contains the conversation audio.com.google.protobuf.ByteString
getAudioUriBytes()
Cloud Storage URI that points to a file that contains the conversation audio.String
getTranscriptUri()
Immutable.com.google.protobuf.ByteString
getTranscriptUriBytes()
Immutable.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getAudioUri
String getAudioUri()
Cloud Storage URI that points to a file that contains the conversation audio.
string audio_uri = 1;
- Returns:
- The audioUri.
-
getAudioUriBytes
com.google.protobuf.ByteString getAudioUriBytes()
Cloud Storage URI that points to a file that contains the conversation audio.
string audio_uri = 1;
- Returns:
- The bytes for audioUri.
-
getTranscriptUri
String getTranscriptUri()
Immutable. Cloud Storage URI that points to a file that contains the conversation transcript.
string transcript_uri = 2 [(.google.api.field_behavior) = IMMUTABLE];
- Returns:
- The transcriptUri.
-
getTranscriptUriBytes
com.google.protobuf.ByteString getTranscriptUriBytes()
Immutable. Cloud Storage URI that points to a file that contains the conversation transcript.
string transcript_uri = 2 [(.google.api.field_behavior) = IMMUTABLE];
- Returns:
- The bytes for transcriptUri.
-
-