Data Loss Prevention V2 Client - Class TimePart (1.8.6)

Reference documentation and code samples for the Data Loss Prevention V2 Client class TimePart.

Components that make up time.

Protobuf type google.privacy.dlp.v2.TimePartConfig.TimePart

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
name mixed

Constants

TIME_PART_UNSPECIFIED

Value: 0

Unused

Generated from protobuf enum TIME_PART_UNSPECIFIED = 0;

YEAR

Value: 1

[0-9999]

Generated from protobuf enum YEAR = 1;

MONTH

Value: 2

[1-12]

Generated from protobuf enum MONTH = 2;

DAY_OF_MONTH

Value: 3

[1-31]

Generated from protobuf enum DAY_OF_MONTH = 3;

DAY_OF_WEEK

Value: 4

[1-7]

Generated from protobuf enum DAY_OF_WEEK = 4;

WEEK_OF_YEAR

Value: 5

[1-53]

Generated from protobuf enum WEEK_OF_YEAR = 5;

HOUR_OF_DAY

Value: 6

[0-23]

Generated from protobuf enum HOUR_OF_DAY = 6;