Interface TargetReferenceOrBuilder (1.44.0)

See more code actions.
public interface TargetReferenceOrBuilder extends MessageOrBuilder
MessageOrBuilder
public abstract String getTarget()

optional string target = 192835985;

Returns
TypeDescription
String

The target.

getTargetBytes()

public abstract ByteString getTargetBytes()

optional string target = 192835985;

Returns
TypeDescription
ByteString

The bytes for target.

hasTarget()

public abstract boolean hasTarget()

optional string target = 192835985;

Returns
TypeDescription
boolean

Whether the target field is set.