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 protectedBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RuleSetNamebuild()StringgetLocation()StringgetProject()StringgetRuleSet()RuleSetName.BuildersetLocation(String location)RuleSetName.BuildersetProject(String project)RuleSetName.BuildersetRuleSet(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()
-
-