Uses of Class
com.google.privacy.dlp.v2.QuoteInfo.ParsedQuoteCase
-
Packages that use QuoteInfo.ParsedQuoteCase Package Description com.google.privacy.dlp.v2 -
-
Uses of QuoteInfo.ParsedQuoteCase in com.google.privacy.dlp.v2
Methods in com.google.privacy.dlp.v2 that return QuoteInfo.ParsedQuoteCase Modifier and Type Method Description static QuoteInfo.ParsedQuoteCase
QuoteInfo.ParsedQuoteCase. forNumber(int value)
QuoteInfo.ParsedQuoteCase
QuoteInfo.Builder. getParsedQuoteCase()
QuoteInfo.ParsedQuoteCase
QuoteInfo. getParsedQuoteCase()
QuoteInfo.ParsedQuoteCase
QuoteInfoOrBuilder. getParsedQuoteCase()
static QuoteInfo.ParsedQuoteCase
QuoteInfo.ParsedQuoteCase. valueOf(int value)
Deprecated.static QuoteInfo.ParsedQuoteCase
QuoteInfo.ParsedQuoteCase. valueOf(String name)
Returns the enum constant of this type with the specified name.static QuoteInfo.ParsedQuoteCase[]
QuoteInfo.ParsedQuoteCase. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-