Interface DataAccessEventOrBuilder (2.67.0)

public interface DataAccessEventOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getEventId()

public abstract String getEventId()

Unique identifier for data access event.

string event_id = 1;

Returns
Type Description
String

The eventId.

getEventIdBytes()

public abstract ByteString getEventIdBytes()

Unique identifier for data access event.

string event_id = 1;

Returns
Type Description
ByteString

The bytes for eventId.

getEventTime()

public abstract Timestamp getEventTime()

Timestamp of data access event.

.google.protobuf.Timestamp event_time = 4;

Returns
Type Description
Timestamp

The eventTime.

getEventTimeOrBuilder()

public abstract TimestampOrBuilder getEventTimeOrBuilder()

Timestamp of data access event.

.google.protobuf.Timestamp event_time = 4;

Returns
Type Description
TimestampOrBuilder

getOperation()

public abstract DataAccessEvent.Operation getOperation()

The operation performed by the principal to access the data.

.google.cloud.securitycenter.v2.DataAccessEvent.Operation operation = 3;

Returns
Type Description
DataAccessEvent.Operation

The operation.

getOperationValue()

public abstract int getOperationValue()

The operation performed by the principal to access the data.

.google.cloud.securitycenter.v2.DataAccessEvent.Operation operation = 3;

Returns
Type Description
int

The enum numeric value on the wire for operation.

getPrincipalEmail()

public abstract String getPrincipalEmail()

The email address of the principal that accessed the data. The principal could be a user account, service account, Google group, or other.

string principal_email = 2;

Returns
Type Description
String

The principalEmail.

getPrincipalEmailBytes()

public abstract ByteString getPrincipalEmailBytes()

The email address of the principal that accessed the data. The principal could be a user account, service account, Google group, or other.

string principal_email = 2;

Returns
Type Description
ByteString

The bytes for principalEmail.

hasEventTime()

public abstract boolean hasEventTime()

Timestamp of data access event.

.google.protobuf.Timestamp event_time = 4;

Returns
Type Description
boolean

Whether the eventTime field is set.