public static class DeploymentResourcePoolName.Builder extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
Builder() |
| Modifier and Type | Method and Description |
|---|---|
DeploymentResourcePoolName |
build() |
String |
getDeploymentResourcePool() |
String |
getLocation() |
String |
getProject() |
DeploymentResourcePoolName.Builder |
setDeploymentResourcePool(String deploymentResourcePool) |
DeploymentResourcePoolName.Builder |
setLocation(String location) |
DeploymentResourcePoolName.Builder |
setProject(String project) |
public String getProject()
public String getLocation()
public String getDeploymentResourcePool()
public DeploymentResourcePoolName.Builder setProject(String project)
public DeploymentResourcePoolName.Builder setLocation(String location)
public DeploymentResourcePoolName.Builder setDeploymentResourcePool(String deploymentResourcePool)
public DeploymentResourcePoolName build()
Copyright © 2024 Google LLC. All rights reserved.