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