Class DependencyInfo (0.85.0)

public final class DependencyInfo extends GeneratedMessage implements DependencyInfoOrBuilder

Dependency info describes how one entity depends on another.

Protobuf type google.cloud.datacatalog.lineage.v1.DependencyInfo

Static Fields

DEPENDENCY_TYPE_FIELD_NUMBER

public static final int DEPENDENCY_TYPE_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static DependencyInfo getDefaultInstance()
Returns
Type Description
DependencyInfo

getDescriptor()

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

newBuilder()

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

newBuilder(DependencyInfo prototype)

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

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

public static Parser<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
Overrides

getDefaultInstanceForType()

public DependencyInfo getDefaultInstanceForType()
Returns
Type Description
DependencyInfo

getDependencyType()

public DependencyType getDependencyType()

Required. Type of dependency.

.google.cloud.datacatalog.lineage.v1.DependencyType dependency_type = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
DependencyType

The dependencyType.

getDependencyTypeValue()

public int getDependencyTypeValue()

Required. Type of dependency.

.google.cloud.datacatalog.lineage.v1.DependencyType dependency_type = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
int

The enum numeric value on the wire for dependencyType.

getParserForType()

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

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

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

newBuilderForType(AbstractMessage.BuilderParent parent)

protected DependencyInfo.Builder newBuilderForType(AbstractMessage.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
DependencyInfo.Builder
Overrides

toBuilder()

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

writeTo(CodedOutputStream output)

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