Class RelationshipDetails.Builder (0.91.0)

public static final class RelationshipDetails.Builder extends GeneratedMessage.Builder<RelationshipDetails.Builder> implements RelationshipDetailsOrBuilder

Details about a relationship column.

Protobuf type google.area120.tables.v1alpha1.RelationshipDetails

Static Methods

getDescriptor()

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

Methods

build()

public RelationshipDetails build()
Returns
Type Description
RelationshipDetails

buildPartial()

public RelationshipDetails buildPartial()
Returns
Type Description
RelationshipDetails

clear()

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

clearLinkedTable()

public RelationshipDetails.Builder clearLinkedTable()

The name of the table this relationship is linked to.

string linked_table = 1;

Returns
Type Description
RelationshipDetails.Builder

This builder for chaining.

getDefaultInstanceForType()

public RelationshipDetails getDefaultInstanceForType()
Returns
Type Description
RelationshipDetails

getDescriptorForType()

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

getLinkedTable()

public String getLinkedTable()

The name of the table this relationship is linked to.

string linked_table = 1;

Returns
Type Description
String

The linkedTable.

getLinkedTableBytes()

public ByteString getLinkedTableBytes()

The name of the table this relationship is linked to.

string linked_table = 1;

Returns
Type Description
ByteString

The bytes for linkedTable.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(RelationshipDetails other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setLinkedTable(String value)

public RelationshipDetails.Builder setLinkedTable(String value)

The name of the table this relationship is linked to.

string linked_table = 1;

Parameter
Name Description
value String

The linkedTable to set.

Returns
Type Description
RelationshipDetails.Builder

This builder for chaining.

setLinkedTableBytes(ByteString value)

public RelationshipDetails.Builder setLinkedTableBytes(ByteString value)

The name of the table this relationship is linked to.

string linked_table = 1;

Parameter
Name Description
value ByteString

The bytes for linkedTable to set.

Returns
Type Description
RelationshipDetails.Builder

This builder for chaining.