Interface ControlOuterClass.CacheOptionsOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ControlOuterClass.CacheOptions, ControlOuterClass.CacheOptions.Builder
Enclosing class:
ControlOuterClass

public static interface ControlOuterClass.CacheOptionsOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getExportRefDeprecated

      String getExportRefDeprecated()
       ExportRefDeprecated is deprecated in favor or the new Exports since BuildKit v0.4.0.
       When ExportRefDeprecated is set, the solver appends
       {.Type = "registry", .Attrs = ExportAttrs.add("ref", ExportRef)}
       to Exports for compatibility. (planned to be removed)
       
      string ExportRefDeprecated = 1;
      Returns:
      The exportRefDeprecated.
    • getExportRefDeprecatedBytes

      com.google.protobuf.ByteString getExportRefDeprecatedBytes()
       ExportRefDeprecated is deprecated in favor or the new Exports since BuildKit v0.4.0.
       When ExportRefDeprecated is set, the solver appends
       {.Type = "registry", .Attrs = ExportAttrs.add("ref", ExportRef)}
       to Exports for compatibility. (planned to be removed)
       
      string ExportRefDeprecated = 1;
      Returns:
      The bytes for exportRefDeprecated.
    • getImportRefsDeprecatedList

      List<String> getImportRefsDeprecatedList()
       ImportRefsDeprecated is deprecated in favor or the new Imports since BuildKit v0.4.0.
       When ImportRefsDeprecated is set, the solver appends
       {.Type = "registry", .Attrs = {"ref": importRef}}
       for each of the ImportRefs entry to Imports for compatibility. (planned to be removed)
       
      repeated string ImportRefsDeprecated = 2;
      Returns:
      A list containing the importRefsDeprecated.
    • getImportRefsDeprecatedCount

      int getImportRefsDeprecatedCount()
       ImportRefsDeprecated is deprecated in favor or the new Imports since BuildKit v0.4.0.
       When ImportRefsDeprecated is set, the solver appends
       {.Type = "registry", .Attrs = {"ref": importRef}}
       for each of the ImportRefs entry to Imports for compatibility. (planned to be removed)
       
      repeated string ImportRefsDeprecated = 2;
      Returns:
      The count of importRefsDeprecated.
    • getImportRefsDeprecated

      String getImportRefsDeprecated(int index)
       ImportRefsDeprecated is deprecated in favor or the new Imports since BuildKit v0.4.0.
       When ImportRefsDeprecated is set, the solver appends
       {.Type = "registry", .Attrs = {"ref": importRef}}
       for each of the ImportRefs entry to Imports for compatibility. (planned to be removed)
       
      repeated string ImportRefsDeprecated = 2;
      Parameters:
      index - The index of the element to return.
      Returns:
      The importRefsDeprecated at the given index.
    • getImportRefsDeprecatedBytes

      com.google.protobuf.ByteString getImportRefsDeprecatedBytes(int index)
       ImportRefsDeprecated is deprecated in favor or the new Imports since BuildKit v0.4.0.
       When ImportRefsDeprecated is set, the solver appends
       {.Type = "registry", .Attrs = {"ref": importRef}}
       for each of the ImportRefs entry to Imports for compatibility. (planned to be removed)
       
      repeated string ImportRefsDeprecated = 2;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the importRefsDeprecated at the given index.
    • getExportAttrsDeprecatedCount

      int getExportAttrsDeprecatedCount()
       ExportAttrsDeprecated is deprecated since BuildKit v0.4.0.
       See the description of ExportRefDeprecated.
       
      map<string, string> ExportAttrsDeprecated = 3;
    • containsExportAttrsDeprecated

      boolean containsExportAttrsDeprecated(String key)
       ExportAttrsDeprecated is deprecated since BuildKit v0.4.0.
       See the description of ExportRefDeprecated.
       
      map<string, string> ExportAttrsDeprecated = 3;
    • getExportAttrsDeprecated

      @Deprecated Map<String,String> getExportAttrsDeprecated()
      Deprecated.
    • getExportAttrsDeprecatedMap

      Map<String,String> getExportAttrsDeprecatedMap()
       ExportAttrsDeprecated is deprecated since BuildKit v0.4.0.
       See the description of ExportRefDeprecated.
       
      map<string, string> ExportAttrsDeprecated = 3;
    • getExportAttrsDeprecatedOrDefault

      String getExportAttrsDeprecatedOrDefault(String key, String defaultValue)
       ExportAttrsDeprecated is deprecated since BuildKit v0.4.0.
       See the description of ExportRefDeprecated.
       
      map<string, string> ExportAttrsDeprecated = 3;
    • getExportAttrsDeprecatedOrThrow

      String getExportAttrsDeprecatedOrThrow(String key)
       ExportAttrsDeprecated is deprecated since BuildKit v0.4.0.
       See the description of ExportRefDeprecated.
       
      map<string, string> ExportAttrsDeprecated = 3;
    • getExportsList

       Exports was introduced in BuildKit v0.4.0.
       
      repeated .moby.buildkit.v1.CacheOptionsEntry Exports = 4;
    • getExports

      ControlOuterClass.CacheOptionsEntry getExports(int index)
       Exports was introduced in BuildKit v0.4.0.
       
      repeated .moby.buildkit.v1.CacheOptionsEntry Exports = 4;
    • getExportsCount

      int getExportsCount()
       Exports was introduced in BuildKit v0.4.0.
       
      repeated .moby.buildkit.v1.CacheOptionsEntry Exports = 4;
    • getExportsOrBuilderList

      List<? extends ControlOuterClass.CacheOptionsEntryOrBuilder> getExportsOrBuilderList()
       Exports was introduced in BuildKit v0.4.0.
       
      repeated .moby.buildkit.v1.CacheOptionsEntry Exports = 4;
    • getExportsOrBuilder

      ControlOuterClass.CacheOptionsEntryOrBuilder getExportsOrBuilder(int index)
       Exports was introduced in BuildKit v0.4.0.
       
      repeated .moby.buildkit.v1.CacheOptionsEntry Exports = 4;
    • getImportsList

       Imports was introduced in BuildKit v0.4.0.
       
      repeated .moby.buildkit.v1.CacheOptionsEntry Imports = 5;
    • getImports

      ControlOuterClass.CacheOptionsEntry getImports(int index)
       Imports was introduced in BuildKit v0.4.0.
       
      repeated .moby.buildkit.v1.CacheOptionsEntry Imports = 5;
    • getImportsCount

      int getImportsCount()
       Imports was introduced in BuildKit v0.4.0.
       
      repeated .moby.buildkit.v1.CacheOptionsEntry Imports = 5;
    • getImportsOrBuilderList

      List<? extends ControlOuterClass.CacheOptionsEntryOrBuilder> getImportsOrBuilderList()
       Imports was introduced in BuildKit v0.4.0.
       
      repeated .moby.buildkit.v1.CacheOptionsEntry Imports = 5;
    • getImportsOrBuilder

      ControlOuterClass.CacheOptionsEntryOrBuilder getImportsOrBuilder(int index)
       Imports was introduced in BuildKit v0.4.0.
       
      repeated .moby.buildkit.v1.CacheOptionsEntry Imports = 5;