Class GoldengateDeploymentVersionName.Builder (0.42.0)

public static class GoldengateDeploymentVersionName.Builder

Builder for projects/{project}/locations/{location}/goldengateDeploymentVersions/{goldengate_deployment_version}.

Inheritance

java.lang.Object > GoldengateDeploymentVersionName.Builder

Constructors

Builder()

protected Builder()

Methods

build()

public GoldengateDeploymentVersionName build()
Returns
Type Description
GoldengateDeploymentVersionName

getGoldengateDeploymentVersion()

public String getGoldengateDeploymentVersion()
Returns
Type Description
String

getLocation()

public String getLocation()
Returns
Type Description
String

getProject()

public String getProject()
Returns
Type Description
String

setGoldengateDeploymentVersion(String goldengateDeploymentVersion)

public GoldengateDeploymentVersionName.Builder setGoldengateDeploymentVersion(String goldengateDeploymentVersion)
Parameter
Name Description
goldengateDeploymentVersion String
Returns
Type Description
GoldengateDeploymentVersionName.Builder

setLocation(String location)

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

setProject(String project)

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