Interface Gateway.RefMapOrBuilder

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

public static interface Gateway.RefMapOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    map<string, .moby.buildkit.v1.frontend.Ref> refs = 1;
    Deprecated.
    int
    map<string, .moby.buildkit.v1.frontend.Ref> refs = 1;
    map<string, .moby.buildkit.v1.frontend.Ref> refs = 1;
    getRefsOrDefault(String key, Gateway.Ref defaultValue)
    map<string, .moby.buildkit.v1.frontend.Ref> refs = 1;
    map<string, .moby.buildkit.v1.frontend.Ref> refs = 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

    • getRefsCount

      int getRefsCount()
      map<string, .moby.buildkit.v1.frontend.Ref> refs = 1;
    • containsRefs

      boolean containsRefs(String key)
      map<string, .moby.buildkit.v1.frontend.Ref> refs = 1;
    • getRefs

      Deprecated.
      Use getRefsMap() instead.
    • getRefsMap

      Map<String,Gateway.Ref> getRefsMap()
      map<string, .moby.buildkit.v1.frontend.Ref> refs = 1;
    • getRefsOrDefault

      Gateway.Ref getRefsOrDefault(String key, Gateway.Ref defaultValue)
      map<string, .moby.buildkit.v1.frontend.Ref> refs = 1;
    • getRefsOrThrow

      Gateway.Ref getRefsOrThrow(String key)
      map<string, .moby.buildkit.v1.frontend.Ref> refs = 1;