Class RuntimeName.Builder (1.39.0)

public static class RuntimeName.Builder

Builder for projects/{project}/locations/{location}/runtimes/{runtime}.

Inheritance

java.lang.Object > RuntimeName.Builder

Constructors

Builder()

protected Builder()

Methods

build()

public RuntimeName build()
Returns
TypeDescription
RuntimeName

getLocation()

public String getLocation()
Returns
TypeDescription
String

getProject()

public String getProject()
Returns
TypeDescription
String

getRuntime()

public String getRuntime()
Returns
TypeDescription
String

setLocation(String location)

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

setProject(String project)

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

setRuntime(String runtime)

public RuntimeName.Builder setRuntime(String runtime)
Parameter
NameDescription
runtimeString
Returns
TypeDescription
RuntimeName.Builder