Interface DataQualityRule.TemplateReference.ParameterValueOrBuilder (1.91.0)

public static interface DataQualityRule.TemplateReference.ParameterValueOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getValue()

public abstract String getValue()

Required. Represents the string value of the parameter.

string value = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The value.

getValueBytes()

public abstract ByteString getValueBytes()

Required. Represents the string value of the parameter.

string value = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for value.