Class StorageConfig.TimespanConfig.Builder (3.4.0)

public static final class StorageConfig.TimespanConfig.Builder extends GeneratedMessageV3.Builder<StorageConfig.TimespanConfig.Builder> implements StorageConfig.TimespanConfigOrBuilder

Configuration of the timespan of the items to include in scanning. Currently only supported when inspecting Google Cloud Storage and BigQuery.

Protobuf type google.privacy.dlp.v2.StorageConfig.TimespanConfig

Static Methods

getDescriptor()

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

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

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

build()

public StorageConfig.TimespanConfig build()
Returns
TypeDescription
StorageConfig.TimespanConfig

buildPartial()

public StorageConfig.TimespanConfig buildPartial()
Returns
TypeDescription
StorageConfig.TimespanConfig

clear()

public StorageConfig.TimespanConfig.Builder clear()
Returns
TypeDescription
StorageConfig.TimespanConfig.Builder
Overrides

clearEnableAutoPopulationOfTimespanConfig()

public StorageConfig.TimespanConfig.Builder clearEnableAutoPopulationOfTimespanConfig()

When the job is started by a JobTrigger we will automatically figure out a valid start_time to avoid scanning files that have not been modified since the last time the JobTrigger executed. This will be based on the time of the execution of the last run of the JobTrigger.

bool enable_auto_population_of_timespan_config = 4;

Returns
TypeDescription
StorageConfig.TimespanConfig.Builder

This builder for chaining.

clearEndTime()

public StorageConfig.TimespanConfig.Builder clearEndTime()

Exclude files, tables, or rows newer than this value. If not set, no upper time limit is applied.

.google.protobuf.Timestamp end_time = 2;

Returns
TypeDescription
StorageConfig.TimespanConfig.Builder

clearField(Descriptors.FieldDescriptor field)

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

clearOneof(Descriptors.OneofDescriptor oneof)

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

clearStartTime()

public StorageConfig.TimespanConfig.Builder clearStartTime()

Exclude files, tables, or rows older than this value. If not set, no lower time limit is applied.

.google.protobuf.Timestamp start_time = 1;

Returns
TypeDescription
StorageConfig.TimespanConfig.Builder

clearTimestampField()

public StorageConfig.TimespanConfig.Builder clearTimestampField()

Specification of the field containing the timestamp of scanned items. Used for data sources like Datastore and BigQuery. For BigQuery: If this value is not specified and the table was modified between the given start and end times, the entire table will be scanned. If this value is specified, then rows are filtered based on the given start and end times. Rows with a NULL value in the provided BigQuery column are skipped. Valid data types of the provided BigQuery column are: INTEGER, DATE, TIMESTAMP, and DATETIME. For Datastore: If this value is specified, then entities are filtered based on the given start and end times. If an entity does not contain the provided timestamp property or contains empty or invalid values, then it is included. Valid data types of the provided timestamp property are: TIMESTAMP.

.google.privacy.dlp.v2.FieldId timestamp_field = 3;

Returns
TypeDescription
StorageConfig.TimespanConfig.Builder

clone()

public StorageConfig.TimespanConfig.Builder clone()
Returns
TypeDescription
StorageConfig.TimespanConfig.Builder
Overrides

getDefaultInstanceForType()

public StorageConfig.TimespanConfig getDefaultInstanceForType()
Returns
TypeDescription
StorageConfig.TimespanConfig

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getEnableAutoPopulationOfTimespanConfig()

public boolean getEnableAutoPopulationOfTimespanConfig()

When the job is started by a JobTrigger we will automatically figure out a valid start_time to avoid scanning files that have not been modified since the last time the JobTrigger executed. This will be based on the time of the execution of the last run of the JobTrigger.

bool enable_auto_population_of_timespan_config = 4;

Returns
TypeDescription
boolean

The enableAutoPopulationOfTimespanConfig.

getEndTime()

public Timestamp getEndTime()

Exclude files, tables, or rows newer than this value. If not set, no upper time limit is applied.

.google.protobuf.Timestamp end_time = 2;

Returns
TypeDescription
Timestamp

The endTime.

getEndTimeBuilder()

public Timestamp.Builder getEndTimeBuilder()

Exclude files, tables, or rows newer than this value. If not set, no upper time limit is applied.

.google.protobuf.Timestamp end_time = 2;

Returns
TypeDescription
Builder

getEndTimeOrBuilder()

public TimestampOrBuilder getEndTimeOrBuilder()

Exclude files, tables, or rows newer than this value. If not set, no upper time limit is applied.

.google.protobuf.Timestamp end_time = 2;

Returns
TypeDescription
TimestampOrBuilder

getStartTime()

public Timestamp getStartTime()

Exclude files, tables, or rows older than this value. If not set, no lower time limit is applied.

.google.protobuf.Timestamp start_time = 1;

Returns
TypeDescription
Timestamp

The startTime.

getStartTimeBuilder()

public Timestamp.Builder getStartTimeBuilder()

Exclude files, tables, or rows older than this value. If not set, no lower time limit is applied.

.google.protobuf.Timestamp start_time = 1;

Returns
TypeDescription
Builder

getStartTimeOrBuilder()

public TimestampOrBuilder getStartTimeOrBuilder()

Exclude files, tables, or rows older than this value. If not set, no lower time limit is applied.

.google.protobuf.Timestamp start_time = 1;

Returns
TypeDescription
TimestampOrBuilder

getTimestampField()

public FieldId getTimestampField()

Specification of the field containing the timestamp of scanned items. Used for data sources like Datastore and BigQuery. For BigQuery: If this value is not specified and the table was modified between the given start and end times, the entire table will be scanned. If this value is specified, then rows are filtered based on the given start and end times. Rows with a NULL value in the provided BigQuery column are skipped. Valid data types of the provided BigQuery column are: INTEGER, DATE, TIMESTAMP, and DATETIME. For Datastore: If this value is specified, then entities are filtered based on the given start and end times. If an entity does not contain the provided timestamp property or contains empty or invalid values, then it is included. Valid data types of the provided timestamp property are: TIMESTAMP.

.google.privacy.dlp.v2.FieldId timestamp_field = 3;

Returns
TypeDescription
FieldId

The timestampField.

getTimestampFieldBuilder()

public FieldId.Builder getTimestampFieldBuilder()

Specification of the field containing the timestamp of scanned items. Used for data sources like Datastore and BigQuery. For BigQuery: If this value is not specified and the table was modified between the given start and end times, the entire table will be scanned. If this value is specified, then rows are filtered based on the given start and end times. Rows with a NULL value in the provided BigQuery column are skipped. Valid data types of the provided BigQuery column are: INTEGER, DATE, TIMESTAMP, and DATETIME. For Datastore: If this value is specified, then entities are filtered based on the given start and end times. If an entity does not contain the provided timestamp property or contains empty or invalid values, then it is included. Valid data types of the provided timestamp property are: TIMESTAMP.

.google.privacy.dlp.v2.FieldId timestamp_field = 3;

Returns
TypeDescription
FieldId.Builder

getTimestampFieldOrBuilder()

public FieldIdOrBuilder getTimestampFieldOrBuilder()

Specification of the field containing the timestamp of scanned items. Used for data sources like Datastore and BigQuery. For BigQuery: If this value is not specified and the table was modified between the given start and end times, the entire table will be scanned. If this value is specified, then rows are filtered based on the given start and end times. Rows with a NULL value in the provided BigQuery column are skipped. Valid data types of the provided BigQuery column are: INTEGER, DATE, TIMESTAMP, and DATETIME. For Datastore: If this value is specified, then entities are filtered based on the given start and end times. If an entity does not contain the provided timestamp property or contains empty or invalid values, then it is included. Valid data types of the provided timestamp property are: TIMESTAMP.

.google.privacy.dlp.v2.FieldId timestamp_field = 3;

Returns
TypeDescription
FieldIdOrBuilder

hasEndTime()

public boolean hasEndTime()

Exclude files, tables, or rows newer than this value. If not set, no upper time limit is applied.

.google.protobuf.Timestamp end_time = 2;

Returns
TypeDescription
boolean

Whether the endTime field is set.

hasStartTime()

public boolean hasStartTime()

Exclude files, tables, or rows older than this value. If not set, no lower time limit is applied.

.google.protobuf.Timestamp start_time = 1;

Returns
TypeDescription
boolean

Whether the startTime field is set.

hasTimestampField()

public boolean hasTimestampField()

Specification of the field containing the timestamp of scanned items. Used for data sources like Datastore and BigQuery. For BigQuery: If this value is not specified and the table was modified between the given start and end times, the entire table will be scanned. If this value is specified, then rows are filtered based on the given start and end times. Rows with a NULL value in the provided BigQuery column are skipped. Valid data types of the provided BigQuery column are: INTEGER, DATE, TIMESTAMP, and DATETIME. For Datastore: If this value is specified, then entities are filtered based on the given start and end times. If an entity does not contain the provided timestamp property or contains empty or invalid values, then it is included. Valid data types of the provided timestamp property are: TIMESTAMP.

.google.privacy.dlp.v2.FieldId timestamp_field = 3;

Returns
TypeDescription
boolean

Whether the timestampField field is set.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeEndTime(Timestamp value)

public StorageConfig.TimespanConfig.Builder mergeEndTime(Timestamp value)

Exclude files, tables, or rows newer than this value. If not set, no upper time limit is applied.

.google.protobuf.Timestamp end_time = 2;

Parameter
NameDescription
valueTimestamp
Returns
TypeDescription
StorageConfig.TimespanConfig.Builder

mergeFrom(StorageConfig.TimespanConfig other)

public StorageConfig.TimespanConfig.Builder mergeFrom(StorageConfig.TimespanConfig other)
Parameter
NameDescription
otherStorageConfig.TimespanConfig
Returns
TypeDescription
StorageConfig.TimespanConfig.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeStartTime(Timestamp value)

public StorageConfig.TimespanConfig.Builder mergeStartTime(Timestamp value)

Exclude files, tables, or rows older than this value. If not set, no lower time limit is applied.

.google.protobuf.Timestamp start_time = 1;

Parameter
NameDescription
valueTimestamp
Returns
TypeDescription
StorageConfig.TimespanConfig.Builder

mergeTimestampField(FieldId value)

public StorageConfig.TimespanConfig.Builder mergeTimestampField(FieldId value)

Specification of the field containing the timestamp of scanned items. Used for data sources like Datastore and BigQuery. For BigQuery: If this value is not specified and the table was modified between the given start and end times, the entire table will be scanned. If this value is specified, then rows are filtered based on the given start and end times. Rows with a NULL value in the provided BigQuery column are skipped. Valid data types of the provided BigQuery column are: INTEGER, DATE, TIMESTAMP, and DATETIME. For Datastore: If this value is specified, then entities are filtered based on the given start and end times. If an entity does not contain the provided timestamp property or contains empty or invalid values, then it is included. Valid data types of the provided timestamp property are: TIMESTAMP.

.google.privacy.dlp.v2.FieldId timestamp_field = 3;

Parameter
NameDescription
valueFieldId
Returns
TypeDescription
StorageConfig.TimespanConfig.Builder

mergeUnknownFields(UnknownFieldSet unknownFields)

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

setEnableAutoPopulationOfTimespanConfig(boolean value)

public StorageConfig.TimespanConfig.Builder setEnableAutoPopulationOfTimespanConfig(boolean value)

When the job is started by a JobTrigger we will automatically figure out a valid start_time to avoid scanning files that have not been modified since the last time the JobTrigger executed. This will be based on the time of the execution of the last run of the JobTrigger.

bool enable_auto_population_of_timespan_config = 4;

Parameter
NameDescription
valueboolean

The enableAutoPopulationOfTimespanConfig to set.

Returns
TypeDescription
StorageConfig.TimespanConfig.Builder

This builder for chaining.

setEndTime(Timestamp value)

public StorageConfig.TimespanConfig.Builder setEndTime(Timestamp value)

Exclude files, tables, or rows newer than this value. If not set, no upper time limit is applied.

.google.protobuf.Timestamp end_time = 2;

Parameter
NameDescription
valueTimestamp
Returns
TypeDescription
StorageConfig.TimespanConfig.Builder

setEndTime(Timestamp.Builder builderForValue)

public StorageConfig.TimespanConfig.Builder setEndTime(Timestamp.Builder builderForValue)

Exclude files, tables, or rows newer than this value. If not set, no upper time limit is applied.

.google.protobuf.Timestamp end_time = 2;

Parameter
NameDescription
builderForValueBuilder
Returns
TypeDescription
StorageConfig.TimespanConfig.Builder

setField(Descriptors.FieldDescriptor field, Object value)

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

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

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

setStartTime(Timestamp value)

public StorageConfig.TimespanConfig.Builder setStartTime(Timestamp value)

Exclude files, tables, or rows older than this value. If not set, no lower time limit is applied.

.google.protobuf.Timestamp start_time = 1;

Parameter
NameDescription
valueTimestamp
Returns
TypeDescription
StorageConfig.TimespanConfig.Builder

setStartTime(Timestamp.Builder builderForValue)

public StorageConfig.TimespanConfig.Builder setStartTime(Timestamp.Builder builderForValue)

Exclude files, tables, or rows older than this value. If not set, no lower time limit is applied.

.google.protobuf.Timestamp start_time = 1;

Parameter
NameDescription
builderForValueBuilder
Returns
TypeDescription
StorageConfig.TimespanConfig.Builder

setTimestampField(FieldId value)

public StorageConfig.TimespanConfig.Builder setTimestampField(FieldId value)

Specification of the field containing the timestamp of scanned items. Used for data sources like Datastore and BigQuery. For BigQuery: If this value is not specified and the table was modified between the given start and end times, the entire table will be scanned. If this value is specified, then rows are filtered based on the given start and end times. Rows with a NULL value in the provided BigQuery column are skipped. Valid data types of the provided BigQuery column are: INTEGER, DATE, TIMESTAMP, and DATETIME. For Datastore: If this value is specified, then entities are filtered based on the given start and end times. If an entity does not contain the provided timestamp property or contains empty or invalid values, then it is included. Valid data types of the provided timestamp property are: TIMESTAMP.

.google.privacy.dlp.v2.FieldId timestamp_field = 3;

Parameter
NameDescription
valueFieldId
Returns
TypeDescription
StorageConfig.TimespanConfig.Builder

setTimestampField(FieldId.Builder builderForValue)

public StorageConfig.TimespanConfig.Builder setTimestampField(FieldId.Builder builderForValue)

Specification of the field containing the timestamp of scanned items. Used for data sources like Datastore and BigQuery. For BigQuery: If this value is not specified and the table was modified between the given start and end times, the entire table will be scanned. If this value is specified, then rows are filtered based on the given start and end times. Rows with a NULL value in the provided BigQuery column are skipped. Valid data types of the provided BigQuery column are: INTEGER, DATE, TIMESTAMP, and DATETIME. For Datastore: If this value is specified, then entities are filtered based on the given start and end times. If an entity does not contain the provided timestamp property or contains empty or invalid values, then it is included. Valid data types of the provided timestamp property are: TIMESTAMP.

.google.privacy.dlp.v2.FieldId timestamp_field = 3;

Parameter
NameDescription
builderForValueFieldId.Builder
Returns
TypeDescription
StorageConfig.TimespanConfig.Builder

setUnknownFields(UnknownFieldSet unknownFields)

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