Class DeploymentResourcePoolName.Builder
- java.lang.Object
-
- com.google.cloud.aiplatform.v1beta1.DeploymentResourcePoolName.Builder
-
- Enclosing class:
- DeploymentResourcePoolName
public static class DeploymentResourcePoolName.Builder extends Object
Builder for projects/{project}/locations/{location}/deploymentResourcePools/{deployment_resource_pool}.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DeploymentResourcePoolName
build()
String
getDeploymentResourcePool()
String
getLocation()
String
getProject()
DeploymentResourcePoolName.Builder
setDeploymentResourcePool(String deploymentResourcePool)
DeploymentResourcePoolName.Builder
setLocation(String location)
DeploymentResourcePoolName.Builder
setProject(String project)
-
-
-
Method Detail
-
getProject
public String getProject()
-
getLocation
public String getLocation()
-
getDeploymentResourcePool
public String getDeploymentResourcePool()
-
setProject
public DeploymentResourcePoolName.Builder setProject(String project)
-
setLocation
public DeploymentResourcePoolName.Builder setLocation(String location)
-
setDeploymentResourcePool
public DeploymentResourcePoolName.Builder setDeploymentResourcePool(String deploymentResourcePool)
-
build
public DeploymentResourcePoolName build()
-
-