public final class TaggedEntry extends com.google.protobuf.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| Modifier and Type | Class and Description |
|---|---|
static class |
TaggedEntry.Builder
Wrapper containing Entry and information about Tags
that should and should not be attached to it.
|
static class |
TaggedEntry.EntryCase |
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
ABSENT_TAGS_FIELD_NUMBER |
static int |
PRESENT_TAGS_FIELD_NUMBER |
static int |
V1_ENTRY_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Tag |
getAbsentTags(int index)
Optional.
|
int |
getAbsentTagsCount()
Optional.
|
List<Tag> |
getAbsentTagsList()
Optional.
|
TagOrBuilder |
getAbsentTagsOrBuilder(int index)
Optional.
|
List<? extends TagOrBuilder> |
getAbsentTagsOrBuilderList()
Optional.
|
static TaggedEntry |
getDefaultInstance() |
TaggedEntry |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
TaggedEntry.EntryCase |
getEntryCase() |
com.google.protobuf.Parser<TaggedEntry> |
getParserForType() |
Tag |
getPresentTags(int index)
Optional.
|
int |
getPresentTagsCount()
Optional.
|
List<Tag> |
getPresentTagsList()
Optional.
|
TagOrBuilder |
getPresentTagsOrBuilder(int index)
Optional.
|
List<? extends TagOrBuilder> |
getPresentTagsOrBuilderList()
Optional.
|
int |
getSerializedSize() |
Entry |
getV1Entry()
Non-encrypted Data Catalog v1 Entry.
|
EntryOrBuilder |
getV1EntryOrBuilder()
Non-encrypted Data Catalog v1 Entry.
|
int |
hashCode() |
boolean |
hasV1Entry()
Non-encrypted Data Catalog v1 Entry.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static TaggedEntry.Builder |
newBuilder() |
static TaggedEntry.Builder |
newBuilder(TaggedEntry prototype) |
TaggedEntry.Builder |
newBuilderForType() |
protected TaggedEntry.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static TaggedEntry |
parseDelimitedFrom(InputStream input) |
static TaggedEntry |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TaggedEntry |
parseFrom(byte[] data) |
static TaggedEntry |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TaggedEntry |
parseFrom(ByteBuffer data) |
static TaggedEntry |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TaggedEntry |
parseFrom(com.google.protobuf.ByteString data) |
static TaggedEntry |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TaggedEntry |
parseFrom(com.google.protobuf.CodedInputStream input) |
static TaggedEntry |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TaggedEntry |
parseFrom(InputStream input) |
static TaggedEntry |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<TaggedEntry> |
parser() |
TaggedEntry.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int V1_ENTRY_FIELD_NUMBER
public static final int PRESENT_TAGS_FIELD_NUMBER
public static final int ABSENT_TAGS_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public TaggedEntry.EntryCase getEntryCase()
getEntryCase in interface TaggedEntryOrBuilderpublic boolean hasV1Entry()
Non-encrypted Data Catalog v1 Entry.
.google.cloud.datacatalog.v1.Entry v1_entry = 1;hasV1Entry in interface TaggedEntryOrBuilderpublic Entry getV1Entry()
Non-encrypted Data Catalog v1 Entry.
.google.cloud.datacatalog.v1.Entry v1_entry = 1;getV1Entry in interface TaggedEntryOrBuilderpublic EntryOrBuilder getV1EntryOrBuilder()
Non-encrypted Data Catalog v1 Entry.
.google.cloud.datacatalog.v1.Entry v1_entry = 1;getV1EntryOrBuilder in interface TaggedEntryOrBuilderpublic 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];
getPresentTagsList in interface TaggedEntryOrBuilderpublic 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];
getPresentTagsOrBuilderList in interface TaggedEntryOrBuilderpublic 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];
getPresentTagsCount in interface TaggedEntryOrBuilderpublic 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];
getPresentTags in interface TaggedEntryOrBuilderpublic 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];
getPresentTagsOrBuilder in interface TaggedEntryOrBuilderpublic 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];
getAbsentTagsList in interface TaggedEntryOrBuilderpublic 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];
getAbsentTagsOrBuilderList in interface TaggedEntryOrBuilderpublic 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];
getAbsentTagsCount in interface TaggedEntryOrBuilderpublic 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];
getAbsentTags in interface TaggedEntryOrBuilderpublic 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];
getAbsentTagsOrBuilder in interface TaggedEntryOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static TaggedEntry parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TaggedEntry parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TaggedEntry parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TaggedEntry parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TaggedEntry parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TaggedEntry parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TaggedEntry parseFrom(InputStream input) throws IOException
IOExceptionpublic static TaggedEntry parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static TaggedEntry parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static TaggedEntry parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static TaggedEntry parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static TaggedEntry parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic TaggedEntry.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static TaggedEntry.Builder newBuilder()
public static TaggedEntry.Builder newBuilder(TaggedEntry prototype)
public TaggedEntry.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected TaggedEntry.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static TaggedEntry getDefaultInstance()
public static com.google.protobuf.Parser<TaggedEntry> parser()
public com.google.protobuf.Parser<TaggedEntry> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public TaggedEntry getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2023 Google LLC. All rights reserved.