This project has retired. For details please refer to its Attic page.
Protos.Environment.VariableOrBuilder
JavaScript is disabled on your browser.
Skip navigation links
  • Summary:
  • Nested |
  • Field |
  • Constr |
  • Method
  • Detail:
  • Field |
  • Constr |
  • Method
org.apache.mesos

Interface Protos.Environment.VariableOrBuilder

    • Method Summary

      All Methods
      Modifier and Type Method and Description
      java.lang.String getName ()
      required string name = 1;
      com.google.protobuf.ByteString getNameBytes ()
      required string name = 1;
      Protos.Secret getSecret ()
      optional .mesos.Secret secret = 4;
      Protos.SecretOrBuilder getSecretOrBuilder ()
      optional .mesos.Secret secret = 4;
      Protos.Environment.Variable.Type getType ()
      In Mesos 1.2, the `Environment.variables.value` message was made optional.
      java.lang.String getValue ()
      Only one of `value` and `secret` must be set.
      com.google.protobuf.ByteString getValueBytes ()
      Only one of `value` and `secret` must be set.
      boolean hasName ()
      required string name = 1;
      boolean hasSecret ()
      optional .mesos.Secret secret = 4;
      boolean hasType ()
      In Mesos 1.2, the `Environment.variables.value` message was made optional.
      boolean hasValue ()
      Only one of `value` and `secret` must be set.
    • Method Detail

      • hasName

        boolean hasName()
        required string name = 1;
      • getName

        java.lang.String getName()
        required string name = 1;
      • getNameBytes

        com.google.protobuf.ByteString getNameBytes()
        required string name = 1;
      • hasType

        boolean hasType()
         In Mesos 1.2, the `Environment.variables.value` message was made
         optional. The default type for `Environment.variables.type` is now VALUE,
         which requires `value` to be set, maintaining backward compatibility.
         TODO(greggomann): The default can be removed in Mesos 2.1 (MESOS-7134).
         
        optional .mesos.Environment.Variable.Type type = 3 [default = VALUE];
      • getType

        Protos.Environment.Variable.Type getType()
         In Mesos 1.2, the `Environment.variables.value` message was made
         optional. The default type for `Environment.variables.type` is now VALUE,
         which requires `value` to be set, maintaining backward compatibility.
         TODO(greggomann): The default can be removed in Mesos 2.1 (MESOS-7134).
         
        optional .mesos.Environment.Variable.Type type = 3 [default = VALUE];
      • hasValue

        boolean hasValue()
         Only one of `value` and `secret` must be set.
         
        optional string value = 2;
      • getValue

        java.lang.String getValue()
         Only one of `value` and `secret` must be set.
         
        optional string value = 2;
      • getValueBytes

        com.google.protobuf.ByteString getValueBytes()
         Only one of `value` and `secret` must be set.
         
        optional string value = 2;
      • hasSecret

        boolean hasSecret()
        optional .mesos.Secret secret = 4;
      • getSecret

        Protos.Secret getSecret()
        optional .mesos.Secret secret = 4;
Skip navigation links
  • Summary:
  • Nested |
  • Field |
  • Constr |
  • Method
  • Detail:
  • Field |
  • Constr |
  • Method

AltStyle によって変換されたページ (->オリジナル) /