Interface DockerProto.DockerContainerSpecOrBuilder

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

public static interface DockerProto.DockerContainerSpecOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getImage

      String getImage()
      string image = 1;
      Returns:
      The image.
    • getImageBytes

      com.google.protobuf.ByteString getImageBytes()
      string image = 1;
      Returns:
      The bytes for image.
    • getName

      String getName()
      string name = 2;
      Returns:
      The name.
    • getNameBytes

      com.google.protobuf.ByteString getNameBytes()
      string name = 2;
      Returns:
      The bytes for name.
    • getUser

      String getUser()
      string user = 3;
      Returns:
      The user.
    • getUserBytes

      com.google.protobuf.ByteString getUserBytes()
      string user = 3;
      Returns:
      The bytes for user.
    • getWorkDir

      String getWorkDir()
      string workDir = 4;
      Returns:
      The workDir.
    • getWorkDirBytes

      com.google.protobuf.ByteString getWorkDirBytes()
      string workDir = 4;
      Returns:
      The bytes for workDir.
    • getEntryPoint

      String getEntryPoint()
      string entryPoint = 5;
      Returns:
      The entryPoint.
    • getEntryPointBytes

      com.google.protobuf.ByteString getEntryPointBytes()
      string entryPoint = 5;
      Returns:
      The bytes for entryPoint.
    • getCommandList

      List<String> getCommandList()
      repeated string command = 6;
      Returns:
      A list containing the command.
    • getCommandCount

      int getCommandCount()
      repeated string command = 6;
      Returns:
      The count of command.
    • getCommand

      String getCommand(int index)
      repeated string command = 6;
      Parameters:
      index - The index of the element to return.
      Returns:
      The command at the given index.
    • getCommandBytes

      com.google.protobuf.ByteString getCommandBytes(int index)
      repeated string command = 6;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the command at the given index.
    • getCpu

      String getCpu()
      string cpu = 7;
      Returns:
      The cpu.
    • getCpuBytes

      com.google.protobuf.ByteString getCpuBytes()
      string cpu = 7;
      Returns:
      The bytes for cpu.
    • getMemory

      String getMemory()
      string memory = 8;
      Returns:
      The memory.
    • getMemoryBytes

      com.google.protobuf.ByteString getMemoryBytes()
      string memory = 8;
      Returns:
      The bytes for memory.
    • getEnvCount

      int getEnvCount()
      map<string, string> env = 9;
    • containsEnv

      boolean containsEnv(String key)
      map<string, string> env = 9;
    • getEnv

      Deprecated.
      Use getEnvMap() instead.
    • getEnvMap

      Map<String,String> getEnvMap()
      map<string, string> env = 9;
    • getEnvOrDefault

      String getEnvOrDefault(String key, String defaultValue)
      map<string, string> env = 9;
    • getEnvOrThrow

      String getEnvOrThrow(String key)
      map<string, string> env = 9;
    • getEnvFile

      String getEnvFile()
      string envFile = 10;
      Returns:
      The envFile.
    • getEnvFileBytes

      com.google.protobuf.ByteString getEnvFileBytes()
      string envFile = 10;
      Returns:
      The bytes for envFile.
    • getLabelsCount

      int getLabelsCount()
      map<string, string> labels = 11;
    • containsLabels

      boolean containsLabels(String key)
      map<string, string> labels = 11;
    • getLabels

      Deprecated.
      Use getLabelsMap() instead.
    • getLabelsMap

      Map<String,String> getLabelsMap()
      map<string, string> labels = 11;
    • getLabelsOrDefault

      String getLabelsOrDefault(String key, String defaultValue)
      map<string, string> labels = 11;
    • getLabelsOrThrow

      String getLabelsOrThrow(String key)
      map<string, string> labels = 11;
    • getForcePull

      boolean getForcePull()
      bool forcePull = 12;
      Returns:
      The forcePull.
    • getHostsList

      List<String> getHostsList()
      repeated string hosts = 13;
      Returns:
      A list containing the hosts.
    • getHostsCount

      int getHostsCount()
      repeated string hosts = 13;
      Returns:
      The count of hosts.
    • getHosts

      String getHosts(int index)
      repeated string hosts = 13;
      Parameters:
      index - The index of the element to return.
      Returns:
      The hosts at the given index.
    • getHostsBytes

      com.google.protobuf.ByteString getHostsBytes(int index)
      repeated string hosts = 13;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the hosts at the given index.
    • getStdoutFilePath

      String getStdoutFilePath()
      string stdoutFilePath = 14;
      Returns:
      The stdoutFilePath.
    • getStdoutFilePathBytes

      com.google.protobuf.ByteString getStdoutFilePathBytes()
      string stdoutFilePath = 14;
      Returns:
      The bytes for stdoutFilePath.
    • getRedirectStdError

      boolean getRedirectStdError()
      bool redirectStdError = 15;
      Returns:
      The redirectStdError.