Class Container.Builder (3.1.4)

public static final class Container.Builder extends GeneratedMessageV3.Builder<Container.Builder> 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

Implements

ContainerOrBuilder

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public Container.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
Container.Builder
Overrides

build()

public Container build()
Returns
TypeDescription
Container

buildPartial()

public Container buildPartial()
Returns
TypeDescription
Container

clear()

public Container.Builder clear()
Returns
TypeDescription
Container.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

public Container.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
Container.Builder
Overrides

clearFullPath()

public Container.Builder clearFullPath()

A string representation of the full container name. Examples:

  • BigQuery: 'Project:DataSetId.TableId'
  • Google Cloud Storage: 'gs://Bucket/folders/filename.txt'

string full_path = 3;

Returns
TypeDescription
Container.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public Container.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
Container.Builder
Overrides

clearProjectId()

public Container.Builder clearProjectId()

Project where the finding was found. Can be different from the project that owns the finding.

string project_id = 2;

Returns
TypeDescription
Container.Builder

This builder for chaining.

clearRelativePath()

public Container.Builder clearRelativePath()

The rest of the path after the root. Examples:

  • For BigQuery table project_id:dataset_id.table_id, the relative path is table_id
  • Google Cloud Storage file gs://bucket/folder/filename.txt, the relative path is folder/filename.txt

string relative_path = 5;

Returns
TypeDescription
Container.Builder

This builder for chaining.

clearRootPath()

public Container.Builder clearRootPath()

The root of the container. Examples:

  • For BigQuery table project_id:dataset_id.table_id, the root is dataset_id
  • For Google Cloud Storage file gs://bucket/folder/filename.txt, the root is gs://bucket

string root_path = 4;

Returns
TypeDescription
Container.Builder

This builder for chaining.

clearType()

public Container.Builder clearType()

Container type, for example BigQuery or Google Cloud Storage.

string type = 1;

Returns
TypeDescription
Container.Builder

This builder for chaining.

clearUpdateTime()

public Container.Builder clearUpdateTime()

Findings container modification timestamp, if applicable. For Google Cloud Storage contains last file modification timestamp. For BigQuery table contains last_modified_time property. For Datastore - not populated.

.google.protobuf.Timestamp update_time = 6;

Returns
TypeDescription
Container.Builder

clearVersion()

public Container.Builder clearVersion()

Findings container version, if available ("generation" for Google Cloud Storage).

string version = 7;

Returns
TypeDescription
Container.Builder

This builder for chaining.

clone()

public Container.Builder clone()
Returns
TypeDescription
Container.Builder
Overrides

getDefaultInstanceForType()

public Container getDefaultInstanceForType()
Returns
TypeDescription
Container

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getFullPath()

public String getFullPath()

A string representation of the full container name. Examples:

  • BigQuery: 'Project:DataSetId.TableId'
  • Google Cloud Storage: 'gs://Bucket/folders/filename.txt'

string full_path = 3;

Returns
TypeDescription
String

The fullPath.

getFullPathBytes()

public ByteString getFullPathBytes()

A string representation of the full container name. Examples:

  • BigQuery: 'Project:DataSetId.TableId'
  • Google Cloud Storage: 'gs://Bucket/folders/filename.txt'

string full_path = 3;

Returns
TypeDescription
ByteString

The bytes for fullPath.

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
TypeDescription
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
TypeDescription
ByteString

The bytes for projectId.

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
  • Google Cloud Storage file gs://bucket/folder/filename.txt, the relative path is folder/filename.txt

string relative_path = 5;

Returns
TypeDescription
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
  • Google Cloud Storage file gs://bucket/folder/filename.txt, the relative path is folder/filename.txt

string relative_path = 5;

Returns
TypeDescription
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 Google Cloud Storage file gs://bucket/folder/filename.txt, the root is gs://bucket

string root_path = 4;

Returns
TypeDescription
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 Google Cloud Storage file gs://bucket/folder/filename.txt, the root is gs://bucket

string root_path = 4;

Returns
TypeDescription
ByteString

The bytes for rootPath.

getType()

public String getType()

Container type, for example BigQuery or Google Cloud Storage.

string type = 1;

Returns
TypeDescription
String

The type.

getTypeBytes()

public ByteString getTypeBytes()

Container type, for example BigQuery or Google Cloud Storage.

string type = 1;

Returns
TypeDescription
ByteString

The bytes for type.

getUpdateTime()

public Timestamp getUpdateTime()

Findings container modification timestamp, if applicable. For Google Cloud Storage contains last file modification timestamp. For BigQuery table contains last_modified_time property. For Datastore - not populated.

.google.protobuf.Timestamp update_time = 6;

Returns
TypeDescription
Timestamp

The updateTime.

getUpdateTimeBuilder()

public Timestamp.Builder getUpdateTimeBuilder()

Findings container modification timestamp, if applicable. For Google Cloud Storage contains last file modification timestamp. For BigQuery table contains last_modified_time property. For Datastore - not populated.

.google.protobuf.Timestamp update_time = 6;

Returns
TypeDescription
Builder

getUpdateTimeOrBuilder()

public TimestampOrBuilder getUpdateTimeOrBuilder()

Findings container modification timestamp, if applicable. For Google Cloud Storage contains last file modification timestamp. For BigQuery table contains last_modified_time property. For Datastore - not populated.

.google.protobuf.Timestamp update_time = 6;

Returns
TypeDescription
TimestampOrBuilder

getVersion()

public String getVersion()

Findings container version, if available ("generation" for Google Cloud Storage).

string version = 7;

Returns
TypeDescription
String

The version.

getVersionBytes()

public ByteString getVersionBytes()

Findings container version, if available ("generation" for Google Cloud Storage).

string version = 7;

Returns
TypeDescription
ByteString

The bytes for version.

hasUpdateTime()

public boolean hasUpdateTime()

Findings container modification timestamp, if applicable. For Google Cloud Storage contains last file modification timestamp. For BigQuery table contains last_modified_time property. For Datastore - not populated.

.google.protobuf.Timestamp update_time = 6;

Returns
TypeDescription
boolean

Whether the updateTime field is set.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(Container other)

public Container.Builder mergeFrom(Container other)
Parameter
NameDescription
otherContainer
Returns
TypeDescription
Container.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public Container.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Container.Builder
Overrides Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public Container.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
Container.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final Container.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
Container.Builder
Overrides

mergeUpdateTime(Timestamp value)

public Container.Builder mergeUpdateTime(Timestamp value)

Findings container modification timestamp, if applicable. For Google Cloud Storage contains last file modification timestamp. For BigQuery table contains last_modified_time property. For Datastore - not populated.

.google.protobuf.Timestamp update_time = 6;

Parameter
NameDescription
valueTimestamp
Returns
TypeDescription
Container.Builder

setField(Descriptors.FieldDescriptor field, Object value)

public Container.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
Container.Builder
Overrides

setFullPath(String value)

public Container.Builder setFullPath(String value)

A string representation of the full container name. Examples:

  • BigQuery: 'Project:DataSetId.TableId'
  • Google Cloud Storage: 'gs://Bucket/folders/filename.txt'

string full_path = 3;

Parameter
NameDescription
valueString

The fullPath to set.

Returns
TypeDescription
Container.Builder

This builder for chaining.

setFullPathBytes(ByteString value)

public Container.Builder setFullPathBytes(ByteString value)

A string representation of the full container name. Examples:

  • BigQuery: 'Project:DataSetId.TableId'
  • Google Cloud Storage: 'gs://Bucket/folders/filename.txt'

string full_path = 3;

Parameter
NameDescription
valueByteString

The bytes for fullPath to set.

Returns
TypeDescription
Container.Builder

This builder for chaining.

setProjectId(String value)

public Container.Builder setProjectId(String value)

Project where the finding was found. Can be different from the project that owns the finding.

string project_id = 2;

Parameter
NameDescription
valueString

The projectId to set.

Returns
TypeDescription
Container.Builder

This builder for chaining.

setProjectIdBytes(ByteString value)

public Container.Builder setProjectIdBytes(ByteString value)

Project where the finding was found. Can be different from the project that owns the finding.

string project_id = 2;

Parameter
NameDescription
valueByteString

The bytes for projectId to set.

Returns
TypeDescription
Container.Builder

This builder for chaining.

setRelativePath(String value)

public Container.Builder setRelativePath(String value)

The rest of the path after the root. Examples:

  • For BigQuery table project_id:dataset_id.table_id, the relative path is table_id
  • Google Cloud Storage file gs://bucket/folder/filename.txt, the relative path is folder/filename.txt

string relative_path = 5;

Parameter
NameDescription
valueString

The relativePath to set.

Returns
TypeDescription
Container.Builder

This builder for chaining.

setRelativePathBytes(ByteString value)

public Container.Builder setRelativePathBytes(ByteString value)

The rest of the path after the root. Examples:

  • For BigQuery table project_id:dataset_id.table_id, the relative path is table_id
  • Google Cloud Storage file gs://bucket/folder/filename.txt, the relative path is folder/filename.txt

string relative_path = 5;

Parameter
NameDescription
valueByteString

The bytes for relativePath to set.

Returns
TypeDescription
Container.Builder

This builder for chaining.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public Container.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
Container.Builder
Overrides

setRootPath(String value)

public Container.Builder setRootPath(String value)

The root of the container. Examples:

  • For BigQuery table project_id:dataset_id.table_id, the root is dataset_id
  • For Google Cloud Storage file gs://bucket/folder/filename.txt, the root is gs://bucket

string root_path = 4;

Parameter
NameDescription
valueString

The rootPath to set.

Returns
TypeDescription
Container.Builder

This builder for chaining.

setRootPathBytes(ByteString value)

public Container.Builder setRootPathBytes(ByteString value)

The root of the container. Examples:

  • For BigQuery table project_id:dataset_id.table_id, the root is dataset_id
  • For Google Cloud Storage file gs://bucket/folder/filename.txt, the root is gs://bucket

string root_path = 4;

Parameter
NameDescription
valueByteString

The bytes for rootPath to set.

Returns
TypeDescription
Container.Builder

This builder for chaining.

setType(String value)

public Container.Builder setType(String value)

Container type, for example BigQuery or Google Cloud Storage.

string type = 1;

Parameter
NameDescription
valueString

The type to set.

Returns
TypeDescription
Container.Builder

This builder for chaining.

setTypeBytes(ByteString value)

public Container.Builder setTypeBytes(ByteString value)

Container type, for example BigQuery or Google Cloud Storage.

string type = 1;

Parameter
NameDescription
valueByteString

The bytes for type to set.

Returns
TypeDescription
Container.Builder

This builder for chaining.

setUnknownFields(UnknownFieldSet unknownFields)

public final Container.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
Container.Builder
Overrides

setUpdateTime(Timestamp value)

public Container.Builder setUpdateTime(Timestamp value)

Findings container modification timestamp, if applicable. For Google Cloud Storage contains last file modification timestamp. For BigQuery table contains last_modified_time property. For Datastore - not populated.

.google.protobuf.Timestamp update_time = 6;

Parameter
NameDescription
valueTimestamp
Returns
TypeDescription
Container.Builder

setUpdateTime(Timestamp.Builder builderForValue)

public Container.Builder setUpdateTime(Timestamp.Builder builderForValue)

Findings container modification timestamp, if applicable. For Google Cloud Storage contains last file modification timestamp. For BigQuery table contains last_modified_time property. For Datastore - not populated.

.google.protobuf.Timestamp update_time = 6;

Parameter
NameDescription
builderForValueBuilder
Returns
TypeDescription
Container.Builder

setVersion(String value)

public Container.Builder setVersion(String value)

Findings container version, if available ("generation" for Google Cloud Storage).

string version = 7;

Parameter
NameDescription
valueString

The version to set.

Returns
TypeDescription
Container.Builder

This builder for chaining.

setVersionBytes(ByteString value)

public Container.Builder setVersionBytes(ByteString value)

Findings container version, if available ("generation" for Google Cloud Storage).

string version = 7;

Parameter
NameDescription
valueByteString

The bytes for version to set.

Returns
TypeDescription
Container.Builder

This builder for chaining.