Interface OperatorQueryOrBuilder (0.32.0)
Stay organized with collections
Save and categorize content based on your preferences.
publicinterface OperatorQueryOrBuilderextendsMessageOrBuilderImplements
MessageOrBuilderMethods
getOperator()
publicabstractStringgetOperator()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()
publicabstractByteStringgetOperatorBytes()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()
publicabstractRegistrygetRegistry()Optional. Registry of the operator.
.google.cloud.visionai.v1.Registry registry = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
Registry |
The registry. |
getRegistryValue()
publicabstractintgetRegistryValue()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()
publicabstractStringgetTag()Optional. Tag of the operator.
string tag = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The tag. |
getTagBytes()
publicabstractByteStringgetTagBytes()Optional. Tag of the operator.
string tag = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for tag. |