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