Class TranscriptEntryName.Builder (0.45.0)

publicstaticclass TranscriptEntryName.Builder

Builder for conferenceRecords/{conference_record}/transcripts/{transcript}/entries/{entry}.

Inheritance

java.lang.Object > TranscriptEntryName.Builder

Constructors

Builder()

protectedBuilder()

Methods

build()

publicTranscriptEntryNamebuild()
Returns
Type Description
TranscriptEntryName

getConferenceRecord()

publicStringgetConferenceRecord()
Returns
Type Description
String

getEntry()

publicStringgetEntry()
Returns
Type Description
String

getTranscript()

publicStringgetTranscript()
Returns
Type Description
String

setConferenceRecord(String conferenceRecord)

publicTranscriptEntryName.BuildersetConferenceRecord(StringconferenceRecord)
Parameter
Name Description
conferenceRecord String
Returns
Type Description
TranscriptEntryName.Builder

setEntry(String entry)

publicTranscriptEntryName.BuildersetEntry(Stringentry)
Parameter
Name Description
entry String
Returns
Type Description
TranscriptEntryName.Builder

setTranscript(String transcript)

publicTranscriptEntryName.BuildersetTranscript(Stringtranscript)
Parameter
Name Description
transcript String
Returns
Type Description
TranscriptEntryName.Builder

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.