Uses of Class
com.google.privacy.dlp.v2.TableLocation
-
Packages that use TableLocation Package Description com.google.privacy.dlp.v2 -
-
Uses of TableLocation in com.google.privacy.dlp.v2
Methods in com.google.privacy.dlp.v2 that return TableLocation Modifier and Type Method Description TableLocationTableLocation.Builder. build()TableLocationTableLocation.Builder. buildPartial()static TableLocationTableLocation. getDefaultInstance()TableLocationTableLocation.Builder. getDefaultInstanceForType()TableLocationTableLocation. getDefaultInstanceForType()TableLocationRecordLocation.Builder. getTableLocation()Location within a `ContentItem.Table`.TableLocationRecordLocation. getTableLocation()Location within a `ContentItem.Table`.TableLocationRecordLocationOrBuilder. getTableLocation()Location within a `ContentItem.Table`.static TableLocationTableLocation. parseDelimitedFrom(InputStream input)static TableLocationTableLocation. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TableLocationTableLocation. parseFrom(byte[] data)static TableLocationTableLocation. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TableLocationTableLocation. parseFrom(com.google.protobuf.ByteString data)static TableLocationTableLocation. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TableLocationTableLocation. parseFrom(com.google.protobuf.CodedInputStream input)static TableLocationTableLocation. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TableLocationTableLocation. parseFrom(InputStream input)static TableLocationTableLocation. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TableLocationTableLocation. parseFrom(ByteBuffer data)static TableLocationTableLocation. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.privacy.dlp.v2 that return types with arguments of type TableLocation Modifier and Type Method Description com.google.protobuf.Parser<TableLocation>TableLocation. getParserForType()static com.google.protobuf.Parser<TableLocation>TableLocation. parser()Methods in com.google.privacy.dlp.v2 with parameters of type TableLocation Modifier and Type Method Description TableLocation.BuilderTableLocation.Builder. mergeFrom(TableLocation other)RecordLocation.BuilderRecordLocation.Builder. mergeTableLocation(TableLocation value)Location within a `ContentItem.Table`.static TableLocation.BuilderTableLocation. newBuilder(TableLocation prototype)RecordLocation.BuilderRecordLocation.Builder. setTableLocation(TableLocation value)Location within a `ContentItem.Table`.
-