Uses of Interface
com.google.cloud.dataplex.v1.DataAttributeOrBuilder
-
Packages that use DataAttributeOrBuilder Package Description com.google.cloud.dataplex.v1 A client to Cloud Dataplex API -
-
Uses of DataAttributeOrBuilder in com.google.cloud.dataplex.v1
Classes in com.google.cloud.dataplex.v1 that implement DataAttributeOrBuilder Modifier and Type Class Description class
DataAttribute
Denotes one dataAttribute in a dataTaxonomy, for example, PII.static class
DataAttribute.Builder
Denotes one dataAttribute in a dataTaxonomy, for example, PII.Methods in com.google.cloud.dataplex.v1 that return DataAttributeOrBuilder Modifier and Type Method Description DataAttributeOrBuilder
CreateDataAttributeRequest.Builder. getDataAttributeOrBuilder()
Required.DataAttributeOrBuilder
CreateDataAttributeRequest. getDataAttributeOrBuilder()
Required.DataAttributeOrBuilder
CreateDataAttributeRequestOrBuilder. getDataAttributeOrBuilder()
Required.DataAttributeOrBuilder
UpdateDataAttributeRequest.Builder. getDataAttributeOrBuilder()
Required.DataAttributeOrBuilder
UpdateDataAttributeRequest. getDataAttributeOrBuilder()
Required.DataAttributeOrBuilder
UpdateDataAttributeRequestOrBuilder. getDataAttributeOrBuilder()
Required.DataAttributeOrBuilder
ListDataAttributesResponse.Builder. getDataAttributesOrBuilder(int index)
DataAttributes under the given parent DataTaxonomy.DataAttributeOrBuilder
ListDataAttributesResponse. getDataAttributesOrBuilder(int index)
DataAttributes under the given parent DataTaxonomy.DataAttributeOrBuilder
ListDataAttributesResponseOrBuilder. getDataAttributesOrBuilder(int index)
DataAttributes under the given parent DataTaxonomy.Methods in com.google.cloud.dataplex.v1 that return types with arguments of type DataAttributeOrBuilder Modifier and Type Method Description List<? extends DataAttributeOrBuilder>
ListDataAttributesResponse.Builder. getDataAttributesOrBuilderList()
DataAttributes under the given parent DataTaxonomy.List<? extends DataAttributeOrBuilder>
ListDataAttributesResponse. getDataAttributesOrBuilderList()
DataAttributes under the given parent DataTaxonomy.List<? extends DataAttributeOrBuilder>
ListDataAttributesResponseOrBuilder. getDataAttributesOrBuilderList()
DataAttributes under the given parent DataTaxonomy.
-