public static interface ReefServiceProtos.FileResourceProtoOrBuilder extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
required string name = 2; |
com.google.protobuf.ByteString |
getNameBytes()
required string name = 2; |
String |
getPath()
required string path = 3; |
com.google.protobuf.ByteString |
getPathBytes()
required string path = 3; |
ReefServiceProtos.FileType |
getType()
required .FileType type = 1; |
boolean |
hasName()
required string name = 2; |
boolean |
hasPath()
required string path = 3; |
boolean |
hasType()
required .FileType type = 1; |
boolean hasType()
required .FileType type = 1;ReefServiceProtos.FileType getType()
required .FileType type = 1;boolean hasName()
required string name = 2;com.google.protobuf.ByteString getNameBytes()
required string name = 2;boolean hasPath()
required string path = 3;com.google.protobuf.ByteString getPathBytes()
required string path = 3;Copyright © 2015 The Apache Software Foundation. All rights reserved.