Interface OperatorQueryOrBuilder (0.32.0)

publicinterface OperatorQueryOrBuilderextendsMessageOrBuilder

Implements

MessageOrBuilder

Methods

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.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.