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 Summary
Modifier and TypeMethodDescriptionboolean
apicaps:CapFrontendInputsboolean
map<string, string> FrontendOpt = 3;
boolean
bool allowResultArrayRef = 6;
boolean
4 was removed in BuildKit v0.11.0.getCacheImports
(int index) CacheImports was added in BuildKit v0.4.0.int
CacheImports was added in BuildKit v0.4.0.CacheImports was added in BuildKit v0.4.0.getCacheImportsOrBuilder
(int index) CacheImports was added in BuildKit v0.4.0.List
<? extends Gateway.CacheOptionsEntryOrBuilder> CacheImports was added in BuildKit v0.4.0..pb.Definition Definition = 1;
.pb.Definition Definition = 1;
boolean
bool Evaluate = 14;
com.google.protobuf.ByteString
bytes ExporterAttr = 11;
boolean
getFinal()
apicaps.CapSolveInlineReturn deprecatedstring Frontend = 2;
com.google.protobuf.ByteString
string Frontend = 2;
Deprecated.int
apicaps:CapFrontendInputsapicaps:CapFrontendInputsgetFrontendInputsOrDefault
(String key, Ops.Definition defaultValue) apicaps:CapFrontendInputsapicaps:CapFrontendInputsDeprecated.int
map<string, string> FrontendOpt = 3;
map<string, string> FrontendOpt = 3;
getFrontendOptOrDefault
(String key, String defaultValue) map<string, string> FrontendOpt = 3;
map<string, string> FrontendOpt = 3;
getSourcePolicies
(int index) repeated .moby.buildkit.v1.sourcepolicy.Policy SourcePolicies = 15;
int
repeated .moby.buildkit.v1.sourcepolicy.Policy SourcePolicies = 15;
repeated .moby.buildkit.v1.sourcepolicy.Policy SourcePolicies = 15;
getSourcePoliciesOrBuilder
(int index) repeated .moby.buildkit.v1.sourcepolicy.Policy SourcePolicies = 15;
List
<? extends PolicyOuterClass.PolicyOrBuilder> repeated .moby.buildkit.v1.sourcepolicy.Policy SourcePolicies = 15;
boolean
.pb.Definition Definition = 1;
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
-
hasDefinition
boolean hasDefinition().pb.Definition Definition = 1;
- Returns:
- Whether the definition field is set.
-
getDefinition
-
getDefinitionOrBuilder
Ops.DefinitionOrBuilder getDefinitionOrBuilder().pb.Definition Definition = 1;
-
getFrontend
-
getFrontendBytes
com.google.protobuf.ByteString getFrontendBytes()string Frontend = 2;
- Returns:
- The bytes for frontend.
-
getFrontendOptCount
int getFrontendOptCount()map<string, string> FrontendOpt = 3;
-
containsFrontendOpt
map<string, string> FrontendOpt = 3;
-
getFrontendOpt
-
getFrontendOptMap
-
getFrontendOptOrDefault
-
getFrontendOptOrThrow
-
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
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
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
apicaps:CapFrontendInputs
map<string, .pb.Definition> FrontendInputs = 13;
-
getFrontendInputs
Deprecated.UsegetFrontendInputsMap()
instead. -
getFrontendInputsMap
Map<String,Ops.Definition> getFrontendInputsMap()apicaps:CapFrontendInputs
map<string, .pb.Definition> FrontendInputs = 13;
-
getFrontendInputsOrDefault
apicaps:CapFrontendInputs
map<string, .pb.Definition> FrontendInputs = 13;
-
getFrontendInputsOrThrow
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
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
repeated .moby.buildkit.v1.sourcepolicy.Policy SourcePolicies = 15;
-