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 DataAttributeName
DataAttributeName.Builder. build()
static DataAttributeName
DataAttributeName. of(String project, String location, String dataTaxonomy, String dataAttributeId)
static DataAttributeName
DataAttributeName. 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.DataAttribute
DataTaxonomyServiceClient. 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)
-