Interface TaggedEntryOrBuilder (1.48.0)

public interface TaggedEntryOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAbsentTags(int index)

public abstract Tag getAbsentTags(int index)

Optional. Tags that should be deleted from the Data Catalog. Caller should populate template name and column only.

repeated .google.cloud.datacatalog.v1.Tag absent_tags = 3 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
index int
Returns
Type Description
Tag

getAbsentTagsCount()

public abstract int getAbsentTagsCount()

Optional. Tags that should be deleted from the Data Catalog. Caller should populate template name and column only.

repeated .google.cloud.datacatalog.v1.Tag absent_tags = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
int

getAbsentTagsList()

public abstract List<Tag> getAbsentTagsList()

Optional. Tags that should be deleted from the Data Catalog. Caller should populate template name and column only.

repeated .google.cloud.datacatalog.v1.Tag absent_tags = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
List<Tag>

getAbsentTagsOrBuilder(int index)

public abstract TagOrBuilder getAbsentTagsOrBuilder(int index)

Optional. Tags that should be deleted from the Data Catalog. Caller should populate template name and column only.

repeated .google.cloud.datacatalog.v1.Tag absent_tags = 3 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
index int
Returns
Type Description
TagOrBuilder

getAbsentTagsOrBuilderList()

public abstract List<? extends TagOrBuilder> getAbsentTagsOrBuilderList()

Optional. Tags that should be deleted from the Data Catalog. Caller should populate template name and column only.

repeated .google.cloud.datacatalog.v1.Tag absent_tags = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
List<? extends com.google.cloud.datacatalog.v1.TagOrBuilder>

getEntryCase()

public abstract TaggedEntry.EntryCase getEntryCase()
Returns
Type Description
TaggedEntry.EntryCase

getPresentTags(int index)

public abstract Tag getPresentTags(int index)

Optional. Tags that should be ingested into the Data Catalog. Caller should populate template name, column and fields.

repeated .google.cloud.datacatalog.v1.Tag present_tags = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
index int
Returns
Type Description
Tag

getPresentTagsCount()

public abstract int getPresentTagsCount()

Optional. Tags that should be ingested into the Data Catalog. Caller should populate template name, column and fields.

repeated .google.cloud.datacatalog.v1.Tag present_tags = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
int

getPresentTagsList()

public abstract List<Tag> getPresentTagsList()

Optional. Tags that should be ingested into the Data Catalog. Caller should populate template name, column and fields.

repeated .google.cloud.datacatalog.v1.Tag present_tags = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
List<Tag>

getPresentTagsOrBuilder(int index)

public abstract TagOrBuilder getPresentTagsOrBuilder(int index)

Optional. Tags that should be ingested into the Data Catalog. Caller should populate template name, column and fields.

repeated .google.cloud.datacatalog.v1.Tag present_tags = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
index int
Returns
Type Description
TagOrBuilder

getPresentTagsOrBuilderList()

public abstract List<? extends TagOrBuilder> getPresentTagsOrBuilderList()

Optional. Tags that should be ingested into the Data Catalog. Caller should populate template name, column and fields.

repeated .google.cloud.datacatalog.v1.Tag present_tags = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
List<? extends com.google.cloud.datacatalog.v1.TagOrBuilder>

getV1Entry()

public abstract Entry getV1Entry()

Non-encrypted Data Catalog v1 Entry.

.google.cloud.datacatalog.v1.Entry v1_entry = 1;

Returns
Type Description
Entry

The v1Entry.

getV1EntryOrBuilder()

public abstract EntryOrBuilder getV1EntryOrBuilder()

Non-encrypted Data Catalog v1 Entry.

.google.cloud.datacatalog.v1.Entry v1_entry = 1;

Returns
Type Description
EntryOrBuilder

hasV1Entry()

public abstract boolean hasV1Entry()

Non-encrypted Data Catalog v1 Entry.

.google.cloud.datacatalog.v1.Entry v1_entry = 1;

Returns
Type Description
boolean

Whether the v1Entry field is set.