Class RuntimeVersionName.Builder (2.42.0)

public static class RuntimeVersionName.Builder

Builder for projects/{project}/locations/{location}/runtimeVersions/{runtime_version}.

Inheritance

java.lang.Object > RuntimeVersionName.Builder

Constructors

Builder()

protected Builder()

Methods

build()

public RuntimeVersionName build()
Returns
TypeDescription
RuntimeVersionName

getLocation()

public String getLocation()
Returns
TypeDescription
String

getProject()

public String getProject()
Returns
TypeDescription
String

getRuntimeVersion()

public String getRuntimeVersion()
Returns
TypeDescription
String

setLocation(String location)

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

setProject(String project)

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

setRuntimeVersion(String runtimeVersion)

public RuntimeVersionName.Builder setRuntimeVersion(String runtimeVersion)
Parameter
NameDescription
runtimeVersionString
Returns
TypeDescription
RuntimeVersionName.Builder