Class RuntimeVersionName.Builder (2.43.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
Type Description
RuntimeVersionName

getLocation()

public String getLocation()
Returns
Type Description
String

getProject()

public String getProject()
Returns
Type Description
String

getRuntimeVersion()

public String getRuntimeVersion()
Returns
Type Description
String

setLocation(String location)

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

setProject(String project)

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

setRuntimeVersion(String runtimeVersion)

public RuntimeVersionName.Builder setRuntimeVersion(String runtimeVersion)
Parameter
Name Description
runtimeVersion String
Returns
Type Description
RuntimeVersionName.Builder