public static class DocumentName.Builder extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
Builder() |
| Modifier and Type | Method and Description |
|---|---|
DocumentName |
build() |
String |
getBranch() |
String |
getDataStore() |
String |
getDocument() |
String |
getLocation() |
String |
getProject() |
DocumentName.Builder |
setBranch(String branch) |
DocumentName.Builder |
setDataStore(String dataStore) |
DocumentName.Builder |
setDocument(String document) |
DocumentName.Builder |
setLocation(String location) |
DocumentName.Builder |
setProject(String project) |
public String getProject()
public String getLocation()
public String getDataStore()
public String getBranch()
public String getDocument()
public DocumentName.Builder setProject(String project)
public DocumentName.Builder setLocation(String location)
public DocumentName.Builder setDataStore(String dataStore)
public DocumentName.Builder setBranch(String branch)
public DocumentName.Builder setDocument(String document)
public DocumentName build()
Copyright © 2025 Google LLC. All rights reserved.