Interface QuoteInfoOrBuilder (3.5.0)

public interface QuoteInfoOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDateTime()

public abstract DateTime getDateTime()

The date time indicated by the quote.

.google.privacy.dlp.v2.DateTime date_time = 2;

Returns
TypeDescription
DateTime

The dateTime.

getDateTimeOrBuilder()

public abstract DateTimeOrBuilder getDateTimeOrBuilder()

The date time indicated by the quote.

.google.privacy.dlp.v2.DateTime date_time = 2;

Returns
TypeDescription
DateTimeOrBuilder

getParsedQuoteCase()

public abstract QuoteInfo.ParsedQuoteCase getParsedQuoteCase()
Returns
TypeDescription
QuoteInfo.ParsedQuoteCase

hasDateTime()

public abstract boolean hasDateTime()

The date time indicated by the quote.

.google.privacy.dlp.v2.DateTime date_time = 2;

Returns
TypeDescription
boolean

Whether the dateTime field is set.