Class SourceName.Builder (1.15.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
TypeDescription
SourceName

getLocation()

public String getLocation()
Returns
TypeDescription
String

getProject()

public String getProject()
Returns
TypeDescription
String

getSource()

public String getSource()
Returns
TypeDescription
String

setLocation(String location)

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

setProject(String project)

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

setSource(String source)

public SourceName.Builder setSource(String source)
Parameter
NameDescription
sourceString
Returns
TypeDescription
SourceName.Builder