Class InsightName.Builder (2.43.0)

public static class InsightName.Builder

Builder for projects/{project}/locations/{location}/insightTypes/{insight_type}/insights/{insight}.

Inheritance

java.lang.Object > InsightName.Builder

Constructors

Builder()

protected Builder()

Methods

build()

public InsightName build()
Returns
TypeDescription
InsightName

getInsight()

public String getInsight()
Returns
TypeDescription
String

getInsightType()

public String getInsightType()
Returns
TypeDescription
String

getLocation()

public String getLocation()
Returns
TypeDescription
String

getProject()

public String getProject()
Returns
TypeDescription
String

setInsight(String insight)

public InsightName.Builder setInsight(String insight)
Parameter
NameDescription
insightString
Returns
TypeDescription
InsightName.Builder

setInsightType(String insightType)

public InsightName.Builder setInsightType(String insightType)
Parameter
NameDescription
insightTypeString
Returns
TypeDescription
InsightName.Builder

setLocation(String location)

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

setProject(String project)

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