Interface Gateway.StatFileRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Gateway.StatFileRequest
,Gateway.StatFileRequest.Builder
- Enclosing class:
Gateway
public static interface Gateway.StatFileRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
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.
-
getPath
-
getPathBytes
com.google.protobuf.ByteString getPathBytes()string Path = 2;
- Returns:
- The bytes for path.
-