Uses of Class
com.google.cloud.datacatalog.v1beta1.FieldName
-
Packages that use FieldName Package Description com.google.cloud.datacatalog.v1beta1 A client to Google Cloud Data Catalog API -
-
Uses of FieldName in com.google.cloud.datacatalog.v1beta1
Methods in com.google.cloud.datacatalog.v1beta1 that return FieldName Modifier and Type Method Description FieldName
FieldName.Builder. build()
static FieldName
FieldName. of(String project, String location, String tagTemplate, String field)
static FieldName
FieldName. parse(String formattedString)
Methods in com.google.cloud.datacatalog.v1beta1 that return types with arguments of type FieldName Modifier and Type Method Description static List<FieldName>
FieldName. parseList(List<String> formattedStrings)
Method parameters in com.google.cloud.datacatalog.v1beta1 with type arguments of type FieldName Modifier and Type Method Description static List<String>
FieldName. toStringList(List<FieldName> values)
-