Interface Mdb.TransmissionConstraintInfoOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getExpression()
      optional string expression = 3;
      com.google.protobuf.ByteString getExpressionBytes()
      optional string expression = 3;
      long getTimeout()
      optional int64 timeout = 2;
      boolean hasExpression()
      optional string expression = 3;
      boolean hasTimeout()
      optional int64 timeout = 2;
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • hasExpression

        boolean hasExpression()
        optional string expression = 3;
        Returns:
        Whether the expression field is set.
      • getExpression

        String getExpression()
        optional string expression = 3;
        Returns:
        The expression.
      • getExpressionBytes

        com.google.protobuf.ByteString getExpressionBytes()
        optional string expression = 3;
        Returns:
        The bytes for expression.
      • hasTimeout

        boolean hasTimeout()
        optional int64 timeout = 2;
        Returns:
        Whether the timeout field is set.
      • getTimeout

        long getTimeout()
        optional int64 timeout = 2;
        Returns:
        The timeout.