Uses of Class
pb.Ops.HostIP
Packages that use Ops.HostIP
-
Uses of Ops.HostIP in moby.buildkit.v1.frontend
Methods in moby.buildkit.v1.frontend that return Ops.HostIPModifier and TypeMethodDescriptionGateway.NewContainerRequest.Builder.getExtraHosts
(int index) repeated .pb.HostIP extraHosts = 6;
Gateway.NewContainerRequest.getExtraHosts
(int index) repeated .pb.HostIP extraHosts = 6;
Gateway.NewContainerRequestOrBuilder.getExtraHosts
(int index) repeated .pb.HostIP extraHosts = 6;
Methods in moby.buildkit.v1.frontend that return types with arguments of type Ops.HostIPModifier and TypeMethodDescriptionGateway.NewContainerRequest.Builder.getExtraHostsList()
repeated .pb.HostIP extraHosts = 6;
Gateway.NewContainerRequest.getExtraHostsList()
repeated .pb.HostIP extraHosts = 6;
Gateway.NewContainerRequestOrBuilder.getExtraHostsList()
repeated .pb.HostIP extraHosts = 6;
Methods in moby.buildkit.v1.frontend with parameters of type Ops.HostIPModifier and TypeMethodDescriptionGateway.NewContainerRequest.Builder.addExtraHosts
(int index, Ops.HostIP value) repeated .pb.HostIP extraHosts = 6;
Gateway.NewContainerRequest.Builder.addExtraHosts
(Ops.HostIP value) repeated .pb.HostIP extraHosts = 6;
Gateway.NewContainerRequest.Builder.setExtraHosts
(int index, Ops.HostIP value) repeated .pb.HostIP extraHosts = 6;
Method parameters in moby.buildkit.v1.frontend with type arguments of type Ops.HostIPModifier and TypeMethodDescriptionGateway.NewContainerRequest.Builder.addAllExtraHosts
(Iterable<? extends Ops.HostIP> values) repeated .pb.HostIP extraHosts = 6;
-
Uses of Ops.HostIP in pb
Methods in pb that return Ops.HostIPModifier and TypeMethodDescriptionOps.HostIP.Builder.build()
Ops.HostIP.Builder.buildPartial()
static Ops.HostIP
Ops.HostIP.getDefaultInstance()
Ops.HostIP.Builder.getDefaultInstanceForType()
Ops.HostIP.getDefaultInstanceForType()
Ops.Meta.Builder.getExtraHosts
(int index) repeated .pb.HostIP extraHosts = 6;
Ops.Meta.getExtraHosts
(int index) repeated .pb.HostIP extraHosts = 6;
Ops.MetaOrBuilder.getExtraHosts
(int index) repeated .pb.HostIP extraHosts = 6;
static Ops.HostIP
Ops.HostIP.parseDelimitedFrom
(InputStream input) static Ops.HostIP
Ops.HostIP.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Ops.HostIP
Ops.HostIP.parseFrom
(byte[] data) static Ops.HostIP
Ops.HostIP.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Ops.HostIP
Ops.HostIP.parseFrom
(com.google.protobuf.ByteString data) static Ops.HostIP
Ops.HostIP.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Ops.HostIP
Ops.HostIP.parseFrom
(com.google.protobuf.CodedInputStream input) static Ops.HostIP
Ops.HostIP.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Ops.HostIP
Ops.HostIP.parseFrom
(InputStream input) static Ops.HostIP
Ops.HostIP.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Ops.HostIP
Ops.HostIP.parseFrom
(ByteBuffer data) static Ops.HostIP
Ops.HostIP.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in pb that return types with arguments of type Ops.HostIPModifier and TypeMethodDescriptionOps.Meta.Builder.getExtraHostsList()
repeated .pb.HostIP extraHosts = 6;
Ops.Meta.getExtraHostsList()
repeated .pb.HostIP extraHosts = 6;
Ops.MetaOrBuilder.getExtraHostsList()
repeated .pb.HostIP extraHosts = 6;
com.google.protobuf.Parser
<Ops.HostIP> Ops.HostIP.getParserForType()
static com.google.protobuf.Parser
<Ops.HostIP> Ops.HostIP.parser()
Methods in pb with parameters of type Ops.HostIPModifier and TypeMethodDescriptionOps.Meta.Builder.addExtraHosts
(int index, Ops.HostIP value) repeated .pb.HostIP extraHosts = 6;
Ops.Meta.Builder.addExtraHosts
(Ops.HostIP value) repeated .pb.HostIP extraHosts = 6;
Ops.HostIP.Builder.mergeFrom
(Ops.HostIP other) static Ops.HostIP.Builder
Ops.HostIP.newBuilder
(Ops.HostIP prototype) Ops.Meta.Builder.setExtraHosts
(int index, Ops.HostIP value) repeated .pb.HostIP extraHosts = 6;
Method parameters in pb with type arguments of type Ops.HostIPModifier and TypeMethodDescriptionOps.Meta.Builder.addAllExtraHosts
(Iterable<? extends Ops.HostIP> values) repeated .pb.HostIP extraHosts = 6;