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