public static final class GcsSource.Builder extends GeneratedMessage.Builder<GcsSource.Builder> implements GcsSourceOrBuilderA Cloud Storage source of conversation data.
Protobuf type google.cloud.contactcenterinsights.v1.GcsSource
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > GcsSource.BuilderImplements
GcsSourceOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public GcsSource build()| Returns | |
|---|---|
| Type | Description |
GcsSource |
|
buildPartial()
public GcsSource buildPartial()| Returns | |
|---|---|
| Type | Description |
GcsSource |
|
clear()
public GcsSource.Builder clear()| Returns | |
|---|---|
| Type | Description |
GcsSource.Builder |
|
clearAudioUri()
public GcsSource.Builder clearAudioUri()Cloud Storage URI that points to a file that contains the conversation audio.
string audio_uri = 1;
| Returns | |
|---|---|
| Type | Description |
GcsSource.Builder |
This builder for chaining. |
clearTranscriptUri()
public GcsSource.Builder clearTranscriptUri()Immutable. Cloud Storage URI that points to a file that contains the conversation transcript.
string transcript_uri = 2 [(.google.api.field_behavior) = IMMUTABLE];
| Returns | |
|---|---|
| Type | Description |
GcsSource.Builder |
This builder for chaining. |
getAudioUri()
public String getAudioUri()Cloud Storage URI that points to a file that contains the conversation audio.
string audio_uri = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The audioUri. |
getAudioUriBytes()
public ByteString getAudioUriBytes()Cloud Storage URI that points to a file that contains the conversation audio.
string audio_uri = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for audioUri. |
getDefaultInstanceForType()
public GcsSource getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
GcsSource |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getTranscriptUri()
public 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 | |
|---|---|
| Type | Description |
String |
The transcriptUri. |
getTranscriptUriBytes()
public 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 | |
|---|---|
| Type | Description |
ByteString |
The bytes for transcriptUri. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(GcsSource other)
public GcsSource.Builder mergeFrom(GcsSource other)| Parameter | |
|---|---|
| Name | Description |
other |
GcsSource |
| Returns | |
|---|---|
| Type | Description |
GcsSource.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public GcsSource.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
GcsSource.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public GcsSource.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
GcsSource.Builder |
|
setAudioUri(String value)
public GcsSource.Builder setAudioUri(String value)Cloud Storage URI that points to a file that contains the conversation audio.
string audio_uri = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe audioUri to set. |
| Returns | |
|---|---|
| Type | Description |
GcsSource.Builder |
This builder for chaining. |
setAudioUriBytes(ByteString value)
public GcsSource.Builder setAudioUriBytes(ByteString value)Cloud Storage URI that points to a file that contains the conversation audio.
string audio_uri = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for audioUri to set. |
| Returns | |
|---|---|
| Type | Description |
GcsSource.Builder |
This builder for chaining. |
setTranscriptUri(String value)
public GcsSource.Builder setTranscriptUri(String value)Immutable. Cloud Storage URI that points to a file that contains the conversation transcript.
string transcript_uri = 2 [(.google.api.field_behavior) = IMMUTABLE];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe transcriptUri to set. |
| Returns | |
|---|---|
| Type | Description |
GcsSource.Builder |
This builder for chaining. |
setTranscriptUriBytes(ByteString value)
public GcsSource.Builder setTranscriptUriBytes(ByteString value)Immutable. Cloud Storage URI that points to a file that contains the conversation transcript.
string transcript_uri = 2 [(.google.api.field_behavior) = IMMUTABLE];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for transcriptUri to set. |
| Returns | |
|---|---|
| Type | Description |
GcsSource.Builder |
This builder for chaining. |