Class Config.Ingestion.IngestionRule.LineageEnablement.Builder (0.83.0)

public static final class Config.Ingestion.IngestionRule.LineageEnablement.Builder extends GeneratedMessage.Builder<Config.Ingestion.IngestionRule.LineageEnablement.Builder> implements Config.Ingestion.IngestionRule.LineageEnablementOrBuilder

Lineage enablement configuration. Defines configurations for the ingestion of lineage for the resource and its children.

Protobuf type google.cloud.datacatalog.lineage.configmanagement.v1.Config.Ingestion.IngestionRule.LineageEnablement

Static Methods

getDescriptor()

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

Methods

build()

public Config.Ingestion.IngestionRule.LineageEnablement build()
Returns
Type Description
Config.Ingestion.IngestionRule.LineageEnablement

buildPartial()

public Config.Ingestion.IngestionRule.LineageEnablement buildPartial()
Returns
Type Description
Config.Ingestion.IngestionRule.LineageEnablement

clear()

public Config.Ingestion.IngestionRule.LineageEnablement.Builder clear()
Returns
Type Description
Config.Ingestion.IngestionRule.LineageEnablement.Builder
Overrides

clearEnabled()

public Config.Ingestion.IngestionRule.LineageEnablement.Builder clearEnabled()

Optional. If true, ingestion of lineage should be enabled. If false, it should be disabled. If unspecified, the system default value is used.

optional bool enabled = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
Config.Ingestion.IngestionRule.LineageEnablement.Builder

This builder for chaining.

getDefaultInstanceForType()

public Config.Ingestion.IngestionRule.LineageEnablement getDefaultInstanceForType()
Returns
Type Description
Config.Ingestion.IngestionRule.LineageEnablement

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getEnabled()

public boolean getEnabled()

Optional. If true, ingestion of lineage should be enabled. If false, it should be disabled. If unspecified, the system default value is used.

optional bool enabled = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

The enabled.

hasEnabled()

public boolean hasEnabled()

Optional. If true, ingestion of lineage should be enabled. If false, it should be disabled. If unspecified, the system default value is used.

optional bool enabled = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the enabled field is set.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(Config.Ingestion.IngestionRule.LineageEnablement other)

public Config.Ingestion.IngestionRule.LineageEnablement.Builder mergeFrom(Config.Ingestion.IngestionRule.LineageEnablement other)
Parameter
Name Description
other Config.Ingestion.IngestionRule.LineageEnablement
Returns
Type Description
Config.Ingestion.IngestionRule.LineageEnablement.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public Config.Ingestion.IngestionRule.LineageEnablement.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Config.Ingestion.IngestionRule.LineageEnablement.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public Config.Ingestion.IngestionRule.LineageEnablement.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
Config.Ingestion.IngestionRule.LineageEnablement.Builder
Overrides

setEnabled(boolean value)

public Config.Ingestion.IngestionRule.LineageEnablement.Builder setEnabled(boolean value)

Optional. If true, ingestion of lineage should be enabled. If false, it should be disabled. If unspecified, the system default value is used.

optional bool enabled = 1 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value boolean

The enabled to set.

Returns
Type Description
Config.Ingestion.IngestionRule.LineageEnablement.Builder

This builder for chaining.