Class TaggedEntry.Builder (1.43.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
TypeDescription
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
NameDescription
valueTag
Returns
TypeDescription
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
NameDescription
builderForValueTag.Builder
Returns
TypeDescription
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
NameDescription
indexint
valueTag
Returns
TypeDescription
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
NameDescription
indexint
builderForValueTag.Builder
Returns
TypeDescription
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
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
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
NameDescription
valuesIterable<? extends com.google.cloud.datacatalog.v1.Tag>
Returns
TypeDescription
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
NameDescription
valuesIterable<? extends com.google.cloud.datacatalog.v1.Tag>
Returns
TypeDescription
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
NameDescription
valueTag
Returns
TypeDescription
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
NameDescription
builderForValueTag.Builder
Returns
TypeDescription
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
NameDescription
indexint
valueTag
Returns
TypeDescription
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
NameDescription
indexint
builderForValueTag.Builder
Returns
TypeDescription
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
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
Tag.Builder

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public TaggedEntry.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
TaggedEntry.Builder
Overrides

build()

public TaggedEntry build()
Returns
TypeDescription
TaggedEntry

buildPartial()

public TaggedEntry buildPartial()
Returns
TypeDescription
TaggedEntry

clear()

public TaggedEntry.Builder clear()
Returns
TypeDescription
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
TypeDescription
TaggedEntry.Builder

clearEntry()

public TaggedEntry.Builder clearEntry()
Returns
TypeDescription
TaggedEntry.Builder

clearField(Descriptors.FieldDescriptor field)

public TaggedEntry.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
TaggedEntry.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public TaggedEntry.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
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
TypeDescription
TaggedEntry.Builder

clearV1Entry()

public TaggedEntry.Builder clearV1Entry()

Non-encrypted Data Catalog v1 Entry.

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

Returns
TypeDescription
TaggedEntry.Builder

clone()

public TaggedEntry.Builder clone()
Returns
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
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
TypeDescription
List<? extends com.google.cloud.datacatalog.v1.TagOrBuilder>

getDefaultInstanceForType()

public TaggedEntry getDefaultInstanceForType()
Returns
TypeDescription
TaggedEntry

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getEntryCase()

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

The v1Entry.

getV1EntryBuilder()

public Entry.Builder getV1EntryBuilder()

Non-encrypted Data Catalog v1 Entry.

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

Returns
TypeDescription
Entry.Builder

getV1EntryOrBuilder()

public EntryOrBuilder getV1EntryOrBuilder()

Non-encrypted Data Catalog v1 Entry.

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

Returns
TypeDescription
EntryOrBuilder

hasV1Entry()

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

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(TaggedEntry other)

public TaggedEntry.Builder mergeFrom(TaggedEntry other)
Parameter
NameDescription
otherTaggedEntry
Returns
TypeDescription
TaggedEntry.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public TaggedEntry.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
TaggedEntry.Builder
Overrides
Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public TaggedEntry.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
TaggedEntry.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final TaggedEntry.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
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
NameDescription
valueEntry
Returns
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
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
NameDescription
indexint
valueTag
Returns
TypeDescription
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
NameDescription
indexint
builderForValueTag.Builder
Returns
TypeDescription
TaggedEntry.Builder

setField(Descriptors.FieldDescriptor field, Object value)

public TaggedEntry.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
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
NameDescription
indexint
valueTag
Returns
TypeDescription
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
NameDescription
indexint
builderForValueTag.Builder
Returns
TypeDescription
TaggedEntry.Builder

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

public TaggedEntry.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
TaggedEntry.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final TaggedEntry.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
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
NameDescription
valueEntry
Returns
TypeDescription
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
NameDescription
builderForValueEntry.Builder
Returns
TypeDescription
TaggedEntry.Builder