Class RuleSetName
- java.lang.Object
-
- com.google.cloud.contentwarehouse.v1.RuleSetName
-
- All Implemented Interfaces:
com.google.api.resourcenames.ResourceName
@Generated("by gapic-generator-java") public class RuleSetName extends Object implements com.google.api.resourcenames.ResourceName
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRuleSetName.BuilderBuilder for projects/{project}/locations/{location}/ruleSets/{rule_set}.
-
Constructor Summary
Constructors Modifier Constructor Description protectedRuleSetName()Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)static Stringformat(String project, String location, String ruleSet)StringgetFieldValue(String fieldName)Map<String,String>getFieldValuesMap()StringgetLocation()StringgetProject()StringgetRuleSet()inthashCode()static booleanisParsableFrom(String formattedString)static RuleSetName.BuildernewBuilder()static RuleSetNameof(String project, String location, String ruleSet)static RuleSetNameparse(String formattedString)static List<RuleSetName>parseList(List<String> formattedStrings)RuleSetName.BuildertoBuilder()StringtoString()static List<String>toStringList(List<RuleSetName> values)
-
-
-
Constructor Detail
-
RuleSetName
@Deprecated protected RuleSetName()
Deprecated.
-
-
Method Detail
-
getProject
public String getProject()
-
getLocation
public String getLocation()
-
getRuleSet
public String getRuleSet()
-
newBuilder
public static RuleSetName.Builder newBuilder()
-
toBuilder
public RuleSetName.Builder toBuilder()
-
of
public static RuleSetName of(String project, String location, String ruleSet)
-
parse
public static RuleSetName parse(String formattedString)
-
parseList
public static List<RuleSetName> parseList(List<String> formattedStrings)
-
toStringList
public static List<String> toStringList(List<RuleSetName> values)
-
isParsableFrom
public static boolean isParsableFrom(String formattedString)
-
getFieldValuesMap
public Map<String,String> getFieldValuesMap()
- Specified by:
getFieldValuesMapin interfacecom.google.api.resourcenames.ResourceName
-
getFieldValue
public String getFieldValue(String fieldName)
- Specified by:
getFieldValuein interfacecom.google.api.resourcenames.ResourceName
-
-