Interface Binding.SourceOrBuilder (0.2.0)

public static interface Binding.SourceOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getIdentifier()

public abstract String getIdentifier()

The identifier of the source Agent. Format:

  • urn:agent:{publisher}:{namespace}:{name}

string identifier = 1;

Returns
Type Description
String

The identifier.

getIdentifierBytes()

public abstract ByteString getIdentifierBytes()

The identifier of the source Agent. Format:

  • urn:agent:{publisher}:{namespace}:{name}

string identifier = 1;

Returns
Type Description
ByteString

The bytes for identifier.

getSourceTypeCase()

public abstract Binding.Source.SourceTypeCase getSourceTypeCase()
Returns
Type Description
Binding.Source.SourceTypeCase

hasIdentifier()

public abstract boolean hasIdentifier()

The identifier of the source Agent. Format:

  • urn:agent:{publisher}:{namespace}:{name}

string identifier = 1;

Returns
Type Description
boolean

Whether the identifier field is set.