Class EntryOverview (1.43.0)

public final class EntryOverview extends GeneratedMessageV3 implements EntryOverviewOrBuilder

Entry overview fields for rich text descriptions of entries.

Protobuf type google.cloud.datacatalog.v1.EntryOverview

Static Fields

OVERVIEW_FIELD_NUMBER

public static final int OVERVIEW_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static EntryOverview getDefaultInstance()
Returns
TypeDescription
EntryOverview

getDescriptor()

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

newBuilder()

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

newBuilder(EntryOverview prototype)

public static EntryOverview.Builder newBuilder(EntryOverview prototype)
Parameter
NameDescription
prototypeEntryOverview
Returns
TypeDescription
EntryOverview.Builder

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

Methods

equals(Object obj)

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

getDefaultInstanceForType()

public EntryOverview getDefaultInstanceForType()
Returns
TypeDescription
EntryOverview

getOverview()

public String getOverview()

Entry overview with support for rich text.

The overview must only contain Unicode characters, and should be formatted using HTML. The maximum length is 10 MiB as this value holds HTML descriptions including encoded images. The maximum length of the text without images is 100 KiB.

string overview = 1;

Returns
TypeDescription
String

The overview.

getOverviewBytes()

public ByteString getOverviewBytes()

Entry overview with support for rich text.

The overview must only contain Unicode characters, and should be formatted using HTML. The maximum length is 10 MiB as this value holds HTML descriptions including encoded images. The maximum length of the text without images is 100 KiB.

string overview = 1;

Returns
TypeDescription
ByteString

The bytes for overview.

getParserForType()

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

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

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 EntryOverview.Builder newBuilderForType()
Returns
TypeDescription
EntryOverview.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

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

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

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

toBuilder()

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

writeTo(CodedOutputStream output)

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