Class DataQualityRule.RuleSource.RulePathElement.EntrySource (1.91.0)

public static final class DataQualityRule.RuleSource.RulePathElement.EntrySource extends GeneratedMessage implements DataQualityRule.RuleSource.RulePathElement.EntrySourceOrBuilder

Entry source represents information about the related source entry.

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

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > DataQualityRule.RuleSource.RulePathElement.EntrySource

Static Fields

DISPLAY_NAME_FIELD_NUMBER

public static final int DISPLAY_NAME_FIELD_NUMBER
Field Value
Type Description
int

ENTRY_FIELD_NUMBER

public static final int ENTRY_FIELD_NUMBER
Field Value
Type Description
int

ENTRY_TYPE_FIELD_NUMBER

public static final int ENTRY_TYPE_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

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

getDescriptor()

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

newBuilder()

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

newBuilder(DataQualityRule.RuleSource.RulePathElement.EntrySource prototype)

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

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

Methods

equals(Object obj)

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

getDefaultInstanceForType()

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

getDisplayName()

public String getDisplayName()

Output only. The display name of the entry.

string display_name = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The displayName.

getDisplayNameBytes()

public ByteString getDisplayNameBytes()

Output only. The display name of the entry.

string display_name = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for displayName.

getEntry()

public String getEntry()

Output only. The entry name in the form of: projects/{project_id_or_number}/locations/{location_id}/entryGroups/{entry_group_id}/entries/{entry_id}

string entry = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The entry.

getEntryBytes()

public ByteString getEntryBytes()

Output only. The entry name in the form of: projects/{project_id_or_number}/locations/{location_id}/entryGroups/{entry_group_id}/entries/{entry_id}

string entry = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for entry.

getEntryType()

public String getEntryType()

Output only. The entry type to represent the current characteristics of the entry in the form of: projects/{project_id_or_number}/locations/{location_id}/entryTypes/{entry-type-id}.

string entry_type = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The entryType.

getEntryTypeBytes()

public ByteString getEntryTypeBytes()

Output only. The entry type to represent the current characteristics of the entry in the form of: projects/{project_id_or_number}/locations/{location_id}/entryTypes/{entry-type-id}.

string entry_type = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for entryType.

getParserForType()

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

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.RulePathElement.EntrySource.Builder newBuilderForType()
Returns
Type Description
DataQualityRule.RuleSource.RulePathElement.EntrySource.Builder

newBuilderForType(AbstractMessage.BuilderParent parent)

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

toBuilder()

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

writeTo(CodedOutputStream output)

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