Class protos.google.privacy.dlp.v2.StorageConfig.TimespanConfig (3.1.8)

Represents a TimespanConfig.

Package

@google-cloud/dlp!

Constructors

(constructor)(properties)

constructor(properties?: google.privacy.dlp.v2.StorageConfig.ITimespanConfig);

Constructs a new TimespanConfig.

Parameter
NameDescription
properties ITimespanConfig

Properties to set

Properties

enableAutoPopulationOfTimespanConfig

public enableAutoPopulationOfTimespanConfig: boolean;

TimespanConfig enableAutoPopulationOfTimespanConfig.

Property Value
TypeDescription
boolean

endTime

public endTime?: (google.protobuf.ITimestamp|null);

TimespanConfig endTime.

Property Value
TypeDescription
(google.protobuf.ITimestamp|null)

startTime

public startTime?: (google.protobuf.ITimestamp|null);

TimespanConfig startTime.

Property Value
TypeDescription
(google.protobuf.ITimestamp|null)

timestampField

public timestampField?: (google.privacy.dlp.v2.IFieldId|null);

TimespanConfig timestampField.

Property Value
TypeDescription
(google.privacy.dlp.v2.IFieldId|null)

Methods

create(properties)

public static create(properties?: google.privacy.dlp.v2.StorageConfig.ITimespanConfig): google.privacy.dlp.v2.StorageConfig.TimespanConfig;

Creates a new TimespanConfig instance using the specified properties.

Parameter
NameDescription
properties ITimespanConfig

Properties to set

Returns
TypeDescription
google.privacy.dlp.v2.StorageConfig.TimespanConfig

TimespanConfig instance

decode(reader, length)

public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.privacy.dlp.v2.StorageConfig.TimespanConfig;

Decodes a TimespanConfig message from the specified reader or buffer.

Parameters
NameDescription
reader ($protobuf.Reader|Uint8Array)

Reader or buffer to decode from

length number

Message length if known beforehand

Returns
TypeDescription
google.privacy.dlp.v2.StorageConfig.TimespanConfig

TimespanConfig

decodeDelimited(reader)

public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.privacy.dlp.v2.StorageConfig.TimespanConfig;

Decodes a TimespanConfig message from the specified reader or buffer, length delimited.

Parameter
NameDescription
reader ($protobuf.Reader|Uint8Array)

Reader or buffer to decode from

Returns
TypeDescription
google.privacy.dlp.v2.StorageConfig.TimespanConfig

TimespanConfig

encode(message, writer)

public static encode(message: google.privacy.dlp.v2.StorageConfig.ITimespanConfig, writer?: $protobuf.Writer): $protobuf.Writer;

Encodes the specified TimespanConfig message. Does not implicitly messages.

Parameters
NameDescription
message ITimespanConfig

TimespanConfig message or plain object to encode

writer $protobuf.Writer

Writer to encode to

Returns
TypeDescription
$protobuf.Writer

Writer

encodeDelimited(message, writer)

public static encodeDelimited(message: google.privacy.dlp.v2.StorageConfig.ITimespanConfig, writer?: $protobuf.Writer): $protobuf.Writer;

Encodes the specified TimespanConfig message, length delimited. Does not implicitly messages.

Parameters
NameDescription
message ITimespanConfig

TimespanConfig message or plain object to encode

writer $protobuf.Writer

Writer to encode to

Returns
TypeDescription
$protobuf.Writer

Writer

fromObject(object)

public static fromObject(object: { [k: string]: any }): google.privacy.dlp.v2.StorageConfig.TimespanConfig;

Creates a TimespanConfig message from a plain object. Also converts values to their respective internal types.

Parameter
NameDescription
object { [k: string]: any }

Plain object

Returns
TypeDescription
google.privacy.dlp.v2.StorageConfig.TimespanConfig

TimespanConfig

toJSON()

public toJSON(): { [k: string]: any };

Converts this TimespanConfig to JSON.

Returns
TypeDescription
{ [k: string]: any }

JSON object

toObject(message, options)

public static toObject(message: google.privacy.dlp.v2.StorageConfig.TimespanConfig, options?: $protobuf.IConversionOptions): { [k: string]: any };

Creates a plain object from a TimespanConfig message. Also converts values to other types if specified.

Parameters
NameDescription
message google.privacy.dlp.v2.StorageConfig.TimespanConfig

TimespanConfig

options $protobuf.IConversionOptions

Conversion options

Returns
TypeDescription
{ [k: string]: any }

Plain object

verify(message)

public static verify(message: { [k: string]: any }): (string|null);

Verifies a TimespanConfig message.

Parameter
NameDescription
message { [k: string]: any }

Plain object to verify

Returns
TypeDescription
(string|null)

null if valid, otherwise the reason why it is not