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 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

      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];
    • getPresentTags

      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];
    • 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

      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];
    • getAbsentTagsList

      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];
    • getAbsentTags

      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];
    • 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

      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];
    • getEntryCase

      TaggedEntry.EntryCase getEntryCase()