| Modifier and Type | Method and Description |
|---|---|
IndexName |
build() |
String |
getCollectionId() |
String |
getDatabase() |
String |
getIndexId() |
String |
getProject() |
IndexName.Builder |
setCollectionId(String collectionId) |
IndexName.Builder |
setDatabase(String database) |
IndexName.Builder |
setIndexId(String indexId) |
IndexName.Builder |
setProject(String project) |
public String getProject()
public String getDatabase()
public String getCollectionId()
public String getIndexId()
public IndexName.Builder setProject(String project)
public IndexName.Builder setDatabase(String database)
public IndexName.Builder setCollectionId(String collectionId)
public IndexName.Builder setIndexId(String indexId)
public IndexName build()
Copyright © 2020 Google LLC. All rights reserved.