Class EntryGroupName
- java.lang.Object
-
- com.google.cloud.datacatalog.v1beta1.EntryGroupName
-
- All Implemented Interfaces:
com.google.api.resourcenames.ResourceName
@Generated("by gapic-generator-java") public class EntryGroupName extends Object implements com.google.api.resourcenames.ResourceName
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classEntryGroupName.BuilderBuilder for projects/{project}/locations/{location}/entryGroups/{entry_group}.
-
Constructor Summary
Constructors Modifier Constructor Description protectedEntryGroupName()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 entryGroup)StringgetEntryGroup()StringgetFieldValue(String fieldName)Map<String,String>getFieldValuesMap()StringgetLocation()StringgetProject()inthashCode()static booleanisParsableFrom(String formattedString)static EntryGroupName.BuildernewBuilder()static EntryGroupNameof(String project, String location, String entryGroup)static EntryGroupNameparse(String formattedString)static List<EntryGroupName>parseList(List<String> formattedStrings)EntryGroupName.BuildertoBuilder()StringtoString()static List<String>toStringList(List<EntryGroupName> values)
-
-
-
Constructor Detail
-
EntryGroupName
@Deprecated protected EntryGroupName()
Deprecated.
-
-
Method Detail
-
getProject
public String getProject()
-
getLocation
public String getLocation()
-
getEntryGroup
public String getEntryGroup()
-
newBuilder
public static EntryGroupName.Builder newBuilder()
-
toBuilder
public EntryGroupName.Builder toBuilder()
-
of
public static EntryGroupName of(String project, String location, String entryGroup)
-
parse
public static EntryGroupName parse(String formattedString)
-
parseList
public static List<EntryGroupName> parseList(List<String> formattedStrings)
-
toStringList
public static List<String> toStringList(List<EntryGroupName> 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
-
-