Class ProcessorTypeName.Builder (2.46.0)

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
Type Description
ProcessorTypeName

getLocation()

public String getLocation()
Returns
Type Description
String

getProcessorType()

public String getProcessorType()
Returns
Type Description
String

getProject()

public String getProject()
Returns
Type Description
String

setLocation(String location)

public ProcessorTypeName.Builder setLocation(String location)
Parameter
Name Description
location String
Returns
Type Description
ProcessorTypeName.Builder

setProcessorType(String processorType)

public ProcessorTypeName.Builder setProcessorType(String processorType)
Parameter
Name Description
processorType String
Returns
Type Description
ProcessorTypeName.Builder

setProject(String project)

public ProcessorTypeName.Builder setProject(String project)
Parameter
Name Description
project String
Returns
Type Description
ProcessorTypeName.Builder