Interface DataQualityRule.SetExpectationOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getValues​(int index)
      Optional.
      com.google.protobuf.ByteString getValuesBytes​(int index)
      Optional.
      int getValuesCount()
      Optional.
      List<String> getValuesList()
      Optional.
      • 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

      • getValuesList

        List<String> getValuesList()
         Optional. Expected values for the column value.
         
        repeated string values = 1 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        A list containing the values.
      • getValuesCount

        int getValuesCount()
         Optional. Expected values for the column value.
         
        repeated string values = 1 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        The count of values.
      • getValues

        String getValues​(int index)
         Optional. Expected values for the column value.
         
        repeated string values = 1 [(.google.api.field_behavior) = OPTIONAL];
        Parameters:
        index - The index of the element to return.
        Returns:
        The values at the given index.
      • getValuesBytes

        com.google.protobuf.ByteString getValuesBytes​(int index)
         Optional. Expected values for the column value.
         
        repeated string values = 1 [(.google.api.field_behavior) = OPTIONAL];
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the values at the given index.