Interface DataQualitySpec.PostScanActions.RecipientsOrBuilder (1.39.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
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
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
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
List<String>

A list containing the emails.