Uses of Class
com.google.cloud.contactcenterinsights.v1.GcsSource.Builder
-
Packages that use GcsSource.Builder Package Description com.google.cloud.contactcenterinsights.v1 A client to Contact Center AI Insights API -
-
Uses of GcsSource.Builder in com.google.cloud.contactcenterinsights.v1
Methods in com.google.cloud.contactcenterinsights.v1 that return GcsSource.Builder Modifier and Type Method Description GcsSource.BuilderGcsSource.Builder. addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)GcsSource.BuilderGcsSource.Builder. clear()GcsSource.BuilderGcsSource.Builder. clearAudioUri()Cloud Storage URI that points to a file that contains the conversation audio.GcsSource.BuilderGcsSource.Builder. clearField(com.google.protobuf.Descriptors.FieldDescriptor field)GcsSource.BuilderGcsSource.Builder. clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)GcsSource.BuilderGcsSource.Builder. clearTranscriptUri()Immutable.GcsSource.BuilderGcsSource.Builder. clone()GcsSource.BuilderConversationDataSource.Builder. getGcsSourceBuilder()A Cloud Storage location specification for the audio and transcript.GcsSource.BuilderGcsSource.Builder. mergeFrom(GcsSource other)GcsSource.BuilderGcsSource.Builder. mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)GcsSource.BuilderGcsSource.Builder. mergeFrom(com.google.protobuf.Message other)GcsSource.BuilderGcsSource.Builder. mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)static GcsSource.BuilderGcsSource. newBuilder()static GcsSource.BuilderGcsSource. newBuilder(GcsSource prototype)GcsSource.BuilderGcsSource. newBuilderForType()protected GcsSource.BuilderGcsSource. newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)GcsSource.BuilderGcsSource.Builder. setAudioUri(String value)Cloud Storage URI that points to a file that contains the conversation audio.GcsSource.BuilderGcsSource.Builder. setAudioUriBytes(com.google.protobuf.ByteString value)Cloud Storage URI that points to a file that contains the conversation audio.GcsSource.BuilderGcsSource.Builder. setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)GcsSource.BuilderGcsSource.Builder. setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)GcsSource.BuilderGcsSource.Builder. setTranscriptUri(String value)Immutable.GcsSource.BuilderGcsSource.Builder. setTranscriptUriBytes(com.google.protobuf.ByteString value)Immutable.GcsSource.BuilderGcsSource.Builder. setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)GcsSource.BuilderGcsSource. toBuilder()Methods in com.google.cloud.contactcenterinsights.v1 with parameters of type GcsSource.Builder Modifier and Type Method Description ConversationDataSource.BuilderConversationDataSource.Builder. setGcsSource(GcsSource.Builder builderForValue)A Cloud Storage location specification for the audio and transcript.
-