public interface BusinessContextOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getContacts()
public abstract Contacts getContacts()Contact people for the entry.
.google.cloud.datacatalog.v1.Contacts contacts = 2;
| Returns | |
|---|---|
| Type | Description |
Contacts |
The contacts. |
getContactsOrBuilder()
public abstract ContactsOrBuilder getContactsOrBuilder()Contact people for the entry.
.google.cloud.datacatalog.v1.Contacts contacts = 2;
| Returns | |
|---|---|
| Type | Description |
ContactsOrBuilder |
|
getEntryOverview()
public abstract EntryOverview getEntryOverview()Entry overview fields for rich text descriptions of entries.
.google.cloud.datacatalog.v1.EntryOverview entry_overview = 1;
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
EntryOverviewOrBuilder |
|
hasContacts()
public abstract boolean hasContacts()Contact people for the entry.
.google.cloud.datacatalog.v1.Contacts contacts = 2;
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
boolean |
Whether the entryOverview field is set. |