Package com.google.cloud.datacatalog.v1
Class EntryName
- java.lang.Object
-
- com.google.cloud.datacatalog.v1.EntryName
-
- All Implemented Interfaces:
com.google.api.resourcenames.ResourceName
@Generated("by gapic-generator-java") public class EntryName extends Object implements com.google.api.resourcenames.ResourceName
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
EntryName.Builder
Builder for projects/{project}/locations/{location}/entryGroups/{entry_group}/entries/{entry}.
-
Constructor Summary
Constructors Modifier Constructor Description protected
EntryName()
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 entry)
String
getEntry()
String
getEntryGroup()
String
getFieldValue(String fieldName)
Map<String,String>
getFieldValuesMap()
String
getLocation()
String
getProject()
int
hashCode()
static boolean
isParsableFrom(String formattedString)
static EntryName.Builder
newBuilder()
static EntryName
of(String project, String location, String entryGroup, String entry)
static EntryName
parse(String formattedString)
static List<EntryName>
parseList(List<String> formattedStrings)
EntryName.Builder
toBuilder()
String
toString()
static List<String>
toStringList(List<EntryName> values)
-
-
-
Constructor Detail
-
EntryName
@Deprecated protected EntryName()
Deprecated.
-
-
Method Detail
-
getProject
public String getProject()
-
getLocation
public String getLocation()
-
getEntryGroup
public String getEntryGroup()
-
getEntry
public String getEntry()
-
newBuilder
public static EntryName.Builder newBuilder()
-
toBuilder
public EntryName.Builder toBuilder()
-
format
public static String format(String project, String location, String entryGroup, String entry)
-
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
-
-