Class BusinessContext (1.8.4)

public final class BusinessContext extends GeneratedMessageV3 implements BusinessContextOrBuilder

Business Context of the entry.

Protobuf type google.cloud.datacatalog.v1.BusinessContext

Static Fields

CONTACTS_FIELD_NUMBER

public static final int CONTACTS_FIELD_NUMBER
Field Value
TypeDescription
int

ENTRY_OVERVIEW_FIELD_NUMBER

public static final int ENTRY_OVERVIEW_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static BusinessContext getDefaultInstance()
Returns
TypeDescription
BusinessContext

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static BusinessContext.Builder newBuilder()
Returns
TypeDescription
BusinessContext.Builder

newBuilder(BusinessContext prototype)

public static BusinessContext.Builder newBuilder(BusinessContext prototype)
Parameter
NameDescription
prototypeBusinessContext
Returns
TypeDescription
BusinessContext.Builder

parseDelimitedFrom(InputStream input)

public static BusinessContext parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
BusinessContext
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static BusinessContext parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
BusinessContext
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static BusinessContext parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
BusinessContext
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static BusinessContext parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
BusinessContext
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static BusinessContext parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
BusinessContext
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static BusinessContext parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
BusinessContext
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static BusinessContext parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
BusinessContext
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static BusinessContext parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
BusinessContext
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static BusinessContext parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
BusinessContext
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static BusinessContext parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
BusinessContext
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static BusinessContext parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
BusinessContext
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static BusinessContext parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
BusinessContext
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<BusinessContext> parser()
Returns
TypeDescription
Parser<BusinessContext>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getContacts()

public Contacts getContacts()

Contact people for the entry.

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

Returns
TypeDescription
Contacts

The contacts.

getContactsOrBuilder()

public ContactsOrBuilder getContactsOrBuilder()

Contact people for the entry.

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

Returns
TypeDescription
ContactsOrBuilder

getDefaultInstanceForType()

public BusinessContext getDefaultInstanceForType()
Returns
TypeDescription
BusinessContext

getEntryOverview()

public 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 EntryOverviewOrBuilder getEntryOverviewOrBuilder()

Entry overview fields for rich text descriptions of entries.

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

Returns
TypeDescription
EntryOverviewOrBuilder

getParserForType()

public Parser<BusinessContext> getParserForType()
Returns
TypeDescription
Parser<BusinessContext>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

getUnknownFields()

public final UnknownFieldSet getUnknownFields()
Returns
TypeDescription
UnknownFieldSet
Overrides

hasContacts()

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

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public BusinessContext.Builder newBuilderForType()
Returns
TypeDescription
BusinessContext.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected BusinessContext.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
BusinessContext.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public BusinessContext.Builder toBuilder()
Returns
TypeDescription
BusinessContext.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides Exceptions
TypeDescription
IOException