public static final class DataQualityRule.RegexExpectation extends GeneratedMessageV3 implements DataQualityRule.RegexExpectationOrBuilder
Evaluates whether each column value matches a specified regex.
Protobuf type google.events.cloud.dataplex.v1.DataQualityRule.RegexExpectation
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > DataQualityRule.RegexExpectationImplements
DataQualityRule.RegexExpectationOrBuilderStatic Fields
REGEX_FIELD_NUMBER
public static final int REGEX_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
Static Methods
getDefaultInstance()
public static DataQualityRule.RegexExpectation getDefaultInstance()
Returns | |
---|---|
Type | Description |
DataQualityRule.RegexExpectation |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
newBuilder()
public static DataQualityRule.RegexExpectation.Builder newBuilder()
Returns | |
---|---|
Type | Description |
DataQualityRule.RegexExpectation.Builder |
newBuilder(DataQualityRule.RegexExpectation prototype)
public static DataQualityRule.RegexExpectation.Builder newBuilder(DataQualityRule.RegexExpectation prototype)
Parameter | |
---|---|
Name | Description |
prototype |
DataQualityRule.RegexExpectation |
Returns | |
---|---|
Type | Description |
DataQualityRule.RegexExpectation.Builder |
parseDelimitedFrom(InputStream input)
public static DataQualityRule.RegexExpectation parseDelimitedFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input |
InputStream |
Returns | |
---|---|
Type | Description |
DataQualityRule.RegexExpectation |
Exceptions | |
---|---|
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static DataQualityRule.RegexExpectation parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
DataQualityRule.RegexExpectation |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(byte[] data)
public static DataQualityRule.RegexExpectation parseFrom(byte[] data)
Parameter | |
---|---|
Name | Description |
data |
byte[] |
Returns | |
---|---|
Type | Description |
DataQualityRule.RegexExpectation |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static DataQualityRule.RegexExpectation parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
DataQualityRule.RegexExpectation |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static DataQualityRule.RegexExpectation parseFrom(ByteString data)
Parameter | |
---|---|
Name | Description |
data |
ByteString |
Returns | |
---|---|
Type | Description |
DataQualityRule.RegexExpectation |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static DataQualityRule.RegexExpectation parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
DataQualityRule.RegexExpectation |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static DataQualityRule.RegexExpectation parseFrom(CodedInputStream input)
Parameter | |
---|---|
Name | Description |
input |
CodedInputStream |
Returns | |
---|---|
Type | Description |
DataQualityRule.RegexExpectation |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static DataQualityRule.RegexExpectation parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
DataQualityRule.RegexExpectation |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input)
public static DataQualityRule.RegexExpectation parseFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input |
InputStream |
Returns | |
---|---|
Type | Description |
DataQualityRule.RegexExpectation |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static DataQualityRule.RegexExpectation parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
DataQualityRule.RegexExpectation |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static DataQualityRule.RegexExpectation parseFrom(ByteBuffer data)
Parameter | |
---|---|
Name | Description |
data |
ByteBuffer |
Returns | |
---|---|
Type | Description |
DataQualityRule.RegexExpectation |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static DataQualityRule.RegexExpectation parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
DataQualityRule.RegexExpectation |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<DataQualityRule.RegexExpectation> parser()
Returns | |
---|---|
Type | Description |
Parser<RegexExpectation> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter | |
---|---|
Name | Description |
obj |
Object |
Returns | |
---|---|
Type | Description |
boolean |
getDefaultInstanceForType()
public DataQualityRule.RegexExpectation getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
DataQualityRule.RegexExpectation |
getParserForType()
public Parser<DataQualityRule.RegexExpectation> getParserForType()
Returns | |
---|---|
Type | Description |
Parser<RegexExpectation> |
getRegex()
public String getRegex()
A regular expression the column value is expected to match.
string regex = 1;
Returns | |
---|---|
Type | Description |
String |
The regex. |
getRegexBytes()
public ByteString getRegexBytes()
A regular expression the column value is expected to match.
string regex = 1;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for regex. |
getSerializedSize()
public int getSerializedSize()
Returns | |
---|---|
Type | Description |
int |
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns | |
---|---|
Type | Description |
UnknownFieldSet |
hashCode()
public int hashCode()
Returns | |
---|---|
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
newBuilderForType()
public DataQualityRule.RegexExpectation.Builder newBuilderForType()
Returns | |
---|---|
Type | Description |
DataQualityRule.RegexExpectation.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected DataQualityRule.RegexExpectation.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter | |
---|---|
Name | Description |
parent |
BuilderParent |
Returns | |
---|---|
Type | Description |
DataQualityRule.RegexExpectation.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter | |
---|---|
Name | Description |
unused |
UnusedPrivateParameter |
Returns | |
---|---|
Type | Description |
Object |
toBuilder()
public DataQualityRule.RegexExpectation.Builder toBuilder()
Returns | |
---|---|
Type | Description |
DataQualityRule.RegexExpectation.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter | |
---|---|
Name | Description |
output |
CodedOutputStream |
Exceptions | |
---|---|
Type | Description |
IOException |