Class FieldName.Builder (3.2.0)

public static class FieldName.Builder

Builder for projects/{project}/databases/{database}/collectionGroups/{collection}/fields/{field}.

Inheritance

java.lang.Object > FieldName.Builder

Constructors

Builder()

protected Builder()

Methods

build()

public FieldName build()
Returns
TypeDescription
FieldName

getCollection()

public String getCollection()
Returns
TypeDescription
String

getDatabase()

public String getDatabase()
Returns
TypeDescription
String

getField()

public String getField()
Returns
TypeDescription
String

getProject()

public String getProject()
Returns
TypeDescription
String

setCollection(String collection)

public FieldName.Builder setCollection(String collection)
Parameter
NameDescription
collectionString
Returns
TypeDescription
FieldName.Builder

setDatabase(String database)

public FieldName.Builder setDatabase(String database)
Parameter
NameDescription
databaseString
Returns
TypeDescription
FieldName.Builder

setField(String field)

public FieldName.Builder setField(String field)
Parameter
NameDescription
fieldString
Returns
TypeDescription
FieldName.Builder

setProject(String project)

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