Class ExecutionName.Builder (2.8.0)

publicstaticclass ExecutionName.Builder

Builder for projects/{project}/locations/{location}/workflows/{workflow}/executions/{execution}.

Inheritance

java.lang.Object > ExecutionName.Builder

Constructors

Builder()

protectedBuilder()

Methods

build()

publicExecutionNamebuild()
Returns
Type Description

getExecution()

publicStringgetExecution()
Returns
Type Description

getLocation()

publicStringgetLocation()
Returns
Type Description

getProject()

publicStringgetProject()
Returns
Type Description

getWorkflow()

publicStringgetWorkflow()
Returns
Type Description

setExecution(String execution)

publicExecutionName.BuildersetExecution(Stringexecution)
Parameter
Name Description
execution String
Returns
Type Description

setLocation(String location)

publicExecutionName.BuildersetLocation(Stringlocation)
Parameter
Name Description
location String
Returns
Type Description

setProject(String project)

publicExecutionName.BuildersetProject(Stringproject)
Parameter
Name Description
project String
Returns
Type Description

setWorkflow(String workflow)

publicExecutionName.BuildersetWorkflow(Stringworkflow)
Parameter
Name Description
workflow String
Returns
Type Description

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月19日 UTC.