Interface BusinessContextOrBuilder (1.47.0)

public interface BusinessContextOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getContacts()

public abstract Contacts getContacts()

Contact people for the entry.

.google.cloud.datacatalog.v1.Contacts contacts = 2;

Returns
TypeDescription
Contacts

The contacts.

getContactsOrBuilder()

public abstract ContactsOrBuilder getContactsOrBuilder()

Contact people for the entry.

.google.cloud.datacatalog.v1.Contacts contacts = 2;

Returns
TypeDescription
ContactsOrBuilder

getEntryOverview()

public abstract EntryOverview getEntryOverview()

Entry overview fields for rich text descriptions of entries.

.google.cloud.datacatalog.v1.EntryOverview entry_overview = 1;

Returns
TypeDescription
EntryOverview

The entryOverview.

getEntryOverviewOrBuilder()

public abstract EntryOverviewOrBuilder getEntryOverviewOrBuilder()

Entry overview fields for rich text descriptions of entries.

.google.cloud.datacatalog.v1.EntryOverview entry_overview = 1;

Returns
TypeDescription
EntryOverviewOrBuilder

hasContacts()

public abstract boolean hasContacts()

Contact people for the entry.

.google.cloud.datacatalog.v1.Contacts contacts = 2;

Returns
TypeDescription
boolean

Whether the contacts field is set.

hasEntryOverview()

public abstract boolean hasEntryOverview()

Entry overview fields for rich text descriptions of entries.

.google.cloud.datacatalog.v1.EntryOverview entry_overview = 1;

Returns
TypeDescription
boolean

Whether the entryOverview field is set.