public interface BusinessContextOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Contacts |
getContacts()
Contact people for the entry.
|
ContactsOrBuilder |
getContactsOrBuilder()
Contact people for the entry.
|
EntryOverview |
getEntryOverview()
Entry overview fields for rich text descriptions of entries.
|
EntryOverviewOrBuilder |
getEntryOverviewOrBuilder()
Entry overview fields for rich text descriptions of entries.
|
boolean |
hasContacts()
Contact people for the entry.
|
boolean |
hasEntryOverview()
Entry overview fields for rich text descriptions of entries.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasEntryOverview()
Entry overview fields for rich text descriptions of entries.
.google.cloud.datacatalog.v1.EntryOverview entry_overview = 1;EntryOverview getEntryOverview()
Entry overview fields for rich text descriptions of entries.
.google.cloud.datacatalog.v1.EntryOverview entry_overview = 1;EntryOverviewOrBuilder getEntryOverviewOrBuilder()
Entry overview fields for rich text descriptions of entries.
.google.cloud.datacatalog.v1.EntryOverview entry_overview = 1;boolean hasContacts()
Contact people for the entry.
.google.cloud.datacatalog.v1.Contacts contacts = 2;Contacts getContacts()
Contact people for the entry.
.google.cloud.datacatalog.v1.Contacts contacts = 2;ContactsOrBuilder getContactsOrBuilder()
Contact people for the entry.
.google.cloud.datacatalog.v1.Contacts contacts = 2;Copyright © 2023 Google LLC. All rights reserved.