Interface Gateway.ReadDirRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Gateway.ReadDirRequest
,Gateway.ReadDirRequest.Builder
- Enclosing class:
Gateway
public static interface Gateway.ReadDirRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstring DirPath = 2;
com.google.protobuf.ByteString
string DirPath = 2;
string IncludePattern = 3;
com.google.protobuf.ByteString
string IncludePattern = 3;
getRef()
string Ref = 1;
com.google.protobuf.ByteString
string Ref = 1;
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getRef
-
getRefBytes
com.google.protobuf.ByteString getRefBytes()string Ref = 1;
- Returns:
- The bytes for ref.
-
getDirPath
-
getDirPathBytes
com.google.protobuf.ByteString getDirPathBytes()string DirPath = 2;
- Returns:
- The bytes for dirPath.
-
getIncludePattern
-
getIncludePatternBytes
com.google.protobuf.ByteString getIncludePatternBytes()string IncludePattern = 3;
- Returns:
- The bytes for includePattern.
-