public static interface ClientNamenodeProtocolProtos.GetListingRequestProtoOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
boolean |
getNeedLocation()
required bool needLocation = 3; |
String |
getSrc()
required string src = 1; |
com.google.protobuf.ByteString |
getSrcBytes()
required string src = 1; |
com.google.protobuf.ByteString |
getStartAfter()
required bytes startAfter = 2; |
boolean |
hasNeedLocation()
required bool needLocation = 3; |
boolean |
hasSrc()
required string src = 1; |
boolean |
hasStartAfter()
required bytes startAfter = 2; |
boolean hasSrc()
required string src = 1;
String getSrc()
required string src = 1;
com.google.protobuf.ByteString getSrcBytes()
required string src = 1;
boolean hasStartAfter()
required bytes startAfter = 2;
com.google.protobuf.ByteString getStartAfter()
required bytes startAfter = 2;
boolean hasNeedLocation()
required bool needLocation = 3;
boolean getNeedLocation()
required bool needLocation = 3;
Copyright © 2013 Apache Software Foundation. All rights reserved.