Package com.google.privacy.dlp.v2
Interface QuoteInfoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
QuoteInfo
,QuoteInfo.Builder
public interface QuoteInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DateTime
getDateTime()
The date time indicated by the quote.DateTimeOrBuilder
getDateTimeOrBuilder()
The date time indicated by the quote.QuoteInfo.ParsedQuoteCase
getParsedQuoteCase()
boolean
hasDateTime()
The date time indicated by the quote.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasDateTime
boolean hasDateTime()
The date time indicated by the quote.
.google.privacy.dlp.v2.DateTime date_time = 2;
- Returns:
- Whether the dateTime field is set.
-
getDateTime
DateTime getDateTime()
The date time indicated by the quote.
.google.privacy.dlp.v2.DateTime date_time = 2;
- Returns:
- The dateTime.
-
getDateTimeOrBuilder
DateTimeOrBuilder getDateTimeOrBuilder()
The date time indicated by the quote.
.google.privacy.dlp.v2.DateTime date_time = 2;
-
getParsedQuoteCase
QuoteInfo.ParsedQuoteCase getParsedQuoteCase()
-
-