Interface StreamWithAnnotationOrBuilder (0.14.1)

public interface StreamWithAnnotationOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getApplicationAnnotations(int index)

public abstract StreamAnnotation getApplicationAnnotations(int index)

Annotations that will be applied to the whole application.

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

Parameter
NameDescription
indexint
Returns
TypeDescription
StreamAnnotation

getApplicationAnnotationsCount()

public abstract int getApplicationAnnotationsCount()

Annotations that will be applied to the whole application.

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

Returns
TypeDescription
int

getApplicationAnnotationsList()

public abstract List<StreamAnnotation> getApplicationAnnotationsList()

Annotations that will be applied to the whole application.

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

Returns
TypeDescription
List<StreamAnnotation>

getApplicationAnnotationsOrBuilder(int index)

public abstract StreamAnnotationOrBuilder getApplicationAnnotationsOrBuilder(int index)

Annotations that will be applied to the whole application.

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

Parameter
NameDescription
indexint
Returns
TypeDescription
StreamAnnotationOrBuilder

getApplicationAnnotationsOrBuilderList()

public abstract List<? extends StreamAnnotationOrBuilder> getApplicationAnnotationsOrBuilderList()

Annotations that will be applied to the whole application.

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

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

getNodeAnnotations(int index)

public abstract StreamWithAnnotation.NodeAnnotation getNodeAnnotations(int index)

Annotations that will be applied to the specific node of the application. If the same type of the annotations is applied to both application and node, the node annotation will be added in addition to the global application one. For example, if there is one active zone annotation for the whole application and one active zone annotation for the Occupancy Analytic processor, then the Occupancy Analytic processor will have two active zones defined.

repeated .google.events.cloud.visionai.v1.StreamWithAnnotation.NodeAnnotation node_annotations = 3;

Parameter
NameDescription
indexint
Returns
TypeDescription
StreamWithAnnotation.NodeAnnotation

getNodeAnnotationsCount()

public abstract int getNodeAnnotationsCount()

Annotations that will be applied to the specific node of the application. If the same type of the annotations is applied to both application and node, the node annotation will be added in addition to the global application one. For example, if there is one active zone annotation for the whole application and one active zone annotation for the Occupancy Analytic processor, then the Occupancy Analytic processor will have two active zones defined.

repeated .google.events.cloud.visionai.v1.StreamWithAnnotation.NodeAnnotation node_annotations = 3;

Returns
TypeDescription
int

getNodeAnnotationsList()

public abstract List<StreamWithAnnotation.NodeAnnotation> getNodeAnnotationsList()

Annotations that will be applied to the specific node of the application. If the same type of the annotations is applied to both application and node, the node annotation will be added in addition to the global application one. For example, if there is one active zone annotation for the whole application and one active zone annotation for the Occupancy Analytic processor, then the Occupancy Analytic processor will have two active zones defined.

repeated .google.events.cloud.visionai.v1.StreamWithAnnotation.NodeAnnotation node_annotations = 3;

Returns
TypeDescription
List<NodeAnnotation>

getNodeAnnotationsOrBuilder(int index)

public abstract StreamWithAnnotation.NodeAnnotationOrBuilder getNodeAnnotationsOrBuilder(int index)

Annotations that will be applied to the specific node of the application. If the same type of the annotations is applied to both application and node, the node annotation will be added in addition to the global application one. For example, if there is one active zone annotation for the whole application and one active zone annotation for the Occupancy Analytic processor, then the Occupancy Analytic processor will have two active zones defined.

repeated .google.events.cloud.visionai.v1.StreamWithAnnotation.NodeAnnotation node_annotations = 3;

Parameter
NameDescription
indexint
Returns
TypeDescription
StreamWithAnnotation.NodeAnnotationOrBuilder

getNodeAnnotationsOrBuilderList()

public abstract List<? extends StreamWithAnnotation.NodeAnnotationOrBuilder> getNodeAnnotationsOrBuilderList()

Annotations that will be applied to the specific node of the application. If the same type of the annotations is applied to both application and node, the node annotation will be added in addition to the global application one. For example, if there is one active zone annotation for the whole application and one active zone annotation for the Occupancy Analytic processor, then the Occupancy Analytic processor will have two active zones defined.

repeated .google.events.cloud.visionai.v1.StreamWithAnnotation.NodeAnnotation node_annotations = 3;

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

getStream()

public abstract String getStream()

Vision AI Stream resource name.

string stream = 1;

Returns
TypeDescription
String

The stream.

getStreamBytes()

public abstract ByteString getStreamBytes()

Vision AI Stream resource name.

string stream = 1;

Returns
TypeDescription
ByteString

The bytes for stream.