Uses of Class
com.google.cloud.dataplex.v1.DataQualityRule
-
Packages that use DataQualityRule Package Description com.google.cloud.dataplex.v1 A client to Cloud Dataplex API -
-
Uses of DataQualityRule in com.google.cloud.dataplex.v1
Methods in com.google.cloud.dataplex.v1 that return DataQualityRule Modifier and Type Method Description DataQualityRule
DataQualityRule.Builder. build()
DataQualityRule
DataQualityRule.Builder. buildPartial()
static DataQualityRule
DataQualityRule. getDefaultInstance()
DataQualityRule
DataQualityRule.Builder. getDefaultInstanceForType()
DataQualityRule
DataQualityRule. getDefaultInstanceForType()
DataQualityRule
DataQualityRuleResult.Builder. getRule()
The rule specified in the DataQualitySpec, as is.DataQualityRule
DataQualityRuleResult. getRule()
The rule specified in the DataQualitySpec, as is.DataQualityRule
DataQualityRuleResultOrBuilder. getRule()
The rule specified in the DataQualitySpec, as is.DataQualityRule
DataQualitySpec.Builder. getRules(int index)
Required.DataQualityRule
DataQualitySpec. getRules(int index)
Required.DataQualityRule
DataQualitySpecOrBuilder. getRules(int index)
Required.static DataQualityRule
DataQualityRule. parseDelimitedFrom(InputStream input)
static DataQualityRule
DataQualityRule. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DataQualityRule
DataQualityRule. parseFrom(byte[] data)
static DataQualityRule
DataQualityRule. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DataQualityRule
DataQualityRule. parseFrom(com.google.protobuf.ByteString data)
static DataQualityRule
DataQualityRule. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DataQualityRule
DataQualityRule. parseFrom(com.google.protobuf.CodedInputStream input)
static DataQualityRule
DataQualityRule. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DataQualityRule
DataQualityRule. parseFrom(InputStream input)
static DataQualityRule
DataQualityRule. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DataQualityRule
DataQualityRule. parseFrom(ByteBuffer data)
static DataQualityRule
DataQualityRule. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.dataplex.v1 that return types with arguments of type DataQualityRule Modifier and Type Method Description com.google.protobuf.Parser<DataQualityRule>
DataQualityRule. getParserForType()
List<DataQualityRule>
DataQualitySpec.Builder. getRulesList()
Required.List<DataQualityRule>
DataQualitySpec. getRulesList()
Required.List<DataQualityRule>
DataQualitySpecOrBuilder. getRulesList()
Required.static com.google.protobuf.Parser<DataQualityRule>
DataQualityRule. parser()
Methods in com.google.cloud.dataplex.v1 with parameters of type DataQualityRule Modifier and Type Method Description DataQualitySpec.Builder
DataQualitySpec.Builder. addRules(int index, DataQualityRule value)
Required.DataQualitySpec.Builder
DataQualitySpec.Builder. addRules(DataQualityRule value)
Required.DataQualityRule.Builder
DataQualityRule.Builder. mergeFrom(DataQualityRule other)
DataQualityRuleResult.Builder
DataQualityRuleResult.Builder. mergeRule(DataQualityRule value)
The rule specified in the DataQualitySpec, as is.static DataQualityRule.Builder
DataQualityRule. newBuilder(DataQualityRule prototype)
DataQualityRuleResult.Builder
DataQualityRuleResult.Builder. setRule(DataQualityRule value)
The rule specified in the DataQualitySpec, as is.DataQualitySpec.Builder
DataQualitySpec.Builder. setRules(int index, DataQualityRule value)
Required.Method parameters in com.google.cloud.dataplex.v1 with type arguments of type DataQualityRule Modifier and Type Method Description DataQualitySpec.Builder
DataQualitySpec.Builder. addAllRules(Iterable<? extends DataQualityRule> values)
Required.
-