Class DocumentName.Builder (0.37.0)

public static class DocumentName.Builder

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

Inheritance

java.lang.Object > DocumentName.Builder

Constructors

Builder()

protected Builder()

Methods

build()

public DocumentName build()
Returns
TypeDescription
DocumentName

getDocument()

public String getDocument()
Returns
TypeDescription
String

getLocation()

public String getLocation()
Returns
TypeDescription
String

getProject()

public String getProject()
Returns
TypeDescription
String

setDocument(String document)

public DocumentName.Builder setDocument(String document)
Parameter
NameDescription
documentString
Returns
TypeDescription
DocumentName.Builder

setLocation(String location)

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

setProject(String project)

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