Class ProcessorTypeName.Builder (2.2.1)

public static class ProcessorTypeName.Builder

Builder for projects/{project}/locations/{location}/processorTypes/{processor_type}.

Inheritance

java.lang.Object > ProcessorTypeName.Builder

Constructors

Builder()

protected Builder()

Methods

build()

public ProcessorTypeName build()
Returns
TypeDescription
ProcessorTypeName

getLocation()

public String getLocation()
Returns
TypeDescription
String

getProcessorType()

public String getProcessorType()
Returns
TypeDescription
String

getProject()

public String getProject()
Returns
TypeDescription
String

setLocation(String location)

public ProcessorTypeName.Builder setLocation(String location)
Parameter
NameDescription
locationString
Returns
TypeDescription
ProcessorTypeName.Builder

setProcessorType(String processorType)

public ProcessorTypeName.Builder setProcessorType(String processorType)
Parameter
NameDescription
processorTypeString
Returns
TypeDescription
ProcessorTypeName.Builder

setProject(String project)

public ProcessorTypeName.Builder setProject(String project)
Parameter
NameDescription
projectString
Returns
TypeDescription
ProcessorTypeName.Builder