Send feedback
Class Origin (0.47.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 0.47.0 keyboard_arrow_down
public final class Origin extends GeneratedMessageV3 implements OriginOrBuilder
Origin of a process.
Protobuf type google.cloud.datacatalog.lineage.v1.Origin
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
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 ()
newBuilder()
public static Origin . Builder newBuilder ()
newBuilder(Origin prototype)
public static Origin . Builder newBuilder ( Origin prototype )
Parameter
Name
Description
prototype
Origin
public static Origin parseDelimitedFrom ( InputStream input )
Returns
Type
Description
Origin
public static Origin parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
Returns
Type
Description
Origin
parseFrom(byte[] data)
public static Origin parseFrom ( byte [] data )
Parameter
Name
Description
data
byte []
Returns
Type
Description
Origin
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Origin parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
Returns
Type
Description
Origin
parseFrom(ByteString data)
public static Origin parseFrom ( ByteString data )
Returns
Type
Description
Origin
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Origin parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
Returns
Type
Description
Origin
public static Origin parseFrom ( CodedInputStream input )
Returns
Type
Description
Origin
public static Origin parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Returns
Type
Description
Origin
public static Origin parseFrom ( InputStream input )
Returns
Type
Description
Origin
public static Origin parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
Returns
Type
Description
Origin
parseFrom(ByteBuffer data)
public static Origin parseFrom ( ByteBuffer data )
Returns
Type
Description
Origin
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Origin parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
Returns
Type
Description
Origin
parser()
public static Parser<Origin> parser ()
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter
Name
Description
obj
Object
Overrides
getDefaultInstanceForType()
public Origin getDefaultInstanceForType ()
Returns
Type
Description
Origin
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 ()
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;
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()
Returns
Type
Description
int
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
newBuilderForType()
public Origin . Builder newBuilderForType ()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected Origin . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Returns
Type
Description
Object
Overrides
toBuilder()
public Origin . Builder toBuilder ()
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-28 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-28 UTC."],[],[]]