Interface BusinessContextOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
BusinessContext, BusinessContext.Builder

@Generated public interface BusinessContextOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Contact people for the entry.
    Contact people for the entry.
    Entry overview fields for rich text descriptions of entries.
    Entry overview fields for rich text descriptions of entries.
    boolean
    Contact people for the entry.
    boolean
    Entry overview fields for rich text descriptions of entries.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • hasEntryOverview

      boolean hasEntryOverview()
       Entry overview fields for rich text descriptions of entries.
       
      .google.cloud.datacatalog.v1.EntryOverview entry_overview = 1;
      Returns:
      Whether the entryOverview field is set.
    • getEntryOverview

      EntryOverview getEntryOverview()
       Entry overview fields for rich text descriptions of entries.
       
      .google.cloud.datacatalog.v1.EntryOverview entry_overview = 1;
      Returns:
      The entryOverview.
    • getEntryOverviewOrBuilder

      EntryOverviewOrBuilder getEntryOverviewOrBuilder()
       Entry overview fields for rich text descriptions of entries.
       
      .google.cloud.datacatalog.v1.EntryOverview entry_overview = 1;
    • hasContacts

      boolean hasContacts()
       Contact people for the entry.
       
      .google.cloud.datacatalog.v1.Contacts contacts = 2;
      Returns:
      Whether the contacts field is set.
    • getContacts

      Contacts getContacts()
       Contact people for the entry.
       
      .google.cloud.datacatalog.v1.Contacts contacts = 2;
      Returns:
      The contacts.
    • getContactsOrBuilder

      ContactsOrBuilder getContactsOrBuilder()
       Contact people for the entry.
       
      .google.cloud.datacatalog.v1.Contacts contacts = 2;