public static class ControlName.ProjectLocationCollectionDataStoreControlBuilder extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
ProjectLocationCollectionDataStoreControlBuilder() |
| Modifier and Type | Method and Description |
|---|---|
ControlName |
build() |
String |
getCollection() |
String |
getControl() |
String |
getDataStore() |
String |
getLocation() |
String |
getProject() |
ControlName.ProjectLocationCollectionDataStoreControlBuilder |
setCollection(String collection) |
ControlName.ProjectLocationCollectionDataStoreControlBuilder |
setControl(String control) |
ControlName.ProjectLocationCollectionDataStoreControlBuilder |
setDataStore(String dataStore) |
ControlName.ProjectLocationCollectionDataStoreControlBuilder |
setLocation(String location) |
ControlName.ProjectLocationCollectionDataStoreControlBuilder |
setProject(String project) |
protected ProjectLocationCollectionDataStoreControlBuilder()
public String getProject()
public String getLocation()
public String getCollection()
public String getDataStore()
public String getControl()
public ControlName.ProjectLocationCollectionDataStoreControlBuilder setProject(String project)
public ControlName.ProjectLocationCollectionDataStoreControlBuilder setLocation(String location)
public ControlName.ProjectLocationCollectionDataStoreControlBuilder setCollection(String collection)
public ControlName.ProjectLocationCollectionDataStoreControlBuilder setDataStore(String dataStore)
public ControlName.ProjectLocationCollectionDataStoreControlBuilder setControl(String control)
public ControlName build()
Copyright © 2024 Google LLC. All rights reserved.