Uses of Interface
com.google.privacy.dlp.v2.Key.PathElementOrBuilder
-
Packages that use Key.PathElementOrBuilder Package Description com.google.privacy.dlp.v2 -
-
Uses of Key.PathElementOrBuilder in com.google.privacy.dlp.v2
Classes in com.google.privacy.dlp.v2 that implement Key.PathElementOrBuilder Modifier and Type Class Description static classKey.PathElementA (kind, ID/name) pair used to construct a key path.static classKey.PathElement.BuilderA (kind, ID/name) pair used to construct a key path.Methods in com.google.privacy.dlp.v2 that return Key.PathElementOrBuilder Modifier and Type Method Description Key.PathElementOrBuilderKey.Builder. getPathOrBuilder(int index)The entity path.Key.PathElementOrBuilderKey. getPathOrBuilder(int index)The entity path.Key.PathElementOrBuilderKeyOrBuilder. getPathOrBuilder(int index)The entity path.Methods in com.google.privacy.dlp.v2 that return types with arguments of type Key.PathElementOrBuilder Modifier and Type Method Description List<? extends Key.PathElementOrBuilder>Key.Builder. getPathOrBuilderList()The entity path.List<? extends Key.PathElementOrBuilder>Key. getPathOrBuilderList()The entity path.List<? extends Key.PathElementOrBuilder>KeyOrBuilder. getPathOrBuilderList()The entity path.
-