Class GcsSource.Builder (2.83.0)

public static final class GcsSource.Builder extends GeneratedMessage.Builder<GcsSource.Builder> implements GcsSourceOrBuilder

A Cloud Storage source of conversation data.

Protobuf type google.cloud.contactcenterinsights.v1.GcsSource

Implements

GcsSourceOrBuilder

Static 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
Overrides

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
Overrides

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
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

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
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public GcsSource.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
GcsSource.Builder
Overrides

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 String

The 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 ByteString

The 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 String

The 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 ByteString

The bytes for transcriptUri to set.

Returns
Type Description
GcsSource.Builder

This builder for chaining.