Interface Ops.ExecOpOrBuilder

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

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

    • hasMeta

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

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

      Ops.MetaOrBuilder getMetaOrBuilder()
      .pb.Meta meta = 1;
    • getMountsList

      List<Ops.Mount> getMountsList()
      repeated .pb.Mount mounts = 2;
    • getMounts

      Ops.Mount getMounts(int index)
      repeated .pb.Mount mounts = 2;
    • getMountsCount

      int getMountsCount()
      repeated .pb.Mount mounts = 2;
    • getMountsOrBuilderList

      List<? extends Ops.MountOrBuilder> getMountsOrBuilderList()
      repeated .pb.Mount mounts = 2;
    • getMountsOrBuilder

      Ops.MountOrBuilder getMountsOrBuilder(int index)
      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.
    • getSecurityValue

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

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

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

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

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

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

      Ops.SecretEnvOrBuilder getSecretenvOrBuilder(int index)
      repeated .pb.SecretEnv secretenv = 5;
    • getCdiDevicesList

      List<Ops.CDIDevice> getCdiDevicesList()
      repeated .pb.CDIDevice cdiDevices = 6;
    • getCdiDevices

      Ops.CDIDevice getCdiDevices(int index)
      repeated .pb.CDIDevice cdiDevices = 6;
    • getCdiDevicesCount

      int getCdiDevicesCount()
      repeated .pb.CDIDevice cdiDevices = 6;
    • getCdiDevicesOrBuilderList

      List<? extends Ops.CDIDeviceOrBuilder> getCdiDevicesOrBuilderList()
      repeated .pb.CDIDevice cdiDevices = 6;
    • getCdiDevicesOrBuilder

      Ops.CDIDeviceOrBuilder getCdiDevicesOrBuilder(int index)
      repeated .pb.CDIDevice cdiDevices = 6;