public interface OperatorQueryOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getOperator()
public abstract String getOperator()Required. The canonical Name of the operator. e.g. OccupancyCounting.
 string operator = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description | 
| String | The operator. | 
getOperatorBytes()
public abstract ByteString getOperatorBytes()Required. The canonical Name of the operator. e.g. OccupancyCounting.
 string operator = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The bytes for operator. | 
getRegistry()
public abstract Registry getRegistry()Optional. Registry of the operator.
 
 .google.cloud.visionai.v1.Registry registry = 3 [(.google.api.field_behavior) = OPTIONAL];
 
| Returns | |
|---|---|
| Type | Description | 
| Registry | The registry. | 
getRegistryValue()
public abstract int getRegistryValue()Optional. Registry of the operator.
 
 .google.cloud.visionai.v1.Registry registry = 3 [(.google.api.field_behavior) = OPTIONAL];
 
| Returns | |
|---|---|
| Type | Description | 
| int | The enum numeric value on the wire for registry. | 
getTag()
public abstract String getTag()Optional. Tag of the operator.
 string tag = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description | 
| String | The tag. | 
getTagBytes()
public abstract ByteString getTagBytes()Optional. Tag of the operator.
 string tag = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The bytes for tag. |