Package com.google.privacy.dlp.v2
Class DlpContentName.ProjectLocationBuilder
- java.lang.Object
-
- com.google.privacy.dlp.v2.DlpContentName.ProjectLocationBuilder
-
- Enclosing class:
- DlpContentName
@BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static class DlpContentName.ProjectLocationBuilder extends Object
Builder for projects/{project}/locations/{location}/dlpContent.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
ProjectLocationBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DlpContentName
build()
String
getLocation()
String
getProject()
DlpContentName.ProjectLocationBuilder
setLocation(String location)
DlpContentName.ProjectLocationBuilder
setProject(String project)
-
-
-
Method Detail
-
getProject
public String getProject()
-
getLocation
public String getLocation()
-
setProject
public DlpContentName.ProjectLocationBuilder setProject(String project)
-
setLocation
public DlpContentName.ProjectLocationBuilder setLocation(String location)
-
build
public DlpContentName build()
-
-