Interface DataFlowEventOrBuilder (2.67.0)

public interface DataFlowEventOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getEventId()

public abstract String getEventId()

Unique identifier for data flow event.

string event_id = 1;

Returns
Type Description
String

The eventId.

getEventIdBytes()

public abstract ByteString getEventIdBytes()

Unique identifier for data flow event.

string event_id = 1;

Returns
Type Description
ByteString

The bytes for eventId.

getEventTime()

public abstract Timestamp getEventTime()

Timestamp of data flow event.

.google.protobuf.Timestamp event_time = 5;

Returns
Type Description
Timestamp

The eventTime.

getEventTimeOrBuilder()

public abstract TimestampOrBuilder getEventTimeOrBuilder()

Timestamp of data flow event.

.google.protobuf.Timestamp event_time = 5;

Returns
Type Description
TimestampOrBuilder

getOperation()

public abstract DataFlowEvent.Operation getOperation()

The operation performed by the principal for the data flow event.

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

Returns
Type Description
DataFlowEvent.Operation

The operation.

getOperationValue()

public abstract int getOperationValue()

The operation performed by the principal for the data flow event.

.google.cloud.securitycenter.v2.DataFlowEvent.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 initiated the data flow event. 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 initiated the data flow event. 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.

getViolatedLocation()

public abstract String getViolatedLocation()

Non-compliant location of the principal or the data destination.

string violated_location = 4;

Returns
Type Description
String

The violatedLocation.

getViolatedLocationBytes()

public abstract ByteString getViolatedLocationBytes()

Non-compliant location of the principal or the data destination.

string violated_location = 4;

Returns
Type Description
ByteString

The bytes for violatedLocation.

hasEventTime()

public abstract boolean hasEventTime()

Timestamp of data flow event.

.google.protobuf.Timestamp event_time = 5;

Returns
Type Description
boolean

Whether the eventTime field is set.