Interface Gateway.InitMessageOrBuilder

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

public static interface Gateway.InitMessageOrBuilder 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.
    • hasMeta

      boolean hasMeta()
      .pb.Meta Meta = 2;
      Returns:
      Whether the meta field is set.
    • getMeta

      Ops.Meta getMeta()
      .pb.Meta Meta = 2;
      Returns:
      The meta.
    • getMetaOrBuilder

      Ops.MetaOrBuilder getMetaOrBuilder()
      .pb.Meta Meta = 2;
    • getFdsList

      List<Integer> getFdsList()
      repeated uint32 Fds = 3;
      Returns:
      A list containing the fds.
    • getFdsCount

      int getFdsCount()
      repeated uint32 Fds = 3;
      Returns:
      The count of fds.
    • getFds

      int getFds(int index)
      repeated uint32 Fds = 3;
      Parameters:
      index - The index of the element to return.
      Returns:
      The fds at the given index.
    • getTty

      boolean getTty()
      bool Tty = 4;
      Returns:
      The tty.
    • getSecurityValue

      int getSecurityValue()
      .pb.SecurityMode Security = 5;
      Returns:
      The enum numeric value on the wire for security.
    • getSecurity

      Ops.SecurityMode getSecurity()
      .pb.SecurityMode Security = 5;
      Returns:
      The security.
    • getSecretenvList

      List<Ops.SecretEnv> getSecretenvList()
      repeated .pb.SecretEnv secretenv = 6;
    • getSecretenv

      Ops.SecretEnv getSecretenv(int index)
      repeated .pb.SecretEnv secretenv = 6;
    • getSecretenvCount

      int getSecretenvCount()
      repeated .pb.SecretEnv secretenv = 6;
    • getSecretenvOrBuilderList

      List<? extends Ops.SecretEnvOrBuilder> getSecretenvOrBuilderList()
      repeated .pb.SecretEnv secretenv = 6;
    • getSecretenvOrBuilder

      Ops.SecretEnvOrBuilder getSecretenvOrBuilder(int index)
      repeated .pb.SecretEnv secretenv = 6;