Class Gateway.StatFileRequest.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<Gateway.StatFileRequest.Builder>
com.google.protobuf.GeneratedMessage.Builder<Gateway.StatFileRequest.Builder>
moby.buildkit.v1.frontend.Gateway.StatFileRequest.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable, Gateway.StatFileRequestOrBuilder
Enclosing class:
Gateway.StatFileRequest

public static final class Gateway.StatFileRequest.Builder extends com.google.protobuf.GeneratedMessage.Builder<Gateway.StatFileRequest.Builder> implements Gateway.StatFileRequestOrBuilder
Protobuf type moby.buildkit.v1.frontend.StatFileRequest
  • Method Details

    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<Gateway.StatFileRequest.Builder>
    • clear

      Specified by:
      clear in interface com.google.protobuf.Message.Builder
      Specified by:
      clear in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clear in class com.google.protobuf.GeneratedMessage.Builder<Gateway.StatFileRequest.Builder>
    • getDescriptorForType

      public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.Message.Builder
      Specified by:
      getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<Gateway.StatFileRequest.Builder>
    • getDefaultInstanceForType

      public Gateway.StatFileRequest getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
    • build

      public Gateway.StatFileRequest build()
      Specified by:
      build in interface com.google.protobuf.Message.Builder
      Specified by:
      build in interface com.google.protobuf.MessageLite.Builder
    • buildPartial

      public Gateway.StatFileRequest buildPartial()
      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.Builder
    • mergeFrom

      public Gateway.StatFileRequest.Builder mergeFrom(com.google.protobuf.Message other)
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<Gateway.StatFileRequest.Builder>
    • mergeFrom

    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessage.Builder<Gateway.StatFileRequest.Builder>
    • mergeFrom

      public Gateway.StatFileRequest.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Specified by:
      mergeFrom in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<Gateway.StatFileRequest.Builder>
      Throws:
      IOException
    • getRef

      public String getRef()
      string Ref = 1;
      Specified by:
      getRef in interface Gateway.StatFileRequestOrBuilder
      Returns:
      The ref.
    • getRefBytes

      public com.google.protobuf.ByteString getRefBytes()
      string Ref = 1;
      Specified by:
      getRefBytes in interface Gateway.StatFileRequestOrBuilder
      Returns:
      The bytes for ref.
    • setRef

      public Gateway.StatFileRequest.Builder setRef(String value)
      string Ref = 1;
      Parameters:
      value - The ref to set.
      Returns:
      This builder for chaining.
    • clearRef

      string Ref = 1;
      Returns:
      This builder for chaining.
    • setRefBytes

      public Gateway.StatFileRequest.Builder setRefBytes(com.google.protobuf.ByteString value)
      string Ref = 1;
      Parameters:
      value - The bytes for ref to set.
      Returns:
      This builder for chaining.
    • getPath

      public String getPath()
      string Path = 2;
      Specified by:
      getPath in interface Gateway.StatFileRequestOrBuilder
      Returns:
      The path.
    • getPathBytes

      public com.google.protobuf.ByteString getPathBytes()
      string Path = 2;
      Specified by:
      getPathBytes in interface Gateway.StatFileRequestOrBuilder
      Returns:
      The bytes for path.
    • setPath

      public Gateway.StatFileRequest.Builder setPath(String value)
      string Path = 2;
      Parameters:
      value - The path to set.
      Returns:
      This builder for chaining.
    • clearPath

      public Gateway.StatFileRequest.Builder clearPath()
      string Path = 2;
      Returns:
      This builder for chaining.
    • setPathBytes

      public Gateway.StatFileRequest.Builder setPathBytes(com.google.protobuf.ByteString value)
      string Path = 2;
      Parameters:
      value - The bytes for path to set.
      Returns:
      This builder for chaining.