Class TaggedEntry (1.47.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
TypeDescription
int

PRESENT_TAGS_FIELD_NUMBER

public static final int PRESENT_TAGS_FIELD_NUMBER
Field Value
TypeDescription
int

V1_ENTRY_FIELD_NUMBER

public static final int V1_ENTRY_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static TaggedEntry getDefaultInstance()
Returns
TypeDescription
TaggedEntry

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static TaggedEntry.Builder newBuilder()
Returns
TypeDescription
TaggedEntry.Builder

newBuilder(TaggedEntry prototype)

public static TaggedEntry.Builder newBuilder(TaggedEntry prototype)
Parameter
NameDescription
prototypeTaggedEntry
Returns
TypeDescription
TaggedEntry.Builder

parseDelimitedFrom(InputStream input)

public static TaggedEntry parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
TaggedEntry
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static TaggedEntry parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
TaggedEntry
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static TaggedEntry parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
TaggedEntry
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static TaggedEntry parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
TaggedEntry
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static TaggedEntry parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
TaggedEntry
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static TaggedEntry parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
TaggedEntry
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static TaggedEntry parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
TaggedEntry
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static TaggedEntry parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
TaggedEntry
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static TaggedEntry parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
TaggedEntry
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static TaggedEntry parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
TaggedEntry
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static TaggedEntry parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
TaggedEntry
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static TaggedEntry parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
TaggedEntry
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<TaggedEntry> parser()
Returns
TypeDescription
Parser<TaggedEntry>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
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
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

getEntryCase()

public TaggedEntry.EntryCase getEntryCase()
Returns
TypeDescription
TaggedEntry.EntryCase

getParserForType()

public Parser<TaggedEntry> getParserForType()
Returns
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
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
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>

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

getV1Entry()

public Entry getV1Entry()

Non-encrypted Data Catalog v1 Entry.

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

Returns
TypeDescription
Entry

The v1Entry.

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.

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

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

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected TaggedEntry.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
TaggedEntry.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

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

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException