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