Class EntryGroup (1.51.0)

public final class EntryGroup extends GeneratedMessageV3 implements EntryGroupOrBuilder

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

Protobuf type google.cloud.datacatalog.v1beta1.EntryGroup

Implements

EntryGroupOrBuilder

Static Fields

DATA_CATALOG_TIMESTAMPS_FIELD_NUMBER

public static final int DATA_CATALOG_TIMESTAMPS_FIELD_NUMBER
Field Value
Type Description
int

DESCRIPTION_FIELD_NUMBER

public static final int DESCRIPTION_FIELD_NUMBER
Field Value
Type Description
int

DISPLAY_NAME_FIELD_NUMBER

public static final int DISPLAY_NAME_FIELD_NUMBER
Field Value
Type Description
int

NAME_FIELD_NUMBER

public static final int NAME_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static EntryGroup getDefaultInstance()
Returns
Type Description
EntryGroup

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static EntryGroup.Builder newBuilder()
Returns
Type Description
EntryGroup.Builder

newBuilder(EntryGroup prototype)

public static EntryGroup.Builder newBuilder(EntryGroup prototype)
Parameter
Name Description
prototype EntryGroup
Returns
Type Description
EntryGroup.Builder

parseDelimitedFrom(InputStream input)

public static EntryGroup parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
EntryGroup
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static EntryGroup parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
EntryGroup
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static EntryGroup parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
EntryGroup
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static EntryGroup parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
EntryGroup
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static EntryGroup parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
EntryGroup
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static EntryGroup parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
EntryGroup
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static EntryGroup parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
EntryGroup
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static EntryGroup parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
EntryGroup
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static EntryGroup parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
EntryGroup
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static EntryGroup parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
EntryGroup
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static EntryGroup parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
EntryGroup
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static EntryGroup parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
EntryGroup
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<EntryGroup> parser()
Returns
Type Description
Parser<EntryGroup>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDataCatalogTimestamps()

public SystemTimestamps getDataCatalogTimestamps()

Output only. Timestamps about this EntryGroup. Default value is empty timestamps.

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

Returns
Type Description
SystemTimestamps

The dataCatalogTimestamps.

getDataCatalogTimestampsOrBuilder()

public SystemTimestampsOrBuilder getDataCatalogTimestampsOrBuilder()

Output only. Timestamps about this EntryGroup. Default value is empty timestamps.

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

Returns
Type Description
SystemTimestampsOrBuilder

getDefaultInstanceForType()

public EntryGroup getDefaultInstanceForType()
Returns
Type Description
EntryGroup

getDescription()

public String getDescription()

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

string description = 3;

Returns
Type Description
String

The description.

getDescriptionBytes()

public ByteString getDescriptionBytes()

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

string description = 3;

Returns
Type Description
ByteString

The bytes for description.

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
Type Description
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
Type Description
ByteString

The bytes for displayName.

getName()

public String getName()

The resource name of the entry group in URL format. Example:

  • projects/{project_id}/locations/{location}/entryGroups/{entry_group_id}

    Note that this EntryGroup and its child resources may not actually be stored in the location in this name.

string name = 1;

Returns
Type Description
String

The name.

getNameBytes()

public ByteString getNameBytes()

The resource name of the entry group in URL format. Example:

  • projects/{project_id}/locations/{location}/entryGroups/{entry_group_id}

    Note that this EntryGroup and its child resources may not actually be stored in the location in this name.

string name = 1;

Returns
Type Description
ByteString

The bytes for name.

getParserForType()

public Parser<EntryGroup> getParserForType()
Returns
Type Description
Parser<EntryGroup>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

hasDataCatalogTimestamps()

public boolean hasDataCatalogTimestamps()

Output only. Timestamps about this EntryGroup. Default value is empty timestamps.

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

Returns
Type Description
boolean

Whether the dataCatalogTimestamps field is set.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public EntryGroup.Builder newBuilderForType()
Returns
Type Description
EntryGroup.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected EntryGroup.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
EntryGroup.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public EntryGroup.Builder toBuilder()
Returns
Type Description
EntryGroup.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException