Interface AnalyzerDefinition.OperatorOptionOrBuilder (0.2.0)

public static interface AnalyzerDefinition.OperatorOptionOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getRegistry()

public abstract String getRegistry()

Registry of the operator. e.g. public, dev.

string registry = 2;

Returns
Type Description
String

The registry.

getRegistryBytes()

public abstract ByteString getRegistryBytes()

Registry of the operator. e.g. public, dev.

string registry = 2;

Returns
Type Description
ByteString

The bytes for registry.

getTag()

public abstract String getTag()

Tag of the operator.

string tag = 1;

Returns
Type Description
String

The tag.

getTagBytes()

public abstract ByteString getTagBytes()

Tag of the operator.

string tag = 1;

Returns
Type Description
ByteString

The bytes for tag.