vertexCustomConfig property

  1. @TagNumber.new(17)
VertexCustomConfig get vertexCustomConfig

Configs of Vertex Custom processor.

Implementation

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

Implementation

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