Class InsightTypeConfigName.Builder (2.43.0)

public static class InsightTypeConfigName.Builder

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

Inheritance

java.lang.Object > InsightTypeConfigName.Builder

Constructors

Builder()

protected Builder()

Methods

build()

public InsightTypeConfigName build()
Returns
TypeDescription
InsightTypeConfigName

getInsightType()

public String getInsightType()
Returns
TypeDescription
String

getLocation()

public String getLocation()
Returns
TypeDescription
String

getProject()

public String getProject()
Returns
TypeDescription
String

setInsightType(String insightType)

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

setLocation(String location)

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

setProject(String project)

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