Package com.google.cloud.dataplex.v1
Interface DataQualityRule.SetExpectationOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DataQualityRule.SetExpectation,DataQualityRule.SetExpectation.Builder
- Enclosing class:
- DataQualityRule
public static interface DataQualityRule.SetExpectationOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetValues(int index)Optional.com.google.protobuf.ByteStringgetValuesBytes(int index)Optional.intgetValuesCount()Optional.List<String>getValuesList()Optional.-
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.
-
-