Interface Gateway.ReadFileRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Gateway.ReadFileRequest
,Gateway.ReadFileRequest.Builder
- Enclosing class:
Gateway
public static interface Gateway.ReadFileRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstring FilePath = 2;
com.google.protobuf.ByteString
string FilePath = 2;
getRange()
.moby.buildkit.v1.frontend.FileRange Range = 3;
.moby.buildkit.v1.frontend.FileRange Range = 3;
getRef()
string Ref = 1;
com.google.protobuf.ByteString
string Ref = 1;
boolean
hasRange()
.moby.buildkit.v1.frontend.FileRange Range = 3;
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.
-
getFilePath
-
getFilePathBytes
com.google.protobuf.ByteString getFilePathBytes()string FilePath = 2;
- Returns:
- The bytes for filePath.
-
hasRange
boolean hasRange().moby.buildkit.v1.frontend.FileRange Range = 3;
- Returns:
- Whether the range field is set.
-
getRange
-
getRangeOrBuilder
Gateway.FileRangeOrBuilder getRangeOrBuilder().moby.buildkit.v1.frontend.FileRange Range = 3;
-