Interface StreamWithAnnotation.NodeAnnotationOrBuilder (0.14.1)

public static interface StreamWithAnnotation.NodeAnnotationOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAnnotations(int index)

public abstract StreamAnnotation getAnnotations(int index)

The node specific stream annotations.

repeated .google.events.cloud.visionai.v1.StreamAnnotation annotations = 2;

Parameter
NameDescription
indexint
Returns
TypeDescription
StreamAnnotation

getAnnotationsCount()

public abstract int getAnnotationsCount()

The node specific stream annotations.

repeated .google.events.cloud.visionai.v1.StreamAnnotation annotations = 2;

Returns
TypeDescription
int

getAnnotationsList()

public abstract List<StreamAnnotation> getAnnotationsList()

The node specific stream annotations.

repeated .google.events.cloud.visionai.v1.StreamAnnotation annotations = 2;

Returns
TypeDescription
List<StreamAnnotation>

getAnnotationsOrBuilder(int index)

public abstract StreamAnnotationOrBuilder getAnnotationsOrBuilder(int index)

The node specific stream annotations.

repeated .google.events.cloud.visionai.v1.StreamAnnotation annotations = 2;

Parameter
NameDescription
indexint
Returns
TypeDescription
StreamAnnotationOrBuilder

getAnnotationsOrBuilderList()

public abstract List<? extends StreamAnnotationOrBuilder> getAnnotationsOrBuilderList()

The node specific stream annotations.

repeated .google.events.cloud.visionai.v1.StreamAnnotation annotations = 2;

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

getNode()

public abstract String getNode()

The node name of the application graph.

string node = 1;

Returns
TypeDescription
String

The node.

getNodeBytes()

public abstract ByteString getNodeBytes()

The node name of the application graph.

string node = 1;

Returns
TypeDescription
ByteString

The bytes for node.