Class TaggedEntry.Builder (1.51.0)

public static final class TaggedEntry.Builder extends GeneratedMessageV3.Builder<TaggedEntry.Builder> implements TaggedEntryOrBuilder

Wrapper containing Entry and information about Tags that should and should not be attached to it.

Protobuf type google.cloud.datacatalog.v1.TaggedEntry

Static Methods

getDescriptor()

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

Methods

addAbsentTags(Tag value)

public TaggedEntry.Builder addAbsentTags(Tag value)

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
value Tag
Returns
Type Description
TaggedEntry.Builder

addAbsentTags(Tag.Builder builderForValue)

public TaggedEntry.Builder addAbsentTags(Tag.Builder builderForValue)

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
builderForValue Tag.Builder
Returns
Type Description
TaggedEntry.Builder

addAbsentTags(int index, Tag value)

public TaggedEntry.Builder addAbsentTags(int index, Tag value)

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

Parameters
Name Description
index int
value Tag
Returns
Type Description
TaggedEntry.Builder

addAbsentTags(int index, Tag.Builder builderForValue)

public TaggedEntry.Builder addAbsentTags(int index, Tag.Builder builderForValue)

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

Parameters
Name Description
index int
builderForValue Tag.Builder
Returns
Type Description
TaggedEntry.Builder

addAbsentTagsBuilder()

public Tag.Builder addAbsentTagsBuilder()

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
Tag.Builder

addAbsentTagsBuilder(int index)

public Tag.Builder addAbsentTagsBuilder(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.Builder

addAllAbsentTags(Iterable<? extends Tag> values)

public TaggedEntry.Builder addAllAbsentTags(Iterable<? extends Tag> values)

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
values Iterable<? extends com.google.cloud.datacatalog.v1.Tag>
Returns
Type Description
TaggedEntry.Builder

addAllPresentTags(Iterable<? extends Tag> values)

public TaggedEntry.Builder addAllPresentTags(Iterable<? extends Tag> values)

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
values Iterable<? extends com.google.cloud.datacatalog.v1.Tag>
Returns
Type Description
TaggedEntry.Builder

addPresentTags(Tag value)

public TaggedEntry.Builder addPresentTags(Tag value)

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
value Tag
Returns
Type Description
TaggedEntry.Builder

addPresentTags(Tag.Builder builderForValue)

public TaggedEntry.Builder addPresentTags(Tag.Builder builderForValue)

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
builderForValue Tag.Builder
Returns
Type Description
TaggedEntry.Builder

addPresentTags(int index, Tag value)

public TaggedEntry.Builder addPresentTags(int index, Tag value)

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

Parameters
Name Description
index int
value Tag
Returns
Type Description
TaggedEntry.Builder

addPresentTags(int index, Tag.Builder builderForValue)

public TaggedEntry.Builder addPresentTags(int index, Tag.Builder builderForValue)

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

Parameters
Name Description
index int
builderForValue Tag.Builder
Returns
Type Description
TaggedEntry.Builder

addPresentTagsBuilder()

public Tag.Builder addPresentTagsBuilder()

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
Tag.Builder

addPresentTagsBuilder(int index)

public Tag.Builder addPresentTagsBuilder(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.Builder

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public TaggedEntry.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
TaggedEntry.Builder
Overrides

build()

public TaggedEntry build()
Returns
Type Description
TaggedEntry

buildPartial()

public TaggedEntry buildPartial()
Returns
Type Description
TaggedEntry

clear()

public TaggedEntry.Builder clear()
Returns
Type Description
TaggedEntry.Builder
Overrides

clearAbsentTags()

public TaggedEntry.Builder clearAbsentTags()

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
TaggedEntry.Builder

clearEntry()

public TaggedEntry.Builder clearEntry()
Returns
Type Description
TaggedEntry.Builder

clearField(Descriptors.FieldDescriptor field)

public TaggedEntry.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
TaggedEntry.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public TaggedEntry.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
TaggedEntry.Builder
Overrides

clearPresentTags()

public TaggedEntry.Builder clearPresentTags()

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
TaggedEntry.Builder

clearV1Entry()

public TaggedEntry.Builder clearV1Entry()

Non-encrypted Data Catalog v1 Entry.

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

Returns
Type Description
TaggedEntry.Builder

clone()

public TaggedEntry.Builder clone()
Returns
Type Description
TaggedEntry.Builder
Overrides

getAbsentTags(int index)

public 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

getAbsentTagsBuilder(int index)

public Tag.Builder getAbsentTagsBuilder(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.Builder

getAbsentTagsBuilderList()

public List<Tag.Builder> getAbsentTagsBuilderList()

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<Builder>

getAbsentTagsCount()

public 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 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 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 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>

getDefaultInstanceForType()

public TaggedEntry getDefaultInstanceForType()
Returns
Type Description
TaggedEntry

getDescriptorForType()

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

getEntryCase()

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

getPresentTags(int index)

public 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

getPresentTagsBuilder(int index)

public Tag.Builder getPresentTagsBuilder(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.Builder

getPresentTagsBuilderList()

public List<Tag.Builder> getPresentTagsBuilderList()

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<Builder>

getPresentTagsCount()

public 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 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 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 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 Entry getV1Entry()

Non-encrypted Data Catalog v1 Entry.

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

Returns
Type Description
Entry

The v1Entry.

getV1EntryBuilder()

public Entry.Builder getV1EntryBuilder()

Non-encrypted Data Catalog v1 Entry.

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

Returns
Type Description
Entry.Builder

getV1EntryOrBuilder()

public EntryOrBuilder getV1EntryOrBuilder()

Non-encrypted Data Catalog v1 Entry.

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

Returns
Type Description
EntryOrBuilder

hasV1Entry()

public 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.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(TaggedEntry other)

public TaggedEntry.Builder mergeFrom(TaggedEntry other)
Parameter
Name Description
other TaggedEntry
Returns
Type Description
TaggedEntry.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public TaggedEntry.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
TaggedEntry.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public TaggedEntry.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
TaggedEntry.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final TaggedEntry.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
TaggedEntry.Builder
Overrides

mergeV1Entry(Entry value)

public TaggedEntry.Builder mergeV1Entry(Entry value)

Non-encrypted Data Catalog v1 Entry.

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

Parameter
Name Description
value Entry
Returns
Type Description
TaggedEntry.Builder

removeAbsentTags(int index)

public TaggedEntry.Builder removeAbsentTags(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
TaggedEntry.Builder

removePresentTags(int index)

public TaggedEntry.Builder removePresentTags(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
TaggedEntry.Builder

setAbsentTags(int index, Tag value)

public TaggedEntry.Builder setAbsentTags(int index, Tag value)

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

Parameters
Name Description
index int
value Tag
Returns
Type Description
TaggedEntry.Builder

setAbsentTags(int index, Tag.Builder builderForValue)

public TaggedEntry.Builder setAbsentTags(int index, Tag.Builder builderForValue)

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

Parameters
Name Description
index int
builderForValue Tag.Builder
Returns
Type Description
TaggedEntry.Builder

setField(Descriptors.FieldDescriptor field, Object value)

public TaggedEntry.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
TaggedEntry.Builder
Overrides

setPresentTags(int index, Tag value)

public TaggedEntry.Builder setPresentTags(int index, Tag value)

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

Parameters
Name Description
index int
value Tag
Returns
Type Description
TaggedEntry.Builder

setPresentTags(int index, Tag.Builder builderForValue)

public TaggedEntry.Builder setPresentTags(int index, Tag.Builder builderForValue)

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

Parameters
Name Description
index int
builderForValue Tag.Builder
Returns
Type Description
TaggedEntry.Builder

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public TaggedEntry.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
TaggedEntry.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final TaggedEntry.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
TaggedEntry.Builder
Overrides

setV1Entry(Entry value)

public TaggedEntry.Builder setV1Entry(Entry value)

Non-encrypted Data Catalog v1 Entry.

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

Parameter
Name Description
value Entry
Returns
Type Description
TaggedEntry.Builder

setV1Entry(Entry.Builder builderForValue)

public TaggedEntry.Builder setV1Entry(Entry.Builder builderForValue)

Non-encrypted Data Catalog v1 Entry.

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

Parameter
Name Description
builderForValue Entry.Builder
Returns
Type Description
TaggedEntry.Builder