Interface MigrationJob.DumpFlagOrBuilder (2.40.0)

public static interface MigrationJob.DumpFlagOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getName()

public abstract String getName()

The name of the flag

string name = 1;

Returns
TypeDescription
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

The name of the flag

string name = 1;

Returns
TypeDescription
ByteString

The bytes for name.

getValue()

public abstract String getValue()

The value of the flag.

string value = 2;

Returns
TypeDescription
String

The value.

getValueBytes()

public abstract ByteString getValueBytes()

The value of the flag.

string value = 2;

Returns
TypeDescription
ByteString

The bytes for value.