Class ControlName.ProjectLocationCollectionDataStoreControlBuilder (0.41.0)

public static class ControlName.ProjectLocationCollectionDataStoreControlBuilder

Builder for projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/controls/{control}.

Inheritance

java.lang.Object > ControlName.ProjectLocationCollectionDataStoreControlBuilder

Constructors

ProjectLocationCollectionDataStoreControlBuilder()

protected ProjectLocationCollectionDataStoreControlBuilder()

Methods

build()

public ControlName build()
Returns
Type Description
ControlName

getCollection()

public String getCollection()
Returns
Type Description
String

getControl()

public String getControl()
Returns
Type Description
String

getDataStore()

public String getDataStore()
Returns
Type Description
String

getLocation()

public String getLocation()
Returns
Type Description
String

getProject()

public String getProject()
Returns
Type Description
String

setCollection(String collection)

public ControlName.ProjectLocationCollectionDataStoreControlBuilder setCollection(String collection)
Parameter
Name Description
collection String
Returns
Type Description
ControlName.ProjectLocationCollectionDataStoreControlBuilder

setControl(String control)

public ControlName.ProjectLocationCollectionDataStoreControlBuilder setControl(String control)
Parameter
Name Description
control String
Returns
Type Description
ControlName.ProjectLocationCollectionDataStoreControlBuilder

setDataStore(String dataStore)

public ControlName.ProjectLocationCollectionDataStoreControlBuilder setDataStore(String dataStore)
Parameter
Name Description
dataStore String
Returns
Type Description
ControlName.ProjectLocationCollectionDataStoreControlBuilder

setLocation(String location)

public ControlName.ProjectLocationCollectionDataStoreControlBuilder setLocation(String location)
Parameter
Name Description
location String
Returns
Type Description
ControlName.ProjectLocationCollectionDataStoreControlBuilder

setProject(String project)

public ControlName.ProjectLocationCollectionDataStoreControlBuilder setProject(String project)
Parameter
Name Description
project String
Returns
Type Description
ControlName.ProjectLocationCollectionDataStoreControlBuilder