Uses of Class
moby.buildkit.v1.ControlOuterClass.VertexWarning
Packages that use ControlOuterClass.VertexWarning
-
Uses of ControlOuterClass.VertexWarning in moby.buildkit.v1
Methods in moby.buildkit.v1 that return ControlOuterClass.VertexWarningModifier and TypeMethodDescriptionControlOuterClass.VertexWarning.Builder.build()
ControlOuterClass.VertexWarning.Builder.buildPartial()
ControlOuterClass.VertexWarning.getDefaultInstance()
ControlOuterClass.VertexWarning.Builder.getDefaultInstanceForType()
ControlOuterClass.VertexWarning.getDefaultInstanceForType()
ControlOuterClass.StatusResponse.Builder.getWarnings
(int index) repeated .moby.buildkit.v1.VertexWarning warnings = 4;
ControlOuterClass.StatusResponse.getWarnings
(int index) repeated .moby.buildkit.v1.VertexWarning warnings = 4;
ControlOuterClass.StatusResponseOrBuilder.getWarnings
(int index) repeated .moby.buildkit.v1.VertexWarning warnings = 4;
ControlOuterClass.VertexWarning.parseDelimitedFrom
(InputStream input) ControlOuterClass.VertexWarning.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ControlOuterClass.VertexWarning.parseFrom
(byte[] data) ControlOuterClass.VertexWarning.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ControlOuterClass.VertexWarning.parseFrom
(com.google.protobuf.ByteString data) ControlOuterClass.VertexWarning.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ControlOuterClass.VertexWarning.parseFrom
(com.google.protobuf.CodedInputStream input) ControlOuterClass.VertexWarning.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ControlOuterClass.VertexWarning.parseFrom
(InputStream input) ControlOuterClass.VertexWarning.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ControlOuterClass.VertexWarning.parseFrom
(ByteBuffer data) ControlOuterClass.VertexWarning.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in moby.buildkit.v1 that return types with arguments of type ControlOuterClass.VertexWarningModifier and TypeMethodDescriptioncom.google.protobuf.Parser
<ControlOuterClass.VertexWarning> ControlOuterClass.VertexWarning.getParserForType()
ControlOuterClass.StatusResponse.Builder.getWarningsList()
repeated .moby.buildkit.v1.VertexWarning warnings = 4;
ControlOuterClass.StatusResponse.getWarningsList()
repeated .moby.buildkit.v1.VertexWarning warnings = 4;
ControlOuterClass.StatusResponseOrBuilder.getWarningsList()
repeated .moby.buildkit.v1.VertexWarning warnings = 4;
static com.google.protobuf.Parser
<ControlOuterClass.VertexWarning> ControlOuterClass.VertexWarning.parser()
Methods in moby.buildkit.v1 with parameters of type ControlOuterClass.VertexWarningModifier and TypeMethodDescriptionControlOuterClass.StatusResponse.Builder.addWarnings
(int index, ControlOuterClass.VertexWarning value) repeated .moby.buildkit.v1.VertexWarning warnings = 4;
ControlOuterClass.StatusResponse.Builder.addWarnings
(ControlOuterClass.VertexWarning value) repeated .moby.buildkit.v1.VertexWarning warnings = 4;
ControlOuterClass.VertexWarning.Builder.mergeFrom
(ControlOuterClass.VertexWarning other) ControlOuterClass.VertexWarning.newBuilder
(ControlOuterClass.VertexWarning prototype) ControlOuterClass.StatusResponse.Builder.setWarnings
(int index, ControlOuterClass.VertexWarning value) repeated .moby.buildkit.v1.VertexWarning warnings = 4;
Method parameters in moby.buildkit.v1 with type arguments of type ControlOuterClass.VertexWarningModifier and TypeMethodDescriptionControlOuterClass.StatusResponse.Builder.addAllWarnings
(Iterable<? extends ControlOuterClass.VertexWarning> values) repeated .moby.buildkit.v1.VertexWarning warnings = 4;