Uses of Class
com.google.privacy.dlp.v2.Key.PathElement.Builder
-
Packages that use Key.PathElement.Builder Package Description com.google.privacy.dlp.v2 -
-
Uses of Key.PathElement.Builder in com.google.privacy.dlp.v2
Methods in com.google.privacy.dlp.v2 that return Key.PathElement.Builder Modifier and Type Method Description Key.PathElement.BuilderKey.Builder. addPathBuilder()The entity path.Key.PathElement.BuilderKey.Builder. addPathBuilder(int index)The entity path.Key.PathElement.BuilderKey.PathElement.Builder. addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)Key.PathElement.BuilderKey.PathElement.Builder. clear()Key.PathElement.BuilderKey.PathElement.Builder. clearField(com.google.protobuf.Descriptors.FieldDescriptor field)Key.PathElement.BuilderKey.PathElement.Builder. clearId()The auto-allocated ID of the entity.Key.PathElement.BuilderKey.PathElement.Builder. clearIdType()Key.PathElement.BuilderKey.PathElement.Builder. clearKind()The kind of the entity.Key.PathElement.BuilderKey.PathElement.Builder. clearName()The name of the entity.Key.PathElement.BuilderKey.PathElement.Builder. clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)Key.PathElement.BuilderKey.PathElement.Builder. clone()Key.PathElement.BuilderKey.Builder. getPathBuilder(int index)The entity path.Key.PathElement.BuilderKey.PathElement.Builder. mergeFrom(Key.PathElement other)Key.PathElement.BuilderKey.PathElement.Builder. mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Key.PathElement.BuilderKey.PathElement.Builder. mergeFrom(com.google.protobuf.Message other)Key.PathElement.BuilderKey.PathElement.Builder. mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)static Key.PathElement.BuilderKey.PathElement. newBuilder()static Key.PathElement.BuilderKey.PathElement. newBuilder(Key.PathElement prototype)Key.PathElement.BuilderKey.PathElement. newBuilderForType()protected Key.PathElement.BuilderKey.PathElement. newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)Key.PathElement.BuilderKey.PathElement.Builder. setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)Key.PathElement.BuilderKey.PathElement.Builder. setId(long value)The auto-allocated ID of the entity.Key.PathElement.BuilderKey.PathElement.Builder. setKind(String value)The kind of the entity.Key.PathElement.BuilderKey.PathElement.Builder. setKindBytes(com.google.protobuf.ByteString value)The kind of the entity.Key.PathElement.BuilderKey.PathElement.Builder. setName(String value)The name of the entity.Key.PathElement.BuilderKey.PathElement.Builder. setNameBytes(com.google.protobuf.ByteString value)The name of the entity.Key.PathElement.BuilderKey.PathElement.Builder. setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)Key.PathElement.BuilderKey.PathElement.Builder. setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)Key.PathElement.BuilderKey.PathElement. toBuilder()Methods in com.google.privacy.dlp.v2 that return types with arguments of type Key.PathElement.Builder Modifier and Type Method Description List<Key.PathElement.Builder>Key.Builder. getPathBuilderList()The entity path.Methods in com.google.privacy.dlp.v2 with parameters of type Key.PathElement.Builder Modifier and Type Method Description Key.BuilderKey.Builder. addPath(int index, Key.PathElement.Builder builderForValue)The entity path.Key.BuilderKey.Builder. addPath(Key.PathElement.Builder builderForValue)The entity path.Key.BuilderKey.Builder. setPath(int index, Key.PathElement.Builder builderForValue)The entity path.
-