public interface TaggedEntryOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Tag |
getAbsentTags(int index)
Tags that should be deleted from the Data Catalog.
|
int |
getAbsentTagsCount()
Tags that should be deleted from the Data Catalog.
|
List<Tag> |
getAbsentTagsList()
Tags that should be deleted from the Data Catalog.
|
TagOrBuilder |
getAbsentTagsOrBuilder(int index)
Tags that should be deleted from the Data Catalog.
|
List<? extends TagOrBuilder> |
getAbsentTagsOrBuilderList()
Tags that should be deleted from the Data Catalog.
|
TaggedEntry.EntryCase |
getEntryCase() |
Tag |
getPresentTags(int index)
Tags that should be ingested into the Data Catalog.
|
int |
getPresentTagsCount()
Tags that should be ingested into the Data Catalog.
|
List<Tag> |
getPresentTagsList()
Tags that should be ingested into the Data Catalog.
|
TagOrBuilder |
getPresentTagsOrBuilder(int index)
Tags that should be ingested into the Data Catalog.
|
List<? extends TagOrBuilder> |
getPresentTagsOrBuilderList()
Tags that should be ingested into the Data Catalog.
|
Entry |
getV1Entry()
Non-encrypted Data Catalog v1 Entry.
|
EntryOrBuilder |
getV1EntryOrBuilder()
Non-encrypted Data Catalog v1 Entry.
|
boolean |
hasV1Entry()
Non-encrypted Data Catalog v1 Entry.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasV1Entry()
Non-encrypted Data Catalog v1 Entry.
.google.cloud.datacatalog.v1.Entry v1_entry = 1;Entry getV1Entry()
Non-encrypted Data Catalog v1 Entry.
.google.cloud.datacatalog.v1.Entry v1_entry = 1;EntryOrBuilder getV1EntryOrBuilder()
Non-encrypted Data Catalog v1 Entry.
.google.cloud.datacatalog.v1.Entry v1_entry = 1;List<Tag> getPresentTagsList()
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;Tag getPresentTags(int index)
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;int getPresentTagsCount()
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;List<? extends TagOrBuilder> getPresentTagsOrBuilderList()
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;TagOrBuilder getPresentTagsOrBuilder(int index)
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;List<Tag> getAbsentTagsList()
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;Tag getAbsentTags(int index)
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;int getAbsentTagsCount()
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;List<? extends TagOrBuilder> getAbsentTagsOrBuilderList()
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;TagOrBuilder getAbsentTagsOrBuilder(int index)
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;TaggedEntry.EntryCase getEntryCase()
Copyright © 2023 Google LLC. All rights reserved.