public static interface AnalyzerDefinition.OperatorOptionOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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.  |