Class TaggedEntry (1.48.0)

public final class TaggedEntry extends GeneratedMessageV3 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 Fields

ABSENT_TAGS_FIELD_NUMBER

public static final int ABSENT_TAGS_FIELD_NUMBER
Field Value
Type Description
int

PRESENT_TAGS_FIELD_NUMBER

public static final int PRESENT_TAGS_FIELD_NUMBER
Field Value
Type Description
int

V1_ENTRY_FIELD_NUMBER

public static final int V1_ENTRY_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static TaggedEntry getDefaultInstance()
Returns
Type Description
TaggedEntry

getDescriptor()

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

newBuilder()

public static TaggedEntry.Builder newBuilder()
Returns
Type Description
TaggedEntry.Builder

newBuilder(TaggedEntry prototype)

public static TaggedEntry.Builder newBuilder(TaggedEntry prototype)
Parameter
Name Description
prototype TaggedEntry
Returns
Type Description
TaggedEntry.Builder

parseDelimitedFrom(InputStream input)

public static TaggedEntry parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
TaggedEntry
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static TaggedEntry parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
TaggedEntry
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static TaggedEntry parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
TaggedEntry
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static TaggedEntry parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
TaggedEntry
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static TaggedEntry parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
TaggedEntry
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static TaggedEntry parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
TaggedEntry
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static TaggedEntry parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
TaggedEntry
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static TaggedEntry parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
TaggedEntry
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static TaggedEntry parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
TaggedEntry
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static TaggedEntry parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
TaggedEntry
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static TaggedEntry parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
TaggedEntry
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static TaggedEntry parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
TaggedEntry
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<TaggedEntry> parser()
Returns
Type Description
Parser<TaggedEntry>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
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

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

getEntryCase()

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

getParserForType()

public Parser<TaggedEntry> getParserForType()
Returns
Type Description
Parser<TaggedEntry>
Overrides

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

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>

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

getV1Entry()

public Entry getV1Entry()

Non-encrypted Data Catalog v1 Entry.

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

Returns
Type Description
Entry

The v1Entry.

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.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

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

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected TaggedEntry.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
TaggedEntry.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

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

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException