Class CaPoolName.Builder
- java.lang.Object
-
- com.google.cloud.security.privateca.v1.CaPoolName.Builder
-
- Enclosing class:
- CaPoolName
public static class CaPoolName.Builder extends Object
Builder for projects/{project}/locations/{location}/caPools/{ca_pool}.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CaPoolName
build()
String
getCaPool()
String
getLocation()
String
getProject()
CaPoolName.Builder
setCaPool(String caPool)
CaPoolName.Builder
setLocation(String location)
CaPoolName.Builder
setProject(String project)
-
-
-
Method Detail
-
getProject
public String getProject()
-
getLocation
public String getLocation()
-
getCaPool
public String getCaPool()
-
setProject
public CaPoolName.Builder setProject(String project)
-
setLocation
public CaPoolName.Builder setLocation(String location)
-
setCaPool
public CaPoolName.Builder setCaPool(String caPool)
-
build
public CaPoolName build()
-
-