Class Ftp.Builder (0.3.0)

public static final class Ftp.Builder extends GeneratedMessage.Builder<Ftp.Builder> implements FtpOrBuilder

FTP info.

Protobuf type google.backstory.Ftp

Implements

FtpOrBuilder

Static Methods

getDescriptor()

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

Methods

build()

public Ftp build()
Returns
Type Description
Ftp

buildPartial()

public Ftp buildPartial()
Returns
Type Description
Ftp

clear()

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

clearCommand()

public Ftp.Builder clearCommand()

The FTP command.

string command = 1;

Returns
Type Description
Ftp.Builder

This builder for chaining.

getCommand()

public String getCommand()

The FTP command.

string command = 1;

Returns
Type Description
String

The command.

getCommandBytes()

public ByteString getCommandBytes()

The FTP command.

string command = 1;

Returns
Type Description
ByteString

The bytes for command.

getDefaultInstanceForType()

public Ftp getDefaultInstanceForType()
Returns
Type Description
Ftp

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(Ftp other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setCommand(String value)

public Ftp.Builder setCommand(String value)

The FTP command.

string command = 1;

Parameter
Name Description
value String

The command to set.

Returns
Type Description
Ftp.Builder

This builder for chaining.

setCommandBytes(ByteString value)

public Ftp.Builder setCommandBytes(ByteString value)

The FTP command.

string command = 1;

Parameter
Name Description
value ByteString

The bytes for command to set.

Returns
Type Description
Ftp.Builder

This builder for chaining.