Class FileName.Builder (1.39.0)

public static class FileName.Builder

Builder for projects/{project}/locations/{location}/repositories/{repository}/files/{file}.

Inheritance

java.lang.Object > FileName.Builder

Constructors

Builder()

protected Builder()

Methods

build()

public FileName build()
Returns
TypeDescription
FileName

getFile()

public String getFile()
Returns
TypeDescription
String

getLocation()

public String getLocation()
Returns
TypeDescription
String

getProject()

public String getProject()
Returns
TypeDescription
String

getRepository()

public String getRepository()
Returns
TypeDescription
String

setFile(String file)

public FileName.Builder setFile(String file)
Parameter
NameDescription
fileString
Returns
TypeDescription
FileName.Builder

setLocation(String location)

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

setProject(String project)

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

setRepository(String repository)

public FileName.Builder setRepository(String repository)
Parameter
NameDescription
repositoryString
Returns
TypeDescription
FileName.Builder