Class Ops.Meta

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessage
pb.Ops.Meta
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable, Ops.MetaOrBuilder
Enclosing class:
Ops

public static final class Ops.Meta extends com.google.protobuf.GeneratedMessage implements Ops.MetaOrBuilder
 Meta is a set of arguments for ExecOp.
 Meta is unrelated to LLB metadata.
 FIXME: rename (ExecContext? ExecArgs?)
 
Protobuf type pb.Meta
See Also:
  • Field Details

  • Method Details

    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage
    • getArgsList

      public com.google.protobuf.ProtocolStringList getArgsList()
      repeated string args = 1;
      Specified by:
      getArgsList in interface Ops.MetaOrBuilder
      Returns:
      A list containing the args.
    • getArgsCount

      public int getArgsCount()
      repeated string args = 1;
      Specified by:
      getArgsCount in interface Ops.MetaOrBuilder
      Returns:
      The count of args.
    • getArgs

      public String getArgs(int index)
      repeated string args = 1;
      Specified by:
      getArgs in interface Ops.MetaOrBuilder
      Parameters:
      index - The index of the element to return.
      Returns:
      The args at the given index.
    • getArgsBytes

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

      public com.google.protobuf.ProtocolStringList getEnvList()
      repeated string env = 2;
      Specified by:
      getEnvList in interface Ops.MetaOrBuilder
      Returns:
      A list containing the env.
    • getEnvCount

      public int getEnvCount()
      repeated string env = 2;
      Specified by:
      getEnvCount in interface Ops.MetaOrBuilder
      Returns:
      The count of env.
    • getEnv

      public String getEnv(int index)
      repeated string env = 2;
      Specified by:
      getEnv in interface Ops.MetaOrBuilder
      Parameters:
      index - The index of the element to return.
      Returns:
      The env at the given index.
    • getEnvBytes

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

      public String getCwd()
      string cwd = 3;
      Specified by:
      getCwd in interface Ops.MetaOrBuilder
      Returns:
      The cwd.
    • getCwdBytes

      public com.google.protobuf.ByteString getCwdBytes()
      string cwd = 3;
      Specified by:
      getCwdBytes in interface Ops.MetaOrBuilder
      Returns:
      The bytes for cwd.
    • getUser

      public String getUser()
      string user = 4;
      Specified by:
      getUser in interface Ops.MetaOrBuilder
      Returns:
      The user.
    • getUserBytes

      public com.google.protobuf.ByteString getUserBytes()
      string user = 4;
      Specified by:
      getUserBytes in interface Ops.MetaOrBuilder
      Returns:
      The bytes for user.
    • hasProxyEnv

      public boolean hasProxyEnv()
      .pb.ProxyEnv proxy_env = 5;
      Specified by:
      hasProxyEnv in interface Ops.MetaOrBuilder
      Returns:
      Whether the proxyEnv field is set.
    • getProxyEnv

      public Ops.ProxyEnv getProxyEnv()
      .pb.ProxyEnv proxy_env = 5;
      Specified by:
      getProxyEnv in interface Ops.MetaOrBuilder
      Returns:
      The proxyEnv.
    • getProxyEnvOrBuilder

      public Ops.ProxyEnvOrBuilder getProxyEnvOrBuilder()
      .pb.ProxyEnv proxy_env = 5;
      Specified by:
      getProxyEnvOrBuilder in interface Ops.MetaOrBuilder
    • getExtraHostsList

      public List<Ops.HostIP> getExtraHostsList()
      repeated .pb.HostIP extraHosts = 6;
      Specified by:
      getExtraHostsList in interface Ops.MetaOrBuilder
    • getExtraHostsOrBuilderList

      public List<? extends Ops.HostIPOrBuilder> getExtraHostsOrBuilderList()
      repeated .pb.HostIP extraHosts = 6;
      Specified by:
      getExtraHostsOrBuilderList in interface Ops.MetaOrBuilder
    • getExtraHostsCount

      public int getExtraHostsCount()
      repeated .pb.HostIP extraHosts = 6;
      Specified by:
      getExtraHostsCount in interface Ops.MetaOrBuilder
    • getExtraHosts

      public Ops.HostIP getExtraHosts(int index)
      repeated .pb.HostIP extraHosts = 6;
      Specified by:
      getExtraHosts in interface Ops.MetaOrBuilder
    • getExtraHostsOrBuilder

      public Ops.HostIPOrBuilder getExtraHostsOrBuilder(int index)
      repeated .pb.HostIP extraHosts = 6;
      Specified by:
      getExtraHostsOrBuilder in interface Ops.MetaOrBuilder
    • getHostname

      public String getHostname()
      string hostname = 7;
      Specified by:
      getHostname in interface Ops.MetaOrBuilder
      Returns:
      The hostname.
    • getHostnameBytes

      public com.google.protobuf.ByteString getHostnameBytes()
      string hostname = 7;
      Specified by:
      getHostnameBytes in interface Ops.MetaOrBuilder
      Returns:
      The bytes for hostname.
    • getUlimitList

      public List<Ops.Ulimit> getUlimitList()
      repeated .pb.Ulimit ulimit = 9;
      Specified by:
      getUlimitList in interface Ops.MetaOrBuilder
    • getUlimitOrBuilderList

      public List<? extends Ops.UlimitOrBuilder> getUlimitOrBuilderList()
      repeated .pb.Ulimit ulimit = 9;
      Specified by:
      getUlimitOrBuilderList in interface Ops.MetaOrBuilder
    • getUlimitCount

      public int getUlimitCount()
      repeated .pb.Ulimit ulimit = 9;
      Specified by:
      getUlimitCount in interface Ops.MetaOrBuilder
    • getUlimit

      public Ops.Ulimit getUlimit(int index)
      repeated .pb.Ulimit ulimit = 9;
      Specified by:
      getUlimit in interface Ops.MetaOrBuilder
    • getUlimitOrBuilder

      public Ops.UlimitOrBuilder getUlimitOrBuilder(int index)
      repeated .pb.Ulimit ulimit = 9;
      Specified by:
      getUlimitOrBuilder in interface Ops.MetaOrBuilder
    • getCgroupParent

      public String getCgroupParent()
      string cgroupParent = 10;
      Specified by:
      getCgroupParent in interface Ops.MetaOrBuilder
      Returns:
      The cgroupParent.
    • getCgroupParentBytes

      public com.google.protobuf.ByteString getCgroupParentBytes()
      string cgroupParent = 10;
      Specified by:
      getCgroupParentBytes in interface Ops.MetaOrBuilder
      Returns:
      The bytes for cgroupParent.
    • getRemoveMountStubsRecursive

      public boolean getRemoveMountStubsRecursive()
      bool removeMountStubsRecursive = 11;
      Specified by:
      getRemoveMountStubsRecursive in interface Ops.MetaOrBuilder
      Returns:
      The removeMountStubsRecursive.
    • getValidExitCodesList

      public List<Integer> getValidExitCodesList()
      repeated int32 validExitCodes = 12;
      Specified by:
      getValidExitCodesList in interface Ops.MetaOrBuilder
      Returns:
      A list containing the validExitCodes.
    • getValidExitCodesCount

      public int getValidExitCodesCount()
      repeated int32 validExitCodes = 12;
      Specified by:
      getValidExitCodesCount in interface Ops.MetaOrBuilder
      Returns:
      The count of validExitCodes.
    • getValidExitCodes

      public int getValidExitCodes(int index)
      repeated int32 validExitCodes = 12;
      Specified by:
      getValidExitCodes in interface Ops.MetaOrBuilder
      Parameters:
      index - The index of the element to return.
      Returns:
      The validExitCodes at the given index.
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessage
    • writeTo

      public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
      Specified by:
      writeTo in interface com.google.protobuf.MessageLite
      Overrides:
      writeTo in class com.google.protobuf.GeneratedMessage
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface com.google.protobuf.MessageLite
      Overrides:
      getSerializedSize in class com.google.protobuf.GeneratedMessage
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface com.google.protobuf.Message
      Overrides:
      equals in class com.google.protobuf.AbstractMessage
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface com.google.protobuf.Message
      Overrides:
      hashCode in class com.google.protobuf.AbstractMessage
    • parseFrom

      public static Ops.Meta parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Ops.Meta parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Ops.Meta parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Ops.Meta parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Ops.Meta parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Ops.Meta parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Ops.Meta parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static Ops.Meta parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static Ops.Meta parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static Ops.Meta parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom

      public static Ops.Meta parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static Ops.Meta parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilderForType

      public Ops.Meta.Builder newBuilderForType()
      Specified by:
      newBuilderForType in interface com.google.protobuf.Message
      Specified by:
      newBuilderForType in interface com.google.protobuf.MessageLite
    • newBuilder

      public static Ops.Meta.Builder newBuilder()
    • newBuilder

      public static Ops.Meta.Builder newBuilder(Ops.Meta prototype)
    • toBuilder

      public Ops.Meta.Builder toBuilder()
      Specified by:
      toBuilder in interface com.google.protobuf.Message
      Specified by:
      toBuilder in interface com.google.protobuf.MessageLite
    • newBuilderForType

      protected Ops.Meta.Builder newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent)
      Overrides:
      newBuilderForType in class com.google.protobuf.AbstractMessage
    • getDefaultInstance

      public static Ops.Meta getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<Ops.Meta> parser()
    • getParserForType

      public com.google.protobuf.Parser<Ops.Meta> getParserForType()
      Specified by:
      getParserForType in interface com.google.protobuf.Message
      Specified by:
      getParserForType in interface com.google.protobuf.MessageLite
      Overrides:
      getParserForType in class com.google.protobuf.GeneratedMessage
    • getDefaultInstanceForType

      public Ops.Meta getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder