Interface Ops.MetaOrBuilder

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

public static interface Ops.MetaOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getArgsList

      List<String> getArgsList()
      repeated string args = 1;
      Returns:
      A list containing the args.
    • getArgsCount

      int getArgsCount()
      repeated string args = 1;
      Returns:
      The count of args.
    • getArgs

      String getArgs(int index)
      repeated string args = 1;
      Parameters:
      index - The index of the element to return.
      Returns:
      The args at the given index.
    • getArgsBytes

      com.google.protobuf.ByteString getArgsBytes(int index)
      repeated string args = 1;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the args at the given index.
    • getEnvList

      List<String> getEnvList()
      repeated string env = 2;
      Returns:
      A list containing the env.
    • getEnvCount

      int getEnvCount()
      repeated string env = 2;
      Returns:
      The count of env.
    • getEnv

      String getEnv(int index)
      repeated string env = 2;
      Parameters:
      index - The index of the element to return.
      Returns:
      The env at the given index.
    • getEnvBytes

      com.google.protobuf.ByteString getEnvBytes(int index)
      repeated string env = 2;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the env at the given index.
    • getCwd

      String getCwd()
      string cwd = 3;
      Returns:
      The cwd.
    • getCwdBytes

      com.google.protobuf.ByteString getCwdBytes()
      string cwd = 3;
      Returns:
      The bytes for cwd.
    • getUser

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

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

      boolean hasProxyEnv()
      .pb.ProxyEnv proxy_env = 5;
      Returns:
      Whether the proxyEnv field is set.
    • getProxyEnv

      Ops.ProxyEnv getProxyEnv()
      .pb.ProxyEnv proxy_env = 5;
      Returns:
      The proxyEnv.
    • getProxyEnvOrBuilder

      Ops.ProxyEnvOrBuilder getProxyEnvOrBuilder()
      .pb.ProxyEnv proxy_env = 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.
    • getUlimitList

      List<Ops.Ulimit> getUlimitList()
      repeated .pb.Ulimit ulimit = 9;
    • getUlimit

      Ops.Ulimit getUlimit(int index)
      repeated .pb.Ulimit ulimit = 9;
    • getUlimitCount

      int getUlimitCount()
      repeated .pb.Ulimit ulimit = 9;
    • getUlimitOrBuilderList

      List<? extends Ops.UlimitOrBuilder> getUlimitOrBuilderList()
      repeated .pb.Ulimit ulimit = 9;
    • getUlimitOrBuilder

      Ops.UlimitOrBuilder getUlimitOrBuilder(int index)
      repeated .pb.Ulimit ulimit = 9;
    • getCgroupParent

      String getCgroupParent()
      string cgroupParent = 10;
      Returns:
      The cgroupParent.
    • getCgroupParentBytes

      com.google.protobuf.ByteString getCgroupParentBytes()
      string cgroupParent = 10;
      Returns:
      The bytes for cgroupParent.
    • getRemoveMountStubsRecursive

      boolean getRemoveMountStubsRecursive()
      bool removeMountStubsRecursive = 11;
      Returns:
      The removeMountStubsRecursive.
    • getValidExitCodesList

      List<Integer> getValidExitCodesList()
      repeated int32 validExitCodes = 12;
      Returns:
      A list containing the validExitCodes.
    • getValidExitCodesCount

      int getValidExitCodesCount()
      repeated int32 validExitCodes = 12;
      Returns:
      The count of validExitCodes.
    • getValidExitCodes

      int getValidExitCodes(int index)
      repeated int32 validExitCodes = 12;
      Parameters:
      index - The index of the element to return.
      Returns:
      The validExitCodes at the given index.