Interface ConditionEvaluationOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    ConditionEvaluation, ConditionEvaluation.Builder

    public interface ConditionEvaluationOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      ConditionEvaluation.EvaluationValue getEvaluationValue()
      The evaluation result.
      int getEvaluationValueValue()
      The evaluation result.
      • 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

      • getEvaluationValueValue

        int getEvaluationValueValue()
         The evaluation result.
         
        .google.cloud.asset.v1.ConditionEvaluation.EvaluationValue evaluation_value = 1;
        Returns:
        The enum numeric value on the wire for evaluationValue.
      • getEvaluationValue

        ConditionEvaluation.EvaluationValue getEvaluationValue()
         The evaluation result.
         
        .google.cloud.asset.v1.ConditionEvaluation.EvaluationValue evaluation_value = 1;
        Returns:
        The evaluationValue.