Class FieldName.Builder (3.21.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
Type Description
FieldName

getCollection()

public String getCollection()
Returns
Type Description
String

getDatabase()

public String getDatabase()
Returns
Type Description
String

getField()

public String getField()
Returns
Type Description
String

getProject()

public String getProject()
Returns
Type Description
String

setCollection(String collection)

public FieldName.Builder setCollection(String collection)
Parameter
Name Description
collection String
Returns
Type Description
FieldName.Builder

setDatabase(String database)

public FieldName.Builder setDatabase(String database)
Parameter
Name Description
database String
Returns
Type Description
FieldName.Builder

setField(String field)

public FieldName.Builder setField(String field)
Parameter
Name Description
field String
Returns
Type Description
FieldName.Builder

setProject(String project)

public FieldName.Builder setProject(String project)
Parameter
Name Description
project String
Returns
Type Description
FieldName.Builder