Interface TargetReferenceOrBuilder (1.51.0)

public interface TargetReferenceOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getTarget()

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.