public static final class TaggedEntry.Builder extends com.google.protobuf.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.TaggedEntrygetAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfindInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<TaggedEntry.Builder>public TaggedEntry.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<TaggedEntry.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<TaggedEntry.Builder>public TaggedEntry getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic TaggedEntry build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic TaggedEntry buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic TaggedEntry.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<TaggedEntry.Builder>public TaggedEntry.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<TaggedEntry.Builder>public TaggedEntry.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<TaggedEntry.Builder>public TaggedEntry.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<TaggedEntry.Builder>public TaggedEntry.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<TaggedEntry.Builder>public TaggedEntry.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<TaggedEntry.Builder>public TaggedEntry.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<TaggedEntry.Builder>public TaggedEntry.Builder mergeFrom(TaggedEntry other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<TaggedEntry.Builder>public TaggedEntry.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<TaggedEntry.Builder>IOExceptionpublic TaggedEntry.EntryCase getEntryCase()
getEntryCase in interface TaggedEntryOrBuilderpublic TaggedEntry.Builder clearEntry()
public 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 TaggedEntry.Builder setV1Entry(Entry value)
Non-encrypted Data Catalog v1 Entry.
.google.cloud.datacatalog.v1.Entry v1_entry = 1;public TaggedEntry.Builder setV1Entry(Entry.Builder builderForValue)
Non-encrypted Data Catalog v1 Entry.
.google.cloud.datacatalog.v1.Entry v1_entry = 1;public TaggedEntry.Builder mergeV1Entry(Entry value)
Non-encrypted Data Catalog v1 Entry.
.google.cloud.datacatalog.v1.Entry v1_entry = 1;public TaggedEntry.Builder clearV1Entry()
Non-encrypted Data Catalog v1 Entry.
.google.cloud.datacatalog.v1.Entry v1_entry = 1;public Entry.Builder getV1EntryBuilder()
Non-encrypted Data Catalog v1 Entry.
.google.cloud.datacatalog.v1.Entry v1_entry = 1;public 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 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 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];
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];
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];
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];
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];
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];
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];
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];
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];
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];
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];
getPresentTagsOrBuilder 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 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];
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];
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];
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];
getAbsentTagsList 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 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];
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];
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];
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];
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];
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];
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];
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];
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];
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];
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];
getAbsentTagsOrBuilder 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 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];
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];
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];
public final TaggedEntry.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<TaggedEntry.Builder>public final TaggedEntry.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<TaggedEntry.Builder>Copyright © 2023 Google LLC. All rights reserved.