Uses of Class
com.google.cloud.dataplex.v1.DataAttributeName
-
Packages that use DataAttributeName Package Description com.google.cloud.dataplex.v1 A client to Cloud Dataplex API -
-
Uses of DataAttributeName in com.google.cloud.dataplex.v1
Methods in com.google.cloud.dataplex.v1 that return DataAttributeName Modifier and Type Method Description DataAttributeNameDataAttributeName.Builder. build()static DataAttributeNameDataAttributeName. of(String project, String location, String dataTaxonomy, String dataAttributeId)static DataAttributeNameDataAttributeName. parse(String formattedString)Methods in com.google.cloud.dataplex.v1 that return types with arguments of type DataAttributeName Modifier and Type Method Description static List<DataAttributeName>DataAttributeName. parseList(List<String> formattedStrings)Methods in com.google.cloud.dataplex.v1 with parameters of type DataAttributeName Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,OperationMetadata>DataTaxonomyServiceClient. deleteDataAttributeAsync(DataAttributeName name)Deletes a Data Attribute resource.DataAttributeDataTaxonomyServiceClient. getDataAttribute(DataAttributeName name)Retrieves a Data Attribute resource.Method parameters in com.google.cloud.dataplex.v1 with type arguments of type DataAttributeName Modifier and Type Method Description static List<String>DataAttributeName. toStringList(List<DataAttributeName> values)
-