Uses of Class
com.google.privacy.dlp.v2.Key.PathElement
-
Packages that use Key.PathElement Package Description com.google.privacy.dlp.v2 -
-
Uses of Key.PathElement in com.google.privacy.dlp.v2
Methods in com.google.privacy.dlp.v2 that return Key.PathElement Modifier and Type Method Description Key.PathElement
Key.PathElement.Builder. build()
Key.PathElement
Key.PathElement.Builder. buildPartial()
static Key.PathElement
Key.PathElement. getDefaultInstance()
Key.PathElement
Key.PathElement.Builder. getDefaultInstanceForType()
Key.PathElement
Key.PathElement. getDefaultInstanceForType()
Key.PathElement
Key.Builder. getPath(int index)
The entity path.Key.PathElement
Key. getPath(int index)
The entity path.Key.PathElement
KeyOrBuilder. getPath(int index)
The entity path.static Key.PathElement
Key.PathElement. parseDelimitedFrom(InputStream input)
static Key.PathElement
Key.PathElement. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Key.PathElement
Key.PathElement. parseFrom(byte[] data)
static Key.PathElement
Key.PathElement. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Key.PathElement
Key.PathElement. parseFrom(com.google.protobuf.ByteString data)
static Key.PathElement
Key.PathElement. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Key.PathElement
Key.PathElement. parseFrom(com.google.protobuf.CodedInputStream input)
static Key.PathElement
Key.PathElement. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Key.PathElement
Key.PathElement. parseFrom(InputStream input)
static Key.PathElement
Key.PathElement. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Key.PathElement
Key.PathElement. parseFrom(ByteBuffer data)
static Key.PathElement
Key.PathElement. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.privacy.dlp.v2 that return types with arguments of type Key.PathElement Modifier and Type Method Description com.google.protobuf.Parser<Key.PathElement>
Key.PathElement. getParserForType()
List<Key.PathElement>
Key.Builder. getPathList()
The entity path.List<Key.PathElement>
Key. getPathList()
The entity path.List<Key.PathElement>
KeyOrBuilder. getPathList()
The entity path.static com.google.protobuf.Parser<Key.PathElement>
Key.PathElement. parser()
Methods in com.google.privacy.dlp.v2 with parameters of type Key.PathElement Modifier and Type Method Description Key.Builder
Key.Builder. addPath(int index, Key.PathElement value)
The entity path.Key.Builder
Key.Builder. addPath(Key.PathElement value)
The entity path.Key.PathElement.Builder
Key.PathElement.Builder. mergeFrom(Key.PathElement other)
static Key.PathElement.Builder
Key.PathElement. newBuilder(Key.PathElement prototype)
Key.Builder
Key.Builder. setPath(int index, Key.PathElement value)
The entity path.Method parameters in com.google.privacy.dlp.v2 with type arguments of type Key.PathElement Modifier and Type Method Description Key.Builder
Key.Builder. addAllPath(Iterable<? extends Key.PathElement> values)
The entity path.
-