Class ApiDeploymentName.Builder (0.19.0)

public static class ApiDeploymentName.Builder

Builder for projects/{project}/locations/{location}/apis/{api}/deployments/{deployment}.

Inheritance

java.lang.Object > ApiDeploymentName.Builder

Constructors

Builder()

protected Builder()

Methods

build()

public ApiDeploymentName build()
Returns
TypeDescription
ApiDeploymentName

getApi()

public String getApi()
Returns
TypeDescription
String

getDeployment()

public String getDeployment()
Returns
TypeDescription
String

getLocation()

public String getLocation()
Returns
TypeDescription
String

getProject()

public String getProject()
Returns
TypeDescription
String

setApi(String api)

public ApiDeploymentName.Builder setApi(String api)
Parameter
NameDescription
apiString
Returns
TypeDescription
ApiDeploymentName.Builder

setDeployment(String deployment)

public ApiDeploymentName.Builder setDeployment(String deployment)
Parameter
NameDescription
deploymentString
Returns
TypeDescription
ApiDeploymentName.Builder

setLocation(String location)

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

setProject(String project)

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