public interface QuotedMessageMetadataOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getLastUpdateTime()
public abstract Timestamp getLastUpdateTime()
Output only. The timestamp when the quoted message was created or when the quoted message was last updated.
.google.protobuf.Timestamp last_update_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
Timestamp |
The lastUpdateTime. |
getLastUpdateTimeOrBuilder()
public abstract TimestampOrBuilder getLastUpdateTimeOrBuilder()
Output only. The timestamp when the quoted message was created or when the quoted message was last updated.
.google.protobuf.Timestamp last_update_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
TimestampOrBuilder |
getName()
public abstract String getName()
Output only. Resource name of the quoted message.
Format: spaces/{space}/messages/{message}
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes()
Output only. Resource name of the quoted message.
Format: spaces/{space}/messages/{message}
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for name. |
hasLastUpdateTime()
public abstract boolean hasLastUpdateTime()
Output only. The timestamp when the quoted message was created or when the quoted message was last updated.
.google.protobuf.Timestamp last_update_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
boolean |
Whether the lastUpdateTime field is set. |