Class InsightTypeName.Builder (2.43.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
TypeDescription
InsightTypeName

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 InsightTypeName.Builder setInsightType(String insightType)
Parameter
NameDescription
insightTypeString
Returns
TypeDescription
InsightTypeName.Builder

setLocation(String location)

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

setProject(String project)

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