Package com.google.cloud.datacatalog.v1
Class EntryGroupName
- java.lang.Object
-
- com.google.cloud.datacatalog.v1.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 class
EntryGroupName.Builder
Builder for projects/{project}/locations/{location}/entryGroups/{entry_group}.
-
Constructor Summary
Constructors Modifier Constructor Description protected
EntryGroupName()
Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
static String
format(String project, String location, String entryGroup)
String
getEntryGroup()
String
getFieldValue(String fieldName)
Map<String,String>
getFieldValuesMap()
String
getLocation()
String
getProject()
int
hashCode()
static boolean
isParsableFrom(String formattedString)
static EntryGroupName.Builder
newBuilder()
static EntryGroupName
of(String project, String location, String entryGroup)
static EntryGroupName
parse(String formattedString)
static List<EntryGroupName>
parseList(List<String> formattedStrings)
EntryGroupName.Builder
toBuilder()
String
toString()
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:
getFieldValuesMap
in interfacecom.google.api.resourcenames.ResourceName
-
getFieldValue
public String getFieldValue(String fieldName)
- Specified by:
getFieldValue
in interfacecom.google.api.resourcenames.ResourceName
-
-