public static class ProcessorTypeName.Builder extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
Builder() |
| Modifier and Type | Method and Description |
|---|---|
ProcessorTypeName |
build() |
String |
getLocation() |
String |
getProcessorType() |
String |
getProject() |
ProcessorTypeName.Builder |
setLocation(String location) |
ProcessorTypeName.Builder |
setProcessorType(String processorType) |
ProcessorTypeName.Builder |
setProject(String project) |
public String getProject()
public String getLocation()
public String getProcessorType()
public ProcessorTypeName.Builder setProject(String project)
public ProcessorTypeName.Builder setLocation(String location)
public ProcessorTypeName.Builder setProcessorType(String processorType)
public ProcessorTypeName build()
Copyright © 2024 Google LLC. All rights reserved.