Class CustomSourceLocation.Builder (0.87.0)

public static final class CustomSourceLocation.Builder extends GeneratedMessage.Builder<CustomSourceLocation.Builder> implements CustomSourceLocationOrBuilder

Identifies the location of a custom souce.

Protobuf type google.dataflow.v1beta3.CustomSourceLocation

Static Methods

getDescriptor()

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

Methods

build()

public CustomSourceLocation build()
Returns
Type Description
CustomSourceLocation

buildPartial()

public CustomSourceLocation buildPartial()
Returns
Type Description
CustomSourceLocation

clear()

public CustomSourceLocation.Builder clear()
Returns
Type Description
CustomSourceLocation.Builder
Overrides

clearStateful()

public CustomSourceLocation.Builder clearStateful()

Whether this source is stateful.

bool stateful = 1;

Returns
Type Description
CustomSourceLocation.Builder

This builder for chaining.

getDefaultInstanceForType()

public CustomSourceLocation getDefaultInstanceForType()
Returns
Type Description
CustomSourceLocation

getDescriptorForType()

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

getStateful()

public boolean getStateful()

Whether this source is stateful.

bool stateful = 1;

Returns
Type Description
boolean

The stateful.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(CustomSourceLocation other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setStateful(boolean value)

public CustomSourceLocation.Builder setStateful(boolean value)

Whether this source is stateful.

bool stateful = 1;

Parameter
Name Description
value boolean

The stateful to set.

Returns
Type Description
CustomSourceLocation.Builder

This builder for chaining.