public static final class Config.Ingestion extends GeneratedMessage implements Config.IngestionOrBuilderDefines how Lineage should be ingested for a given resource.
Protobuf type google.cloud.datacatalog.lineage.configmanagement.v1.Config.Ingestion
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > Config.IngestionImplements
Config.IngestionOrBuilderStatic Fields
RULES_FIELD_NUMBER
public static final int RULES_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
Static Methods
getDefaultInstance()
public static Config.Ingestion getDefaultInstance()| Returns | |
|---|---|
| Type | Description |
Config.Ingestion |
|
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
newBuilder()
public static Config.Ingestion.Builder newBuilder()| Returns | |
|---|---|
| Type | Description |
Config.Ingestion.Builder |
|
newBuilder(Config.Ingestion prototype)
public static Config.Ingestion.Builder newBuilder(Config.Ingestion prototype)| Parameter | |
|---|---|
| Name | Description |
prototype |
Config.Ingestion |
| Returns | |
|---|---|
| Type | Description |
Config.Ingestion.Builder |
|
parseDelimitedFrom(InputStream input)
public static Config.Ingestion parseDelimitedFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
Config.Ingestion |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static Config.Ingestion parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
Config.Ingestion |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(byte[] data)
public static Config.Ingestion parseFrom(byte[] data)| Parameter | |
|---|---|
| Name | Description |
data |
byte[] |
| Returns | |
|---|---|
| Type | Description |
Config.Ingestion |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Config.Ingestion parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
Config.Ingestion |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data)
public static Config.Ingestion parseFrom(ByteString data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteString |
| Returns | |
|---|---|
| Type | Description |
Config.Ingestion |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Config.Ingestion parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
Config.Ingestion |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(CodedInputStream input)
public static Config.Ingestion parseFrom(CodedInputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
CodedInputStream |
| Returns | |
|---|---|
| Type | Description |
Config.Ingestion |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static Config.Ingestion parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
Config.Ingestion |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input)
public static Config.Ingestion parseFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
Config.Ingestion |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static Config.Ingestion parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
Config.Ingestion |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(ByteBuffer data)
public static Config.Ingestion parseFrom(ByteBuffer data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteBuffer |
| Returns | |
|---|---|
| Type | Description |
Config.Ingestion |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Config.Ingestion parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
Config.Ingestion |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parser()
public static Parser<Config.Ingestion> parser()| Returns | |
|---|---|
| Type | Description |
Parser<Ingestion> |
|
Methods
equals(Object obj)
public boolean equals(Object obj)| Parameter | |
|---|---|
| Name | Description |
obj |
Object |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getDefaultInstanceForType()
public Config.Ingestion getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
Config.Ingestion |
|
getParserForType()
public Parser<Config.Ingestion> getParserForType()| Returns | |
|---|---|
| Type | Description |
Parser<Ingestion> |
|
getRules(int index)
public Config.Ingestion.IngestionRule getRules(int index)Optional. List of rules for Data Lineage ingestion.
repeated .google.cloud.datacatalog.lineage.configmanagement.v1.Config.Ingestion.IngestionRule rules = 1 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Config.Ingestion.IngestionRule |
|
getRulesCount()
public int getRulesCount()Optional. List of rules for Data Lineage ingestion.
repeated .google.cloud.datacatalog.lineage.configmanagement.v1.Config.Ingestion.IngestionRule rules = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
int |
|
getRulesList()
public List<Config.Ingestion.IngestionRule> getRulesList()Optional. List of rules for Data Lineage ingestion.
repeated .google.cloud.datacatalog.lineage.configmanagement.v1.Config.Ingestion.IngestionRule rules = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
List<IngestionRule> |
|
getRulesOrBuilder(int index)
public Config.Ingestion.IngestionRuleOrBuilder getRulesOrBuilder(int index)Optional. List of rules for Data Lineage ingestion.
repeated .google.cloud.datacatalog.lineage.configmanagement.v1.Config.Ingestion.IngestionRule rules = 1 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Config.Ingestion.IngestionRuleOrBuilder |
|
getRulesOrBuilderList()
public List<? extends Config.Ingestion.IngestionRuleOrBuilder> getRulesOrBuilderList()Optional. List of rules for Data Lineage ingestion.
repeated .google.cloud.datacatalog.lineage.configmanagement.v1.Config.Ingestion.IngestionRule rules = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.datacatalog.lineage.configmanagement.v1.Config.Ingestion.IngestionRuleOrBuilder> |
|
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 Config.Ingestion.Builder newBuilderForType()| Returns | |
|---|---|
| Type | Description |
Config.Ingestion.Builder |
|
newBuilderForType(AbstractMessage.BuilderParent parent)
protected Config.Ingestion.Builder newBuilderForType(AbstractMessage.BuilderParent parent)| Parameter | |
|---|---|
| Name | Description |
parent |
BuilderParent |
| Returns | |
|---|---|
| Type | Description |
Config.Ingestion.Builder |
|
toBuilder()
public Config.Ingestion.Builder toBuilder()| Returns | |
|---|---|
| Type | Description |
Config.Ingestion.Builder |
|
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)| Parameter | |
|---|---|
| Name | Description |
output |
CodedOutputStream |
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|