Class DataQualityRule.RuleSource (1.91.0)

public static final class DataQualityRule.RuleSource extends GeneratedMessage implements DataQualityRule.RuleSourceOrBuilder

Represents the rule source information from Catalog.

Protobuf type google.cloud.dataplex.v1.DataQualityRule.RuleSource

Static Fields

RULE_PATH_ELEMENTS_FIELD_NUMBER

public static final int RULE_PATH_ELEMENTS_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static DataQualityRule.RuleSource getDefaultInstance()
Returns
Type Description
DataQualityRule.RuleSource

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static DataQualityRule.RuleSource.Builder newBuilder()
Returns
Type Description
DataQualityRule.RuleSource.Builder

newBuilder(DataQualityRule.RuleSource prototype)

public static DataQualityRule.RuleSource.Builder newBuilder(DataQualityRule.RuleSource prototype)
Parameter
Name Description
prototype DataQualityRule.RuleSource
Returns
Type Description
DataQualityRule.RuleSource.Builder

parseDelimitedFrom(InputStream input)

public static DataQualityRule.RuleSource parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
DataQualityRule.RuleSource
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static DataQualityRule.RuleSource parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
DataQualityRule.RuleSource
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static DataQualityRule.RuleSource parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
DataQualityRule.RuleSource
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static DataQualityRule.RuleSource parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
DataQualityRule.RuleSource
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static DataQualityRule.RuleSource parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
DataQualityRule.RuleSource
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static DataQualityRule.RuleSource parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
DataQualityRule.RuleSource
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static DataQualityRule.RuleSource parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
DataQualityRule.RuleSource
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static DataQualityRule.RuleSource parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
DataQualityRule.RuleSource
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static DataQualityRule.RuleSource parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
DataQualityRule.RuleSource
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static DataQualityRule.RuleSource parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
DataQualityRule.RuleSource
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static DataQualityRule.RuleSource parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
DataQualityRule.RuleSource
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static DataQualityRule.RuleSource parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
DataQualityRule.RuleSource
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<DataQualityRule.RuleSource> parser()
Returns
Type Description
Parser<RuleSource>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

public DataQualityRule.RuleSource getDefaultInstanceForType()
Returns
Type Description
DataQualityRule.RuleSource

getParserForType()

public Parser<DataQualityRule.RuleSource> getParserForType()
Returns
Type Description
Parser<RuleSource>
Overrides

getRulePathElements(int index)

public DataQualityRule.RuleSource.RulePathElement getRulePathElements(int index)

Output only. Rule path elements represent information about the individual items in the relationship path between the scan resource and rule origin in that order.

repeated .google.cloud.dataplex.v1.DataQualityRule.RuleSource.RulePathElement rule_path_elements = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
index int
Returns
Type Description
DataQualityRule.RuleSource.RulePathElement

getRulePathElementsCount()

public int getRulePathElementsCount()

Output only. Rule path elements represent information about the individual items in the relationship path between the scan resource and rule origin in that order.

repeated .google.cloud.dataplex.v1.DataQualityRule.RuleSource.RulePathElement rule_path_elements = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

getRulePathElementsList()

public List<DataQualityRule.RuleSource.RulePathElement> getRulePathElementsList()

Output only. Rule path elements represent information about the individual items in the relationship path between the scan resource and rule origin in that order.

repeated .google.cloud.dataplex.v1.DataQualityRule.RuleSource.RulePathElement rule_path_elements = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
List<RulePathElement>

getRulePathElementsOrBuilder(int index)

public DataQualityRule.RuleSource.RulePathElementOrBuilder getRulePathElementsOrBuilder(int index)

Output only. Rule path elements represent information about the individual items in the relationship path between the scan resource and rule origin in that order.

repeated .google.cloud.dataplex.v1.DataQualityRule.RuleSource.RulePathElement rule_path_elements = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
index int
Returns
Type Description
DataQualityRule.RuleSource.RulePathElementOrBuilder

getRulePathElementsOrBuilderList()

public List<? extends DataQualityRule.RuleSource.RulePathElementOrBuilder> getRulePathElementsOrBuilderList()

Output only. Rule path elements represent information about the individual items in the relationship path between the scan resource and rule origin in that order.

repeated .google.cloud.dataplex.v1.DataQualityRule.RuleSource.RulePathElement rule_path_elements = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
List<? extends com.google.cloud.dataplex.v1.DataQualityRule.RuleSource.RulePathElementOrBuilder>

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public DataQualityRule.RuleSource.Builder newBuilderForType()
Returns
Type Description
DataQualityRule.RuleSource.Builder

newBuilderForType(AbstractMessage.BuilderParent parent)

protected DataQualityRule.RuleSource.Builder newBuilderForType(AbstractMessage.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
DataQualityRule.RuleSource.Builder
Overrides

toBuilder()

public DataQualityRule.RuleSource.Builder toBuilder()
Returns
Type Description
DataQualityRule.RuleSource.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException