Interface DataQualitySpec.PostScanActions.RecipientsOrBuilder (1.40.0)

public static interface DataQualitySpec.PostScanActions.RecipientsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getEmails(int index)

public abstract String getEmails(int index)

Optional. The email recipients who will receive the DataQualityScan results report.

repeated string emails = 1 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The emails at the given index.

getEmailsBytes(int index)

public abstract ByteString getEmailsBytes(int index)

Optional. The email recipients who will receive the DataQualityScan results report.

repeated string emails = 1 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the emails at the given index.

getEmailsCount()

public abstract int getEmailsCount()

Optional. The email recipients who will receive the DataQualityScan results report.

repeated string emails = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
int

The count of emails.

getEmailsList()

public abstract List<String> getEmailsList()

Optional. The email recipients who will receive the DataQualityScan results report.

repeated string emails = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
List<String>

A list containing the emails.