Class InsightTypeName.Builder (2.44.0)

public static class InsightTypeName.Builder

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

Inheritance

java.lang.Object > InsightTypeName.Builder

Constructors

Builder()

protected Builder()

Methods

build()

public InsightTypeName build()
Returns
Type Description
InsightTypeName

getInsightType()

public String getInsightType()
Returns
Type Description
String

getLocation()

public String getLocation()
Returns
Type Description
String

getProject()

public String getProject()
Returns
Type Description
String

setInsightType(String insightType)

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

setLocation(String location)

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

setProject(String project)

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