Class DocumentLinkName.Builder (0.38.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
Type Description
DocumentLinkName

getDocument()

public String getDocument()
Returns
Type Description
String
public String getDocumentLink()
Returns
Type Description
String

getLocation()

public String getLocation()
Returns
Type Description
String

getProject()

public String getProject()
Returns
Type Description
String

setDocument(String document)

public DocumentLinkName.Builder setDocument(String document)
Parameter
Name Description
document String
Returns
Type Description
DocumentLinkName.Builder
public DocumentLinkName.Builder setDocumentLink(String documentLink)
Parameter
Name Description
documentLink String
Returns
Type Description
DocumentLinkName.Builder

setLocation(String location)

public DocumentLinkName.Builder setLocation(String location)
Parameter
Name Description
location String
Returns
Type Description
DocumentLinkName.Builder

setProject(String project)

public DocumentLinkName.Builder setProject(String project)
Parameter
Name Description
project String
Returns
Type Description
DocumentLinkName.Builder