instanceResourceOutputBindingSpecs property

  1. @TagNumber(6)
List<ProcessorIOSpec_InstanceResourceOutputBindingSpec> get instanceResourceOutputBindingSpecs

The output resource that the processor will generate per instance. Other than the explicitly listed output bindings here, all the processors' GraphOutputChannels can be binded to stream resource. The bind name then is the same as the GraphOutputChannel's name.

Implementation

@$pb.TagNumber(6)
$core.List<ProcessorIOSpec_InstanceResourceOutputBindingSpec> get instanceResourceOutputBindingSpecs => $_getList(3);