Class DeploymentEventName.Builder (0.44.0)

public static class DeploymentEventName.Builder

Builder for projects/{project}/locations/{location}/insightsConfigs/{insights_config}/deploymentEvents/{deployment_event}.

Inheritance

java.lang.Object > DeploymentEventName.Builder

Constructors

Builder()

protected Builder()

Methods

build()

public DeploymentEventName build()
Returns
Type Description
DeploymentEventName

getDeploymentEvent()

public String getDeploymentEvent()
Returns
Type Description
String

getInsightsConfig()

public String getInsightsConfig()
Returns
Type Description
String

getLocation()

public String getLocation()
Returns
Type Description
String

getProject()

public String getProject()
Returns
Type Description
String

setDeploymentEvent(String deploymentEvent)

public DeploymentEventName.Builder setDeploymentEvent(String deploymentEvent)
Parameter
Name Description
deploymentEvent String
Returns
Type Description
DeploymentEventName.Builder

setInsightsConfig(String insightsConfig)

public DeploymentEventName.Builder setInsightsConfig(String insightsConfig)
Parameter
Name Description
insightsConfig String
Returns
Type Description
DeploymentEventName.Builder

setLocation(String location)

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

setProject(String project)

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