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 TableLocation
TableLocation.Builder. build()
TableLocation
TableLocation.Builder. buildPartial()
static TableLocation
TableLocation. getDefaultInstance()
TableLocation
TableLocation.Builder. getDefaultInstanceForType()
TableLocation
TableLocation. getDefaultInstanceForType()
TableLocation
RecordLocation.Builder. getTableLocation()
Location within a `ContentItem.Table`.TableLocation
RecordLocation. getTableLocation()
Location within a `ContentItem.Table`.TableLocation
RecordLocationOrBuilder. getTableLocation()
Location within a `ContentItem.Table`.static TableLocation
TableLocation. parseDelimitedFrom(InputStream input)
static TableLocation
TableLocation. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TableLocation
TableLocation. parseFrom(byte[] data)
static TableLocation
TableLocation. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TableLocation
TableLocation. parseFrom(com.google.protobuf.ByteString data)
static TableLocation
TableLocation. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TableLocation
TableLocation. parseFrom(com.google.protobuf.CodedInputStream input)
static TableLocation
TableLocation. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TableLocation
TableLocation. parseFrom(InputStream input)
static TableLocation
TableLocation. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TableLocation
TableLocation. parseFrom(ByteBuffer data)
static TableLocation
TableLocation. 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.Builder
TableLocation.Builder. mergeFrom(TableLocation other)
RecordLocation.Builder
RecordLocation.Builder. mergeTableLocation(TableLocation value)
Location within a `ContentItem.Table`.static TableLocation.Builder
TableLocation. newBuilder(TableLocation prototype)
RecordLocation.Builder
RecordLocation.Builder. setTableLocation(TableLocation value)
Location within a `ContentItem.Table`.
-