Modifier | Constructor and Description |
---|---|
protected |
Builder() |
Modifier and Type | Method and Description |
---|---|
IndexName |
build() |
String |
getCollection() |
String |
getDatabase() |
String |
getIndex() |
String |
getProject() |
IndexName.Builder |
setCollection(String collection) |
IndexName.Builder |
setDatabase(String database) |
IndexName.Builder |
setIndex(String index) |
IndexName.Builder |
setProject(String project) |
public String getProject()
public String getDatabase()
public String getCollection()
public String getIndex()
public IndexName.Builder setProject(String project)
public IndexName.Builder setDatabase(String database)
public IndexName.Builder setCollection(String collection)
public IndexName.Builder setIndex(String index)
public IndexName build()
Copyright © 2023 Google LLC. All rights reserved.