Uses of Class
com.google.cloud.dataplex.v1.ContentName
-
Packages that use ContentName Package Description com.google.cloud.dataplex.v1 A client to Cloud Dataplex API -
-
Uses of ContentName in com.google.cloud.dataplex.v1
Methods in com.google.cloud.dataplex.v1 that return ContentName Modifier and Type Method Description ContentName
ContentName.Builder. build()
static ContentName
ContentName. of(String project, String location, String lake, String content)
static ContentName
ContentName. parse(String formattedString)
Methods in com.google.cloud.dataplex.v1 that return types with arguments of type ContentName Modifier and Type Method Description static List<ContentName>
ContentName. parseList(List<String> formattedStrings)
Methods in com.google.cloud.dataplex.v1 with parameters of type ContentName Modifier and Type Method Description void
ContentServiceClient. deleteContent(ContentName name)
Delete a content.Content
ContentServiceClient. getContent(ContentName name)
Get a content resource.Method parameters in com.google.cloud.dataplex.v1 with type arguments of type ContentName Modifier and Type Method Description static List<String>
ContentName. toStringList(List<ContentName> values)
-