public final class Entry extends GeneratedMessageV3 implements EntryOrBuilder
An entry is a representation of a data resource that can be described by
various metadata.
Protobuf type google.cloud.dataplex.v1.Entry
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
ASPECTS_FIELD_NUMBER
public static final int ASPECTS_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
CREATE_TIME_FIELD_NUMBER
public static final int CREATE_TIME_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
ENTRY_SOURCE_FIELD_NUMBER
public static final int ENTRY_SOURCE_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
ENTRY_TYPE_FIELD_NUMBER
public static final int ENTRY_TYPE_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
FULLY_QUALIFIED_NAME_FIELD_NUMBER
public static final int FULLY_QUALIFIED_NAME_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
NAME_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
PARENT_ENTRY_FIELD_NUMBER
public static final int PARENT_ENTRY_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
UPDATE_TIME_FIELD_NUMBER
public static final int UPDATE_TIME_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static Entry getDefaultInstance()
Returns |
Type |
Description |
Entry |
|
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static Entry.Builder newBuilder()
newBuilder(Entry prototype)
public static Entry.Builder newBuilder(Entry prototype)
Parameter |
Name |
Description |
prototype |
Entry
|
parseDelimitedFrom(InputStream input)
public static Entry parseDelimitedFrom(InputStream input)
Returns |
Type |
Description |
Entry |
|
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static Entry parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Returns |
Type |
Description |
Entry |
|
parseFrom(byte[] data)
public static Entry parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
Returns |
Type |
Description |
Entry |
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Entry parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Returns |
Type |
Description |
Entry |
|
parseFrom(ByteString data)
public static Entry parseFrom(ByteString data)
Returns |
Type |
Description |
Entry |
|
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Entry parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Returns |
Type |
Description |
Entry |
|
parseFrom(CodedInputStream input)
public static Entry parseFrom(CodedInputStream input)
Returns |
Type |
Description |
Entry |
|
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static Entry parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Returns |
Type |
Description |
Entry |
|
parseFrom(InputStream input)
public static Entry parseFrom(InputStream input)
Returns |
Type |
Description |
Entry |
|
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static Entry parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Returns |
Type |
Description |
Entry |
|
parseFrom(ByteBuffer data)
public static Entry parseFrom(ByteBuffer data)
Returns |
Type |
Description |
Entry |
|
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Entry parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Returns |
Type |
Description |
Entry |
|
parser()
public static Parser<Entry> parser()
Methods
containsAspects(String key)
public boolean containsAspects(String key)
Optional. The aspects that are attached to the entry. Depending on how the
aspect is attached to the entry, the format of the aspect key can be one of
the following:
- If the aspect is attached directly to the entry:
{project_id_or_number}.{location_id}.{aspect_type_id}
- If the aspect is attached to an entry's path:
{project_id_or_number}.{location_id}.{aspect_type_id}@{path}
map<string, .google.cloud.dataplex.v1.Aspect> aspects = 9 [(.google.api.field_behavior) = OPTIONAL];
Parameter |
Name |
Description |
key |
String
|
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
getAspects() (deprecated)
public Map<String,Aspect> getAspects()
getAspectsCount()
public int getAspectsCount()
Optional. The aspects that are attached to the entry. Depending on how the
aspect is attached to the entry, the format of the aspect key can be one of
the following:
- If the aspect is attached directly to the entry:
{project_id_or_number}.{location_id}.{aspect_type_id}
- If the aspect is attached to an entry's path:
{project_id_or_number}.{location_id}.{aspect_type_id}@{path}
map<string, .google.cloud.dataplex.v1.Aspect> aspects = 9 [(.google.api.field_behavior) = OPTIONAL];
Returns |
Type |
Description |
int |
|
getAspectsMap()
public Map<String,Aspect> getAspectsMap()
Optional. The aspects that are attached to the entry. Depending on how the
aspect is attached to the entry, the format of the aspect key can be one of
the following:
- If the aspect is attached directly to the entry:
{project_id_or_number}.{location_id}.{aspect_type_id}
- If the aspect is attached to an entry's path:
{project_id_or_number}.{location_id}.{aspect_type_id}@{path}
map<string, .google.cloud.dataplex.v1.Aspect> aspects = 9 [(.google.api.field_behavior) = OPTIONAL];
getAspectsOrDefault(String key, Aspect defaultValue)
public Aspect getAspectsOrDefault(String key, Aspect defaultValue)
Optional. The aspects that are attached to the entry. Depending on how the
aspect is attached to the entry, the format of the aspect key can be one of
the following:
- If the aspect is attached directly to the entry:
{project_id_or_number}.{location_id}.{aspect_type_id}
- If the aspect is attached to an entry's path:
{project_id_or_number}.{location_id}.{aspect_type_id}@{path}
map<string, .google.cloud.dataplex.v1.Aspect> aspects = 9 [(.google.api.field_behavior) = OPTIONAL];
Returns |
Type |
Description |
Aspect |
|
getAspectsOrThrow(String key)
public Aspect getAspectsOrThrow(String key)
Optional. The aspects that are attached to the entry. Depending on how the
aspect is attached to the entry, the format of the aspect key can be one of
the following:
- If the aspect is attached directly to the entry:
{project_id_or_number}.{location_id}.{aspect_type_id}
- If the aspect is attached to an entry's path:
{project_id_or_number}.{location_id}.{aspect_type_id}@{path}
map<string, .google.cloud.dataplex.v1.Aspect> aspects = 9 [(.google.api.field_behavior) = OPTIONAL];
Parameter |
Name |
Description |
key |
String
|
Returns |
Type |
Description |
Aspect |
|
getCreateTime()
public Timestamp getCreateTime()
Output only. The time when the entry was created in Dataplex.
.google.protobuf.Timestamp create_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns |
Type |
Description |
Timestamp |
The createTime.
|
getCreateTimeOrBuilder()
public TimestampOrBuilder getCreateTimeOrBuilder()
Output only. The time when the entry was created in Dataplex.
.google.protobuf.Timestamp create_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
getDefaultInstanceForType()
public Entry getDefaultInstanceForType()
Returns |
Type |
Description |
Entry |
|
getEntrySource()
public EntrySource getEntrySource()
Optional. Information related to the source system of the data resource
that is represented by the entry.
.google.cloud.dataplex.v1.EntrySource entry_source = 15 [(.google.api.field_behavior) = OPTIONAL];
getEntrySourceOrBuilder()
public EntrySourceOrBuilder getEntrySourceOrBuilder()
Optional. Information related to the source system of the data resource
that is represented by the entry.
.google.cloud.dataplex.v1.EntrySource entry_source = 15 [(.google.api.field_behavior) = OPTIONAL];
getEntryType()
public String getEntryType()
Required. Immutable. The relative resource name of the entry type that was
used to create this entry, in the format
projects/{project_id_or_number}/locations/{location_id}/entryTypes/{entry_type_id}
.
string entry_type = 4 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE];
Returns |
Type |
Description |
String |
The entryType.
|
getEntryTypeBytes()
public ByteString getEntryTypeBytes()
Required. Immutable. The relative resource name of the entry type that was
used to create this entry, in the format
projects/{project_id_or_number}/locations/{location_id}/entryTypes/{entry_type_id}
.
string entry_type = 4 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE];
Returns |
Type |
Description |
ByteString |
The bytes for entryType.
|
getFullyQualifiedName()
public String getFullyQualifiedName()
Optional. A name for the entry that can be referenced by an external
system. For more information, see Fully qualified
names.
The maximum size of the field is 4000 characters.
string fully_qualified_name = 12 [(.google.api.field_behavior) = OPTIONAL];
Returns |
Type |
Description |
String |
The fullyQualifiedName.
|
getFullyQualifiedNameBytes()
public ByteString getFullyQualifiedNameBytes()
Optional. A name for the entry that can be referenced by an external
system. For more information, see Fully qualified
names.
The maximum size of the field is 4000 characters.
string fully_qualified_name = 12 [(.google.api.field_behavior) = OPTIONAL];
Returns |
Type |
Description |
ByteString |
The bytes for fullyQualifiedName.
|
getName()
Identifier. The relative resource name of the entry, in the format
projects/{project_id_or_number}/locations/{location_id}/entryGroups/{entry_group_id}/entries/{entry_id}
.
string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
Returns |
Type |
Description |
String |
The name.
|
getNameBytes()
public ByteString getNameBytes()
Identifier. The relative resource name of the entry, in the format
projects/{project_id_or_number}/locations/{location_id}/entryGroups/{entry_group_id}/entries/{entry_id}
.
string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
Returns |
Type |
Description |
ByteString |
The bytes for name.
|
getParentEntry()
public String getParentEntry()
Optional. Immutable. The resource name of the parent entry.
string parent_entry = 10 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = IMMUTABLE];
Returns |
Type |
Description |
String |
The parentEntry.
|
getParentEntryBytes()
public ByteString getParentEntryBytes()
Optional. Immutable. The resource name of the parent entry.
string parent_entry = 10 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = IMMUTABLE];
Returns |
Type |
Description |
ByteString |
The bytes for parentEntry.
|
getParserForType()
public Parser<Entry> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
getUpdateTime()
public Timestamp getUpdateTime()
Output only. The time when the entry was last updated in Dataplex.
.google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns |
Type |
Description |
Timestamp |
The updateTime.
|
getUpdateTimeOrBuilder()
public TimestampOrBuilder getUpdateTimeOrBuilder()
Output only. The time when the entry was last updated in Dataplex.
.google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
hasCreateTime()
public boolean hasCreateTime()
Output only. The time when the entry was created in Dataplex.
.google.protobuf.Timestamp create_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns |
Type |
Description |
boolean |
Whether the createTime field is set.
|
hasEntrySource()
public boolean hasEntrySource()
Optional. Information related to the source system of the data resource
that is represented by the entry.
.google.cloud.dataplex.v1.EntrySource entry_source = 15 [(.google.api.field_behavior) = OPTIONAL];
Returns |
Type |
Description |
boolean |
Whether the entrySource field is set.
|
hasUpdateTime()
public boolean hasUpdateTime()
Output only. The time when the entry was last updated in Dataplex.
.google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns |
Type |
Description |
boolean |
Whether the updateTime field is set.
|
hashCode()
Returns |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
internalGetMapFieldReflection(int number)
protected MapFieldReflectionAccessor internalGetMapFieldReflection(int number)
Parameter |
Name |
Description |
number |
int
|
Returns |
Type |
Description |
com.google.protobuf.MapFieldReflectionAccessor |
|
Overrides
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public Entry.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected Entry.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public Entry.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides