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 Details

    • getRef

      String getRef()
      string Ref = 1;
      Returns:
      The ref.
    • 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

      Ops.Platform getPlatform()
      .pb.Platform Platform = 2;
      Returns:
      The platform.
    • getPlatformOrBuilder

      Ops.PlatformOrBuilder getPlatformOrBuilder()
      .pb.Platform Platform = 2;
    • getResolveMode

      String getResolveMode()
      string ResolveMode = 3;
      Returns:
      The resolveMode.
    • getResolveModeBytes

      com.google.protobuf.ByteString getResolveModeBytes()
      string ResolveMode = 3;
      Returns:
      The bytes for resolveMode.
    • getLogName

      String getLogName()
      string LogName = 4;
      Returns:
      The logName.
    • getLogNameBytes

      com.google.protobuf.ByteString getLogNameBytes()
      string LogName = 4;
      Returns:
      The bytes for logName.
    • getResolverType

      int getResolverType()
      int32 ResolverType = 5;
      Returns:
      The resolverType.
    • getSessionID

      String getSessionID()
      string SessionID = 6;
      Returns:
      The sessionID.
    • getSessionIDBytes

      com.google.protobuf.ByteString getSessionIDBytes()
      string SessionID = 6;
      Returns:
      The bytes for sessionID.
    • getStoreID

      String getStoreID()
      string StoreID = 7;
      Returns:
      The storeID.
    • 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

      PolicyOuterClass.Policy getSourcePolicies(int index)
      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

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