Interface Plan.LiteralFieldOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    Plan.LiteralField, Plan.LiteralField.Builder
    Enclosing class:
    Plan

    public static interface Plan.LiteralFieldOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • hasBoolField

        boolean hasBoolField()
        bool boolField = 1;
        Returns:
        Whether the boolField field is set.
      • getBoolField

        boolean getBoolField()
        bool boolField = 1;
        Returns:
        The boolField.
      • hasIntField

        boolean hasIntField()
        int32 intField = 2;
        Returns:
        Whether the intField field is set.
      • getIntField

        int getIntField()
        int32 intField = 2;
        Returns:
        The intField.
      • hasLongField

        boolean hasLongField()
        int64 longField = 3;
        Returns:
        Whether the longField field is set.
      • getLongField

        long getLongField()
        int64 longField = 3;
        Returns:
        The longField.
      • hasFloatField

        boolean hasFloatField()
        float floatField = 4;
        Returns:
        Whether the floatField field is set.
      • getFloatField

        float getFloatField()
        float floatField = 4;
        Returns:
        The floatField.
      • hasDoubleField

        boolean hasDoubleField()
        double doubleField = 5;
        Returns:
        Whether the doubleField field is set.
      • getDoubleField

        double getDoubleField()
        double doubleField = 5;
        Returns:
        The doubleField.
      • hasStringField

        boolean hasStringField()
        string stringField = 6;
        Returns:
        Whether the stringField field is set.
      • getStringField

        String getStringField()
        string stringField = 6;
        Returns:
        The stringField.
      • getStringFieldBytes

        com.google.protobuf.ByteString getStringFieldBytes()
        string stringField = 6;
        Returns:
        The bytes for stringField.