Package com.google.cloud.datacatalog.v1
Interface TaggedEntryOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
TaggedEntry,TaggedEntry.Builder
@Generated
public interface TaggedEntryOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetAbsentTags(int index) Optional.intOptional.Optional.getAbsentTagsOrBuilder(int index) Optional.List<? extends TagOrBuilder>Optional.getPresentTags(int index) Optional.intOptional.Optional.getPresentTagsOrBuilder(int index) Optional.List<? extends TagOrBuilder>Optional.Non-encrypted Data Catalog v1 Entry.Non-encrypted Data Catalog v1 Entry.booleanNon-encrypted Data Catalog v1 Entry.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasV1Entry
boolean hasV1Entry()Non-encrypted Data Catalog v1 Entry.
.google.cloud.datacatalog.v1.Entry v1_entry = 1;- Returns:
- Whether the v1Entry field is set.
-
getV1Entry
Entry getV1Entry()Non-encrypted Data Catalog v1 Entry.
.google.cloud.datacatalog.v1.Entry v1_entry = 1;- Returns:
- The v1Entry.
-
getV1EntryOrBuilder
EntryOrBuilder getV1EntryOrBuilder()Non-encrypted Data Catalog v1 Entry.
.google.cloud.datacatalog.v1.Entry v1_entry = 1; -
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]; -
getPresentTags
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
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]; -
getPresentTagsOrBuilderList
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]; -
getPresentTagsOrBuilder
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]; -
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]; -
getAbsentTags
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
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]; -
getAbsentTagsOrBuilderList
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]; -
getAbsentTagsOrBuilder
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]; -
getEntryCase
TaggedEntry.EntryCase getEntryCase()
-