public interface ApplicationNodeAnnotationOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAnnotations(int index)
public abstract StreamAnnotation getAnnotations(int index)The node specific stream annotations.
 repeated .google.cloud.visionai.v1.StreamAnnotation annotations = 2;
| Parameter | |
|---|---|
| Name | Description | 
index | 
        int | 
      
| Returns | |
|---|---|
| Type | Description | 
StreamAnnotation | 
        |
getAnnotationsCount()
public abstract int getAnnotationsCount()The node specific stream annotations.
 repeated .google.cloud.visionai.v1.StreamAnnotation annotations = 2;
| Returns | |
|---|---|
| Type | Description | 
int | 
        |
getAnnotationsList()
public abstract List<StreamAnnotation> getAnnotationsList()The node specific stream annotations.
 repeated .google.cloud.visionai.v1.StreamAnnotation annotations = 2;
| Returns | |
|---|---|
| Type | Description | 
List<StreamAnnotation> | 
        |
getAnnotationsOrBuilder(int index)
public abstract StreamAnnotationOrBuilder getAnnotationsOrBuilder(int index)The node specific stream annotations.
 repeated .google.cloud.visionai.v1.StreamAnnotation annotations = 2;
| Parameter | |
|---|---|
| Name | Description | 
index | 
        int | 
      
| Returns | |
|---|---|
| Type | Description | 
StreamAnnotationOrBuilder | 
        |
getAnnotationsOrBuilderList()
public abstract List<? extends StreamAnnotationOrBuilder> getAnnotationsOrBuilderList()The node specific stream annotations.
 repeated .google.cloud.visionai.v1.StreamAnnotation annotations = 2;
| Returns | |
|---|---|
| Type | Description | 
List<? extends com.google.cloud.visionai.v1.StreamAnnotationOrBuilder> | 
        |
getNode()
public abstract String getNode()The node name of the application graph.
 string node = 1;
| Returns | |
|---|---|
| Type | Description | 
String | 
        The node.  | 
      
getNodeBytes()
public abstract ByteString getNodeBytes()The node name of the application graph.
 string node = 1;
| Returns | |
|---|---|
| Type | Description | 
ByteString | 
        The bytes for node.  |