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.PathElementKey.PathElement.Builder. build()Key.PathElementKey.PathElement.Builder. buildPartial()static Key.PathElementKey.PathElement. getDefaultInstance()Key.PathElementKey.PathElement.Builder. getDefaultInstanceForType()Key.PathElementKey.PathElement. getDefaultInstanceForType()Key.PathElementKey.Builder. getPath(int index)The entity path.Key.PathElementKey. getPath(int index)The entity path.Key.PathElementKeyOrBuilder. getPath(int index)The entity path.static Key.PathElementKey.PathElement. parseDelimitedFrom(InputStream input)static Key.PathElementKey.PathElement. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Key.PathElementKey.PathElement. parseFrom(byte[] data)static Key.PathElementKey.PathElement. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Key.PathElementKey.PathElement. parseFrom(com.google.protobuf.ByteString data)static Key.PathElementKey.PathElement. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Key.PathElementKey.PathElement. parseFrom(com.google.protobuf.CodedInputStream input)static Key.PathElementKey.PathElement. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Key.PathElementKey.PathElement. parseFrom(InputStream input)static Key.PathElementKey.PathElement. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Key.PathElementKey.PathElement. parseFrom(ByteBuffer data)static Key.PathElementKey.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.BuilderKey.Builder. addPath(int index, Key.PathElement value)The entity path.Key.BuilderKey.Builder. addPath(Key.PathElement value)The entity path.Key.PathElement.BuilderKey.PathElement.Builder. mergeFrom(Key.PathElement other)static Key.PathElement.BuilderKey.PathElement. newBuilder(Key.PathElement prototype)Key.BuilderKey.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.BuilderKey.Builder. addAllPath(Iterable<? extends Key.PathElement> values)The entity path.
-