| Modifier and Type | Method and Description |
|---|---|
ConversationDataSource |
ConversationDataSource.Builder.build() |
ConversationDataSource |
ConversationDataSource.Builder.buildPartial() |
ConversationDataSource |
Conversation.getDataSource()
The source of the audio and transcription for the conversation.
|
ConversationDataSource |
Conversation.Builder.getDataSource()
The source of the audio and transcription for the conversation.
|
ConversationDataSource |
ConversationOrBuilder.getDataSource()
The source of the audio and transcription for the conversation.
|
static ConversationDataSource |
ConversationDataSource.getDefaultInstance() |
ConversationDataSource |
ConversationDataSource.getDefaultInstanceForType() |
ConversationDataSource |
ConversationDataSource.Builder.getDefaultInstanceForType() |
static ConversationDataSource |
ConversationDataSource.parseDelimitedFrom(InputStream input) |
static ConversationDataSource |
ConversationDataSource.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ConversationDataSource |
ConversationDataSource.parseFrom(byte[] data) |
static ConversationDataSource |
ConversationDataSource.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ConversationDataSource |
ConversationDataSource.parseFrom(ByteBuffer data) |
static ConversationDataSource |
ConversationDataSource.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ConversationDataSource |
ConversationDataSource.parseFrom(com.google.protobuf.ByteString data) |
static ConversationDataSource |
ConversationDataSource.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ConversationDataSource |
ConversationDataSource.parseFrom(com.google.protobuf.CodedInputStream input) |
static ConversationDataSource |
ConversationDataSource.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ConversationDataSource |
ConversationDataSource.parseFrom(InputStream input) |
static ConversationDataSource |
ConversationDataSource.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<ConversationDataSource> |
ConversationDataSource.getParserForType() |
static com.google.protobuf.Parser<ConversationDataSource> |
ConversationDataSource.parser() |
| Modifier and Type | Method and Description |
|---|---|
Conversation.Builder |
Conversation.Builder.mergeDataSource(ConversationDataSource value)
The source of the audio and transcription for the conversation.
|
ConversationDataSource.Builder |
ConversationDataSource.Builder.mergeFrom(ConversationDataSource other) |
static ConversationDataSource.Builder |
ConversationDataSource.newBuilder(ConversationDataSource prototype) |
Conversation.Builder |
Conversation.Builder.setDataSource(ConversationDataSource value)
The source of the audio and transcription for the conversation.
|
Copyright © 2025 Google LLC. All rights reserved.