Interface AnalyzerDefinitionOrBuilder (0.14.1)

public interface AnalyzerDefinitionOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

containsAttrs(String key)

public abstract boolean containsAttrs(String key)

The attribute values that this analyzer applies to the operator. Supply a mapping between the attribute names and the actual value you wish to apply. If an attribute name is omitted, then it will take a preconfigured default value.

map<string, .google.events.cloud.visionai.v1.AttributeValue> attrs = 4;

Parameter
NameDescription
keyString
Returns
TypeDescription
boolean

getAnalyzer()

public abstract String getAnalyzer()

The name of this analyzer. Tentatively a-z(_[a-z0-9]+).

string analyzer = 1;

Returns
TypeDescription
String

The analyzer.

getAnalyzerBytes()

public abstract ByteString getAnalyzerBytes()

The name of this analyzer. Tentatively a-z(_[a-z0-9]+).

string analyzer = 1;

Returns
TypeDescription
ByteString

The bytes for analyzer.

getAttrs()

public abstract Map<String,AttributeValue> getAttrs()

Use #getAttrsMap() instead.

Returns
TypeDescription
Map<String,AttributeValue>

getAttrsCount()

public abstract int getAttrsCount()

The attribute values that this analyzer applies to the operator. Supply a mapping between the attribute names and the actual value you wish to apply. If an attribute name is omitted, then it will take a preconfigured default value.

map<string, .google.events.cloud.visionai.v1.AttributeValue> attrs = 4;

Returns
TypeDescription
int

getAttrsMap()

public abstract Map<String,AttributeValue> getAttrsMap()

The attribute values that this analyzer applies to the operator. Supply a mapping between the attribute names and the actual value you wish to apply. If an attribute name is omitted, then it will take a preconfigured default value.

map<string, .google.events.cloud.visionai.v1.AttributeValue> attrs = 4;

Returns
TypeDescription
Map<String,AttributeValue>

getAttrsOrDefault(String key, AttributeValue defaultValue)

public abstract AttributeValue getAttrsOrDefault(String key, AttributeValue defaultValue)

The attribute values that this analyzer applies to the operator. Supply a mapping between the attribute names and the actual value you wish to apply. If an attribute name is omitted, then it will take a preconfigured default value.

map<string, .google.events.cloud.visionai.v1.AttributeValue> attrs = 4;

Parameters
NameDescription
keyString
defaultValueAttributeValue
Returns
TypeDescription
AttributeValue

getAttrsOrThrow(String key)

public abstract AttributeValue getAttrsOrThrow(String key)

The attribute values that this analyzer applies to the operator. Supply a mapping between the attribute names and the actual value you wish to apply. If an attribute name is omitted, then it will take a preconfigured default value.

map<string, .google.events.cloud.visionai.v1.AttributeValue> attrs = 4;

Parameter
NameDescription
keyString
Returns
TypeDescription
AttributeValue

getDebugOptions()

public abstract AnalyzerDefinition.DebugOptions getDebugOptions()

Debug options.

.google.events.cloud.visionai.v1.AnalyzerDefinition.DebugOptions debug_options = 5;

Returns
TypeDescription
AnalyzerDefinition.DebugOptions

The debugOptions.

getDebugOptionsOrBuilder()

public abstract AnalyzerDefinition.DebugOptionsOrBuilder getDebugOptionsOrBuilder()

Debug options.

.google.events.cloud.visionai.v1.AnalyzerDefinition.DebugOptions debug_options = 5;

Returns
TypeDescription
AnalyzerDefinition.DebugOptionsOrBuilder

getInputs(int index)

public abstract AnalyzerDefinition.StreamInput getInputs(int index)

Input streams.

repeated .google.events.cloud.visionai.v1.AnalyzerDefinition.StreamInput inputs = 3;

Parameter
NameDescription
indexint
Returns
TypeDescription
AnalyzerDefinition.StreamInput

getInputsCount()

public abstract int getInputsCount()

Input streams.

repeated .google.events.cloud.visionai.v1.AnalyzerDefinition.StreamInput inputs = 3;

Returns
TypeDescription
int

getInputsList()

public abstract List<AnalyzerDefinition.StreamInput> getInputsList()

Input streams.

repeated .google.events.cloud.visionai.v1.AnalyzerDefinition.StreamInput inputs = 3;

Returns
TypeDescription
List<StreamInput>

getInputsOrBuilder(int index)

public abstract AnalyzerDefinition.StreamInputOrBuilder getInputsOrBuilder(int index)

Input streams.

repeated .google.events.cloud.visionai.v1.AnalyzerDefinition.StreamInput inputs = 3;

Parameter
NameDescription
indexint
Returns
TypeDescription
AnalyzerDefinition.StreamInputOrBuilder

getInputsOrBuilderList()

public abstract List<? extends AnalyzerDefinition.StreamInputOrBuilder> getInputsOrBuilderList()

Input streams.

repeated .google.events.cloud.visionai.v1.AnalyzerDefinition.StreamInput inputs = 3;

Returns
TypeDescription
List<? extends com.google.events.cloud.visionai.v1.AnalyzerDefinition.StreamInputOrBuilder>

getOperator()

public abstract String getOperator()

The name of the operator that this analyzer runs. Must match the name of a supported operator.

string operator = 2;

Returns
TypeDescription
String

The operator.

getOperatorBytes()

public abstract ByteString getOperatorBytes()

The name of the operator that this analyzer runs. Must match the name of a supported operator.

string operator = 2;

Returns
TypeDescription
ByteString

The bytes for operator.

hasDebugOptions()

public abstract boolean hasDebugOptions()

Debug options.

.google.events.cloud.visionai.v1.AnalyzerDefinition.DebugOptions debug_options = 5;

Returns
TypeDescription
boolean

Whether the debugOptions field is set.