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