Interface Gateway.NewContainerRequestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Gateway.NewContainerRequest, Gateway.NewContainerRequest.Builder
Enclosing class:
Gateway

public static interface Gateway.NewContainerRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getContainerID

      String getContainerID()
      string ContainerID = 1;
      Returns:
      The containerID.
    • getContainerIDBytes

      com.google.protobuf.ByteString getContainerIDBytes()
      string ContainerID = 1;
      Returns:
      The bytes for containerID.
    • getMountsList

      List<Ops.Mount> getMountsList()
       For mount input values we can use random identifiers passed with ref
       
      repeated .pb.Mount Mounts = 2;
    • getMounts

      Ops.Mount getMounts(int index)
       For mount input values we can use random identifiers passed with ref
       
      repeated .pb.Mount Mounts = 2;
    • getMountsCount

      int getMountsCount()
       For mount input values we can use random identifiers passed with ref
       
      repeated .pb.Mount Mounts = 2;
    • getMountsOrBuilderList

      List<? extends Ops.MountOrBuilder> getMountsOrBuilderList()
       For mount input values we can use random identifiers passed with ref
       
      repeated .pb.Mount Mounts = 2;
    • getMountsOrBuilder

      Ops.MountOrBuilder getMountsOrBuilder(int index)
       For mount input values we can use random identifiers passed with ref
       
      repeated .pb.Mount Mounts = 2;
    • getNetworkValue

      int getNetworkValue()
      .pb.NetMode Network = 3;
      Returns:
      The enum numeric value on the wire for network.
    • getNetwork

      Ops.NetMode getNetwork()
      .pb.NetMode Network = 3;
      Returns:
      The network.
    • hasPlatform

      boolean hasPlatform()
      .pb.Platform platform = 4;
      Returns:
      Whether the platform field is set.
    • getPlatform

      Ops.Platform getPlatform()
      .pb.Platform platform = 4;
      Returns:
      The platform.
    • getPlatformOrBuilder

      Ops.PlatformOrBuilder getPlatformOrBuilder()
      .pb.Platform platform = 4;
    • hasConstraints

      boolean hasConstraints()
      .pb.WorkerConstraints constraints = 5;
      Returns:
      Whether the constraints field is set.
    • getConstraints

      Ops.WorkerConstraints getConstraints()
      .pb.WorkerConstraints constraints = 5;
      Returns:
      The constraints.
    • getConstraintsOrBuilder

      Ops.WorkerConstraintsOrBuilder getConstraintsOrBuilder()
      .pb.WorkerConstraints constraints = 5;
    • getExtraHostsList

      List<Ops.HostIP> getExtraHostsList()
      repeated .pb.HostIP extraHosts = 6;
    • getExtraHosts

      Ops.HostIP getExtraHosts(int index)
      repeated .pb.HostIP extraHosts = 6;
    • getExtraHostsCount

      int getExtraHostsCount()
      repeated .pb.HostIP extraHosts = 6;
    • getExtraHostsOrBuilderList

      List<? extends Ops.HostIPOrBuilder> getExtraHostsOrBuilderList()
      repeated .pb.HostIP extraHosts = 6;
    • getExtraHostsOrBuilder

      Ops.HostIPOrBuilder getExtraHostsOrBuilder(int index)
      repeated .pb.HostIP extraHosts = 6;
    • getHostname

      String getHostname()
      string hostname = 7;
      Returns:
      The hostname.
    • getHostnameBytes

      com.google.protobuf.ByteString getHostnameBytes()
      string hostname = 7;
      Returns:
      The bytes for hostname.