Interface TaggedEntryOrBuilder (1.43.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
NameDescription
indexint
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
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
TypeDescription
List<? extends com.google.cloud.datacatalog.v1.TagOrBuilder>

getEntryCase()

public abstract TaggedEntry.EntryCase getEntryCase()
Returns
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
Entry

The v1Entry.

getV1EntryOrBuilder()

public abstract EntryOrBuilder getV1EntryOrBuilder()

Non-encrypted Data Catalog v1 Entry.

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

Returns
TypeDescription
EntryOrBuilder

hasV1Entry()

public abstract boolean hasV1Entry()

Non-encrypted Data Catalog v1 Entry.

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

Returns
TypeDescription
boolean

Whether the v1Entry field is set.