vertexCustomConfig property

  1. @TagNumber(17)
VertexCustomConfig vertexCustomConfig

Configs of Vertex Custom processor.

Implementation

@$pb.TagNumber(17)
VertexCustomConfig get vertexCustomConfig => $_getN(7);
  1. @TagNumber(17)
void vertexCustomConfig=(VertexCustomConfig v)

Implementation

@$pb.TagNumber(17)
set vertexCustomConfig(VertexCustomConfig v) { setField(17, v); }