Class BigQueryDestinationConfig.AppendOnly.Builder (1.82.0)

public static final class BigQueryDestinationConfig.AppendOnly.Builder extends GeneratedMessage.Builder<BigQueryDestinationConfig.AppendOnly.Builder> implements BigQueryDestinationConfig.AppendOnlyOrBuilder

AppendOnly mode defines that all changes to a table will be written to the destination table.

Protobuf type google.cloud.datastream.v1.BigQueryDestinationConfig.AppendOnly

Static Methods

getDescriptor()

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

Methods

build()

public BigQueryDestinationConfig.AppendOnly build()
Returns
Type Description
BigQueryDestinationConfig.AppendOnly

buildPartial()

public BigQueryDestinationConfig.AppendOnly buildPartial()
Returns
Type Description
BigQueryDestinationConfig.AppendOnly

clear()

public BigQueryDestinationConfig.AppendOnly.Builder clear()
Returns
Type Description
BigQueryDestinationConfig.AppendOnly.Builder
Overrides

getDefaultInstanceForType()

public BigQueryDestinationConfig.AppendOnly getDefaultInstanceForType()
Returns
Type Description
BigQueryDestinationConfig.AppendOnly

getDescriptorForType()

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

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(BigQueryDestinationConfig.AppendOnly other)

public BigQueryDestinationConfig.AppendOnly.Builder mergeFrom(BigQueryDestinationConfig.AppendOnly other)
Parameter
Name Description
other BigQueryDestinationConfig.AppendOnly
Returns
Type Description
BigQueryDestinationConfig.AppendOnly.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public BigQueryDestinationConfig.AppendOnly.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
BigQueryDestinationConfig.AppendOnly.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public BigQueryDestinationConfig.AppendOnly.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
BigQueryDestinationConfig.AppendOnly.Builder
Overrides