public static final class StreamWithAnnotation.NodeAnnotation.Builder extends GeneratedMessageV3.Builder<StreamWithAnnotation.NodeAnnotation.Builder> implements StreamWithAnnotation.NodeAnnotationOrBuilder
   
   Message describing annotations specific to application node.
 Protobuf type google.cloud.visionai.v1.StreamWithAnnotation.NodeAnnotation
    Inherited Members
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
    
    
    
    
    
    
    
    
    
    
    
    
   
  Static Methods
  
  
  getDescriptor()
  
    public static final Descriptors.Descriptor getDescriptor()
   
  
  Methods
  
  
  addAllAnnotations(Iterable<? extends StreamAnnotation> values)
  
    public StreamWithAnnotation.NodeAnnotation.Builder addAllAnnotations(Iterable<? extends StreamAnnotation> values)
   
   The node specific stream annotations.
 repeated .google.cloud.visionai.v1.StreamAnnotation annotations = 2;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | values | Iterable<? extends com.google.cloud.visionai.v1.StreamAnnotation>
 | 
    
  
  
  
  addAnnotations(StreamAnnotation value)
  
    public StreamWithAnnotation.NodeAnnotation.Builder addAnnotations(StreamAnnotation value)
   
   The node specific stream annotations.
 repeated .google.cloud.visionai.v1.StreamAnnotation annotations = 2;
addAnnotations(StreamAnnotation.Builder builderForValue)
  
    public StreamWithAnnotation.NodeAnnotation.Builder addAnnotations(StreamAnnotation.Builder builderForValue)
   
   The node specific stream annotations.
 repeated .google.cloud.visionai.v1.StreamAnnotation annotations = 2;
addAnnotations(int index, StreamAnnotation value)
  
    public StreamWithAnnotation.NodeAnnotation.Builder addAnnotations(int index, StreamAnnotation value)
   
   The node specific stream annotations.
 repeated .google.cloud.visionai.v1.StreamAnnotation annotations = 2;
addAnnotations(int index, StreamAnnotation.Builder builderForValue)
  
    public StreamWithAnnotation.NodeAnnotation.Builder addAnnotations(int index, StreamAnnotation.Builder builderForValue)
   
   The node specific stream annotations.
 repeated .google.cloud.visionai.v1.StreamAnnotation annotations = 2;
addAnnotationsBuilder()
  
    public StreamAnnotation.Builder addAnnotationsBuilder()
   
   The node specific stream annotations.
 repeated .google.cloud.visionai.v1.StreamAnnotation annotations = 2;
addAnnotationsBuilder(int index)
  
    public StreamAnnotation.Builder addAnnotationsBuilder(int index)
   
   The node specific stream annotations.
 repeated .google.cloud.visionai.v1.StreamAnnotation annotations = 2;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  
  
  addRepeatedField(Descriptors.FieldDescriptor field, Object value)
  
    public StreamWithAnnotation.NodeAnnotation.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
   
  
  
  Overrides
  
  
  build()
  
    public StreamWithAnnotation.NodeAnnotation build()
   
  
  
  buildPartial()
  
    public StreamWithAnnotation.NodeAnnotation buildPartial()
   
  
  
  clear()
  
    public StreamWithAnnotation.NodeAnnotation.Builder clear()
   
  
  Overrides
  
  
  clearAnnotations()
  
    public StreamWithAnnotation.NodeAnnotation.Builder clearAnnotations()
   
   The node specific stream annotations.
 repeated .google.cloud.visionai.v1.StreamAnnotation annotations = 2;
clearField(Descriptors.FieldDescriptor field)
  
    public StreamWithAnnotation.NodeAnnotation.Builder clearField(Descriptors.FieldDescriptor field)
   
  
  
  Overrides
  
  
  clearNode()
  
    public StreamWithAnnotation.NodeAnnotation.Builder clearNode()
   
   The node name of the application graph.
 string node = 1;
clearOneof(Descriptors.OneofDescriptor oneof)
  
    public StreamWithAnnotation.NodeAnnotation.Builder clearOneof(Descriptors.OneofDescriptor oneof)
   
  
  
  Overrides
  
  
  clone()
  
    public StreamWithAnnotation.NodeAnnotation.Builder clone()
   
  
  Overrides
  
  
  getAnnotations(int index)
  
    public StreamAnnotation getAnnotations(int index)
   
   The node specific stream annotations.
 repeated .google.cloud.visionai.v1.StreamAnnotation annotations = 2;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  
  
  getAnnotationsBuilder(int index)
  
    public StreamAnnotation.Builder getAnnotationsBuilder(int index)
   
   The node specific stream annotations.
 repeated .google.cloud.visionai.v1.StreamAnnotation annotations = 2;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  
  
  getAnnotationsBuilderList()
  
    public List<StreamAnnotation.Builder> getAnnotationsBuilderList()
   
   The node specific stream annotations.
 repeated .google.cloud.visionai.v1.StreamAnnotation annotations = 2;
getAnnotationsCount()
  
    public int getAnnotationsCount()
   
   The node specific stream annotations.
 repeated .google.cloud.visionai.v1.StreamAnnotation annotations = 2;
    
      
        | Returns | 
      
        | Type | Description | 
      
        | int |  | 
    
  
  
  getAnnotationsList()
  
    public List<StreamAnnotation> getAnnotationsList()
   
   The node specific stream annotations.
 repeated .google.cloud.visionai.v1.StreamAnnotation annotations = 2;
getAnnotationsOrBuilder(int index)
  
    public StreamAnnotationOrBuilder getAnnotationsOrBuilder(int index)
   
   The node specific stream annotations.
 repeated .google.cloud.visionai.v1.StreamAnnotation annotations = 2;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  
  
  getAnnotationsOrBuilderList()
  
    public 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> |  | 
    
  
  
  getDefaultInstanceForType()
  
    public StreamWithAnnotation.NodeAnnotation getDefaultInstanceForType()
   
  
  
  getDescriptorForType()
  
    public Descriptors.Descriptor getDescriptorForType()
   
  
  Overrides
  
  
  getNode()
  
   The node name of the application graph.
 string node = 1;
    
      
        | Returns | 
      
        | Type | Description | 
      
        | String | The node. | 
    
  
  
  getNodeBytes()
  
    public ByteString getNodeBytes()
   
   The node name of the application graph.
 string node = 1;
    
      
        | Returns | 
      
        | Type | Description | 
      
        | ByteString | The bytes for node. | 
    
  
  
  internalGetFieldAccessorTable()
  
    protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
   
  
  Overrides
  
  
  isInitialized()
  
    public final boolean isInitialized()
   
  
  Overrides
  
  
  mergeFrom(StreamWithAnnotation.NodeAnnotation other)
  
    public StreamWithAnnotation.NodeAnnotation.Builder mergeFrom(StreamWithAnnotation.NodeAnnotation other)
   
  
  
  
  
  
    public StreamWithAnnotation.NodeAnnotation.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
   
  
  
  Overrides
  
  
  
  mergeFrom(Message other)
  
    public StreamWithAnnotation.NodeAnnotation.Builder mergeFrom(Message other)
   
  
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | other | Message
 | 
    
  
  
  Overrides
  
  
  mergeUnknownFields(UnknownFieldSet unknownFields)
  
    public final StreamWithAnnotation.NodeAnnotation.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
   
  
  
  Overrides
  
  
  removeAnnotations(int index)
  
    public StreamWithAnnotation.NodeAnnotation.Builder removeAnnotations(int index)
   
   The node specific stream annotations.
 repeated .google.cloud.visionai.v1.StreamAnnotation annotations = 2;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  
  
  setAnnotations(int index, StreamAnnotation value)
  
    public StreamWithAnnotation.NodeAnnotation.Builder setAnnotations(int index, StreamAnnotation value)
   
   The node specific stream annotations.
 repeated .google.cloud.visionai.v1.StreamAnnotation annotations = 2;
setAnnotations(int index, StreamAnnotation.Builder builderForValue)
  
    public StreamWithAnnotation.NodeAnnotation.Builder setAnnotations(int index, StreamAnnotation.Builder builderForValue)
   
   The node specific stream annotations.
 repeated .google.cloud.visionai.v1.StreamAnnotation annotations = 2;
setField(Descriptors.FieldDescriptor field, Object value)
  
    public StreamWithAnnotation.NodeAnnotation.Builder setField(Descriptors.FieldDescriptor field, Object value)
   
  
  
  Overrides
  
  
  setNode(String value)
  
    public StreamWithAnnotation.NodeAnnotation.Builder setNode(String value)
   
   The node name of the application graph.
 string node = 1;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | value | String
 The node to set. | 
    
  
  
  
  setNodeBytes(ByteString value)
  
    public StreamWithAnnotation.NodeAnnotation.Builder setNodeBytes(ByteString value)
   
   The node name of the application graph.
 string node = 1;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | value | ByteString
 The bytes for node to set. | 
    
  
  
  
  setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
  
    public StreamWithAnnotation.NodeAnnotation.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
   
  
  
  Overrides
  
  
  setUnknownFields(UnknownFieldSet unknownFields)
  
    public final StreamWithAnnotation.NodeAnnotation.Builder setUnknownFields(UnknownFieldSet unknownFields)
   
  
  
  Overrides