public GetNodesToLabelsResponsePBImpl() { this.builder = GetNodesToLabelsResponseProto.newBuilder(); }
public GetNodesToLabelsResponsePBImpl(GetNodesToLabelsResponseProto proto) { this.proto = proto; this.viaProto = true; }
private void maybeInitBuilder() { if (viaProto || builder == null) { builder = GetNodesToLabelsResponseProto.newBuilder(proto); } viaProto = false; }
public GetNodesToLabelsResponseProto getProto() { mergeLocalToProto(); proto = viaProto ? proto : builder.build(); viaProto = true; return proto; }
@Test public void testGetNodeToLabelsResponsePBImpl() throws Exception { validatePBImplRecord(GetNodesToLabelsResponsePBImpl.class, GetNodesToLabelsResponseProto.class); }