Class InsightName.Builder (2.44.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
Type Description
InsightName

getInsight()

public String getInsight()
Returns
Type Description
String

getInsightType()

public String getInsightType()
Returns
Type Description
String

getLocation()

public String getLocation()
Returns
Type Description
String

getProject()

public String getProject()
Returns
Type Description
String

setInsight(String insight)

public InsightName.Builder setInsight(String insight)
Parameter
Name Description
insight String
Returns
Type Description
InsightName.Builder

setInsightType(String insightType)

public InsightName.Builder setInsightType(String insightType)
Parameter
Name Description
insightType String
Returns
Type Description
InsightName.Builder

setLocation(String location)

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

setProject(String project)

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