public final class Container extends GeneratedMessageV3 implements ContainerOrBuilder
Represents a container that may contain DLP findings.
Examples of a container include a file, table, or database record.
Protobuf type google.privacy.dlp.v2.Container
Static Fields
FULL_PATH_FIELD_NUMBER
public static final int FULL_PATH_FIELD_NUMBER
Field Value
PROJECT_ID_FIELD_NUMBER
public static final int PROJECT_ID_FIELD_NUMBER
Field Value
RELATIVE_PATH_FIELD_NUMBER
public static final int RELATIVE_PATH_FIELD_NUMBER
Field Value
ROOT_PATH_FIELD_NUMBER
public static final int ROOT_PATH_FIELD_NUMBER
Field Value
TYPE_FIELD_NUMBER
public static final int TYPE_FIELD_NUMBER
Field Value
UPDATE_TIME_FIELD_NUMBER
public static final int UPDATE_TIME_FIELD_NUMBER
Field Value
VERSION_FIELD_NUMBER
public static final int VERSION_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static Container getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static Container.Builder newBuilder()
Returns
newBuilder(Container prototype)
public static Container.Builder newBuilder(Container prototype)
Parameter
Returns
public static Container parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static Container parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static Container parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Container parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static Container parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Container parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static Container parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static Container parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static Container parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static Container parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static Container parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Container parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<Container> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getDefaultInstanceForType()
public Container getDefaultInstanceForType()
Returns
getFullPath()
public String getFullPath()
A string representation of the full container name.
Examples:
- BigQuery: 'Project:DataSetId.TableId'
- Cloud Storage: 'gs://Bucket/folders/filename.txt'
string full_path = 3;
Returns
Type | Description |
String | The fullPath.
|
getFullPathBytes()
public ByteString getFullPathBytes()
A string representation of the full container name.
Examples:
- BigQuery: 'Project:DataSetId.TableId'
- Cloud Storage: 'gs://Bucket/folders/filename.txt'
string full_path = 3;
Returns
getParserForType()
public Parser<Container> getParserForType()
Returns
Overrides
getProjectId()
public String getProjectId()
Project where the finding was found.
Can be different from the project that owns the finding.
string project_id = 2;
Returns
Type | Description |
String | The projectId.
|
getProjectIdBytes()
public ByteString getProjectIdBytes()
Project where the finding was found.
Can be different from the project that owns the finding.
string project_id = 2;
Returns
getRelativePath()
public String getRelativePath()
The rest of the path after the root.
Examples:
- For BigQuery table
project_id:dataset_id.table_id
, the relative path is
table_id
- For Cloud Storage file
gs://bucket/folder/filename.txt
, the relative
path is folder/filename.txt
string relative_path = 5;
Returns
Type | Description |
String | The relativePath.
|
getRelativePathBytes()
public ByteString getRelativePathBytes()
The rest of the path after the root.
Examples:
- For BigQuery table
project_id:dataset_id.table_id
, the relative path is
table_id
- For Cloud Storage file
gs://bucket/folder/filename.txt
, the relative
path is folder/filename.txt
string relative_path = 5;
Returns
Type | Description |
ByteString | The bytes for relativePath.
|
getRootPath()
public String getRootPath()
The root of the container.
Examples:
- For BigQuery table
project_id:dataset_id.table_id
, the root is
dataset_id
- For Cloud Storage file
gs://bucket/folder/filename.txt
, the root
is gs://bucket
string root_path = 4;
Returns
Type | Description |
String | The rootPath.
|
getRootPathBytes()
public ByteString getRootPathBytes()
The root of the container.
Examples:
- For BigQuery table
project_id:dataset_id.table_id
, the root is
dataset_id
- For Cloud Storage file
gs://bucket/folder/filename.txt
, the root
is gs://bucket
string root_path = 4;
Returns
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getType()
Container type, for example BigQuery or Cloud Storage.
string type = 1;
Returns
Type | Description |
String | The type.
|
getTypeBytes()
public ByteString getTypeBytes()
Container type, for example BigQuery or Cloud Storage.
string type = 1;
Returns
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
getUpdateTime()
public Timestamp getUpdateTime()
Findings container modification timestamp, if applicable. For Cloud
Storage, this field contains the last file modification timestamp. For a
BigQuery table, this field contains the last_modified_time property. For
Datastore, this field isn't populated.
.google.protobuf.Timestamp update_time = 6;
Returns
getUpdateTimeOrBuilder()
public TimestampOrBuilder getUpdateTimeOrBuilder()
Findings container modification timestamp, if applicable. For Cloud
Storage, this field contains the last file modification timestamp. For a
BigQuery table, this field contains the last_modified_time property. For
Datastore, this field isn't populated.
.google.protobuf.Timestamp update_time = 6;
Returns
getVersion()
public String getVersion()
Findings container version, if available
("generation" for Cloud Storage).
string version = 7;
Returns
Type | Description |
String | The version.
|
getVersionBytes()
public ByteString getVersionBytes()
Findings container version, if available
("generation" for Cloud Storage).
string version = 7;
Returns
hasUpdateTime()
public boolean hasUpdateTime()
Findings container modification timestamp, if applicable. For Cloud
Storage, this field contains the last file modification timestamp. For a
BigQuery table, this field contains the last_modified_time property. For
Datastore, this field isn't populated.
.google.protobuf.Timestamp update_time = 6;
Returns
Type | Description |
boolean | Whether the updateTime field is set.
|
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public Container.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected Container.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public Container.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions