Class ChangelogName.Builder (0.52.0)

public static class ChangelogName.Builder

Builder for projects/{project}/locations/{location}/agents/{agent}/changelogs/{changelog}.

Inheritance

java.lang.Object > ChangelogName.Builder

Constructors

Builder()

protected Builder()

Methods

build()

public ChangelogName build()
Returns
TypeDescription
ChangelogName

getAgent()

public String getAgent()
Returns
TypeDescription
String

getChangelog()

public String getChangelog()
Returns
TypeDescription
String

getLocation()

public String getLocation()
Returns
TypeDescription
String

getProject()

public String getProject()
Returns
TypeDescription
String

setAgent(String agent)

public ChangelogName.Builder setAgent(String agent)
Parameter
NameDescription
agentString
Returns
TypeDescription
ChangelogName.Builder

setChangelog(String changelog)

public ChangelogName.Builder setChangelog(String changelog)
Parameter
NameDescription
changelogString
Returns
TypeDescription
ChangelogName.Builder

setLocation(String location)

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

setProject(String project)

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