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 TypeMethodDescriptionboolean
containsRefs
(String key) map<string, .moby.buildkit.v1.frontend.Ref> refs = 1;
getRefs()
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;
getRefsOrThrow
(String key) 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
map<string, .moby.buildkit.v1.frontend.Ref> refs = 1;
-
getRefs
-
getRefsMap
Map<String,Gateway.Ref> getRefsMap()map<string, .moby.buildkit.v1.frontend.Ref> refs = 1;
-
getRefsOrDefault
map<string, .moby.buildkit.v1.frontend.Ref> refs = 1;
-
getRefsOrThrow
map<string, .moby.buildkit.v1.frontend.Ref> refs = 1;
-