Class DocumentLinkName.Builder (0.37.0)

public static class DocumentLinkName.Builder

Builder for projects/{project}/locations/{location}/documents/{document}/documentLinks/{document_link}.

Inheritance

java.lang.Object > DocumentLinkName.Builder

Constructors

Builder()

protected Builder()

Methods

build()

public DocumentLinkName build()
Returns
TypeDescription
DocumentLinkName

getDocument()

public String getDocument()
Returns
TypeDescription
String
public String getDocumentLink()
Returns
TypeDescription
String

getLocation()

public String getLocation()
Returns
TypeDescription
String

getProject()

public String getProject()
Returns
TypeDescription
String

setDocument(String document)

public DocumentLinkName.Builder setDocument(String document)
Parameter
NameDescription
documentString
Returns
TypeDescription
DocumentLinkName.Builder
public DocumentLinkName.Builder setDocumentLink(String documentLink)
Parameter
NameDescription
documentLinkString
Returns
TypeDescription
DocumentLinkName.Builder

setLocation(String location)

public DocumentLinkName.Builder setLocation(String location)
Parameter
NameDescription
locationString
Returns
TypeDescription
DocumentLinkName.Builder

setProject(String project)

public DocumentLinkName.Builder setProject(String project)
Parameter
NameDescription
projectString
Returns
TypeDescription
DocumentLinkName.Builder