public static final class LineageLink.DependencyInfo extends GeneratedMessage implements LineageLink.DependencyInfoOrBuilderDependency info describes how one entity is dependent on another.
Protobuf type google.cloud.datacatalog.lineage.v1.LineageLink.DependencyInfo
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > LineageLink.DependencyInfoImplements
LineageLink.DependencyInfoOrBuilderStatic Fields
DEPENDENCY_TYPE_FIELD_NUMBER
public static final int DEPENDENCY_TYPE_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
Static Methods
getDefaultInstance()
public static LineageLink.DependencyInfo getDefaultInstance()| Returns | |
|---|---|
| Type | Description |
LineageLink.DependencyInfo |
|
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
newBuilder()
public static LineageLink.DependencyInfo.Builder newBuilder()| Returns | |
|---|---|
| Type | Description |
LineageLink.DependencyInfo.Builder |
|
newBuilder(LineageLink.DependencyInfo prototype)
public static LineageLink.DependencyInfo.Builder newBuilder(LineageLink.DependencyInfo prototype)| Parameter | |
|---|---|
| Name | Description |
prototype |
LineageLink.DependencyInfo |
| Returns | |
|---|---|
| Type | Description |
LineageLink.DependencyInfo.Builder |
|
parseDelimitedFrom(InputStream input)
public static LineageLink.DependencyInfo parseDelimitedFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
LineageLink.DependencyInfo |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static LineageLink.DependencyInfo parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
LineageLink.DependencyInfo |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(byte[] data)
public static LineageLink.DependencyInfo parseFrom(byte[] data)| Parameter | |
|---|---|
| Name | Description |
data |
byte[] |
| Returns | |
|---|---|
| Type | Description |
LineageLink.DependencyInfo |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static LineageLink.DependencyInfo parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
LineageLink.DependencyInfo |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data)
public static LineageLink.DependencyInfo parseFrom(ByteString data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteString |
| Returns | |
|---|---|
| Type | Description |
LineageLink.DependencyInfo |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static LineageLink.DependencyInfo parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
LineageLink.DependencyInfo |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(CodedInputStream input)
public static LineageLink.DependencyInfo parseFrom(CodedInputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
CodedInputStream |
| Returns | |
|---|---|
| Type | Description |
LineageLink.DependencyInfo |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static LineageLink.DependencyInfo parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
LineageLink.DependencyInfo |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input)
public static LineageLink.DependencyInfo parseFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
LineageLink.DependencyInfo |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static LineageLink.DependencyInfo parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
LineageLink.DependencyInfo |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(ByteBuffer data)
public static LineageLink.DependencyInfo parseFrom(ByteBuffer data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteBuffer |
| Returns | |
|---|---|
| Type | Description |
LineageLink.DependencyInfo |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static LineageLink.DependencyInfo parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
LineageLink.DependencyInfo |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parser()
public static Parser<LineageLink.DependencyInfo> parser()| Returns | |
|---|---|
| Type | Description |
Parser<DependencyInfo> |
|
Methods
equals(Object obj)
public boolean equals(Object obj)| Parameter | |
|---|---|
| Name | Description |
obj |
Object |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getDefaultInstanceForType()
public LineageLink.DependencyInfo getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
LineageLink.DependencyInfo |
|
getDependencyType()
public DependencyType getDependencyType()The type of dependency.
.google.cloud.datacatalog.lineage.v1.DependencyType dependency_type = 1;
| Returns | |
|---|---|
| Type | Description |
DependencyType |
The dependencyType. |
getDependencyTypeValue()
public int getDependencyTypeValue()The type of dependency.
.google.cloud.datacatalog.lineage.v1.DependencyType dependency_type = 1;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for dependencyType. |
getParserForType()
public Parser<LineageLink.DependencyInfo> getParserForType()| Returns | |
|---|---|
| Type | Description |
Parser<DependencyInfo> |
|
getSerializedSize()
public int getSerializedSize()| Returns | |
|---|---|
| Type | Description |
int |
|
hashCode()
public int hashCode()| Returns | |
|---|---|
| Type | Description |
int |
|
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
newBuilderForType()
public LineageLink.DependencyInfo.Builder newBuilderForType()| Returns | |
|---|---|
| Type | Description |
LineageLink.DependencyInfo.Builder |
|
newBuilderForType(AbstractMessage.BuilderParent parent)
protected LineageLink.DependencyInfo.Builder newBuilderForType(AbstractMessage.BuilderParent parent)| Parameter | |
|---|---|
| Name | Description |
parent |
BuilderParent |
| Returns | |
|---|---|
| Type | Description |
LineageLink.DependencyInfo.Builder |
|
toBuilder()
public LineageLink.DependencyInfo.Builder toBuilder()| Returns | |
|---|---|
| Type | Description |
LineageLink.DependencyInfo.Builder |
|
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)| Parameter | |
|---|---|
| Name | Description |
output |
CodedOutputStream |
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|