Class Origin (0.34.0)

public final class Origin extends GeneratedMessageV3 implements OriginOrBuilder

Origin of a process.

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

Implements

OriginOrBuilder

Static Fields

NAME_FIELD_NUMBER

public static final int NAME_FIELD_NUMBER
Field Value
Type Description
int

SOURCE_TYPE_FIELD_NUMBER

public static final int SOURCE_TYPE_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static Origin getDefaultInstance()
Returns
Type Description
Origin

getDescriptor()

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

newBuilder()

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

newBuilder(Origin prototype)

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

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

Methods

equals(Object obj)

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

getDefaultInstanceForType()

public Origin getDefaultInstanceForType()
Returns
Type Description
Origin

getName()

public String getName()

If the source_type isn't CUSTOM, the value of this field should be a GCP resource name of the system, which reports lineage. The project and location parts of the resource name must match the project and location of the lineage resource being created. Examples:

  • {source_type: COMPOSER, name: "projects/foo/locations/us/environments/bar"}
  • {source_type: BIGQUERY, name: "projects/foo/locations/eu"}
  • {source_type: CUSTOM, name: "myCustomIntegration"}

string name = 2;

Returns
Type Description
String

The name.

getNameBytes()

public ByteString getNameBytes()

If the source_type isn't CUSTOM, the value of this field should be a GCP resource name of the system, which reports lineage. The project and location parts of the resource name must match the project and location of the lineage resource being created. Examples:

  • {source_type: COMPOSER, name: "projects/foo/locations/us/environments/bar"}
  • {source_type: BIGQUERY, name: "projects/foo/locations/eu"}
  • {source_type: CUSTOM, name: "myCustomIntegration"}

string name = 2;

Returns
Type Description
ByteString

The bytes for name.

getParserForType()

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

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

getSourceType()

public Origin.SourceType getSourceType()

Type of the source.

Use of a source_type other than CUSTOM for process creation or updating is highly discouraged, and may be restricted in the future without notice.

.google.cloud.datacatalog.lineage.v1.Origin.SourceType source_type = 1;

Returns
Type Description
Origin.SourceType

The sourceType.

getSourceTypeValue()

public int getSourceTypeValue()

Type of the source.

Use of a source_type other than CUSTOM for process creation or updating is highly discouraged, and may be restricted in the future without notice.

.google.cloud.datacatalog.lineage.v1.Origin.SourceType source_type = 1;

Returns
Type Description
int

The enum numeric value on the wire for sourceType.

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 Origin.Builder newBuilderForType()
Returns
Type Description
Origin.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

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

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

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

toBuilder()

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

writeTo(CodedOutputStream output)

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