Interface Gateway.SolveResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Gateway.SolveResponse
,Gateway.SolveResponse.Builder
- Enclosing class:
Gateway
public static interface Gateway.SolveResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetRef()
deprecatedcom.google.protobuf.ByteString
deprecatedthese fields are returned when allowMapReturn was setthese fields are returned when allowMapReturn was setboolean
these fields are returned when allowMapReturn was setMethods 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()deprecated
string ref = 1;
- Returns:
- The bytes for ref.
-
hasResult
boolean hasResult()these fields are returned when allowMapReturn was set
.moby.buildkit.v1.frontend.Result result = 3;
- Returns:
- Whether the result field is set.
-
getResult
Gateway.Result getResult()these fields are returned when allowMapReturn was set
.moby.buildkit.v1.frontend.Result result = 3;
- Returns:
- The result.
-
getResultOrBuilder
Gateway.ResultOrBuilder getResultOrBuilder()these fields are returned when allowMapReturn was set
.moby.buildkit.v1.frontend.Result result = 3;
-