| Modifier and Type | Method and Description |
|---|---|
GcsSource.Builder |
GcsSource.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
GcsSource.Builder |
GcsSource.Builder.clear() |
GcsSource.Builder |
GcsSource.Builder.clearAudioUri()
Cloud Storage URI that points to a file that contains the conversation
audio.
|
GcsSource.Builder |
GcsSource.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
GcsSource.Builder |
GcsSource.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
GcsSource.Builder |
GcsSource.Builder.clearTranscriptUri()
Immutable.
|
GcsSource.Builder |
GcsSource.Builder.clone() |
GcsSource.Builder |
ConversationDataSource.Builder.getGcsSourceBuilder()
A Cloud Storage location specification for the audio and transcript.
|
GcsSource.Builder |
GcsSource.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
GcsSource.Builder |
GcsSource.Builder.mergeFrom(GcsSource other) |
GcsSource.Builder |
GcsSource.Builder.mergeFrom(com.google.protobuf.Message other) |
GcsSource.Builder |
GcsSource.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static GcsSource.Builder |
GcsSource.newBuilder() |
static GcsSource.Builder |
GcsSource.newBuilder(GcsSource prototype) |
GcsSource.Builder |
GcsSource.newBuilderForType() |
protected GcsSource.Builder |
GcsSource.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
GcsSource.Builder |
GcsSource.Builder.setAudioUri(String value)
Cloud Storage URI that points to a file that contains the conversation
audio.
|
GcsSource.Builder |
GcsSource.Builder.setAudioUriBytes(com.google.protobuf.ByteString value)
Cloud Storage URI that points to a file that contains the conversation
audio.
|
GcsSource.Builder |
GcsSource.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
GcsSource.Builder |
GcsSource.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
GcsSource.Builder |
GcsSource.Builder.setTranscriptUri(String value)
Immutable.
|
GcsSource.Builder |
GcsSource.Builder.setTranscriptUriBytes(com.google.protobuf.ByteString value)
Immutable.
|
GcsSource.Builder |
GcsSource.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
GcsSource.Builder |
GcsSource.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
ConversationDataSource.Builder |
ConversationDataSource.Builder.setGcsSource(GcsSource.Builder builderForValue)
A Cloud Storage location specification for the audio and transcript.
|
Copyright © 2023 Google LLC. All rights reserved.