Interface PurgeUserEventsMetadataOrBuilder (0.15.0)

public interface PurgeUserEventsMetadataOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCreateTime()

public abstract Timestamp getCreateTime()

Operation create time.

.google.protobuf.Timestamp create_time = 2;

Returns
TypeDescription
Timestamp

The createTime.

getCreateTimeOrBuilder()

public abstract TimestampOrBuilder getCreateTimeOrBuilder()

Operation create time.

.google.protobuf.Timestamp create_time = 2;

Returns
TypeDescription
TimestampOrBuilder

getOperationName()

public abstract String getOperationName()

The ID of the request / operation.

string operation_name = 1;

Returns
TypeDescription
String

The operationName.

getOperationNameBytes()

public abstract ByteString getOperationNameBytes()

The ID of the request / operation.

string operation_name = 1;

Returns
TypeDescription
ByteString

The bytes for operationName.

hasCreateTime()

public abstract boolean hasCreateTime()

Operation create time.

.google.protobuf.Timestamp create_time = 2;

Returns
TypeDescription
boolean

Whether the createTime field is set.