public interface PurgeUserEventsMetadataOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCreateTime()
public abstract Timestamp getCreateTime()Operation create time.
.google.protobuf.Timestamp create_time = 2;
| Returns | |
|---|---|
| Type | Description |
Timestamp |
The createTime. |
getCreateTimeOrBuilder()
public abstract TimestampOrBuilder getCreateTimeOrBuilder()Operation create time.
.google.protobuf.Timestamp create_time = 2;
| Returns | |
|---|---|
| Type | Description |
TimestampOrBuilder |
|
getOperationName()
public abstract String getOperationName()The ID of the request / operation.
string operation_name = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The operationName. |
getOperationNameBytes()
public abstract ByteString getOperationNameBytes()The ID of the request / operation.
string operation_name = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for operationName. |
hasCreateTime()
public abstract boolean hasCreateTime()Operation create time.
.google.protobuf.Timestamp create_time = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the createTime field is set. |