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 ContentNameContentName.Builder. build()static ContentNameContentName. of(String project, String location, String lake, String content)static ContentNameContentName. 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 voidContentServiceClient. deleteContent(ContentName name)Delete a content.ContentContentServiceClient. 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)
-