Class RuleSetName.Builder
- java.lang.Object
-
- com.google.cloud.contentwarehouse.v1.RuleSetName.Builder
-
- Enclosing class:
- RuleSetName
public static class RuleSetName.Builder extends Object
Builder for projects/{project}/locations/{location}/ruleSets/{rule_set}.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RuleSetName
build()
String
getLocation()
String
getProject()
String
getRuleSet()
RuleSetName.Builder
setLocation(String location)
RuleSetName.Builder
setProject(String project)
RuleSetName.Builder
setRuleSet(String ruleSet)
-
-
-
Method Detail
-
getProject
public String getProject()
-
getLocation
public String getLocation()
-
getRuleSet
public String getRuleSet()
-
setProject
public RuleSetName.Builder setProject(String project)
-
setLocation
public RuleSetName.Builder setLocation(String location)
-
setRuleSet
public RuleSetName.Builder setRuleSet(String ruleSet)
-
build
public RuleSetName build()
-
-