Package com.google.cloud.aiplatform.v1
Class IndexName.Builder
- java.lang.Object
-
- com.google.cloud.aiplatform.v1.IndexName.Builder
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IndexNamebuild()StringgetIndex()StringgetLocation()StringgetProject()IndexName.BuildersetIndex(String index)IndexName.BuildersetLocation(String location)IndexName.BuildersetProject(String project)
-
-
-
Method Detail
-
getProject
public String getProject()
-
getLocation
public String getLocation()
-
getIndex
public String getIndex()
-
setProject
public IndexName.Builder setProject(String project)
-
setLocation
public IndexName.Builder setLocation(String location)
-
setIndex
public IndexName.Builder setIndex(String index)
-
build
public IndexName build()
-
-