Uses of Class
pb.Ops.HostIP.Builder
Packages that use Ops.HostIP.Builder
-
Uses of Ops.HostIP.Builder in moby.buildkit.v1.frontend
Methods in moby.buildkit.v1.frontend that return Ops.HostIP.BuilderModifier and TypeMethodDescriptionGateway.NewContainerRequest.Builder.addExtraHostsBuilder()
repeated .pb.HostIP extraHosts = 6;
Gateway.NewContainerRequest.Builder.addExtraHostsBuilder
(int index) repeated .pb.HostIP extraHosts = 6;
Gateway.NewContainerRequest.Builder.getExtraHostsBuilder
(int index) repeated .pb.HostIP extraHosts = 6;
Methods in moby.buildkit.v1.frontend that return types with arguments of type Ops.HostIP.BuilderModifier and TypeMethodDescriptionGateway.NewContainerRequest.Builder.getExtraHostsBuilderList()
repeated .pb.HostIP extraHosts = 6;
Methods in moby.buildkit.v1.frontend with parameters of type Ops.HostIP.BuilderModifier and TypeMethodDescriptionGateway.NewContainerRequest.Builder.addExtraHosts
(int index, Ops.HostIP.Builder builderForValue) repeated .pb.HostIP extraHosts = 6;
Gateway.NewContainerRequest.Builder.addExtraHosts
(Ops.HostIP.Builder builderForValue) repeated .pb.HostIP extraHosts = 6;
Gateway.NewContainerRequest.Builder.setExtraHosts
(int index, Ops.HostIP.Builder builderForValue) repeated .pb.HostIP extraHosts = 6;
-
Uses of Ops.HostIP.Builder in pb
Subclasses with type arguments of type Ops.HostIP.Builder in pbMethods in pb that return Ops.HostIP.BuilderModifier and TypeMethodDescriptionOps.Meta.Builder.addExtraHostsBuilder()
repeated .pb.HostIP extraHosts = 6;
Ops.Meta.Builder.addExtraHostsBuilder
(int index) repeated .pb.HostIP extraHosts = 6;
Ops.HostIP.Builder.clear()
Ops.HostIP.Builder.clearHost()
string Host = 1;
Ops.HostIP.Builder.clearIP()
string IP = 2;
Ops.Meta.Builder.getExtraHostsBuilder
(int index) repeated .pb.HostIP extraHosts = 6;
Ops.HostIP.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Ops.HostIP.Builder.mergeFrom
(com.google.protobuf.Message other) Ops.HostIP.Builder.mergeFrom
(Ops.HostIP other) static Ops.HostIP.Builder
Ops.HostIP.newBuilder()
static Ops.HostIP.Builder
Ops.HostIP.newBuilder
(Ops.HostIP prototype) Ops.HostIP.newBuilderForType()
protected Ops.HostIP.Builder
Ops.HostIP.newBuilderForType
(com.google.protobuf.AbstractMessage.BuilderParent parent) string Host = 1;
Ops.HostIP.Builder.setHostBytes
(com.google.protobuf.ByteString value) string Host = 1;
string IP = 2;
Ops.HostIP.Builder.setIPBytes
(com.google.protobuf.ByteString value) string IP = 2;
Ops.HostIP.toBuilder()
Methods in pb that return types with arguments of type Ops.HostIP.BuilderModifier and TypeMethodDescriptionOps.Meta.Builder.getExtraHostsBuilderList()
repeated .pb.HostIP extraHosts = 6;
Methods in pb with parameters of type Ops.HostIP.BuilderModifier and TypeMethodDescriptionOps.Meta.Builder.addExtraHosts
(int index, Ops.HostIP.Builder builderForValue) repeated .pb.HostIP extraHosts = 6;
Ops.Meta.Builder.addExtraHosts
(Ops.HostIP.Builder builderForValue) repeated .pb.HostIP extraHosts = 6;
Ops.Meta.Builder.setExtraHosts
(int index, Ops.HostIP.Builder builderForValue) repeated .pb.HostIP extraHosts = 6;