Class QaScorecardName.Builder (2.54.0)

public static class QaScorecardName.Builder

Builder for projects/{project}/locations/{location}/qaScorecards/{qa_scorecard}.

Inheritance

java.lang.Object > QaScorecardName.Builder

Constructors

Builder()

protected Builder()

Methods

build()

public QaScorecardName build()
Returns
Type Description
QaScorecardName

getLocation()

public String getLocation()
Returns
Type Description
String

getProject()

public String getProject()
Returns
Type Description
String

getQaScorecard()

public String getQaScorecard()
Returns
Type Description
String

setLocation(String location)

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

setProject(String project)

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

setQaScorecard(String qaScorecard)

public QaScorecardName.Builder setQaScorecard(String qaScorecard)
Parameter
Name Description
qaScorecard String
Returns
Type Description
QaScorecardName.Builder