public interface GcsSourceOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and 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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getAudioUri()
Cloud Storage URI that points to a file that contains the conversation audio.
string audio_uri = 1;com.google.protobuf.ByteString getAudioUriBytes()
Cloud Storage URI that points to a file that contains the conversation audio.
string audio_uri = 1;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];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];Copyright © 2025 Google LLC. All rights reserved.