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 Type
    Method
    Description
    string FilePath = 2;
    com.google.protobuf.ByteString
    string FilePath = 2;
    .moby.buildkit.v1.frontend.FileRange Range = 3;
    .moby.buildkit.v1.frontend.FileRange Range = 3;
    string Ref = 1;
    com.google.protobuf.ByteString
    string Ref = 1;
    boolean
    .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

      String getRef()
      string Ref = 1;
      Returns:
      The ref.
    • getRefBytes

      com.google.protobuf.ByteString getRefBytes()
      string Ref = 1;
      Returns:
      The bytes for ref.
    • getFilePath

      String getFilePath()
      string FilePath = 2;
      Returns:
      The filePath.
    • 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

      Gateway.FileRange getRange()
      .moby.buildkit.v1.frontend.FileRange Range = 3;
      Returns:
      The range.
    • getRangeOrBuilder

      Gateway.FileRangeOrBuilder getRangeOrBuilder()
      .moby.buildkit.v1.frontend.FileRange Range = 3;