Interface Gateway.SolveRequestOrBuilder

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

public static interface Gateway.SolveRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasDefinition

      boolean hasDefinition()
      .pb.Definition Definition = 1;
      Returns:
      Whether the definition field is set.
    • getDefinition

      Ops.Definition getDefinition()
      .pb.Definition Definition = 1;
      Returns:
      The definition.
    • getDefinitionOrBuilder

      Ops.DefinitionOrBuilder getDefinitionOrBuilder()
      .pb.Definition Definition = 1;
    • getFrontend

      String getFrontend()
      string Frontend = 2;
      Returns:
      The frontend.
    • getFrontendBytes

      com.google.protobuf.ByteString getFrontendBytes()
      string Frontend = 2;
      Returns:
      The bytes for frontend.
    • getFrontendOptCount

      int getFrontendOptCount()
      map<string, string> FrontendOpt = 3;
    • containsFrontendOpt

      boolean containsFrontendOpt(String key)
      map<string, string> FrontendOpt = 3;
    • getFrontendOpt

      @Deprecated Map<String,String> getFrontendOpt()
      Deprecated.
      Use getFrontendOptMap() instead.
    • getFrontendOptMap

      Map<String,String> getFrontendOptMap()
      map<string, string> FrontendOpt = 3;
    • getFrontendOptOrDefault

      String getFrontendOptOrDefault(String key, String defaultValue)
      map<string, string> FrontendOpt = 3;
    • getFrontendOptOrThrow

      String getFrontendOptOrThrow(String key)
      map<string, string> FrontendOpt = 3;
    • getAllowResultReturn

      boolean getAllowResultReturn()
       4 was removed in BuildKit v0.11.0.
       
      bool allowResultReturn = 5;
      Returns:
      The allowResultReturn.
    • getAllowResultArrayRef

      boolean getAllowResultArrayRef()
      bool allowResultArrayRef = 6;
      Returns:
      The allowResultArrayRef.
    • getFinal

      boolean getFinal()
       apicaps.CapSolveInlineReturn deprecated
       
      bool Final = 10;
      Returns:
      The final.
    • getExporterAttr

      com.google.protobuf.ByteString getExporterAttr()
      bytes ExporterAttr = 11;
      Returns:
      The exporterAttr.
    • getCacheImportsList

      List<Gateway.CacheOptionsEntry> getCacheImportsList()
       CacheImports was added in BuildKit v0.4.0.
       apicaps:CapImportCaches
       
      repeated .moby.buildkit.v1.frontend.CacheOptionsEntry CacheImports = 12;
    • getCacheImports

      Gateway.CacheOptionsEntry getCacheImports(int index)
       CacheImports was added in BuildKit v0.4.0.
       apicaps:CapImportCaches
       
      repeated .moby.buildkit.v1.frontend.CacheOptionsEntry CacheImports = 12;
    • getCacheImportsCount

      int getCacheImportsCount()
       CacheImports was added in BuildKit v0.4.0.
       apicaps:CapImportCaches
       
      repeated .moby.buildkit.v1.frontend.CacheOptionsEntry CacheImports = 12;
    • getCacheImportsOrBuilderList

      List<? extends Gateway.CacheOptionsEntryOrBuilder> getCacheImportsOrBuilderList()
       CacheImports was added in BuildKit v0.4.0.
       apicaps:CapImportCaches
       
      repeated .moby.buildkit.v1.frontend.CacheOptionsEntry CacheImports = 12;
    • getCacheImportsOrBuilder

      Gateway.CacheOptionsEntryOrBuilder getCacheImportsOrBuilder(int index)
       CacheImports was added in BuildKit v0.4.0.
       apicaps:CapImportCaches
       
      repeated .moby.buildkit.v1.frontend.CacheOptionsEntry CacheImports = 12;
    • getFrontendInputsCount

      int getFrontendInputsCount()
       apicaps:CapFrontendInputs
       
      map<string, .pb.Definition> FrontendInputs = 13;
    • containsFrontendInputs

      boolean containsFrontendInputs(String key)
       apicaps:CapFrontendInputs
       
      map<string, .pb.Definition> FrontendInputs = 13;
    • getFrontendInputs

      @Deprecated Map<String,Ops.Definition> getFrontendInputs()
      Deprecated.
    • getFrontendInputsMap

      Map<String,Ops.Definition> getFrontendInputsMap()
       apicaps:CapFrontendInputs
       
      map<string, .pb.Definition> FrontendInputs = 13;
    • getFrontendInputsOrDefault

      Ops.Definition getFrontendInputsOrDefault(String key, Ops.Definition defaultValue)
       apicaps:CapFrontendInputs
       
      map<string, .pb.Definition> FrontendInputs = 13;
    • getFrontendInputsOrThrow

      Ops.Definition getFrontendInputsOrThrow(String key)
       apicaps:CapFrontendInputs
       
      map<string, .pb.Definition> FrontendInputs = 13;
    • getEvaluate

      boolean getEvaluate()
      bool Evaluate = 14;
      Returns:
      The evaluate.
    • getSourcePoliciesList

      List<PolicyOuterClass.Policy> getSourcePoliciesList()
      repeated .moby.buildkit.v1.sourcepolicy.Policy SourcePolicies = 15;
    • getSourcePolicies

      PolicyOuterClass.Policy getSourcePolicies(int index)
      repeated .moby.buildkit.v1.sourcepolicy.Policy SourcePolicies = 15;
    • getSourcePoliciesCount

      int getSourcePoliciesCount()
      repeated .moby.buildkit.v1.sourcepolicy.Policy SourcePolicies = 15;
    • getSourcePoliciesOrBuilderList

      List<? extends PolicyOuterClass.PolicyOrBuilder> getSourcePoliciesOrBuilderList()
      repeated .moby.buildkit.v1.sourcepolicy.Policy SourcePolicies = 15;
    • getSourcePoliciesOrBuilder

      PolicyOuterClass.PolicyOrBuilder getSourcePoliciesOrBuilder(int index)
      repeated .moby.buildkit.v1.sourcepolicy.Policy SourcePolicies = 15;