Class SourceName.Builder (1.42.0)

public static class SourceName.Builder

Builder for projects/{project}/locations/{location}/sources/{source}.

Inheritance

java.lang.Object > SourceName.Builder

Constructors

Builder()

protected Builder()

Methods

build()

public SourceName build()
Returns
Type Description
SourceName

getLocation()

public String getLocation()
Returns
Type Description
String

getProject()

public String getProject()
Returns
Type Description
String

getSource()

public String getSource()
Returns
Type Description
String

setLocation(String location)

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

setProject(String project)

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

setSource(String source)

public SourceName.Builder setSource(String source)
Parameter
Name Description
source String
Returns
Type Description
SourceName.Builder