Interface Gateway.ResolveImageConfigRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Gateway.ResolveImageConfigRequest
,Gateway.ResolveImageConfigRequest.Builder
- Enclosing class:
Gateway
public static interface Gateway.ResolveImageConfigRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstring LogName = 4;
com.google.protobuf.ByteString
string LogName = 4;
.pb.Platform Platform = 2;
.pb.Platform Platform = 2;
getRef()
string Ref = 1;
com.google.protobuf.ByteString
string Ref = 1;
string ResolveMode = 3;
com.google.protobuf.ByteString
string ResolveMode = 3;
int
int32 ResolverType = 5;
string SessionID = 6;
com.google.protobuf.ByteString
string SessionID = 6;
getSourcePolicies
(int index) repeated .moby.buildkit.v1.sourcepolicy.Policy SourcePolicies = 8;
int
repeated .moby.buildkit.v1.sourcepolicy.Policy SourcePolicies = 8;
repeated .moby.buildkit.v1.sourcepolicy.Policy SourcePolicies = 8;
getSourcePoliciesOrBuilder
(int index) repeated .moby.buildkit.v1.sourcepolicy.Policy SourcePolicies = 8;
List
<? extends PolicyOuterClass.PolicyOrBuilder> repeated .moby.buildkit.v1.sourcepolicy.Policy SourcePolicies = 8;
string StoreID = 7;
com.google.protobuf.ByteString
string StoreID = 7;
boolean
.pb.Platform Platform = 2;
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.
-
hasPlatform
boolean hasPlatform().pb.Platform Platform = 2;
- Returns:
- Whether the platform field is set.
-
getPlatform
-
getPlatformOrBuilder
Ops.PlatformOrBuilder getPlatformOrBuilder().pb.Platform Platform = 2;
-
getResolveMode
-
getResolveModeBytes
com.google.protobuf.ByteString getResolveModeBytes()string ResolveMode = 3;
- Returns:
- The bytes for resolveMode.
-
getLogName
-
getLogNameBytes
com.google.protobuf.ByteString getLogNameBytes()string LogName = 4;
- Returns:
- The bytes for logName.
-
getResolverType
int getResolverType()int32 ResolverType = 5;
- Returns:
- The resolverType.
-
getSessionID
-
getSessionIDBytes
com.google.protobuf.ByteString getSessionIDBytes()string SessionID = 6;
- Returns:
- The bytes for sessionID.
-
getStoreID
-
getStoreIDBytes
com.google.protobuf.ByteString getStoreIDBytes()string StoreID = 7;
- Returns:
- The bytes for storeID.
-
getSourcePoliciesList
List<PolicyOuterClass.Policy> getSourcePoliciesList()repeated .moby.buildkit.v1.sourcepolicy.Policy SourcePolicies = 8;
-
getSourcePolicies
repeated .moby.buildkit.v1.sourcepolicy.Policy SourcePolicies = 8;
-
getSourcePoliciesCount
int getSourcePoliciesCount()repeated .moby.buildkit.v1.sourcepolicy.Policy SourcePolicies = 8;
-
getSourcePoliciesOrBuilderList
List<? extends PolicyOuterClass.PolicyOrBuilder> getSourcePoliciesOrBuilderList()repeated .moby.buildkit.v1.sourcepolicy.Policy SourcePolicies = 8;
-
getSourcePoliciesOrBuilder
repeated .moby.buildkit.v1.sourcepolicy.Policy SourcePolicies = 8;
-