Class DataQualityRule.RuleSource.RulePathElement.EntrySource.Builder (1.91.0)

public static final class DataQualityRule.RuleSource.RulePathElement.EntrySource.Builder extends GeneratedMessage.Builder<DataQualityRule.RuleSource.RulePathElement.EntrySource.Builder> 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

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

Static Methods

getDescriptor()

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

Methods

build()

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

buildPartial()

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

clear()

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

clearDisplayName()

public DataQualityRule.RuleSource.RulePathElement.EntrySource.Builder clearDisplayName()

Output only. The display name of the entry.

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

Returns
Type Description
DataQualityRule.RuleSource.RulePathElement.EntrySource.Builder

This builder for chaining.

clearEntry()

public DataQualityRule.RuleSource.RulePathElement.EntrySource.Builder clearEntry()

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
DataQualityRule.RuleSource.RulePathElement.EntrySource.Builder

This builder for chaining.

clearEntryType()

public DataQualityRule.RuleSource.RulePathElement.EntrySource.Builder clearEntryType()

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
DataQualityRule.RuleSource.RulePathElement.EntrySource.Builder

This builder for chaining.

getDefaultInstanceForType()

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

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

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.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(DataQualityRule.RuleSource.RulePathElement.EntrySource other)

public DataQualityRule.RuleSource.RulePathElement.EntrySource.Builder mergeFrom(DataQualityRule.RuleSource.RulePathElement.EntrySource other)
Parameter
Name Description
other DataQualityRule.RuleSource.RulePathElement.EntrySource
Returns
Type Description
DataQualityRule.RuleSource.RulePathElement.EntrySource.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

public DataQualityRule.RuleSource.RulePathElement.EntrySource.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
DataQualityRule.RuleSource.RulePathElement.EntrySource.Builder
Overrides

setDisplayName(String value)

public DataQualityRule.RuleSource.RulePathElement.EntrySource.Builder setDisplayName(String value)

Output only. The display name of the entry.

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

Parameter
Name Description
value String

The displayName to set.

Returns
Type Description
DataQualityRule.RuleSource.RulePathElement.EntrySource.Builder

This builder for chaining.

setDisplayNameBytes(ByteString value)

public DataQualityRule.RuleSource.RulePathElement.EntrySource.Builder setDisplayNameBytes(ByteString value)

Output only. The display name of the entry.

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

Parameter
Name Description
value ByteString

The bytes for displayName to set.

Returns
Type Description
DataQualityRule.RuleSource.RulePathElement.EntrySource.Builder

This builder for chaining.

setEntry(String value)

public DataQualityRule.RuleSource.RulePathElement.EntrySource.Builder setEntry(String value)

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];

Parameter
Name Description
value String

The entry to set.

Returns
Type Description
DataQualityRule.RuleSource.RulePathElement.EntrySource.Builder

This builder for chaining.

setEntryBytes(ByteString value)

public DataQualityRule.RuleSource.RulePathElement.EntrySource.Builder setEntryBytes(ByteString value)

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];

Parameter
Name Description
value ByteString

The bytes for entry to set.

Returns
Type Description
DataQualityRule.RuleSource.RulePathElement.EntrySource.Builder

This builder for chaining.

setEntryType(String value)

public DataQualityRule.RuleSource.RulePathElement.EntrySource.Builder setEntryType(String value)

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];

Parameter
Name Description
value String

The entryType to set.

Returns
Type Description
DataQualityRule.RuleSource.RulePathElement.EntrySource.Builder

This builder for chaining.

setEntryTypeBytes(ByteString value)

public DataQualityRule.RuleSource.RulePathElement.EntrySource.Builder setEntryTypeBytes(ByteString value)

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];

Parameter
Name Description
value ByteString

The bytes for entryType to set.

Returns
Type Description
DataQualityRule.RuleSource.RulePathElement.EntrySource.Builder

This builder for chaining.