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 protectedBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DeploymentResourcePoolNamebuild()StringgetDeploymentResourcePool()StringgetLocation()StringgetProject()DeploymentResourcePoolName.BuildersetDeploymentResourcePool(String deploymentResourcePool)DeploymentResourcePoolName.BuildersetLocation(String location)DeploymentResourcePoolName.BuildersetProject(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()
-
-