@BetaApi(value="The per-pattern Builders are not stable yet and may be changed in the future.") public static class DocumentName.ProjectLocationCollectionDataStoreBranchDocumentBuilder extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
ProjectLocationCollectionDataStoreBranchDocumentBuilder() |
protected ProjectLocationCollectionDataStoreBranchDocumentBuilder()
public String getProject()
public String getLocation()
public String getCollection()
public String getDataStore()
public String getBranch()
public String getDocument()
public DocumentName.ProjectLocationCollectionDataStoreBranchDocumentBuilder setProject(String project)
public DocumentName.ProjectLocationCollectionDataStoreBranchDocumentBuilder setLocation(String location)
public DocumentName.ProjectLocationCollectionDataStoreBranchDocumentBuilder setCollection(String collection)
public DocumentName.ProjectLocationCollectionDataStoreBranchDocumentBuilder setDataStore(String dataStore)
public DocumentName.ProjectLocationCollectionDataStoreBranchDocumentBuilder setBranch(String branch)
public DocumentName.ProjectLocationCollectionDataStoreBranchDocumentBuilder setDocument(String document)
public DocumentName build()
Copyright © 2024 Google LLC. All rights reserved.