Class ChangelogName.Builder (0.54.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
Type Description
ChangelogName

getAgent()

public String getAgent()
Returns
Type Description
String

getChangelog()

public String getChangelog()
Returns
Type Description
String

getLocation()

public String getLocation()
Returns
Type Description
String

getProject()

public String getProject()
Returns
Type Description
String

setAgent(String agent)

public ChangelogName.Builder setAgent(String agent)
Parameter
Name Description
agent String
Returns
Type Description
ChangelogName.Builder

setChangelog(String changelog)

public ChangelogName.Builder setChangelog(String changelog)
Parameter
Name Description
changelog String
Returns
Type Description
ChangelogName.Builder

setLocation(String location)

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

setProject(String project)

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