Class EntryGroup (1.6.2)

public final class EntryGroup extends GeneratedMessageV3 implements EntryGroupOrBuilder

Entry group metadata. An EntryGroup resource represents a logical grouping of zero or more Data Catalog Entry resources.

Protobuf type google.cloud.datacatalog.v1.EntryGroup

Implements

EntryGroupOrBuilder

Fields

DATA_CATALOG_TIMESTAMPS_FIELD_NUMBER

public static final int DATA_CATALOG_TIMESTAMPS_FIELD_NUMBER
Field Value
TypeDescription
int

DESCRIPTION_FIELD_NUMBER

public static final int DESCRIPTION_FIELD_NUMBER
Field Value
TypeDescription
int

DISPLAY_NAME_FIELD_NUMBER

public static final int DISPLAY_NAME_FIELD_NUMBER
Field Value
TypeDescription
int

NAME_FIELD_NUMBER

public static final int NAME_FIELD_NUMBER
Field Value
TypeDescription
int

Methods

equals(Object obj)

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

getDataCatalogTimestamps()

public SystemTimestamps getDataCatalogTimestamps()

Output only. Timestamps of the entry group. Default value is empty.

.google.cloud.datacatalog.v1.SystemTimestamps data_catalog_timestamps = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
SystemTimestamps

The dataCatalogTimestamps.

getDataCatalogTimestampsOrBuilder()

public SystemTimestampsOrBuilder getDataCatalogTimestampsOrBuilder()

Output only. Timestamps of the entry group. Default value is empty.

.google.cloud.datacatalog.v1.SystemTimestamps data_catalog_timestamps = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
SystemTimestampsOrBuilder

getDefaultInstance()

public static EntryGroup getDefaultInstance()
Returns
TypeDescription
EntryGroup

getDefaultInstanceForType()

public EntryGroup getDefaultInstanceForType()
Returns
TypeDescription
EntryGroup

getDescription()

public String getDescription()

Entry group description. Can consist of several sentences or paragraphs that describe the entry group contents. Default value is an empty string.

string description = 3;

Returns
TypeDescription
String

The description.

getDescriptionBytes()

public ByteString getDescriptionBytes()

Entry group description. Can consist of several sentences or paragraphs that describe the entry group contents. Default value is an empty string.

string description = 3;

Returns
TypeDescription
ByteString

The bytes for description.

getDescriptor()

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

getDisplayName()

public String getDisplayName()

A short name to identify the entry group, for example, "analytics data - jan 2011". Default value is an empty string.

string display_name = 2;

Returns
TypeDescription
String

The displayName.

getDisplayNameBytes()

public ByteString getDisplayNameBytes()

A short name to identify the entry group, for example, "analytics data - jan 2011". Default value is an empty string.

string display_name = 2;

Returns
TypeDescription
ByteString

The bytes for displayName.

getName()

public String getName()

The resource name of the entry group in URL format. Note: The entry group itself and its child resources might not be stored in the location specified in its name.

string name = 1;

Returns
TypeDescription
String

The name.

getNameBytes()

public ByteString getNameBytes()

The resource name of the entry group in URL format. Note: The entry group itself and its child resources might not be stored in the location specified in its name.

string name = 1;

Returns
TypeDescription
ByteString

The bytes for name.

getParserForType()

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

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

getUnknownFields()

public final UnknownFieldSet getUnknownFields()
Returns
TypeDescription
UnknownFieldSet
Overrides

hasDataCatalogTimestamps()

public boolean hasDataCatalogTimestamps()

Output only. Timestamps of the entry group. Default value is empty.

.google.cloud.datacatalog.v1.SystemTimestamps data_catalog_timestamps = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
boolean

Whether the dataCatalogTimestamps 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

newBuilder()

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

newBuilder(EntryGroup prototype)

public static EntryGroup.Builder newBuilder(EntryGroup prototype)
Parameter
NameDescription
prototypeEntryGroup
Returns
TypeDescription
EntryGroup.Builder

newBuilderForType()

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

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

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

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

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

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

toBuilder()

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

writeTo(CodedOutputStream output)

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