Class SpeechProcessingMetadata.Builder (0.102.0)

public static final class SpeechProcessingMetadata.Builder extends GeneratedMessage.Builder<SpeechProcessingMetadata.Builder> implements SpeechProcessingMetadataOrBuilder

Metadata of the speech-to-text and text-to-speech processing.

Protobuf type google.cloud.dialogflow.cx.v3beta1.SpeechProcessingMetadata

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

build()

public SpeechProcessingMetadata build()
Returns
Type Description
SpeechProcessingMetadata

buildPartial()

public SpeechProcessingMetadata buildPartial()
Returns
Type Description
SpeechProcessingMetadata

clear()

public SpeechProcessingMetadata.Builder clear()
Returns
Type Description
SpeechProcessingMetadata.Builder
Overrides

clearDisplayName()

public SpeechProcessingMetadata.Builder clearDisplayName()

Output only. The display name of the speech processing.

string display_name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
SpeechProcessingMetadata.Builder

This builder for chaining.

getDefaultInstanceForType()

public SpeechProcessingMetadata getDefaultInstanceForType()
Returns
Type Description
SpeechProcessingMetadata

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getDisplayName()

public String getDisplayName()

Output only. The display name of the speech processing.

string display_name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The displayName.

getDisplayNameBytes()

public ByteString getDisplayNameBytes()

Output only. The display name of the speech processing.

string display_name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for displayName.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(SpeechProcessingMetadata other)

public SpeechProcessingMetadata.Builder mergeFrom(SpeechProcessingMetadata other)
Parameter
Name Description
other SpeechProcessingMetadata
Returns
Type Description
SpeechProcessingMetadata.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public SpeechProcessingMetadata.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
SpeechProcessingMetadata.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

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

setDisplayName(String value)

public SpeechProcessingMetadata.Builder setDisplayName(String value)

Output only. The display name of the speech processing.

string display_name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
value String

The displayName to set.

Returns
Type Description
SpeechProcessingMetadata.Builder

This builder for chaining.

setDisplayNameBytes(ByteString value)

public SpeechProcessingMetadata.Builder setDisplayNameBytes(ByteString value)

Output only. The display name of the speech processing.

string display_name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
value ByteString

The bytes for displayName to set.

Returns
Type Description
SpeechProcessingMetadata.Builder

This builder for chaining.