Interface ControlOuterClass.SolveRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ControlOuterClass.SolveRequest
,ControlOuterClass.SolveRequest.Builder
- Enclosing class:
ControlOuterClass
public static interface ControlOuterClass.SolveRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionboolean
map<string, string> ExporterAttrsDeprecated = 4;
boolean
map<string, string> FrontendAttrs = 7;
boolean
map<string, .pb.Definition> FrontendInputs = 10;
getCache()
.moby.buildkit.v1.CacheOptions Cache = 8;
.moby.buildkit.v1.CacheOptions Cache = 8;
.pb.Definition Definition = 2;
.pb.Definition Definition = 2;
getEntitlements
(int index) repeated string Entitlements = 9;
com.google.protobuf.ByteString
getEntitlementsBytes
(int index) repeated string Entitlements = 9;
int
repeated string Entitlements = 9;
repeated string Entitlements = 9;
Deprecated.int
map<string, string> ExporterAttrsDeprecated = 4;
map<string, string> ExporterAttrsDeprecated = 4;
getExporterAttrsDeprecatedOrDefault
(String key, String defaultValue) map<string, string> ExporterAttrsDeprecated = 4;
map<string, string> ExporterAttrsDeprecated = 4;
ExporterDeprecated and ExporterAttrsDeprecated are deprecated in favor of the new Exporters.com.google.protobuf.ByteString
ExporterDeprecated and ExporterAttrsDeprecated are deprecated in favor of the new Exporters.getExporters
(int index) repeated .moby.buildkit.v1.Exporter Exporters = 13;
int
repeated .moby.buildkit.v1.Exporter Exporters = 13;
repeated .moby.buildkit.v1.Exporter Exporters = 13;
getExportersOrBuilder
(int index) repeated .moby.buildkit.v1.Exporter Exporters = 13;
List
<? extends ControlOuterClass.ExporterOrBuilder> repeated .moby.buildkit.v1.Exporter Exporters = 13;
string Frontend = 6;
Deprecated.int
map<string, string> FrontendAttrs = 7;
map<string, string> FrontendAttrs = 7;
getFrontendAttrsOrDefault
(String key, String defaultValue) map<string, string> FrontendAttrs = 7;
map<string, string> FrontendAttrs = 7;
com.google.protobuf.ByteString
string Frontend = 6;
Deprecated.int
map<string, .pb.Definition> FrontendInputs = 10;
map<string, .pb.Definition> FrontendInputs = 10;
getFrontendInputsOrDefault
(String key, Ops.Definition defaultValue) map<string, .pb.Definition> FrontendInputs = 10;
map<string, .pb.Definition> FrontendInputs = 10;
boolean
Internal builds are not recorded in build historygetRef()
string Ref = 1;
com.google.protobuf.ByteString
string Ref = 1;
string Session = 5;
com.google.protobuf.ByteString
string Session = 5;
.moby.buildkit.v1.sourcepolicy.Policy SourcePolicy = 12;
.moby.buildkit.v1.sourcepolicy.Policy SourcePolicy = 12;
boolean
hasCache()
.moby.buildkit.v1.CacheOptions Cache = 8;
boolean
.pb.Definition Definition = 2;
boolean
.moby.buildkit.v1.sourcepolicy.Policy SourcePolicy = 12;
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
-
getRefBytes
com.google.protobuf.ByteString getRefBytes()string Ref = 1;
- Returns:
- The bytes for ref.
-
hasDefinition
boolean hasDefinition().pb.Definition Definition = 2;
- Returns:
- Whether the definition field is set.
-
getDefinition
-
getDefinitionOrBuilder
Ops.DefinitionOrBuilder getDefinitionOrBuilder().pb.Definition Definition = 2;
-
getExporterDeprecated
String getExporterDeprecated()ExporterDeprecated and ExporterAttrsDeprecated are deprecated in favor of the new Exporters. If these fields are set, then they will be appended to the Exporters field if Exporters was not explicitly set.
string ExporterDeprecated = 3;
- Returns:
- The exporterDeprecated.
-
getExporterDeprecatedBytes
com.google.protobuf.ByteString getExporterDeprecatedBytes()ExporterDeprecated and ExporterAttrsDeprecated are deprecated in favor of the new Exporters. If these fields are set, then they will be appended to the Exporters field if Exporters was not explicitly set.
string ExporterDeprecated = 3;
- Returns:
- The bytes for exporterDeprecated.
-
getExporterAttrsDeprecatedCount
int getExporterAttrsDeprecatedCount()map<string, string> ExporterAttrsDeprecated = 4;
-
containsExporterAttrsDeprecated
map<string, string> ExporterAttrsDeprecated = 4;
-
getExporterAttrsDeprecated
Deprecated.UsegetExporterAttrsDeprecatedMap()
instead. -
getExporterAttrsDeprecatedMap
-
getExporterAttrsDeprecatedOrDefault
-
getExporterAttrsDeprecatedOrThrow
-
getSession
-
getSessionBytes
com.google.protobuf.ByteString getSessionBytes()string Session = 5;
- Returns:
- The bytes for session.
-
getFrontend
-
getFrontendBytes
com.google.protobuf.ByteString getFrontendBytes()string Frontend = 6;
- Returns:
- The bytes for frontend.
-
getFrontendAttrsCount
int getFrontendAttrsCount()map<string, string> FrontendAttrs = 7;
-
containsFrontendAttrs
map<string, string> FrontendAttrs = 7;
-
getFrontendAttrs
-
getFrontendAttrsMap
-
getFrontendAttrsOrDefault
-
getFrontendAttrsOrThrow
-
hasCache
boolean hasCache().moby.buildkit.v1.CacheOptions Cache = 8;
- Returns:
- Whether the cache field is set.
-
getCache
ControlOuterClass.CacheOptions getCache().moby.buildkit.v1.CacheOptions Cache = 8;
- Returns:
- The cache.
-
getCacheOrBuilder
ControlOuterClass.CacheOptionsOrBuilder getCacheOrBuilder().moby.buildkit.v1.CacheOptions Cache = 8;
-
getEntitlementsList
-
getEntitlementsCount
int getEntitlementsCount()repeated string Entitlements = 9;
- Returns:
- The count of entitlements.
-
getEntitlements
repeated string Entitlements = 9;
- Parameters:
index
- The index of the element to return.- Returns:
- The entitlements at the given index.
-
getEntitlementsBytes
com.google.protobuf.ByteString getEntitlementsBytes(int index) repeated string Entitlements = 9;
- Parameters:
index
- The index of the value to return.- Returns:
- The bytes of the entitlements at the given index.
-
getFrontendInputsCount
int getFrontendInputsCount()map<string, .pb.Definition> FrontendInputs = 10;
-
containsFrontendInputs
map<string, .pb.Definition> FrontendInputs = 10;
-
getFrontendInputs
Deprecated.UsegetFrontendInputsMap()
instead. -
getFrontendInputsMap
Map<String,Ops.Definition> getFrontendInputsMap()map<string, .pb.Definition> FrontendInputs = 10;
-
getFrontendInputsOrDefault
map<string, .pb.Definition> FrontendInputs = 10;
-
getFrontendInputsOrThrow
map<string, .pb.Definition> FrontendInputs = 10;
-
getInternal
boolean getInternal()Internal builds are not recorded in build history
bool Internal = 11;
- Returns:
- The internal.
-
hasSourcePolicy
boolean hasSourcePolicy().moby.buildkit.v1.sourcepolicy.Policy SourcePolicy = 12;
- Returns:
- Whether the sourcePolicy field is set.
-
getSourcePolicy
PolicyOuterClass.Policy getSourcePolicy().moby.buildkit.v1.sourcepolicy.Policy SourcePolicy = 12;
- Returns:
- The sourcePolicy.
-
getSourcePolicyOrBuilder
PolicyOuterClass.PolicyOrBuilder getSourcePolicyOrBuilder().moby.buildkit.v1.sourcepolicy.Policy SourcePolicy = 12;
-
getExportersList
List<ControlOuterClass.Exporter> getExportersList()repeated .moby.buildkit.v1.Exporter Exporters = 13;
-
getExporters
repeated .moby.buildkit.v1.Exporter Exporters = 13;
-
getExportersCount
int getExportersCount()repeated .moby.buildkit.v1.Exporter Exporters = 13;
-
getExportersOrBuilderList
List<? extends ControlOuterClass.ExporterOrBuilder> getExportersOrBuilderList()repeated .moby.buildkit.v1.Exporter Exporters = 13;
-
getExportersOrBuilder
repeated .moby.buildkit.v1.Exporter Exporters = 13;
-